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

/*メディアクエリ*/
/*
@mixin mq_tb {
  @media screen and (min-width:751px) and (max-width:($mq_tb)) {
    @content;
  }
}
*/
.clearfix {
  *zoom: 1;
}
.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: 1000px;
  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: 1000px;
  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/oem/fv_bg.jpg) center top no-repeat;
  height: 770px;
  padding-top: 187px;
}
@media screen and (max-width: 750px) {
  #fv {
    background: url(../images/oem/fv_bg_sp.jpg) center top no-repeat;
    background-size: 100% 178.5333333333vw;
    height: 178.5333333333vw;
    padding-top: 8.5333333333vw;
  }
}
#fv .fv_movie_wrap {
  position: absolute;
  width: 222px;
  height: 404px;
  top: -5px;
  left: 120px;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  #fv .fv_movie_wrap {
    width: 35.3333333333vw;
    height: 64.2666666667vw;
    top: 54vw;
    left: 32.1333333333vw;
  }
}
#fv .fv_img1 {
  margin-left: 500px;
  width: 401px;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(15, 162, 150, 0.3));
          filter: drop-shadow(0px 0px 8px rgba(15, 162, 150, 0.3));
}
@media screen and (max-width: 750px) {
  #fv .fv_img1 {
    width: 69.4666666667vw;
    margin: 0 auto;
  }
}
#fv .fv_hero {
  width: 504px;
  margin: 12px 0 0 445px;
}
@media screen and (max-width: 750px) {
  #fv .fv_hero {
    width: 87.2vw;
    margin: 2vw auto 0;
  }
}
#fv .fv_img2 {
  width: 438px;
  margin: 32px 0 0 475px;
}
@media screen and (max-width: 750px) {
  #fv .fv_img2 {
    width: 77.8666666667vw;
    margin: 98.4vw auto 0;
  }
}
#fv .cta_btn_wrap {
  margin: 28px 0 0 405px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media screen and (max-width: 750px) {
  #fv .cta_btn_wrap {
    margin: 2.6666666667vw auto 0;
    -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: #de4d1f 1px solid;
}
#fv .cta_btn_wrap .cta_btn__contact .cta_btn_text {
  color: #de4d1f;
}
#fv .cta_btn_wrap .cta_btn__apply {
  background-color: #de4d1f;
}
#fv .cta_btn_wrap .cta_btn__apply .cta_btn_text {
  color: #ffffff;
}

/*-------------------------------
  sec01:OEM契約とは？
------------------------------**/
#sec01 {
  position: relative;
  background: url(../images/oem/sec01_bg.jpg) center top no-repeat;
  height: 560px;
  padding-top: 145px;
}
@media screen and (max-width: 750px) {
  #sec01 {
    background: url(../images/oem/sec01_bg_sp.jpg) center top no-repeat;
    background-size: 100% 136vw;
    height: 136vw;
    padding-top: 22.6666666667vw;
  }
}
#sec01 .sec01_title {
  margin: 0 auto;
  width: 281px;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_title {
    margin: 0 auto;
    width: 58.1333333333vw;
  }
}
#sec01 .sec01_img1 {
  margin: 52px auto 0;
  width: 731px;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_img1 {
    margin: 12.5333333333vw auto 0;
    width: 72.5333333333vw;
  }
}
#sec01 .sec01_text1 {
  margin: 25px auto 0;
  font-size: 18px;
  line-height: 38px;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-align: center;
}
#sec01 .sec01_text1 span {
  color: #fffc88;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_text1 {
    margin: 4vw auto 0;
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
  }
}
#sec01 .sec01_note {
  margin: 24px auto 0;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_note {
    margin: 4vw auto 0;
    font-size: 2.4vw;
  }
}

