@charset "UTF-8";
body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

strong {
  font-weight: 700;
}

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

/*メディアクエリ*/
/*
@mixin mq_tb {
  @media screen and (min-width:751px) and (max-width:($mq_tb)) {
    @content;
  }
}
*/
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*
.box {
@extend .clearfix;  //.clearfixにextend
padding: 10px;
・・・
}
*/
@media (min-width: 751px) {
  .sp_only {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .pc_only {
    display: none !important;
  }
}
/********************************
	flexbox 基本class
********************************/
*.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/********************************
  contents
********************************/
#container {
  width: 100%;
  max-width: 2000px;
  min-width: 1100px;
  overflow-x: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #container {
    width: 100%;
    max-width: 750px;
    min-width: unset;
    margin: 0 auto;
  }
}

.inner {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

/*-------------------------------
  FV
------------------------------**/
#fv {
  position: relative;
  background: url(../images/swipelp/fv_bg.jpg) center top no-repeat;
  height: 770px;
}
@media screen and (max-width: 750px) {
  #fv {
    background: url(../images/swipelp/fv_bg_sp.jpg) center top no-repeat;
    background-size: 100% 202.6666666667vw;
    height: 202.6666666667vw;
  }
}
#fv .fV_img1 {
  position: absolute;
  width: 236px;
  top: 47px;
  right: 0;
  -webkit-filter: drop-shadow(-5px 5px 8.5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 8.5px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 750px) {
  #fv .fV_img1 {
    width: 29.7333333333vw;
    top: 42vw;
    right: 2.4vw;
    -webkit-filter: drop-shadow(-0.6666666667vw 0.6666666667vw 1.1333333333vw rgba(0, 0, 0, 0.3));
            filter: drop-shadow(-0.6666666667vw 0.6666666667vw 1.1333333333vw rgba(0, 0, 0, 0.3));
  }
}
#fv .fv_movie_wrap {
  position: absolute;
  width: 222px;
  height: 404px;
  top: 183px;
  right: 203px;
}
@media screen and (max-width: 750px) {
  #fv .fv_movie_wrap {
    width: 35.4666666667vw;
    height: 64.5333333333vw;
    top: 59.2vw;
    right: 32.4vw;
  }
}
#fv .fv_hero_text {
  padding-top: 138px;
  margin-left: 112px;
  font-size: 24px;
}
#fv .fv_hero_text span {
  color: #ea4e1a;
}
@media screen and (max-width: 750px) {
  #fv .fv_hero_text {
    padding-top: 9.0666666667vw;
    margin: 0 auto;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
#fv .fv_hero {
  width: 537px;
  margin: 10px 0 0 28px;
}
@media screen and (max-width: 750px) {
  #fv .fv_hero {
    width: 86.6666666667vw;
    margin: 2.4vw 0 0 6.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #fv .fv_price_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7.4666666667vw;
    margin-left: 6.6666666667vw;
  }
}
#fv .fv_text1 {
  margin: 30px 0 0 170px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  #fv .fv_text1 {
    margin: 0.8vw 2.1333333333vw 0 0;
    font-size: 4.5333333333vw;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 39px;
  }
}
#fv .fv_price {
  margin: 14px 0 20px 85px;
  width: 417px;
}
@media screen and (max-width: 750px) {
  #fv .fv_price {
    margin: 0 0 3.7333333333vw 0;
    width: 65.0666666667vw;
  }
}
#fv .cta_btn_wrap {
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
@media screen and (max-width: 750px) {
  #fv .cta_btn_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1.3333333333vw;
       -moz-column-gap: 1.3333333333vw;
            column-gap: 1.3333333333vw;
  }
}
#fv .cta_btn_wrap .cta_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;
  width: 288px;
  height: 80px;
  border-radius: 40px;
  -webkit-filter: drop-shadow(0px 10px 8px rgba(35, 24, 21, 0.3));
          filter: drop-shadow(0px 10px 8px rgba(35, 24, 21, 0.3));
}
@media screen and (max-width: 750px) {
  #fv .cta_btn_wrap .cta_btn {
    width: 42.6666666667vw;
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
  }
}
#fv .cta_btn_wrap .cta_btn .cta_btn_text {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #fv .cta_btn_wrap .cta_btn .cta_btn_text {
    font-size: 3.7333333333vw;
  }
}
#fv .cta_btn_wrap .cta_btn__contact {
  background-color: #ffffff;
  border: #0fa296 1px solid;
}
#fv .cta_btn_wrap .cta_btn__contact .cta_btn_text {
  color: #0fa296;
}
#fv .cta_btn_wrap .cta_btn__apply {
  background-color: #0fa296;
}
#fv .cta_btn_wrap .cta_btn__apply .cta_btn_text {
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  #fv .jikki_btn {
    position: relative;
    margin: 2.6666666667vw auto 0;
    width: 86.6666666667vw;
    height: 11.7333333333vw;
    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;
    border-radius: 5.6vw;
    background-color: #ffffff;
    -webkit-filter: drop-shadow(-0.6666666667vw 0.6666666667vw 1.0666666667vw rgba(0, 0, 0, 0.3));
            filter: drop-shadow(-0.6666666667vw 0.6666666667vw 1.0666666667vw rgba(0, 0, 0, 0.3));
    font-size: 3.7333333333vw;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #282828;
    text-align: center;
  }
  #fv .jikki_btn .fv_hand_icon {
    position: absolute;
    width: 9.3333333333vw;
    bottom: -2.6666666667vw;
    right: 16.5333333333vw;
  }
}
#fv .fv_qr {
  position: absolute;
  bottom: 130px;
  right: 24px;
  width: 120px;
  -webkit-filter: drop-shadow(-5px 5px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-5px 5px 8px rgba(0, 0, 0, 0.3));
}
#fv .fv_scroll {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 10px;
}

