@charset "UTF-8";

.lp-jumbotron {
  padding: 0 30px;
  width: 100%;
  background: url("../../img/landing_page/lp_vl_feature/lp_vl_feature_bg_01.jpg") no-repeat center top #fff;
  background-size: auto 100%;
}
.lp-jumbotron img {
  max-width: 100%;
}
.lp-jumbotron .lp-jumbotron-content {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
.lp-jumbotron .lp-jumbotron-content .lp-jumbotron-image {
  position: absolute;
  top: 37px;
  left: 0;
  z-index: 0;
  max-width: 866px;
  width: calc((866 * 100vw) / 1400);
}
.lp-jumbotron .lp-jumbotron-content .lp-jumbotron-body {
  position: relative;
  z-index: 5;
  margin: 0 0 0 auto;
  padding: 10vw 0;
  max-width: 480px;
  width: calc((480 * 100vw) / 1400);
}
.lp-jumbotron .lp-jumbotron-content .lp-jumbotron-body .lp-jumbotron-mainLead {
  text-align: left;
  font-weight: bold;
  font-size: calc((58 * 100vw) / 1400);
  line-height: 1.2em;
}
.lp-jumbotron .lp-jumbotron-content .lp-jumbotron-body .lp-jumbotron-mainTitle {
  display: flex;
  align-items: center;
  margin-top: 31px;
  font-size: calc((20 * 100vw) / 1400);
}
.lp-jumbotron .lp-jumbotron-content .lp-jumbotron-body .lp-jumbotron-mainTitle .title-icon {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 15px 2px;
  border: 2px solid #e60012;
  background: #fff;
  color: #e60012;
  font-weight: normal;
  font-size: calc((16 * 100vw) / 1400);
}
.lp-jumbotron .lp-jumbotron-content .lp-jumbotron-btn {
  margin-top: 45px;
}

/* lp-buttonConversion */
.lp-buttonConversion {
  display: inline-block;
  margin: 0 0 16px;
  background: #f30b19;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
}
.theme-KC .lp-buttonConversion {
  font-weight: normal;
}
.lp-buttonConversion-body {
  display: block;
  padding: 10px 56px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  padding-left: 16px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  display: block;
  margin-right: 14px;
  width: 25px;
  height: 25px;
  background: url("../../img/common/icon_textbutton_download_trans_l.png") no-repeat;
  background-size: contain;
  content: "";
}
.lp-buttonConversion.of-download .lp-buttonConversion-text {
  text-align: center;
}
.lp-buttonConversion.of-download .lp-buttonConversion-image {
  margin: -24px 0 -24px 16px;
  border: 1px solid #ccc;
}
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  width: 16px;
  height: 13px;
  background: url("../../img/landing_page/common/icon_btn_anc.png") no-repeat;
}
.lp-buttonConversion.of-primary {
  padding-right: 24px;
  min-width: 247px;
  background: #1a90db;
}
.lp-buttonConversion.of-primary-body {
  padding-bottom: 9px;
}

.lp-buttonConversion.of-secondary {
  background: #129e83;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body {
  position: relative;
  padding: 12px 24px 12px 53px;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 26px;
  width: 19px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%);
  content: "";
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 16px -16px;
}

.lp-listButton > li {
  margin-top: 16px;
  padding-left: 16px;
}

.lp-listButton > li:last-child {
  margin-bottom: 0;
}

/* section */
.lp-section {
  padding: 0 30px;
  width: 100%;
}
.lp-section img {
  max-width: 100%;
}
.lp-section .lp-section-content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
}
.lp-section .lp-section-content .lp-section-mainLead {
  display: flex;
  align-items: center;
}
.lp-section .lp-section-content .lp-section-mainLead .lp-section-title01 {
  position: relative;
  padding-bottom: 35px;
  font-size: calc((38 * 100vw) / 1400);
}
.lp-section .lp-section-content .lp-section-mainLead .lp-section-title01:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 3px;
  background: #04a488;
  content: "";
}

