@charset "UTF-8";
body {
  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: #00215F;
}

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

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

.text-yellow {
  color: #F6CD4B;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #00215F;
}

.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;
}

.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;
  right: 20px;
}

.floating-banner-wrap {
  background: #F6CC4C;
  border: 10px solid #FFEDB5;
  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.4;
  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: 1.8rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 0.5rem;
  letter-spacing: 1px;
}
.floating-banner h4 {
  font-size: 2.4rem;
  padding-bottom: 0;
  background: #00215F;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 50rem;
  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: -13px;
  top: -13px;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -12px;
  top: -11px;
}
.batsu:hover {
  cursor: pointer;
}

.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: #00215F;
}
.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;
  border-radius: 15px;
  padding: 2rem 1.5rem;
}
.form-sec .title-text {
  padding-bottom: 2rem;
}
.form-sec textarea {
  height: 10rem;
}
.form-sec label {
  width: 100%;
  color: #333;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.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: 1px solid #DEDEDE;
  padding-top: 15px;
  padding-bottom: 15px;
}
.form-sec .contact-wp input, .form-sec .contact-wp textarea, .form-sec .contact-wp select {
  background-color: #f5f5f5;
  width: 100%;
  padding: 12px;
  font-size: 1.2rem;
}
.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 .btn-wrap {
  width: 100%;
}
.form-sec .checkbox-wrap .btn-wrap br {
  display: none;
}
.form-sec .checkbox-wrap .btn-wrap label {
  margin-bottom: 1rem;
}
.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 .mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0;
}
.form-sec .required-srt {
  color: #E50000;
  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: #F6CD4B;
  color: #fff;
  padding: 1.2rem 2.4rem;
  margin-top: 2.4rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
  border-radius: 50rem;
}

.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;
}

.page-thanks {
  padding-block: 4.8rem;
}
.page-thanks .sec-title {
  font-size: 2rem;
  padding-bottom: 1.4rem;
}
.page-thanks .title-text {
  text-align: center;
}
.page-thanks .top-btn {
  display: block;
  background: #F6CD4B;
  color: #fff;
  font-weight: 600;
  padding: 1.8rem 2.4rem;
  margin-top: 6rem;
  width: 100%;
  text-align: center;
  max-width: 32rem;
  margin: 2.4rem auto 0;
  border-radius: 50rem;
}

.confirmation-sec {
  height: 100vh;
  background-color: #fff;
}
.confirmation-sec .confirmation-title {
  text-align: center;
  padding-bottom: 3.2rem;
}
.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 br {
  display: none;
}
.confirmation-sec .back-btn {
  margin: 0 auto 0;
}
.confirmation-sec .form-sec label {
  margin-bottom: 1rem;
}

@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: 2.4rem;
  }
  .form-sec .contact-wp input, .form-sec .contact-wp textarea, .form-sec .contact-wp select {
    padding: 16px;
    font-size: 1.4rem;
  }
  .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: 4.8rem auto 0;
    height: 68px;
  }
  .form-sec .form-btn:hover {
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    opacity: 0.7;
  }
  .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 .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: 0 auto 0;
  }
}
@media (min-width: 1024px) {
  .mw_wp_form .error {
    font-size: 1.2rem !important;
  }
  .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;
  }
}
.faq-sec .sec-midasi {
  position: relative;
  font-size: 5rem;
  font-style: italic;
  color: #00215F;
}
.faq-sec .midasi-text {
  text-align: center;
  padding-bottom: 2.4rem;
}
.faq-sec details {
  margin-bottom: 1.2rem;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}