/*-------------------------------
  G_navi:グローバルナビ
------------------------------**/
#global-nav {
  width: 100%;
}

@media screen and (min-width: 751px) {
  #global-nav.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 200;
  }
}

.g_navi_belt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  background-color: #484848;
}
@media screen and (max-width: 750px) {
  .g_navi_belt {
    position: fixed;
    background-color: rgba(40, 40, 40, 0.85);
    width: 100%;
    height: 13.3333333333vw;
    left: 0;
    bottom: 0;
    z-index: 100;
  }
}
.g_navi_belt .g_navi_menu_area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1100px;
  height: 70px;
}
@media screen and (max-width: 750px) {
  .g_navi_belt .g_navi_menu_area {
    width: 100%;
    height: 13.3333333333vw;
  }
}
.g_navi_belt .g_navi_logo_area,
.g_navi_belt .g_navi_cta_area {
  width: 22.5%;
}
.g_navi_belt .g_navi_logo_area {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.g_navi_belt .g_navi_cta_area {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.g_navi_belt .g_navi_cta_btn_wrap {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.g_navi_belt .g_navi_cta_btn_wrap .g_navi_cta_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;
  width: 167px;
  height: 44px;
  border-radius: 22px;
}
.g_navi_belt .g_navi_cta_btn_wrap .g_navi_cta_btn .cta_btn_text {
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
}
.g_navi_belt .g_navi_cta_btn_wrap .g_navi_cta_btn__contact {
  background-color: #ffffff;
}
.g_navi_belt .g_navi_cta_btn_wrap .g_navi_cta_btn__contact .cta_btn_text {
  color: #ea4e1a;
}
.g_navi_belt .g_navi_cta_btn_wrap .g_navi_cta_btn__apply {
  background-color: #ea4e1a;
}
.g_navi_belt .g_navi_cta_btn_wrap .g_navi_cta_btn__apply .cta_btn_text {
  color: #ffffff;
}
@media screen and (max-width: 1800px) {
  .g_navi_belt .g_navi_logo_area,
  .g_navi_belt .g_navi_cta_area {
    display: none;
  }
}
.g_navi_belt .g_navi_menulist {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 13px;
}
@media screen and (max-width: 750px) {
  .g_navi_belt .g_navi_menulist {
    height: 13.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.1333333333vw 0 2.1333333333vw;
  }
}
.g_navi_belt .g_navi_menulist li {
  width: 275px;
  height: 100%;
  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;
  border-left: 2px #ffffff dotted;
}
.g_navi_belt .g_navi_menulist li:first-child {
  border-left: none;
}
@media screen and (max-width: 750px) {
  .g_navi_belt .g_navi_menulist li {
    width: 25.0666666667vw;
    height: 100%;
    border-left: 1px #ffffff dotted;
  }
}
.g_navi_belt .g_navi_menulist li .list_text {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 750px) {
  .g_navi_belt .g_navi_menulist li .list_text {
    font-size: 2.9333333333vw;
    letter-spacing: 0.025em;
    margin-top: 1.3333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
.g_navi_belt .g_navi_menulist li .btn_arrow {
  margin: 0 auto;
  text-align: center;
  width: 15px;
}
@media screen and (max-width: 750px) {
  .g_navi_belt .g_navi_menulist li .btn_arrow {
    width: 3.3333333333vw;
  }
}

/*-------------------------------
  sec01:SwipeLP+とは？
------------------------------**/
#sec01 {
  position: relative;
  background: url(../images/swipelp/sec01_bg.jpg) center top no-repeat;
  height: 1278px;
  padding-top: 64px;
}
@media screen and (max-width: 750px) {
  #sec01 {
    background: url(../images/swipelp/sec01_bg_sp.jpg) center top no-repeat;
    background-size: 100% 210.9333333333vw;
    height: 210.9333333333vw;
    padding-top: 1.8666666667vw;
  }
}
#sec01 .sec01_title_subtext {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #ea4e1a;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px #ea4e1a solid;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_title_subtext {
    font-size: 4.8vw;
    padding-bottom: 1.3333333333vw;
  }
}
#sec01 .sec01_title {
  margin: 20px auto 28px;
  width: 320px;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_title {
    margin: 3.3333333333vw auto 4vw;
    width: 71.8666666667vw;
  }
}
#sec01 .sec01_img1_wrap {
  margin: 0 auto;
  width: 826px;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_img1_wrap {
    width: 93.3333333333vw;
  }
}
#sec01 .sec01_movie_wrap {
  position: absolute;
  width: 800px;
  height: 464px;
  top: 158px;
  right: 150px;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_movie_wrap {
    width: 93.3333333333vw;
    height: 53.0666666667vw;
    top: 30vw;
    right: 2.6666666667vw;
  }
}
#sec01 .sec01_text1 {
  margin: 14px auto 14px;
  font-size: 32px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
}
#sec01 .sec01_text1 span {
  color: #ea4e1a;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_text1 {
    margin: 4vw auto 3.7333333333vw;
    font-size: 5.3333333333vw;
    line-height: 9.0666666667vw;
  }
}
#sec01 .sec01_text2 {
  margin-bottom: 64px;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0.04em;
  text-align: center;
}
#sec01 .sec01_text2 strong {
  font-size: 110%;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_text2 {
    margin-bottom: 8.5333333333vw;
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
  }
}
#sec01 .sec01_list {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px 16px;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_list {
    width: 93.6vw;
    margin: 0 auto;
    gap: 2.9333333333vw 2.4vw;
  }
}
#sec01 .sec01_list li {
  width: 170px;
  height: 48px;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_list li {
    width: 29.6vw;
    height: 8.4vw;
  }
}