/*---------------------------------------
  sec02:3パターンのご提案が可能
--------------------------------------**/
#sec02 {
  position: relative;
  background: url(../images/oem/sec02_bg.jpg) center top no-repeat;
  height: 2340px;
  padding-top: 98px;
}
@media screen and (max-width: 750px) {
  #sec02 {
    background: url(../images/oem/sec02_bg_sp.jpg) center top no-repeat;
    background-size: 100% 723.8666666667vw;
    height: 723.8666666667vw;
    padding-top: 9.0666666667vw;
  }
}
#sec02 .sec02_title {
  width: 632px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_title {
    width: 56vw;
  }
}
#sec02 .sec02_3pattern_wrap {
  background: url(../images/oem/sec02_3pattern_bg.jpg) center top no-repeat;
  background-size: contain;
  width: 1000px;
  height: 375px;
  padding-top: 49px;
  margin-top: -22px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_3pattern_wrap {
    background: url(../images/oem/sec02_3pattern_bg_sp.jpg) center top no-repeat;
    background-size: contain;
    width: 100vw;
    height: 104.4vw;
    padding-top: 6.8vw;
    margin-top: 0;
  }
}
#sec02 .sec02_3pattern_list {
  position: relative;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_3pattern_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1px;
  }
}
#sec02 .sec02_3pattern_list > li {
  position: relative;
  width: 260px;
  height: 260px;
  padding-top: 105px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_3pattern_list > li {
    width: 45.0666666667vw;
    height: 45.0666666667vw;
    padding-top: 18.4vw;
  }
}
#sec02 .sec02_3pattern_list > li .pattern_caption {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_3pattern_list > li .pattern_caption {
    font-size: 5.4666666667vw;
  }
}
#sec02 .sec02_3pattern_list > li .pattern_text_list {
  margin: 15px auto 0;
  width: 160px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_3pattern_list > li .pattern_text_list {
    margin: 2.4vw auto 0;
    width: 29.3333333333vw;
  }
}
#sec02 .sec02_3pattern_list > li .pattern_text_list > li {
  width: 160px;
  height: 30px;
  margin-bottom: 5px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_3pattern_list > li .pattern_text_list > li {
    width: 29.3333333333vw;
    height: 5.2vw;
    margin-bottom: 0.8vw;
    border-radius: 0.6666666667vw;
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
}
#sec02 .sec02_3pattern_list > li .pattern_text_list > li.label1 {
  background-color: #a1a1a1;
}
#sec02 .sec02_3pattern_list > li .pattern_text_list > li.label2 {
  background-color: #43bbc0;
}
#sec02 .sec02_3pattern_list > li .pattern_text_list > li.label3 {
  background-color: #0fa296;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_3pattern_list > li:last-of-type {
    margin-top: -2.8vw;
  }
}
#sec02 .sec02_patternbox {
  position: relative;
  width: 1000px;
  padding-top: 48px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_patternbox {
    width: 86.6666666667vw;
    padding-top: 9.6vw;
    margin: 0 auto 9.3333333333vw;
  }
}
#sec02 .sec02_patternbox .patternbox_caption {
  margin-left: 117px;
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_patternbox .patternbox_caption {
    margin-left: 18.6666666667vw;
    font-size: 8vw;
  }
}
#sec02 .sec02_patternbox .pattern_label_list {
  margin: 67px 0 0 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_patternbox .pattern_label_list {
    margin: 12.2666666667vw auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
  }
}
#sec02 .sec02_patternbox .pattern_label_list > li {
  width: 160px;
  height: 30px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_patternbox .pattern_label_list > li {
    width: 36vw;
    height: 6.6666666667vw;
    border-radius: 0.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 6.6666666667vw;
  }
}
#sec02 .sec02_patternbox .pattern_label_list > li.label1 {
  background-color: #a1a1a1;
}
#sec02 .sec02_patternbox .pattern_label_list > li.label2 {
  background-color: #43bbc0;
}
#sec02 .sec02_patternbox .pattern_label_list > li.label3 {
  background-color: #0fa296;
}
#sec02 .sec02_patternbox .pattern_text {
  margin: 12px 0 0 55px;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_patternbox .pattern_text {
    margin: 3.6vw auto 0;
    width: 74.4vw;
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    text-align: center;
  }
}
#sec02 .sec02_patternbox .pattern_note {
  margin: 14px 0 0 55px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_patternbox .pattern_note {
    margin: 4.6666666667vw 0 0 10.9333333333vw;
    font-size: 2.4vw;
    line-height: 5.0666666667vw;
  }
}
#sec02 .sec02_patternbox.pattern1 {
  background: url(../images/oem/sec02_pattern1.png) center top no-repeat;
  background-size: contain;
  width: 1000px;
  height: 320px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_patternbox.pattern1 {
    background: url(../images/oem/sec02_pattern1_sp.png) center top no-repeat;
    background-size: contain;
    width: 86.6666666667vw;
    height: 108vw;
  }
}
#sec02 .sec02_patternbox.pattern2 {
  background: url(../images/oem/sec02_pattern2.png) center top no-repeat;
  background-size: contain;
  width: 1000px;
  height: 450px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_patternbox.pattern2 {
    background: url(../images/oem/sec02_pattern2_sp.png) center top no-repeat;
    background-size: contain;
    width: 86.6666666667vw;
    height: 169.6vw;
  }
}
#sec02 .sec02_patternbox.pattern3 {
  background: url(../images/oem/sec02_pattern3.png) center top no-repeat;
  background-size: contain;
  width: 1000px;
  height: 836px;
}
#sec02 .sec02_patternbox.pattern3 .pattern_text2 {
  position: absolute;
  left: 208px;
  bottom: 85px;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_patternbox.pattern3 {
    background: url(../images/oem/sec02_pattern3_sp.png) center top no-repeat;
    background-size: contain;
    width: 86.6666666667vw;
    height: 266.6666666667vw;
    padding-top: 13.8666666667vw;
  }
  #sec02 .sec02_patternbox.pattern3 .pattern_text2 {
    position: absolute;
    width: 100%;
    left: unset;
    bottom: 20.2666666667vw;
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
    letter-spacing: 0.04em;
    text-align: center;
  }
}