/* section01 */
.lp-section.section01 {
  background: url("../../img/landing_page/lp_vl_feature/lp_vl_feature_bg_02.jpg") no-repeat center #ebebeb;
}
.lp-section.section01 .lp-section-content .lp-section-image {
  white-space: nowrap;
}
.lp-section.section01 .lp-section-content .lp-section-image .img {
  position: relative;
  display: inline-block;
}
.lp-section.section01 .lp-section-content .lp-section-image .img.img01 {
  margin-right: -25px;
  max-width: 339px;
  width: calc((339 * 100vw) / 1400);
}
.lp-section.section01 .lp-section-content .lp-section-image .img.img02 {
  max-width: 429px;
  width: calc((429 * 100vw) / 1400);
}
.lp-section.section01 .lp-section-content .lp-section-image .img .cap {
  position: absolute;
  right: 6.2vw;
  bottom: 3.7vw;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
}

/* section02 */
.lp-section.section02 {
  background: url("../../img/landing_page/lp_vl_feature/lp_vl_feature_bg_03.jpg") no-repeat center #fff;
  background-size: auto 100%;
}
.lp-section.section02 .lp-section-content {
  flex-direction: row-reverse;
}
.lp-section.section02 .lp-section-content .lp-section-image {
  padding: 4vw 0 2vw;
  max-width: 950px;
  width: calc((950 * 100vw) / 1400);
}

/* section03 */
.lp-section.section03 {
  background: url("../../img/landing_page/lp_vl_feature/lp_vl_feature_bg_04.jpg") no-repeat center #1a1a1a;
  background-size: auto 100%;
}
.lp-section.section03 .lp-section-content .lp-section-mainLead .lp-section-title01 {
  color: #fff;
}
.lp-section.section03 .lp-section-content .lp-section-image-list {
  display: flex;
  padding: 7vw 0;
  max-width: 972px;
  width: calc((972 * 100vw) / 1400);
}
.lp-section.section03 .lp-section-content .lp-section-image-list > .item {
  width: calc((100% - 16px) / 3);
}
.lp-section.section03 .lp-section-content .lp-section-image-list > .item:nth-child(2) {
  margin: 0 8px;
}
.lp-section.section03 .lp-section-content .lp-section-image-list > .item .img {
  display: block;
  background: #000;
  text-align: center;
}
.lp-section.section03 .lp-section-content .lp-section-image-list > .item .cap {
  padding: 10px 0;
  background: #04a488;
  color: #fff;
  text-align: center;
  font-size: calc((19 * 100vw) / 1400);
}

/* lp-mediaAsset */
.lp-mediaAsset {
  margin: 40px 0;
}
.lp-mediaAsset-body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}
.lp-mediaAsset-text {
  margin: 0 50px;
  font-weight: bold;
  font-size: calc((36 * 100vw) / 1200);
}
.theme-KC .lp-mediaAsset-text {
  font-weight: normal;
}
.lp-mediaAsset-assetImage {
  order: -1;
}