/*---------------------------------------
  sec02:数字でわかるSwipeLP+の効果
--------------------------------------**/
#sec02 {
  position: relative;
  background: url(../images/swipelp/sec02_bg.jpg) center top no-repeat;
  height: 691px;
  padding-top: 70px;
}
@media screen and (max-width: 750px) {
  #sec02 {
    background: url(../images/swipelp/sec02_bg_sp.jpg) center top no-repeat;
    background-size: 100% 188.9333333333vw;
    height: 188.9333333333vw;
  }
}
#sec02 .sec02_title {
  width: 480px;
  margin: 0 auto 31px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_title {
    width: 83.2vw;
    margin: 0 auto 6.4vw;
  }
}
#sec02 .sec02_list {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list {
    width: 93.6vw;
    margin: 0 auto;
    gap: 3.6vw 3.4666666667vw;
  }
}
#sec02 .sec02_list li {
  width: 260px;
  height: 410px;
  padding-top: 28px;
  -webkit-filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li {
    width: 45.0666666667vw;
    height: 71.0666666667vw;
    padding-top: 28px;
  }
}
#sec02 .sec02_list li .sec02_list_title-sub {
  font-size: 16px;
  font-weight: 700;
  color: #ff7e18;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li .sec02_list_title-sub {
    font-size: 2.9333333333vw;
  }
}
#sec02 .sec02_list li .sec02_list_title {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 700;
  color: #282828;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li .sec02_list_title {
    margin-top: 1.6vw;
    font-size: 4vw;
  }
}
#sec02 .sec02_list li .sec02_list_period {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li .sec02_list_period {
    margin-top: 1.8666666667vw;
    font-size: 3.2vw;
  }
}
#sec02 .sec02_list li .sec02_list_period span {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li .sec02_list_period span {
    font-size: 2.6666666667vw;
  }
}
#sec02 .sec02_list li:nth-of-type(1) {
  background: url(../images/swipelp/sec02_list1.png) center top no-repeat;
  background-size: contain;
}
#sec02 .sec02_list li:nth-of-type(2) {
  background: url(../images/swipelp/sec02_list2.png) center top no-repeat;
  background-size: contain;
}
#sec02 .sec02_list li:nth-of-type(3) {
  background: url(../images/swipelp/sec02_list3.png) center top no-repeat;
  background-size: contain;
}
#sec02 .sec02_list li:nth-of-type(4) {
  background: url(../images/swipelp/sec02_list4.png) center top no-repeat;
  background-size: contain;
}