.faq-sec details:last-child {
  margin-bottom: 0;
}
.faq-sec summary {
  list-style: none;
  padding: 1.6rem 2rem;
  background: #fff;
  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;
  border-radius: 8px;
}
.faq-sec summary:hover {
  cursor: pointer;
}
.faq-sec summary::-webkit-details-marker {
  display: none;
}
.faq-sec .question-text {
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.faq-sec .q-text {
  font-weight: 500;
  font-family: "Montserrat", serif;
  font-size: 1.6rem;
  padding-right: 0.5rem;
}
.faq-sec .answer-text {
  font-size: 1.4rem;
  background: #fff;
  padding: 1.6rem 2rem;
  line-height: 1.5;
  letter-spacing: 0.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 8px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.faq-sec .answer-text:after {
  content: "";
  display: block;
  height: 0.5px;
  width: 90%;
  background-color: #D1D1D1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.faq-sec .a-text {
  color: #E50000;
  font-weight: 500;
  font-family: "Montserrat", serif;
  font-size: 1.6rem;
  padding-right: 0.5rem;
}
.faq-sec .answer-content img {
  width: 100%;
  max-width: 58rem;
  margin: 0 auto;
  display: block;
}
.faq-sec .accordion-plus {
  border-radius: 50rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  min-width: 13px;
  height: 2px;
  position: relative;
  background: #00215F;
}
.faq-sec .accordion-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00215F;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-sec details[open] .accordion-plus::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (min-width: 1024px) {
  .faq-sec .content {
    padding-top: 6rem;
  }
  .faq-sec details {
    max-width: 96rem;
    margin: 0 auto 1.8rem;
  }
  .faq-sec summary {
    padding: 1.8rem 2.4rem;
  }
  .faq-sec .question-text {
    font-size: 1.6rem;
  }
  .faq-sec .answer-text {
    font-size: 1.6rem;
    padding: 1.8rem 2.4rem 2.2rem;
  }
  .faq-sec .sec-midasi {
    font-size: 7rem;
    line-height: 1;
  }
  .faq-sec .midasi-text {
    font-size: 2rem;
  }
}

.fv-section h4 {
  font-size: 2.2rem;
  padding-bottom: 1rem;
  display: inline-block;
  letter-spacing: 1.2px;
}
.fv-section h4:after {
  content: "";
  display: block;
  width: 33rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  margin-top: 1rem;
}
.fv-section h2 {
  color: #00215F;
  font-weight: 600;
  font-size: 2.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.fv-section h2 span {
  background: #F6CD4B;
  padding-block: 0.5rem;
  padding-inline: 1.5rem;
  display: inline-block;
  margin-bottom: 1rem;
  border-radius: 0.3rem;
}
.fv-section h2 .text1 {
  border-radius: 0 0.3rem 0.3rem 0;
}
.fv-section h2 .text2 {
  margin-left: 10rem;
}
.fv-section p, .fv-section h1 {
  color: #fff;
}
.fv-section h1 {
  font-style: italic;
  font-size: 5.4rem;
  line-height: 1;
}
.fv-section p {
  font-size: 1.6rem;
  letter-spacing: 1.2px;
}
.fv-section .flex-right {
  padding-block: 4rem;
  position: relative;
  margin-top: 3rem;
}
.fv-section .flex-right:before {
  content: "";
  display: block;
  background-image: url(/cms/wp-content/themes/npat/smart-insert-lp/img/bg-circle-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40rem;
  height: 40rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.fv-section .flex-right .vertical-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  right: 0;
  top: -2rem;
}
.fv-section .flex-right h3 {
  background-color: #fff;
  color: #00215F;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-weight: 500;
  padding: 1rem 0.5rem;
  border-radius: 3px;
  display: inline-block;
  margin-right: 1.5rem;
  margin-top: 3.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.fv-section .flex-right .text2 {
  margin-top: 5rem;
  margin-right: 1rem;
}
.fv-section .flex-right img {
  width: 100%;
  max-width: 18rem;
  margin: 0 auto;
  position: inherit;
}
@media (min-width: 768px) {
  .fv-section {
    padding-top: 4rem;
  }
  .fv-section h1 {
    white-space: nowrap;
    font-size: 6rem;
  }
  .fv-section h4:after {
    width: 35rem;
  }
  .fv-section .flex-wrap {
    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;
  }
  .fv-section .flex-left {
    width: 48%;
  }
  .fv-section .flex-right {
    width: 50%;
    margin-top: 0;
    padding: 0;
  }
  .fv-section .flex-right img {
    max-width: 21rem;
    margin-right: 13rem;
  }
  .fv-section .flex-right h3 {
    font-size: 2rem;
  }
  .fv-section .flex-right:before {
    height: 37rem;
    top: -10px;
  }
}
@media (min-width: 1024px) {
  .fv-section {
    padding-top: 8rem;
  }
  .fv-section .inner-left {
    padding-left: 0;
  }
  .fv-section .flex-wrap {
    position: relative;
  }
  .fv-section h4 {
    font-size: 3.2rem;
    padding-left: 0;
  }
  .fv-section h4:after {
    width: calc(470px + 100% - 600px);
  }
  .fv-section h2 span {
    font-size: 4rem;
    border-radius: 0.5rem;
  }
  .fv-section h2 .text1 {
    margin-bottom: 1.5rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0.3rem;
  }
  .fv-section h2 .text1:before {
    top: 74px;
    left: 0;
    width: 54rem;
    border-radius: 0 5px 5px 0;
  }
  .fv-section h2 .text2 {
    padding-block: 0.7rem;
    margin-left: 11rem;
    padding-inline: 2rem;
  }
  .fv-section p {
    font-size: 2.8rem;
  }
  .fv-section h1 {
    font-size: 10.6rem;
  }
  .fv-section .flex-left {
    position: relative;
    z-index: 1;
    padding-left: calc(50% - 600px);
  }
  .fv-section .flex-right {
    margin-right: calc(50% - 600px);
  }
  .fv-section .flex-right .vertical-text-wrap {
    top: -14rem;
    right: 5rem;
  }
  .fv-section .flex-right h3 {
    font-size: 2.2rem;
    padding: 1.2rem 0.8rem;
  }
  .fv-section .flex-right .text2 {
    margin-top: 9rem;
  }
  .fv-section .flex-right .text1 {
    margin-right: 0;
  }
  .fv-section .flex-right:before {
    height: 60rem;
    width: 100%;
    top: -160px;
  }
  .fv-section .flex-right img {
    margin: 0 auto;
    margin-top: -3rem;
  }
}

.problem-section .inner-content {
  background-color: #f5f5f5;
  border-radius: 1rem;
  padding-inline: 2rem;
  position: relative;
}
.problem-section .inner-content:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/cms/wp-content/themes/npat/smart-insert-lp/img/hukidasi-parts.png);
  width: 10rem;
  height: 10rem;
  position: absolute;
  bottom: -70px;
  right: 70px;
  z-index: 1;
}
.problem-section .problem-title {
  font-size: 2.4rem;
  padding-bottom: 2rem;
  line-height: 1.3;
}
.problem-section .problem-title span {
  font-size: 3.2rem;
}
.problem-section .flex-right li {
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  font-size: 1.8rem;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 2rem;
  display: block;
  position: relative;
}
.problem-section .flex-right li:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  left: -13px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.problem-section .flex-right li:nth-child(1) {
  border-right: 7px solid #1B99D3;
}
.problem-section .flex-right li:nth-child(1):before {
  background-image: url(/cms/wp-content/themes/npat/smart-insert-lp/img/check-blue.svg);
}
.problem-section .flex-right li:nth-child(1) span {
  color: #1B99D3;
}
.problem-section .flex-right li:nth-child(2) {
  border-right: 7px solid #43A591;
}
.problem-section .flex-right li:nth-child(2):before {
  background-image: url(/cms/wp-content/themes/npat/smart-insert-lp/img/check-green.svg);
}
.problem-section .flex-right li:nth-child(2) span {
  color: #43A591;
}
.problem-section .flex-right li:nth-child(3) {
  border-right: 7px solid #F6CD4B;
}
.problem-section .flex-right li:nth-child(3):before {
  background-image: url(/cms/wp-content/themes/npat/smart-insert-lp/img/check-yellow.svg);
}
.problem-section .flex-right li:nth-child(3) span {
  color: #FFB600;
}
@media (min-width: 768px) {
  .problem-section .br-sp {
    display: block;
  }
  .problem-section .inner-content {
    padding: 4rem;
  }
  .problem-section .flex-wrap img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 40rem;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .problem-section .inner-content {
    padding: 6.4rem 4rem;
  }
  .problem-section .inner-content:after {
    width: 12rem;
    height: 12rem;
    bottom: -85px;
    right: 380px;
  }
  .problem-section .problem-title {
    font-size: 4rem;
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 3.2rem;
  }
  .problem-section .problem-title span {
    font-size: 5.8rem;
  }
  .problem-section .br-sp {
    display: none;
  }
  .problem-section .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1080px;
    margin: 0 auto;
  }
  .problem-section .flex-wrap img {
    width: 40%;
    margin: 0;
    height: 328px;
  }
  .problem-section .flex-wrap .flex-right {
    width: 61%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .problem-section .flex-wrap .flex-right li {
    padding: 2rem 3.2rem 2rem 3.8rem;
    font-size: 2rem;
    margin: 0;
  }
  .problem-section .flex-wrap .flex-right li:before {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.solution-section {
  position: relative;
}
.solution-section:before {
  content: "";
  display: block;
  background-image: url(/cms/wp-content/themes/npat/smart-insert-lp/img/bg-circle-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.solution-section .solution-title {
  position: relative;
  font-size: 2.4rem;
  padding-bottom: 2rem;
  line-height: 1.3;
  color: #fff;
}
.solution-section .solution-title span {
  font-size: 3.2rem;
}
.solution-section .solution-content {
  background: #fff;
  padding-block: 3.2rem;
  position: relative;
  margin-bottom: 3.2rem;
}
.solution-section .solution-content:last-child {
  margin-bottom: 0;
}
.solution-section .solution-content .text-box {
  padding-left: 4rem;
  padding-top: 2rem;
}
.solution-section .solution-content .content-title {
  font-size: 3.2rem;
  padding-bottom: 1rem;
  font-weight: 600;
}
.solution-section .solution-content h4 {
  font-weight: 600;
  font-size: 2.4rem;
}
.solution-section .solution-content .text {
  font-size: 1.6rem;
}
.solution-section .solution-content .small-text {
  font-size: 1.6rem;
}
.solution-section .solution-content:before {
  content: "";
  display: block;
  opacity: 0.2;
  font-size: 10rem;
  font-family: "Montserrat", serif;
  font-weight: 500;
  font-style: italic;
  position: absolute;
  top: 0px;
}
.solution-section .solution-content:nth-of-type(odd) {
  margin-right: 1.5rem;
  border-radius: 0 15px 15px 0;
}
.solution-section .solution-content:nth-of-type(even) {
  border-radius: 15px 0 0 15px;
}
.solution-section .solution-content:nth-of-type(1) .content-title {
  color: #1B99D3;
}
.solution-section .solution-content:nth-of-type(1) .text-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(27, 153, 211, 0.2)));
  background: linear-gradient(transparent 50%, rgba(27, 153, 211, 0.2) 50%);
}
.solution-section .solution-content:nth-of-type(1):before {
  content: "01";
  color: #1B99D3;
}
.solution-section .solution-content:nth-of-type(2) .content-title {
  color: #43A591;
}
.solution-section .solution-content:nth-of-type(2) .text-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(67, 165, 145, 0.2)));
  background: linear-gradient(transparent 50%, rgba(67, 165, 145, 0.2) 50%);
}
.solution-section .solution-content:nth-of-type(2):before {
  content: "02";
  color: #43A591;
}
.solution-section .solution-content:nth-of-type(3) .content-title {
  color: #FFB600;
}
.solution-section .solution-content:nth-of-type(3) .text-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(255, 182, 0, 0.2)));
  background: linear-gradient(transparent 50%, rgba(255, 182, 0, 0.2) 50%);
}
.solution-section .solution-content:nth-of-type(3):before {
  content: "03";
  color: #FFB600;
}
.solution-section .solution-content:nth-of-type(4) .content-title {
  color: #F64C4C;
}
.solution-section .solution-content:nth-of-type(4) .text-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(67, 165, 145, 0.2)));
  background: linear-gradient(transparent 50%, rgba(67, 165, 145, 0.2) 50%);
}
.solution-section .solution-content:nth-of-type(4):before {
  content: "04";
  color: #F64C4C;
}
.solution-section .solution-content:nth-of-type(4) .tag-list li {
  color: #fff;
  background-color: #F64C4C;
  display: inline-block;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  margin-top: 0.6rem;
}
.solution-section .solution-content img {
  border-radius: 15px;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .solution-section .solution-content .flex-wrap {
    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;
  }
  .solution-section .solution-content .text-box, .solution-section .solution-content img {
    width: 48%;
  }
  .solution-section .solution-content img {
    margin-top: 0;
  }
  .solution-section .solution-content:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .solution-section .solution-content .text-box {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .solution-section {
    padding-top: 4.8rem;
  }
  .solution-section .solution-title {
    font-size: 4.3rem;
    padding-bottom: 4rem;
  }
  .solution-section .solution-title span {
    font-size: 5.8rem;
  }
  .solution-section .solution-content {
    position: relative;
    height: auto;
    margin-bottom: 6.8rem;
    background: none;
    padding-block: 6rem;
  }
  .solution-section .solution-content:after {
    content: "";
    display: block;
    background: #fff;
    width: calc(50% + 400px);
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .solution-section .solution-content .flex-wrap {
    max-width: 1080px;
    margin: 0 auto;
    z-index: 1;
    position: inherit;
  }
  .solution-section .solution-content .content-title {
    font-size: 4.6rem;
  }
  .solution-section .solution-content img {
    width: 100%;
    max-width: 55rem;
    position: absolute;
  }
  .solution-section .solution-content h4 {
    font-size: 3.6rem;
  }
  .solution-section .solution-content .text {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .solution-section .solution-content .text-box {
    padding: 0;
    width: 48%;
  }
  .solution-section .solution-content img {
    position: relative;
    right: 0;
    left: 0;
    width: 48%;
  }
  .solution-section .solution-content:nth-of-type(odd):after {
    border-radius: 0 15px 15px 0;
  }
  .solution-section .solution-content:nth-of-type(even) .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .solution-section .solution-content:nth-of-type(even):before {
    top: 0;
    right: 0;
    left: auto;
  }
  .solution-section .solution-content:nth-of-type(even):after {
    right: 0;
    border-radius: 15px 0 0 15px;
  }
  .solution-section .solution-content:before {
    left: 0;
    top: 0;
    z-index: 1;
  }
  .solution-section .solution-content:nth-of-type(4) h4 {
    font-size: 3.2rem;
  }
  .solution-section .solution-content:nth-of-type(4) .tag-list li {
    font-size: 2rem;
    margin-right: 1rem;
    margin-top: 1rem;
    padding: 0.3rem 2rem;
  }
}
@media (min-width: 1200px) {
  .solution-section .solution-content:nth-of-type(3) .text-box {
    margin-left: 18rem;
  }
}

.new-products-section .inner-content {
  background: #F6CD4B;
  border-radius: 15px;
  color: #00215F;
  padding: 2rem 0;
  position: relative;
}
.new-products-section .inner-content:before {
  content: "";
  display: block;
  background-image: url(/cms/wp-content/themes/npat/smart-insert-lp/img/bg-circle-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  width: 32rem;
  height: 32rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 10px;
}
.new-products-section .inner-content .text-box, .new-products-section .inner-content img {
  z-index: 1;
  position: inherit;
}
.new-products-section .inner-content img {
  width: 100%;
  max-width: 32rem;
  margin: 2rem auto 1rem;
}
.new-products-section .new {
  font-weight: 600;
  border-bottom: 1px solid #00215F;
  padding-bottom: 0.2rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.new-products-section h2 {
  font-size: 2.8rem;
  color: #fff;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.new-products-section h2 span {
  padding-block: 0.5rem;
  background: #00215F;
  padding-inline: 1.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  border-radius: 0.3rem;
}
.new-products-section .main-text-pc {
  display: none;
}
@media (min-width: 768px) {
  .new-products-section .inner-content {
    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;
    padding-block: 3rem;
  }
  .new-products-section .inner-content:before {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    bottom: auto;
    left: auto;
    right: 30px;
    top: 50%;
  }
  .new-products-section .inner-content .text-box, .new-products-section .inner-content img {
    width: 48%;
  }
  .new-products-section .inner-content img {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .new-products-section .main-text-pc {
    display: block;
    font-size: 4.4rem;
    margin: 0;
  }
  .new-products-section .main-text-sp {
    display: none;
  }
  .new-products-section h4 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .new-products-section .inner-content {
    overflow: hidden;
  }
  .new-products-section .inner-content:before {
    width: 52rem;
    height: 52rem;
  }
  .new-products-section .inner-content .text-box {
    width: 63%;
  }
  .new-products-section .inner-content img {
    width: 100%;
    max-width: 44rem;
    position: absolute;
    right: 60px;
    top: 40px;
  }
  .new-products-section h3 {
    font-size: 2.4rem;
  }
  .new-products-section .new {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.present-section .inner-content {
  background-color: #43A591;
  padding: 3.2rem 1.5rem;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: block;
}
.present-section .inner-content:before {
  content: "";
  display: block;
  background-position: center;
  background-image: url(/cms/wp-content/themes/npat/smart-insert-lp/img/bg-circle-green.png);
  width: 41rem;
  height: 40rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -22rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.present-section .inner-content .text-box, .present-section .inner-content .img-box {
  position: inherit;
  z-index: 1;
}
.present-section .inner-content h3 {
  font-size: 2rem;
  color: #43A591;
  display: inline-block;
}
.present-section .inner-content h3 span {
  padding-block: 0.5rem;
  background: #fff;
  padding-inline: 1.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  border-radius: 0.3rem;
}
.present-section .inner-content h4 {
  font-size: 1.4rem;
  color: #fff;
}
.present-section .inner-content li {
  color: #fff;
}
.present-section .inner-content .img-box {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .present-section .inner-content {
    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;
    padding: 4rem;
  }
  .present-section .inner-content:before {
    top: 50%;
    left: -180px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 30rem;
    height: 30rem;
  }
  .present-section .inner-content h4 {
    padding-top: 0.5rem;
  }
  .present-section .inner-content .text-box {
    width: 51%;
  }
  .present-section .inner-content .img-box {
    margin-top: 0;
    width: 45%;
  }
  .present-section .note li {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .present-section:hover {
    opacity: 0.8;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .present-section .inner-content {
    padding: 4rem;
  }
  .present-section .inner-content:before {
    width: 40rem;
    height: 40rem;
    left: -220px;
  }
  .present-section .inner-content h3 {
    padding-bottom: 0;
  }
  .present-section .inner-content h3 span {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  .present-section .inner-content h4 {
    font-size: 2rem;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .present-section .inner-content {
    padding: 4rem 6.4rem;
  }
  .present-section .inner-content h3 span {
    font-size: 3.2rem;
  }
}