/* media */
@media screen and (min-width: 1401px) {
  .lp-jumbotron .lp-jumbotron-content .lp-jumbotron-body {
    padding: 130px 0;
  }
  .lp-jumbotron .lp-jumbotron-content .lp-jumbotron-body .lp-jumbotron-mainLead {
    font-size: 58px;
  }
  .lp-jumbotron .lp-jumbotron-content .lp-jumbotron-body .lp-jumbotron-mainTitle {
    font-size: 20px;
  }
  .lp-jumbotron .lp-jumbotron-content .lp-jumbotron-body .lp-jumbotron-mainTitle .title-icon {
    font-size: 16px;
  }
  .lp-section .lp-section-content .lp-section-mainLead .lp-section-title01 {
    font-size: 38px;
  }
  .lp-section.section01 .lp-section-content .lp-section-image .img .cap {
    right: 121px;
    bottom: 76px;
  }
  .lp-section.section02 .lp-section-content .lp-section-image {
    padding: 85px 0 34px;
  }
  .lp-section.section03 .lp-section-content .lp-section-image-list {
    padding: 100px 0;
  }
  .lp-section.section03 .lp-section-content .lp-section-image-list > .item .cap {
    font-size: 19px;
  }
  .lp-mediaAsset-text {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .lp-jumbotron .lp-jumbotron-content .lp-jumbotron-image {
    top: 6vw;
    width: 57vw;
  }
}
@media only screen and (max-width: 970px) {
  .pc_view {
    display: none;
  }

  /* lp-jumbotron */
  .lp-jumbotron {
    margin-bottom: 10vw;
    padding: 0 5vw;
    background-position: -46vw 0;
  }
  .lp-jumbotron .lp-jumbotron-content .lp-jumbotron-image {
    position: relative;
    top: auto;
    left: auto;
    z-index: 0;
    margin: 8vw 0 0;
    width: 100%;
  }
  .lp-jumbotron .lp-jumbotron-content .lp-jumbotron-body {
    z-index: 5;
    margin: -7vw 0 0 0;
    padding: 0;
    max-width: none;
    width: 100%;
  }
  .lp-jumbotron .lp-jumbotron-content .lp-jumbotron-body .lp-jumbotron-mainLead {
    text-align: center;
    font-size: calc((58 * 100vw) / 640);
  }
  .lp-jumbotron .lp-jumbotron-content .lp-jumbotron-body .lp-jumbotron-mainTitle {
    justify-content: center;
    margin-top: 5vw;
    font-size: calc((31 * 100vw) / 640);
  }
  .lp-jumbotron .lp-jumbotron-content .lp-jumbotron-body .lp-jumbotron-mainTitle .title-icon {
    padding: 0.3vw 1.9vw 0vw;
    font-size: calc((29 * 100vw) / 640);
  }
  .lp-jumbotron .lp-jumbotron-content .lp-jumbotron-btn {
    margin-top: 7vw;
    text-align: center;
  }

  .lp-listButton {
    justify-content: center;
  }

  /* lp-section */
  .lp-section {
    padding: 8vw 5vw;
  }
  .lp-section .lp-section-content {
    display: block;
  }
  .lp-section .lp-section-content .lp-section-mainLead {
    display: block;
    margin-bottom: 8vw;
  }
  .lp-section .lp-section-content .lp-section-mainLead .lp-section-title01 {
    padding-bottom: 3vw;
    font-size: calc((36 * 100vw) / 640);
  }

  /* section01 */
  .lp-section.section01 {
    padding-bottom: 0;
  }
  .lp-section.section01 .lp-section-content .lp-section-image {
    text-align: center;
  }
  .lp-section.section01 .lp-section-content .lp-section-image .img.img01 {
    margin-right: 0;
    width: calc((339 * 100vw) / 970);
  }
  .lp-section.section01 .lp-section-content .lp-section-image .img.img02 {
    width: calc((429 * 100vw) / 970);
  }
  .lp-section.section01 .lp-section-content .lp-section-image .img .cap {
    right: 7.7vw;
    bottom: 4.3vw;
    font-size: 5vw;
  }

  /* section02 */
  .lp-section.section02 {
    background-position: -11vw 0;
  }
  .lp-section.section02 .lp-section-content .lp-section-image {
    padding: 0;
    width: 100%;
  }

  /* section03 */
  .lp-section.section03 {
    background-position: -665vw 0;
  }
  .lp-section.section03 .lp-section-content .lp-section-image-list {
    display: block;
    padding: 0;
    width: 100%;
  }
  .lp-section.section03 .lp-section-content .lp-section-image-list > .item {
    width: 100%;
  }
  .lp-section.section03 .lp-section-content .lp-section-image-list > .item:nth-child(2) {
    margin: 8vw 0;
  }
  .lp-section.section03 .lp-section-content .lp-section-image-list > .item .cap {
    font-size: calc((28 * 100vw) / 640);
  }
}
@media only screen and (max-width: 640px) {
  .lp-mediaAsset-body {
    flex-direction: column-reverse;
  }
  .lp-mediaAsset-text {
    margin: 20px 0;
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
  }
  .lp-mediaAsset-assetImage {
    width: 100%;
    text-align: center;
  }
}