/*---------------------------------------
  sec03:SwipeLP+で効果が出る3つの理由
--------------------------------------**/
#sec03 {
  /*-------------------------------------------------------
  sec03_reason1:どのブロックが効果的か不要か一目で把握
  ------------------------------------------------------**/
  /*-------------------------------------------------------
  sec03_reason2:気づいたらすぐ改善･すぐ反映
  ------------------------------------------------------**/
  /*-------------------------------------------------------
  sec03_reason3:解析／広告タグをまとめて簡単設定
  ------------------------------------------------------**/
}
#sec03 .reason_caption {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec03 .reason_caption {
    font-size: 8vw;
    line-height: 9.6vw;
  }
}
#sec03 .sec03_reason_text {
  margin: 0 auto;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.04em;
  text-align: center;
}
#sec03 .sec03_reason_text strong {
  color: #ea4e1a;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason_text {
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.04em;
  }
}
#sec03 .sec03_reason1 {
  position: relative;
  background: url(../images/swipelp/sec03_reason1_bg.jpg) center top no-repeat;
  height: 1431px;
  padding-top: 50px;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason1 {
    background: url(../images/swipelp/sec03_reason1_bg_sp.jpg) center top no-repeat;
    background-size: 100% 251.8666666667vw;
    height: 251.8666666667vw;
    padding-top: 0;
  }
}
#sec03 .sec03_reason1 .sec03_title {
  width: 532px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason1 .sec03_title {
    width: 100%;
  }
}
#sec03 .sec03_reason1 .sec03_reason1_title {
  margin: 132px auto 26px;
  width: 560px;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason1 .sec03_reason1_title {
    margin: 0 auto 2.6666666667vw;
    width: 86.6666666667vw;
  }
}
#sec03 .sec03_reason1 .sec03_ai_icon {
  position: absolute;
  width: 108px;
  top: 260px;
  right: 140px;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason1 .sec03_ai_icon {
    width: 17.4666666667vw;
    top: 60.8vw;
    right: 5.8666666667vw;
  }
}
#sec03 .sec03_reason1 .sec03_reason1_img_wrap {
  position: relative;
  width: 820px;
  margin: 36px auto 5px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(35, 24, 21, 0.2));
          filter: drop-shadow(0px 0px 5px rgba(35, 24, 21, 0.2));
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason1 .sec03_reason1_img_wrap {
    width: 93.3333333333vw;
    margin: 4vw auto 0.9333333333vw;
  }
}
#sec03 .sec03_reason1 .sec03_reason1_movie_wrap {
  position: absolute;
  width: 800px;
  height: 468px;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason1 .sec03_reason1_movie_wrap {
    width: 90.6666666667vw;
    height: 53.0666666667vw;
    top: 1.3333333333vw;
    left: 1.3333333333vw;
  }
}
#sec03 .sec03_reason1 .sec03_reasonl_list {
  width: 820px;
  margin: 34px auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason1 .sec03_reasonl_list {
    width: 83.7333333333vw;
    margin: 5.3333333333vw auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.8666666667vw 3.4666666667vw;
  }
}
#sec03 .sec03_reason1 .sec03_reasonl_list li {
  width: 148px;
  height: 50px;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.4)) opacity(80%);
          filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.4)) opacity(80%);
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason1 .sec03_reasonl_list li {
    width: 25.6vw;
    height: 8.6666666667vw;
  }
}
#sec03 .sec03_reason2 {
  position: relative;
  background: url(../images/swipelp/sec03_reason2_bg.jpg) center top no-repeat;
  height: 994px;
  padding-top: 90px;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason2 {
    background: url(../images/swipelp/sec03_reason2_bg_sp.jpg) center top no-repeat;
    background-size: 100% 239.2vw;
    height: 239.2vw;
    padding-top: 10vw;
  }
}
#sec03 .sec03_reason2 .sec03_reason2_title {
  margin: 0 auto;
  width: 434px;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason2 .sec03_reason2_title {
    width: 86.6666666667vw;
  }
}
#sec03 .sec03_reason2 .sec03_reason2_img {
  width: 1100px;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason2 .sec03_reason2_img {
    width: 100%;
  }
}
#sec03 .sec03_reason2 .reason_caption {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason2 .reason_caption {
    margin: 3.4666666667vw auto 0;
    width: 86.6666666667vw;
    top: 16.8vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason2 .sec03_reason_text {
    text-align: left;
    width: 87.2vw;
    margin: 0 auto;
  }
  #sec03 .sec03_reason2 .sec03_reason_text.spblock {
    margin-top: -26.6666666667vw;
    padding-left: 41.3333333333vw;
  }
}
#sec03 .sec03_reason2 .sec03_reason2_note {
  margin-top: 18px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason2 .sec03_reason2_note {
    margin-top: 5.6vw;
    margin-right: 6.6666666667vw;
    font-size: 2.6666666667vw;
    text-align: right;
  }
}
#sec03 .sec03_reason3 {
  position: relative;
  background: url(../images/swipelp/sec03_reason3_bg.jpg) center top no-repeat;
  height: 825px;
  padding-top: 75px;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason3 {
    background: url(../images/swipelp/sec03_reason3_bg_sp.jpg) center top no-repeat;
    background-size: 100% 168.9333333333vw;
    height: 168.9333333333vw;
  }
}
#sec03 .sec03_reason3 .sec03_reason3_title {
  width: 486px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason3 .sec03_reason3_title {
    width: 86.6666666667vw;
    margin: 0 auto 5.6vw;
  }
}
#sec03 .sec03_reason3 .sec03_reason3_list {
  margin: 40px auto 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 20px;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason3 .sec03_reason3_list {
    margin: 8.2666666667vw auto 4.8vw;
    gap: 4.8vw 2.4vw;
  }
}
#sec03 .sec03_reason3 .sec03_reason3_list li {
  width: 270px;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason3 .sec03_reason3_list li {
    width: 42.1333333333vw;
  }
}
#sec03 .sec03_reason3 .sec03_reason3_list li .list_img {
  width: 270px;
  height: 150px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason3 .sec03_reason3_list li .list_img {
    width: 42.1333333333vw;
    height: 23.4666666667vw;
  }
}
#sec03 .sec03_reason3 .sec03_reason3_list li .list_text {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason3 .sec03_reason3_list li .list_text {
    margin-top: 1.6vw;
    font-size: 2.9333333333vw;
  }
}
#sec03 .sec03_reason3 .sec03_reason3_list li.list2 {
  width: 560px;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason3 .sec03_reason3_list li.list2 {
    width: 42.1333333333vw;
  }
}
#sec03 .sec03_reason3 .sec03_reason3_list li.list2 .reason3_list_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 560px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#sec03 .sec03_reason3 .sec03_reason3_list li.list2 .reason3_list_wrap .list_img {
  width: 270px;
  height: 66px;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason3 .sec03_reason3_list li.list2 .reason3_list_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 42.1333333333vw;
    row-gap: 1.6vw;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
  #sec03 .sec03_reason3 .sec03_reason3_list li.list2 .reason3_list_wrap .list_img {
    width: 42.1333333333vw;
    height: 10.9333333333vw;
  }
}
#sec03 .sec03_reason3 .sec03_reason3_note {
  margin-top: 12px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason3 .sec03_reason3_note {
    margin-top: 1.6vw;
    font-size: 2.4vw;
  }
}
#sec03 .sec03_reason3 .sec03_reason3_textbox {
  margin: 36px auto 0;
  width: 840px;
  height: 46px;
  background-color: #43bbc0;
  border-radius: 5px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason3 .sec03_reason3_textbox {
    margin: 6.6666666667vw auto 0;
    width: 86.6666666667vw;
    height: 14.6666666667vw;
    border-radius: 0.9333333333vw;
  }
}
#sec03 .sec03_reason3 .sec03_reason3_textbox .sec03_reason3_text {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_reason3 .sec03_reason3_textbox .sec03_reason3_text {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    text-align: center;
  }
}