/*---------------------------------------
  sec03:他社のSwipeLPシステムとの違いは？
--------------------------------------**/
#sec03 {
  position: relative;
  background: url(../images/oem/sec03_bg.jpg) center top no-repeat;
  height: 620px;
  padding-top: 64px;
}
@media screen and (max-width: 750px) {
  #sec03 {
    background: url(../images/oem/sec03_bg_sp.jpg) center top no-repeat;
    background-size: 100% 173.3333333333vw;
    height: 173.3333333333vw;
    padding-top: 14.6666666667vw;
  }
}
#sec03 .sec03_title {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_title {
    width: 100%;
  }
}
#sec03 .sec03_img1 {
  width: 340px;
  margin: 35px auto 0;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(15, 162, 150, 0.3));
          filter: drop-shadow(0px 0px 8px rgba(15, 162, 150, 0.3));
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_img1 {
    width: 58.9333333333vw;
    margin: 12.5333333333vw auto 0;
  }
}
#sec03 .sec03_text1 {
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_text1 {
    margin: 4.6666666667vw auto 0;
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
  }
}
#sec03 .sec03_img2 {
  width: 460px;
  margin: 20px auto 0;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_img2 {
    width: 80vw;
    margin: 5.3333333333vw auto 0;
  }
}
#sec03 .sec03_text2 {
  margin: 30px auto 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
#sec03 .sec03_text2 span {
  color: #0fa296;
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_text2 {
    margin: 4vw auto 0;
    font-size: 4.2666666667vw;
    line-height: 7.7333333333vw;
  }
}