/*---------------------------------------
  sec04:SwipeLP+の導入フロー
--------------------------------------**/
#sec04 {
  position: relative;
  background-color: #faf5e1;
  padding-top: 80px;
  padding-bottom: 96px;
}
@media screen and (max-width: 750px) {
  #sec04 {
    padding-top: 13.3333333333vw;
    padding-bottom: 16vw;
  }
}
#sec04 .sec04_title {
  width: 510px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_title {
    width: 88.1333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_list_img_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sec04 .sec04_list_img_wrap .sec04_img1 {
    width: 50%;
  }
  #sec04 .sec04_list_img_wrap .sec04_list {
    width: 50%;
  }
}
#sec04 .sec04_img1 {
  width: 1000px;
  margin: 28px auto 0;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_img1 {
    width: 50vw;
    margin: 0;
  }
}
#sec04 .sec04_list {
  width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_list {
    width: 50vw;
    margin: 0;
    padding: 8.2666666667vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 10.4vw;
  }
}
#sec04 .sec04_list li {
  width: 240px;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_list li {
    width: 50vw;
    height: 46.4vw;
    padding-left: 4.8vw;
  }
}
#sec04 .sec04_list li .list_caption {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_list li .list_caption {
    margin-top: 9.3333333333vw;
    font-size: 5.0666666667vw;
    text-align: left;
  }
}
#sec04 .sec04_list li .list_text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_list li .list_text {
    width: 38.6666666667vw;
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
  }
}
#sec04 .sec04_img2 {
  margin: 43px auto;
  width: 650px;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_img2 {
    margin: 0 auto;
    width: 86.6666666667vw;
  }
}

/*---------------------------------------
  sec05:SwipeLP+の料金プラン
--------------------------------------**/
#sec05 {
  position: relative;
  background: url(../images/swipelp/sec05_bg.jpg) center top no-repeat;
  height: 1243px;
  padding-top: 124px;
}
@media screen and (max-width: 750px) {
  #sec05 {
    background: url(../images/swipelp/sec05_bg_sp.jpg) center top no-repeat;
    background-size: 100% 262.6666666667vw;
    height: auto;
    padding-top: 11.0666666667vw;
    padding-bottom: 16vw;
  }
}
#sec05 .sec05_title {
  width: 510px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_title {
    width: 88.2666666667vw;
    margin: 0 0 0 5.3333333333vw;
  }
}
#sec05 .sec05_plan_wrap {
  margin: 44px auto 0;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan_wrap {
    margin: 12.5333333333vw 0 0 6.6666666667vw;
    padding-bottom: 2.6666666667vw;
    width: 93.3333333333vw;
    overflow-y: scroll;
  }
}
#sec05 .sec05_plan {
  position: relative;
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
#sec05 .sec05_plan .line1 {
  height: 74px !important;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .line1 {
    height: 12.8vw !important;
  }
}
#sec05 .sec05_plan .fz50 {
  font-size: 50px;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .fz50 {
    font-size: 8.6666666667vw;
  }
}
#sec05 .sec05_plan .fz46 {
  font-size: 46px;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .fz46 {
    font-size: 8vw;
  }
}
#sec05 .sec05_plan .fz32 {
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .fz32 {
    font-size: 5.6vw;
  }
}
#sec05 .sec05_plan .fz24 {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .fz24 {
    font-size: 4.1333333333vw;
  }
}
#sec05 .sec05_plan .fz20 {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .fz20 {
    font-size: 3.4666666667vw;
  }
}
#sec05 .sec05_plan .fz16 {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .fz16 {
    font-size: 2.9333333333vw;
  }
}
#sec05 .sec05_plan span.yen {
  font-size: 60%;
}
#sec05 .sec05_plan .left_header_list {
  margin-top: 75px;
  width: 176px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .left_header_list {
    margin-top: 13.0666666667vw;
    width: 30.4vw;
    border-top-left-radius: 2.6666666667vw;
    border-bottom-left-radius: 2.6666666667vw;
  }
}
#sec05 .sec05_plan .left_header_list li.list1 {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 46px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
  background-color: #717071;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .left_header_list li.list1 {
    height: 6.9333333333vw;
    padding-right: 8vw;
    font-size: 2.8vw;
  }
}
#sec05 .sec05_plan .left_header_list li.list1:nth-of-type(even) {
  background-color: #595757;
}
#sec05 .sec05_plan .left_header_list li.list1.line1 {
  border-top-left-radius: 20px;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .left_header_list li.list1.line1 {
    border-top-left-radius: 2.6666666667vw;
  }
}
#sec05 .sec05_plan .left_header_list li.list1:last-of-type {
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .left_header_list li.list1:last-of-type {
    border-bottom-left-radius: 2.6666666667vw;
  }
}
#sec05 .sec05_plan .plan_list {
  position: relative;
  width: 290px;
  border-radius: 20px;
  -webkit-filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .plan_list {
    width: 50.2666666667vw;
    border-radius: 2.6666666667vw;
  }
}
#sec05 .sec05_plan .plan_list dt.list_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 288px;
  height: 75px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .plan_list dt.list_header {
    width: 50vw;
    height: 13.0666666667vw;
    border-top-left-radius: 2.6666666667vw;
    border-top-right-radius: 2.6666666667vw;
  }
}
#sec05 .sec05_plan .plan_list dd {
  width: 100%;
  height: 40px;
  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-color: #ffffff;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .plan_list dd {
    width: 100%;
    height: 6.9333333333vw;
  }
}
#sec05 .sec05_plan .plan_list dd:nth-of-type(even) {
  background-color: #f7f7f7;
}
#sec05 .sec05_plan .plan_list dd:last-of-type {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .plan_list dd:last-of-type {
    border-bottom-left-radius: 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
  }
}
#sec05 .sec05_plan .light_plan_list {
  margin-left: -26px;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .light_plan_list {
    margin-left: -4.5333333333vw;
  }
}
#sec05 .sec05_plan .light_plan_list dt.list_header {
  background-color: #ffa42d;
  font-size: 24px;
  font-weight: 700;
  color: #925900;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .light_plan_list dt.list_header {
    font-size: 4.2666666667vw;
  }
}
#sec05 .sec05_plan .light_plan_list dd.list2.line1 {
  color: #ffa42d;
  font-weight: 600;
}
#sec05 .sec05_plan .basic_plan_list {
  margin-left: 1px;
}
#sec05 .sec05_plan .basic_plan_list dt.list_header {
  background-color: #ff7e18;
  font-size: 24px;
  font-weight: 700;
  color: #782d00;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .basic_plan_list dt.list_header {
    font-size: 4.2666666667vw;
  }
}
#sec05 .sec05_plan .basic_plan_list dd.list3.line1 {
  color: #ff7e18;
  font-weight: 600;
}
#sec05 .sec05_plan .pro_plan_list {
  border: 2px #ea4e1a solid;
  margin-left: 1px;
  z-index: 10;
  margin-left: -1px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
}
#sec05 .sec05_plan .pro_plan_list dt.list_header {
  height: 73px;
  background-color: #ea4e1a;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_plan .pro_plan_list dt.list_header {
    height: 12.8vw;
    font-size: 4.2666666667vw;
  }
}
#sec05 .sec05_plan .pro_plan_list dd.list4.line1 {
  color: #ea4e1a;
  font-weight: 600;
}
#sec05 .sec05_img2 {
  display: block;
  width: 750px;
  margin: 65px auto 0;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(61, 49, 43, 0.3));
          filter: drop-shadow(0px 0px 10px rgba(61, 49, 43, 0.3));
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_img2 {
    width: 90%;
    margin: 5.3333333333vw auto 0;
  }
}

/*---------------------------------------
  sec06:SwipeLP+のデザイン制作
--------------------------------------**/
#sec06 {
  position: relative;
  background: url(../images/swipelp/sec06_bg.jpg) center top no-repeat;
  height: 1227px;
}
@media screen and (max-width: 750px) {
  #sec06 {
    background: url(../images/swipelp/sec06_bg_sp.jpg) center top no-repeat;
    background-size: 100% 220.9333333333vw;
    height: 220.9333333333vw;
    padding-top: 10.9333333333vw;
  }
}
#sec06 .sec06_title {
  width: 564px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_title {
    width: 86.2666666667vw;
  }
}
#sec06 .sec06_text {
  margin: 23px auto 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_text {
    margin: 4.6666666667vw auto 0;
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.04em;
  }
}
#sec06 .sec06_img1_wrap {
  position: relative;
  width: 700px;
  height: 821px;
  margin: 84px auto 0;
  background: url(../images/swipelp/sec06_img1.png) center top no-repeat;
  background-size: contain;
  -webkit-filter: drop-shadow(-15px 15px 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(-15px 15px 10px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_img1_wrap {
    width: 100vw;
    height: 152vw;
    margin: 15.2vw auto 0;
    background: url(../images/swipelp/sec06_img1_sp.png) center top no-repeat;
    background-size: contain;
  }
}
#sec06 .sec06_img1_wrap .sec06_mv_frame {
  position: absolute;
  width: 205px;
  height: 381px;
  top: 0;
  left: 92px;
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_img1_wrap .sec06_mv_frame {
    width: 35.4666666667vw;
    height: 66.1333333333vw;
    top: 0;
    left: 6.6666666667vw;
  }
}
#sec06 .sec06_img1_wrap .sec06_mv_frame video {
  position: relative;
  width: 92%;
  margin-left: 8px;
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_img1_wrap .sec06_mv_frame video {
    width: 93%;
    left: 0;
  }
}
#sec06 .sec06_img1_wrap .sec06_mv_frame .sp_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#sec06 .sec06_img1_wrap .sec06_img1_text1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 144px 0 0 336px;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_img1_wrap .sec06_img1_text1 {
    margin: 25.3333333333vw 0 0 46.4vw;
    font-size: 4.8vw;
  }
}
#sec06 .sec06_img1_wrap .sec06_img1_text1 .sec06_arrow {
  padding: 0 10px 0 7px;
}
#sec06 .sec06_img1_wrap .sec06_img1_text1 .sec06_arrow > img {
  width: 17px;
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_img1_wrap .sec06_img1_text1 .sec06_arrow {
    padding: 0 1.6vw 0 1.0666666667vw;
  }
  #sec06 .sec06_img1_wrap .sec06_img1_text1 .sec06_arrow > img {
    width: 2.9333333333vw;
  }
}
#sec06 .sec06_img1_wrap .sec06_img1_text2 {
  margin: 102px 0 0 340px;
  width: 264px;
  height: 30px;
  border: 2px #ffffff solid;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_img1_wrap .sec06_img1_text2 {
    margin: 17.6vw 0 0 46.4vw;
    width: 45.8666666667vw;
    height: 5.3333333333vw;
    border: 0.2666666667vw #ffffff solid;
    border-radius: 0.8vw;
    font-size: 2.6666666667vw;
  }
}
#sec06 .sec06_img1_wrap .sec06_img1_text3 {
  margin: 140px auto 0;
  width: 600px;
  border-bottom: 1px #282828 solid;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_img1_wrap .sec06_img1_text3 {
    margin: 26.1333333333vw auto 0;
    width: 86.6666666667vw;
    border-bottom: 1px #282828 solid;
    padding-bottom: 2.6666666667vw;
    font-size: 6.2666666667vw;
  }
}
#sec06 .sec06_img1_wrap .sec06_img1_note {
  position: absolute;
  bottom: 38px;
  right: 44px;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_img1_wrap .sec06_img1_note {
    position: absolute;
    bottom: 8vw;
    right: 6.6666666667vw;
    font-size: 2.1333333333vw;
    text-align: right;
  }
}