/*---------------------------------------
  sec04:￥59,800/月 初期費用100,000円
--------------------------------------**/
#sec04 {
  position: relative;
  background: url(../images/oem/sec04_bg.jpg) center top no-repeat;
  height: 1316px;
}
@media screen and (max-width: 750px) {
  #sec04 {
    background: url(../images/oem/sec04_bg_sp.jpg) center top no-repeat;
    background-size: 100% 376vw;
    height: 376vw;
  }
}
#sec04 .sec04_arrow {
  position: absolute;
  width: 66px;
  top: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_arrow {
    width: 8.8vw;
    top: -4.4vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#sec04 .sec04_title {
  width: 100%;
}
#sec04 .sec04_datail_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_datail_wrap {
    display: block;
  }
}
#sec04 .sec04_datail_wrap .left_list {
  width: 410px;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_datail_wrap .left_list {
    width: 92vw;
    margin: 0 auto;
  }
}
#sec04 .sec04_datail_wrap .left_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0 16px 0;
  border-bottom: 2px #cccccc dotted;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_datail_wrap .left_list > li {
    -webkit-column-gap: 12.6666666667vw;
       -moz-column-gap: 12.6666666667vw;
            column-gap: 12.6666666667vw;
    padding: 4vw 0 3.4666666667vw 0;
  }
}
#sec04 .sec04_datail_wrap .left_list > li .caption {
  width: 120px;
  height: 25px;
  border-radius: 12px;
  background-color: #43bbc0;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_datail_wrap .left_list > li .caption {
    width: 26.6666666667vw;
    height: 5.6vw;
    border-radius: 2.8vw;
    font-size: 3.6vw;
    line-height: 5.6vw;
  }
}
#sec04 .sec04_datail_wrap .left_list > li .text {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.04em;
}
#sec04 .sec04_datail_wrap .left_list > li .text span {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_datail_wrap .left_list > li .text {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0.04em;
  }
  #sec04 .sec04_datail_wrap .left_list > li .text span {
    font-size: 3.7333333333vw;
  }
}
#sec04 .sec04_datail_wrap .left_list > li:last-of-type {
  border-bottom: none;
}
#sec04 .sec04_datail_wrap .right_box {
  width: 542px;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_datail_wrap .right_box {
    width: 100%;
    margin-top: 8.8vw;
  }
}
#sec04 .sec04_datail_wrap .right_box .sec04_img1 {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_datail_wrap .right_box .sec04_img1 {
    width: 52vw;
  }
}
#sec04 .sec04_datail_wrap .right_box .sec04_label_list {
  margin-top: 20px;
  width: 542px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_datail_wrap .right_box .sec04_label_list {
    margin: 3.7333333333vw auto 0;
    width: 92vw;
    gap: 2.1333333333vw 1.8666666667vw;
  }
}
#sec04 .sec04_datail_wrap .right_box .sec04_label_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) {
  #sec04 .sec04_datail_wrap .right_box .sec04_label_list > li {
    width: 29.3333333333vw;
    height: 8.2666666667vw;
  }
}
#sec04 .sec04_option_img {
  width: 100%;
}
#sec04 .sec04_opton_box {
  width: 1000px;
  height: 325px;
  padding-top: 45px;
  background: url(../images/oem/sec04_option_box_bg.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_opton_box {
    width: 100%;
    height: 93.3333333333vw;
    padding-top: 9.6vw;
    background: url(../images/oem/sec04_option_box_bg1_sp.png) center top no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_opton_box.box2 {
    width: 100%;
    height: 96vw;
    padding-top: 9.6vw;
    background: url(../images/oem/sec04_option_box_bg2_sp.png) center top no-repeat;
    background-size: contain;
  }
}
#sec04 .sec04_opton_box .title_wrap {
  margin-left: 102px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_opton_box .title_wrap {
    display: block;
    margin-left: unset;
    height: auto;
  }
}
#sec04 .sec04_opton_box .title_wrap .title_text {
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_opton_box .title_wrap .title_text {
    margin-left: 21.7333333333vw;
    font-size: 5.8666666667vw;
  }
}
#sec04 .sec04_opton_box .title_wrap .price_img1 {
  width: 353px;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_opton_box .title_wrap .price_img1 {
    margin-left: 12.6666666667vw;
    margin-top: 4.5333333333vw;
    width: 60.8vw;
  }
}
#sec04 .sec04_opton_box .option_text {
  width: 900px;
  margin: 52px 0 0 50px;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 34px;
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_opton_box .option_text {
    width: 80vw;
    margin: 12vw auto 0;
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
  }
}