/*---------------------------------------
  sec07:LPデザインの実績一例
--------------------------------------**/
#sec07 {
  position: relative;
}
@media screen and (max-width: 750px) {
  #sec07 {
    background: url(../images/swipelp/sec07_bg_sp.jpg) center top no-repeat;
    background-size: 100% 133.3333333333vw;
    height: auto;
    padding-bottom: 13.3333333333vw;
  }
}
#sec07 > .inner {
  width: 1100px;
  padding: 78px 0 73px;
  background-color: #f7f7f7;
  border: 2px #ffffff solid;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 750px) {
  #sec07 > .inner {
    width: 88vw;
    padding: 10.1333333333vw 0 10.6666666667vw;
    background-color: #f7f7f7;
    border: 2px #ffffff solid;
    border-radius: 2.6666666667vw;
  }
}
#sec07 .sec07_title {
  width: 440px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 750px) {
  #sec07 .sec07_title {
    width: 58.5333333333vw;
    margin: 0 auto 4.2666666667vw;
  }
}
#sec07 ul.sec07_list {
  width: 940px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 40px;
}
@media screen and (max-width: 750px) {
  #sec07 ul.sec07_list {
    width: 75.2vw;
    row-gap: 5.3333333333vw;
  }
}
#sec07 ul.sec07_list li {
  width: 211px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #sec07 ul.sec07_list li {
    width: 36vw;
  }
}
#sec07 ul.sec07_list li .list_img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  #sec07 ul.sec07_list li .list_img {
    width: 36vw;
  }
  #sec07 ul.sec07_list li .list_img > img {
    width: 100%;
  }
}
#sec07 ul.sec07_list li .comp_name {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 211px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 18px auto 0;
  padding: 0 1em 14px;
  border-bottom: 1px #282828 solid;
}
@media screen and (max-width: 750px) {
  #sec07 ul.sec07_list li .comp_name {
    width: 36vw;
    font-size: 3.4666666667vw;
    margin: 4.2666666667vw auto 0;
    padding: 0 1em 2.4vw;
  }
}
#sec07 ul.sec07_list li .lp_name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 211px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 10px 2em;
  border-radius: 4px;
}
@media screen and (max-width: 750px) {
  #sec07 ul.sec07_list li .lp_name {
    max-width: 36vw;
    font-size: 2.9333333333vw;
    padding: 1.3333333333vw 1em;
    border-radius: 2px;
  }
}
#sec07 .sec07_more_btn {
  margin: 42px auto 0;
  width: 280px;
  height: 50px;
  border-radius: 25px;
  background-color: #ffffff;
  border: 2px #0fa296 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  color: #0fa296;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #sec07 .sec07_more_btn {
    margin: 4.2666666667vw auto 0;
    width: 60.8vw;
    height: 10.9333333333vw;
    border-radius: 5.4666666667vw;
    border: 0.2666666667vw #0fa296 solid;
    font-size: 4.4vw;
  }
}

/*---------------------------------------
  form_area:お問い合わせフォーム
--------------------------------------**/
#form_area {
  position: relative;
  padding: 105px 0 120px;
}
@media screen and (max-width: 750px) {
  #form_area {
    padding: 12vw 0 16vw;
  }
}
#form_area .form_area_title {
  width: 410px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 750px) {
  #form_area .form_area_title {
    width: 70.6666666667vw;
  }
}
#form_area .form_area_img {
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #form_area .form_area_img {
    width: 100%;
  }
}
#form_area .form_btn {
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
  width: 360px;
  height: 80px;
  margin: 35px auto 0;
  background-color: #0fa296;
  border-radius: 40px;
  -webkit-filter: drop-shadow(0px 10px 8px rgba(35, 24, 21, 0.3));
          filter: drop-shadow(0px 10px 8px rgba(35, 24, 21, 0.3));
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #form_area .form_btn {
    width: 62.4vw;
    height: 13.8666666667vw;
    margin: 0 auto;
    border-radius: 6.8vw;
    font-size: 3.7333333333vw;
  }
}
@media (any-hover: hover) {
  #form_area .form_btn:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/*---------------------------------------
  sec_qa:よくあるご質問
--------------------------------------**/
#sec_qa {
  position: relative;
  padding: 80px 0 120px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 750px) {
  #sec_qa {
    padding: 15.7333333333vw 0 20.6666666667vw;
  }
}
#sec_qa .sec_qa_title {
  width: 274px;
  margin: 0 auto 62px;
}
@media screen and (max-width: 750px) {
  #sec_qa .sec_qa_title {
    width: 47.2vw;
    margin: 0 auto 8.2666666667vw;
  }
}
#sec_qa .sec_qa_list {
  width: 1100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 40px;
}
@media screen and (max-width: 750px) {
  #sec_qa .sec_qa_list {
    width: 92vw;
    margin: 0 auto;
    gap: 5.3333333333vw 0;
  }
}
#sec_qa .sec_qa_list li {
  width: 530px;
  min-height: 320px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.2));
  padding: 34px 35px 50px;
}
@media screen and (max-width: 750px) {
  #sec_qa .sec_qa_list li {
    width: 92vw;
    min-height: unset;
    border-radius: 2.6666666667vw;
    -webkit-filter: drop-shadow(1.0666666667vw 1.0666666667vw 1.3333333333vw rgba(0, 0, 0, 0.2));
            filter: drop-shadow(1.0666666667vw 1.0666666667vw 1.3333333333vw rgba(0, 0, 0, 0.2));
    padding: 5.3333333333vw 5.6vw 7.3333333333vw;
  }
}
#sec_qa .sec_qa_list li .sec_qa_title_box {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media screen and (max-width: 750px) {
  #sec_qa .sec_qa_list li .sec_qa_title_box {
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
  }
}
#sec_qa .sec_qa_list li .sec_qa_title_box .sec_qa_title_icon {
  width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  #sec_qa .sec_qa_list li .sec_qa_title_box .sec_qa_title_icon {
    width: 11.3333333333vw;
  }
}
#sec_qa .sec_qa_list li .sec_qa_title_box .sec_qa_title_text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 32px;
}
@media screen and (max-width: 750px) {
  #sec_qa .sec_qa_list li .sec_qa_title_box .sec_qa_title_text {
    font-size: 4vw;
    line-height: 6.9333333333vw;
  }
}
#sec_qa .sec_qa_list li .line {
  width: 100%;
  height: 1px;
  background-color: #dbdcdc;
  margin: 18px 0 13px;
}
@media screen and (max-width: 750px) {
  #sec_qa .sec_qa_list li .line {
    margin: 3.2vw 0 3.2vw;
  }
}
#sec_qa .sec_qa_list li .sec_qa_list_text {
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 750px) {
  #sec_qa .sec_qa_list li .sec_qa_list_text {
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
  }
}

footer {
  width: 100%;
  height: 70px;
  background-color: #484848;
}
@media screen and (max-width: 750px) {
  footer {
    height: 32vw;
    margin-bottom: 13.3333333333vw;
  }
}
footer .footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  footer .footer_wrap {
    display: block;
  }
}
footer .footer_leftarea {
  padding-left: 20px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_leftarea .footer_logo {
  width: 139px;
}
@media screen and (max-width: 750px) {
  footer .footer_leftarea {
    display: block;
    width: 31.4666666667vw;
    padding: 5.0666666667vw 0 0 0;
    margin: 0 auto;
  }
  footer .footer_leftarea .footer_logo {
    display: block;
    width: 31.4666666667vw;
  }
}
footer .footer_rightarea {
  padding: 16px 20px 0 0;
}
@media screen and (max-width: 750px) {
  footer .footer_rightarea {
    display: block;
    padding: 0;
    margin: 4vw auto 0;
  }
}
footer .footer_rightarea .footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  footer .footer_rightarea .footer_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer_rightarea .footer_link li > a {
  display: block;
  font-size: 12px;
  color: #ffffff;
  line-height: 16px;
  letter-spacing: 0.1em;
  padding: 0 1em;
  border-left: 1px #ffffff solid;
}
footer .footer_rightarea .footer_link li > a.li1 {
  border-left: none;
  padding-left: 0;
}
@media screen and (max-width: 750px) {
  footer .footer_rightarea .footer_link li > a {
    font-size: 2.6666666667vw;
    line-height: 2.6666666667vw;
  }
}
footer .footer_rightarea .footer_copyright {
  margin-top: 6px;
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (max-width: 750px) {
  footer .footer_rightarea .footer_copyright {
    margin-top: 1.6vw;
    font-size: 2.4vw;
    text-align: center;
  }
}/*# sourceMappingURL=swipelp_style.css.map */