/*---------------------------------------
  sec05:SwipeLP+の導入フロー
--------------------------------------**/
#sec05 {
  position: relative;
  background: url(../images/oem/sec05_bg.jpg) center top no-repeat;
  height: 844px;
  padding-top: 70px;
}
@media screen and (max-width: 750px) {
  #sec05 {
    background: url(../images/oem/sec05_bg_sp.jpg) center top no-repeat;
    background-size: 100% 274.9333333333vw;
    height: 274.9333333333vw;
    padding-top: 10.1333333333vw;
  }
}
#sec05 .sec05_title {
  width: 510px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_title {
    width: 49.2vw;
    margin: 0 auto 15.7333333333vw;
  }
}
#sec05 .sec05_list_img_wrap {
  margin-top: 38px;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_list_img_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sec05 .sec05_list_img_wrap .sec05_img1 {
    width: 50%;
  }
  #sec05 .sec05_list_img_wrap .sec05_list {
    width: 50%;
  }
}
#sec05 .sec05_img1 {
  width: 1000px;
  margin: 28px auto 0;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_img1 {
    width: 50vw;
    margin: 0;
  }
}
#sec05 .sec05_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) {
  #sec05 .sec05_list {
    width: 50vw;
    margin: 0;
    padding: 4.8vw 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: 15.2vw;
  }
}
#sec05 .sec05_list li {
  width: 240px;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_list li {
    width: 50vw;
    height: 41.6vw;
    padding-left: 4.6666666667vw;
    padding-top: 4.6666666667vw;
  }
}
#sec05 .sec05_list li .list_caption {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_list li .list_caption {
    font-size: 5.0666666667vw;
    text-align: left;
  }
}
#sec05 .sec05_list li .list_text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_list li .list_text {
    width: 38.6666666667vw;
    margin-top: 3.2vw;
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
  }
}
#sec05 .sec05_img2 {
  margin: 43px auto;
  width: 650px;
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_img2 {
    margin: 0 auto;
    width: 86.6666666667vw;
  }
}

/*---------------------------------------
  form_area:お問い合わせフォーム
--------------------------------------**/
#form_area {
  position: relative;
  padding: 88px 0 120px;
}
@media screen and (max-width: 750px) {
  #form_area {
    padding: 12vw 0 16vw;
  }
}
#form_area .form_area_title {
  width: 435px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 750px) {
  #form_area .form_area_title {
    width: 79.2vw;
    margin: 0 auto 8vw;
  }
}
#form_area .form_area_img {
  width: 882px;
  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: #ffffff;
  border: 3px #de4d1f solid;
  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: #ea4e1a;
  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;
  background: url(../images/oem/sec_qa_bg.jpg) center top no-repeat;
  height: auto;
  padding: 80px 0 120px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 750px) {
  #sec_qa {
    background: url(../images/oem/sec_qa_bg_sp.jpg) center top no-repeat;
    background-size: 100% 42.6666666667vw;
    background-color: #f7f7f7;
    padding: 12vw 0 20vw;
    height: auto;
  }
}
#sec_qa .sec_qa_title {
  width: 274px;
  margin: 0 auto 62px;
}
@media screen and (max-width: 750px) {
  #sec_qa .sec_qa_title {
    width: 54.6666666667vw;
    margin: 0 auto 8vw;
  }
}
#sec_qa .sec_qa_list {
  width: 1000px;
  -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: 480px;
  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;
  }
}
footer .footer_wrap {
  -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;
  -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;
    height: auto;
    margin: 0 auto;
  }
  footer .footer_leftarea .footer_logo {
    width: 31.4666666667vw;
  }
}
footer .footer_rightarea {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  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 {
  -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-oem_style.css.map */