@charset "UTF-8";
#lp100 {
  background-color: #f7f1d9;
  padding: 10px 5px 10px 5px;
  text-align: center;
}
#lp100 .headtx {
  width: 1000px;
  font-size: 12px;
  text-align: left;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 768px) {
  #lp100 .headtx {
    width: 100%;
    font-size: 8px;
  }
}
.lp-header,
.p-lpcmn-container {
  min-width: 1040px;
  color: #3b3b3b;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.5555555556;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .lp-header,
  .p-lpcmn-container {
    min-width: 320px;
  }
}
.lp-header *,
.lp-header *::before,
.lp-header *::after,
.p-lpcmn-container *,
.p-lpcmn-container *::before,
.p-lpcmn-container *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lp-header a,
.p-lpcmn-container a {
  text-decoration: none;
}
.lp-header button,
.p-lpcmn-container button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}
.lp-header img,
.p-lpcmn-container img {
  max-width: 100%;
}
.lp-header ul,
.lp-header ol,
.p-lpcmn-container ul,
.p-lpcmn-container ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.p-lpcmn-container {
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-lpcmn-container {
    margin-left: 0;
  }
  .section.used .point-list a {
    width: 100%;
  }
}
.p-lpcmn-footer .p-lpcmn-footer-logo {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.lp-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 10px 20px;
}
@media only screen and (max-width: 768px) {
  .lp-inner {
    padding: 10px 15px;
  }
}
.lp-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  background-color: #fff;
}
.lp-header .lp-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.lp-header-logo {
  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;
}
.lp-header-logo-img a {
  display: block;
}
.lp-header-logo-img img {
  display: block;
}
.lp-header-logo .au_logo {
  position: relative;
  width: 280px;
  margin-right: 70px;
}
@media only screen and (max-width: 768px) {
  .lp-header-logo .au_logo {
    width: 150px;
    margin-right: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .lp-header-logo .au_logo::before,
  .lp-header-logo .au_logo::after {
    right: -13px;
    height: 2px;
    width: 12px;
  }
}
.lp-header-logo .au_logo::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lp-header-logo .au_logo::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lp-header-logo .ponta_logo {
  width: 130px;
}
@media only screen and (max-width: 768px) {
  .lp-header-logo .ponta_logo {
    width: 63px;
  }
}
.lp-header-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.lp-header-btn .btn {
  width: 140px;
  max-width: none;
  font-size: 16px;
  line-height: 46px;
  border-radius: 25px;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .lp-header-btn .btn {
    width: 80px;
    font-size: 12px;
    line-height: 36px;
    border-radius: 18px;
    margin-left: 5px;
  }
}
.lp-header-btn .btn::before {
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-width: 2px;
  border-radius: 22px;
}
.lp-header-btn .btn::after {
  right: 20px;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
}
@media only screen and (max-width: 768px) {
  .lp-header-btn .btn::after {
    content: none;
  }
}
.lp-header-btn .btn:hover::after {
  right: 15px;
}
.lp-footer {
  padding: 40px 0 25px;
}
@media only screen and (max-width: 768px) {
  .lp-footer {
    padding-top: 30px;
  }
}
.lp-footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .lp-footer-btn {
    display: block;
    margin-bottom: 30px;
  }
}
.lp-footer-btn .btn {
  max-width: 300px;
  font-size: 20px;
  line-height: 60px;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .lp-footer-btn .btn {
    width: 280px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
  }
}
.lp-footer-btn .btn + .btn {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .lp-footer-btn .btn + .btn {
    margin-top: 20px;
    margin-left: auto;
  }
}
.lp-footer-btn .btn::before {
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-width: 3px;
  border-radius: 26px;
}
@media only screen and (max-width: 768px) {
  .lp-footer-btn .btn::before {
    border-width: 2px;
  }
}
.lp-footer-btn .btn::after {
  right: 25px;
  width: 10px;
  height: 10px;
  border-width: 3px 3px 0 0;
}
@media only screen and (max-width: 768px) {
  .lp-footer-btn .btn::after {
    right: 25px;
    width: 8px;
    height: 8px;
    border-width: 2px 2px 0 0;
  }
}
.lp-footer-btn .btn:hover::after {
  right: 20px;
}
.lp-footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .lp-footer-column {
    display: block;
  }
}
.lp-footer-menu > li::before {
  content: "・";
}
@media only screen and (max-width: 768px) {
  .lp-footer-menu > li + li {
    margin-top: 5px;
  }
}
.lp-footer-menu > li > a {
  color: #0033cc;
  font-size: 15px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 768px) {
  .lp-footer-menu > li > a {
    font-size: 14px;
  }
}
.lp-footer-menu > li > a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .lp-footer-info {
    margin-top: 25px;
  }
}
.lp-footer-info-company {
  margin: 0 0 2px;
  color: #d80c18;
  font-size: 18px;
  font-weight: bold;
}
.lp-footer-info-detail {
  margin: 0;
  font-size: 14px;
  line-height: 1.85714;
}
.lp-footer-contact {
  margin: 25px 0 5px;
}
.lp-footer-contact .contact {
  margin-right: 10px;
  color: #d80c18;
  font-size: 14px;
  font-weight: bold;
}
.lp-footer-contact .freecall {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d80c18;
  font-size: 12px;
  font-weight: bold;
}
.lp-footer-contact .freecall img {
  width: 25px;
  margin: 0 8px;
}
.lp-footer-contact .freecall .number {
  font-size: 19px;
}
.lp-footer-note {
  margin: 0;
  font-size: 12px;
}
.cpn {
  background-color: #f7f1d9;
}
.cpn .lp-inner .cpn_ttl img {
  width: 360px;
}
.cpnbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cpnbox .cpn_img {
  margin-left: 30px;
}
.cpnbox .cpn_img:first-child {
  margin-left: 0;
}
.box {
  background-color: #fff;
  border: solid 5px;
  border-radius: 13px;
}
.box1 {
  background-color: #ffe3e3;
  border-color: #5c3a1d;
  -webkit-box-shadow: 10px 10px 0 #cfcab6;
  box-shadow: 10px 10px 0 #cfcab6;
}
.box2 {
  border-color: #ed5f1f;
  -webkit-box-shadow: 10px 10px 0 rgba(237, 95, 31, 0.5);
  box-shadow: 10px 10px 0 rgba(237, 95, 31, 0.5);
}
.box3 {
  border: none;
  -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.16);
}
.box4 {
  border-color: #f79200;
  -webkit-box-shadow: 10px 10px 0 #f79200;
  box-shadow: 10px 10px 0 #f79200;
}
.btn {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 470px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 100px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
@media only screen and (max-width: 768px) {
  .btn {
    max-width: none;
    font-size: 20px;
    line-height: 70px;
    border-radius: 35px;
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: solid 4px #fff;
  border-radius: 44px;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
@media only screen and (max-width: 768px) {
  .btn::before {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-width: 3px;
    border-radius: 30px;
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto 0;
  border: solid #fff;
  border-width: 4px 4px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s right, 0.3s border-color;
  transition: 0.3s right, 0.3s border-color;
}
@media only screen and (max-width: 768px) {
  .btn::after {
    right: 30px;
    width: 12px;
    height: 12px;
    border-width: 3px 3px 0 0;
  }
}
.btn1 {
  background-color: #d80c18;
}
.btn1:hover {
  color: #d80c18;
}
.btn1:hover::after {
  border-color: #d80c18;
}
.btn2 {
  background-color: #ed5f1f;
}
.btn2:hover {
  color: #ed5f1f;
}
.btn2:hover::after {
  border-color: #ed5f1f;
}
.btn:hover::before {
  background-color: #fff;
}
.btn:hover::after {
  right: 30px;
}
@media only screen and (max-width: 768px) {
  .btn:hover::after {
    right: 25px;
  }
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td {
  padding: 13px 15px;
  border: solid 2px #9a7745;
}
.table > thead > tr > th,
.table > tbody > tr > th {
  color: #fff;
  background-color: #f79200;
  font-weight: bold;
  text-align: left;
}
.table > thead > tr > td,
.table > tbody > tr > td {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .table1 > thead > tr > th,
  .table1 > thead > tr > td,
  .table1 > tbody > tr > th,
  .table1 > tbody > tr > td {
    padding: 6px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .table1 > thead > tr > th,
  .table1 > tbody > tr > th {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .table1 > thead > tr > td,
  .table1 > tbody > tr > td {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .table2 {
    display: block;
    border-top: solid 2px #9a7745;
  }
}
@media only screen and (max-width: 768px) {
  .table2 > thead,
  .table2 > tbody {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .table2 > thead > tr,
  .table2 > tbody > tr {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .table2 > thead > tr > th,
  .table2 > thead > tr > td,
  .table2 > tbody > tr > th,
  .table2 > tbody > tr > td {
    display: block;
    border-top: none;
  }
}
.table2 > thead > tr > th,
.table2 > tbody > tr > th {
  width: 320px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .table2 > thead > tr > th,
  .table2 > tbody > tr > th {
    width: auto;
  }
}
.mv {
  position: relative;
  z-index: 1;
  background: url("/company/lp/lp100/img/mv_bg.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .mv {
    height: 340px;
  }
}
.mv::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 4;
  height: 150px;
  width: 100%;
  background: url("/company/lp/lp100/img/mv_bottom.png") no-repeat bottom center;
  background-size: auto 100%;
}
@media only screen and (max-width: 768px) {
  .mv::after {
    bottom: -2px;
    height: 100%;
    background-image: url("/company/lp/lp100/img/mv_bottom_sp.png");
    background-size: 100%;
  }
}
.mv_p {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("/company/lp/lp100/img/mv_p.png") no-repeat center center;
  background-size: 1368px;
}
@media only screen and (max-width: 768px) {
  .mv_p {
    background: url("/company/lp/lp100/img/mv_p_sp.png") no-repeat bottom center;
    background-size: 100%;
  }
}
.mv_inner {
  padding: 26px 0 150px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .mv_inner {
    height: 100%;
    padding: 22px 0 0;
  }
}
.mv_inner .lp-inner {
  position: relative;
}
.mv_text {
  position: relative;
  z-index: 5;
  left: 5px;
  margin: 0 auto;
  max-width: 800px;
}
.mv_text img {
  display: block;
  width: 720px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .mv_text img {
    width: 345px;
  }
}
.mv_ponta1 {
  position: absolute;
  top: 130px;
  left: -90px;
  z-index: 3;
  width: 305px;
}
@media only screen and (max-width: 768px) {
  .mv_ponta1 {
    width: 98px;
    top: 160px;
    left: 5px;
  }
}
.mv_ponta2 {
  position: absolute;
  top: 145px;
  right: -122px;
  z-index: 3;
  width: 425px;
}
@media only screen and (max-width: 768px) {
  .mv_ponta2 {
    width: 137px;
    top: 170px;
    right: -20px;
  }
}
.top .point {
  padding: 100px 0 150px;
  background-color: #f7f1d9;
}
@media only screen and (max-width: 768px) {
  .top .point {
    width: auto;
    padding: 80px 0 110px;
  }
}
.top .point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .top .point-list {
    display: block;
  }
}
.top .point-list > li {
  position: relative;
  width: 100%;
  max-width: 308px;
}
@media only screen and (max-width: 768px) {
  .top .point-list > li {
    width: auto;
    margin: 0 auto 90px;
  }
}
@media only screen and (max-width: 768px) {
  .top .point-list > li:last-child {
    margin-bottom: 0;
  }
}
.top .point-ttl {
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
.top .point-img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.top .point-img img {
  display: block;
  width: 100%;
}
.top .point-text {
  color: #3b3b3b;
  margin: 0;
  padding: 15px;
  font-size: 16px;
  line-height: 1.75;
}
.top .point-text .txred {
  color: #d80c18;
  font-weight: bold;
}
.top .point-text .txlink {
  color: #0033cc;
}
.top .step {
  background: url("/company/lp/lp100/img/step_bg_1.png") no-repeat center left, url("/company/lp/lp100/img/step_bg_2.png") no-repeat center right, #ffd83a;
  background-size: auto 100%, auto 100%;
}
@media only screen and (max-width: 768px) {
  .top .step {
    background: url("/company/lp/lp100/img/step_bg_1_sp.png") no-repeat top center, url("/company/lp/lp100/img/step_bg_2_sp.png") no-repeat bottom center, #ffd83a;
    background-size: 100% auto, 100% auto;
  }
}
.top .step .lp-inner {
  position: relative;
}
.top .step-ttl {
  position: absolute;
  top: -78px;
  right: 0;
  left: 0;
  z-index: 1;
  width: calc(100% - 40px);
  max-width: 613px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top .step-ttl {
    top: -50px;
    width: calc(100% - 30px);
    max-width: 345px;
  }
}
.top .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .top .step-list {
    display: block;
    padding: 55px 0 50px;
  }
}
.top .step-list > li {
  position: relative;
  width: calc(33.333% - 26px);
  padding: 85px 0 65px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top .step-list > li {
    width: auto;
    padding: 0 0 80px;
  }
}
.top .step-list > li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -140px;
  bottom: 0;
  width: 360px;
  height: 360px;
  margin: auto 0;
  border: solid #fff;
  border-width: 9px 9px 0 0;
  -webkit-transform: scaleX(0.35) rotate(45deg);
  transform: scaleX(0.35) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .top .step-list > li::after {
    top: auto;
    right: 0;
    bottom: -55px;
    left: 0;
    width: 290px;
    height: 290px;
    margin: 0 auto;
    border-width: 0 9px 9px 0;
    -webkit-transform: scaleY(0.35) rotate(45deg);
    transform: scaleY(0.35) rotate(45deg);
  }
}
@media only screen and (max-width: 768px) {
  .top .step-list > li:last-child {
    padding-bottom: 0;
  }
}
.top .step-list > li:last-child::after {
  content: none;
}
.top .step-num {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  padding: 0 2px;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .top .step-num {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
.top .step-num::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 2px;
}
.top .step-num span {
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  .top .step-num span {
    font-size: 34px;
  }
}
.top .step-img {
  width: 167px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 768px) {
  .top .step-img {
    width: 140px;
    margin-bottom: 10px;
  }
}
.top .step-text {
  margin: 0;
  color: #000;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .top .step-text {
    font-size: 20px;
  }
}
.top .step-text .l {
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  .top .step-text .l {
    font-size: 24px;
  }
}
.top .step-text .red {
  color: #d80c18;
}
.top .conversion {
  overflow: hidden;
  position: relative;
  padding: 60px 0;
  background-size: 1300px;
  border-bottom: solid 3px #000;
}
@media only screen and (max-width: 768px) {
  .top .conversion {
    padding: 40px 0;
    background-size: 57px, 57px;
  }
}
.top .conversion .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .top .conversion .btn-wrapper {
    display: block;
  }
}
.top .conversion .btn-wrapper .btn + .btn {
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .top .conversion .btn-wrapper .btn + .btn {
    margin: 20px 0 0;
  }
}
.section {
  padding: 90px 0 100px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .section {
    padding: 50px 0 60px;
  }
}
.section-ttl {
  margin: 0 0 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section-ttl {
    margin-bottom: 20px;
  }
}
.section-ttl span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.section-ttl span::before,
.section-ttl span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 190px;
  height: 190px;
  margin: auto 0;
  background: no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .section-ttl span::before,
  .section-ttl span::after {
    content: none;
  }
}
.section-ttl span::before {
  left: -215px;
}
.section-ttl span::after {
  right: -215px;
}
.section-ttl span img {
  display: block;
}
.used {
  background: url("/company/lp/lp100/img/used_bg.png") no-repeat center, #f7f1d9;
  background-size: auto 100%;
}
@media only screen and (max-width: 768px) {
  .used {
    background: url("/company/lp/lp100/img/used_bg_1_sp.png") no-repeat top 0 left 15px, url("/company/lp/lp100/img/used_bg_2_sp.png") no-repeat bottom 0 right 15px, #f7f1d9;
    background-size: 80%, 80%;
  }
}
.used .section-ttl span::before {
  background-image: url("/company/lp/lp100/img/section_ttl_img_1.png");
}
.used .section-ttl span::after {
  background-image: url("/company/lp/lp100/img/section_ttl_img_2.png");
}
.used .section-ttl img {
  width: 470px;
}
@media only screen and (max-width: 768px) {
  .used .section-ttl img {
    width: 235px;
  }
}
.used-box {
  margin-bottom: 58px;
  padding: 20px 15px;
}
.used-box p {
  margin: 0;
}
.used-box p span {
  color: #d80c18;
  font-size: 20px;
  font-weight: bold;
}
.used-ttl {
  margin: 0 0 68px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .used-ttl {
    margin-bottom: 40px;
  }
}
.used-ttl span {
  display: inline-block;
  position: relative;
  width: 373px;
}
@media only screen and (max-width: 768px) {
  .used-ttl span {
    width: 260px;
  }
}
.used-ttl span::before,
.used-ttl span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  height: 18px;
  margin: auto 0;
  background: url("/company/lp/lp100/img/used_border.png") repeat;
}
@media only screen and (max-width: 768px) {
  .used-ttl span::before,
  .used-ttl span::after {
    content: none;
  }
}
.used-ttl span::before {
  left: calc(-50vw - 36px);
}
.used-ttl span::after {
  right: calc(-50vw - 36px);
}
.used-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-reset: number 0;
}
@media only screen and (max-width: 768px) {
  .used-list {
    display: block;
  }
}
.used-list > li {
  position: relative;
  width: 100%;
  max-width: 240px;
  padding: 45px 15px 20px;
}
@media only screen and (max-width: 768px) {
  .used-list > li {
    max-width: 308px;
    margin: 0 auto 130px;
  }
}
.used-list > li::before {
  content: counter(number);
  counter-increment: number 1;
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  width: 34px;
  height: 34px;
  margin: 0 auto;
  background-color: #ed5f1f;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .used-list > li:last-child {
    margin-bottom: 0;
  }
}
.used-img {
  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;
  height: 110px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  .used-img {
    height: auto;
  }
}
.used-img img {
  display: block;
}
.used-text {
  margin: 0;
  font-size: 16px;
  text-align: center;
}
.used-text span {
  color: #d80c18;
  font-weight: bold;
}
.used-arrow {
  position: absolute;
  top: 5px;
  right: -135px;
  width: 120px;
}
@media only screen and (max-width: 768px) {
  .used-arrow {
    top: auto;
    bottom: -92px;
    left: 0;
    width: 100%;
  }
}
.used-arrow::before,
.used-arrow::after {
  content: "";
  position: absolute;
  top: 180px;
  width: 30px;
  height: 30px;
  border: solid #ed5f1f;
  border-width: 5px 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .used-arrow::before,
  .used-arrow::after {
    display: block;
    position: static;
    margin: 0 auto;
    border-width: 0 4px 4px 0;
  }
}
.used-arrow::before {
  left: 20px;
}
.used-arrow::after {
  left: 55px;
}
.used-arrow img {
  display: block;
}
@media only screen and (max-width: 768px) {
  .used-arrow img {
    position: absolute;
    top: -8px;
    right: -5px;
    height: 100px;
  }
}
.program {
  background: url("/company/lp/lp100/img/program_bg.png") repeat top center;
}
.program .section-ttl span::before {
  background-image: url("/company/lp/lp100/img/section_ttl_img_1.png");
}
.program .section-ttl span::after {
  background-image: url("/company/lp/lp100/img/section_ttl_img_2.png");
}
.program .section-ttl img {
  width: 616px;
}
@media only screen and (max-width: 768px) {
  .program .section-ttl img {
    width: 308px;
  }
}
.program-box {
  padding: 25px 20px 60px;
}
@media only screen and (max-width: 768px) {
  .program-box {
    padding-bottom: 25px;
  }
}
.program-box + .program-box {
  margin-top: 50px;
}
.program-text {
  margin: 0;
}
.program-text span {
  color: #d80c18;
  font-size: 20px;
  font-weight: bold;
}
.program-img {
  margin-top: 20px;
}
.program-img img {
  display: block;
}
.program-note {
  margin: 10px 0 0;
  font-size: 12px;
}
.program-ttl {
  margin: 30px 0 32px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .program-ttl {
    margin: 10px 0 20px;
  }
}
.program-ttl span {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 573px;
}
@media only screen and (max-width: 768px) {
  .program-ttl span {
    max-width: 360px;
  }
}
.program-table-ttl {
  margin: 30px 0 10px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .program-table-ttl {
    font-size: 16px;
  }
}
.app {
  background: url("/company/lp/lp100/img/app_bg.png") repeat top center;
}
.app .section-ttl span::before {
  background-image: url("/company/lp/lp100/img/section_ttl_img_3.png");
}
.app .section-ttl span::after {
  background-image: url("/company/lp/lp100/img/section_ttl_img_4.png");
}
.app .section-ttl img {
  width: 465px;
}
@media only screen and (max-width: 768px) {
  .app .section-ttl img {
    width: 233px;
  }
}
.app-box {
  padding: 25px 20px;
}
.app-text {
  margin: 0;
}
.app-text span {
  color: #d80c18;
  font-size: 20px;
  font-weight: bold;
}
.app-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 110px 0 0 !important;
}
@media only screen and (max-width: 768px) {
  .app-list {
    display: block;
    margin-top: 60px !important;
  }
}
.app-list > li {
  width: 100%;
  max-width: 304px;
}
@media only screen and (max-width: 768px) {
  .app-list > li {
    max-width: 260px;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 768px) {
  .app-list > li:last-child {
    margin-bottom: 0;
  }
}
.app-view img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .app-view img {
    width: 160px;
    margin: 0 auto 20px;
  }
}
.app-name {
  padding: 8px 0;
  background-color: #d80c18;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 13px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .app-name {
    padding: 6px 0;
    font-size: 18px;
  }
}
.app-note {
  margin: 10px 0 0;
  font-size: 12px;
}
.app-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .app-col {
    display: block;
  }
}
.app-col .app-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 750px;
}
@media only screen and (max-width: 768px) {
  .app-col .app-box {
    width: auto;
    margin-bottom: 30px;
  }
}
.app-col .app-img {
  width: 100%;
}
.app-col .app-img img {
  display: block;
  width: 107px;
  margin: 0 auto;
}
.campaign {
  background: url("/company/lp/lp100/img/campaign_bg.png") repeat top center, #fff;
}
.campaign .section-ttl span::before {
  background-image: url("/company/lp/lp100/img/section_ttl_img_5.png");
}
.campaign .section-ttl span::after {
  background-image: url("/company/lp/lp100/img/section_ttl_img_6.png");
}
.campaign .section-ttl img {
  width: 679px;
}
@media only screen and (max-width: 768px) {
  .campaign .section-ttl img {
    width: 340px;
  }
}
.campaign-box {
  padding: 25px 20px;
}
.campaign-text {
  margin: 0;
}
.campaign-text span {
  color: #d80c18;
  font-size: 20px;
  font-weight: bold;
}
.campaign-table-ttl {
  margin: 40px 0 10px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .campaign-table-ttl {
    font-size: 16px;
  }
}
.campaign-table {
  width: auto;
  margin: 15px 0 10px;
}
@media only screen and (max-width: 768px) {
  .campaign-table {
    width: 100%;
  }
}
.campaign-table > thead > tr > th,
.campaign-table > thead > tr > td,
.campaign-table > tbody > tr > th,
.campaign-table > tbody > tr > td {
  padding: 6px 10px;
}
.campaign-table > thead > tr > th:nth-child(2),
.campaign-table > thead > tr > td:nth-child(2),
.campaign-table > tbody > tr > th:nth-child(2),
.campaign-table > tbody > tr > td:nth-child(2) {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .campaign-table > thead > tr > th,
  .campaign-table > tbody > tr > th {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .campaign-table > thead > tr > td,
  .campaign-table > tbody > tr > td {
    font-size: 16px;
  }
}
.campaign-btnttl {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
}
.campaign-tablenote {
  font-size: 14px;
}
.campaign-tablenote a {
  color: #d80c18;
}
.campaign-tablenote a:hover {
  text-decoration: underline;
}
.campaign-note {
  margin: 5px 0 0;
  font-size: 14px;
}
.campaign-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .campaign-col {
    display: block;
  }
}
.campaign-col .campaign-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 750px;
}
@media only screen and (max-width: 768px) {
  .campaign-col .campaign-box {
    width: auto;
    margin-bottom: 30px;
  }
}
.campaign-col .campaign-img {
  width: 100%;
}
.campaign-col .campaign-img img {
  display: block;
  width: 150px;
  margin: 0 auto;
}
.campaign .btn-wrapper {
  margin-bottom: 30px;
}
.campaign .btn-wrapper .btn {
  margin: 0 auto;
}
.campaign .btn-mg30 {
  margin-top: 30px;
}
.campaign .btn-mg30 .btn {
  max-width: 360px;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .campaign .btn-mg30 .btn .pc_none {
    display: block;
  }
}
.moneyactivity {
  background: url("/company/lp/lp100/img/moneyactivity_bg.jpg") no-repeat top center;
  background-size: cover;
}
.moneyactivity__ttl {
  padding-top: 40px;
}
.moneyactivity__ttl .section-ttl img {
  width: 600px;
}
@media only screen and (max-width: 768px) {
  .moneyactivity__ttl .section-ttl img {
    width: 320px;
  }
}
.moneyactivity__section .lp-inner {
  max-width: 1080px;
}
.moneyactivity-wrap {
  padding: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  .moneyactivity-wrap {
    padding: 25px 0;
  }
}
.moneyactivity-img-box {
  width: 100%;
  margin: 0 auto;
  padding: 0 70px 70px;
  border: 3px solid #d80c18;
  border-radius: 20px;
  background: #fff;
  background-size: cover;
  box-shadow: 10px 10px 0 rgba(237, 95, 31, 0.5);
}
@media only screen and (max-width: 768px) {
  .moneyactivity-img-box {
    padding: 15px;
  }
}
.moneyactivity-img-box__ttl {
  margin: 0 auto 20px;
  padding: 45px 0 20px;
  background: #fff;
  border-radius: 16px 16px 0 0;
}
@media only screen and (max-width: 768px) {
  .moneyactivity-img-box__ttl {
    margin: 0 auto 10px;
    padding: 25px 0;
  }
}
.moneyactivity-img-box__ttl img {
  margin: 0 auto;
}
.moneyactivity-img-box img {
  width: 800px;
}
.moneyactivity-img-box .moneyactivity-img {
  width: 850px;
}
.moneyactivity-img-box__ttl img.ttl-big {
  width: 640px !important;
}
.moneyactivity-img-box__ttl .moneyactivity-img {
  width: 500px;
}
.moneyactivity-img-box img:nth-of-type(2) {
  margin-bottom: 30px;
}
.moneyactivity-img-box .program-text {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .moneyactivity-img-box img {
    padding: 0 15px;
  }
}
.moneyactivity-img {
  display: block;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 768px) {
  .moneyactivity-img {
    margin-bottom: 30px 0px;
  }
}
.moneyactivity-img + p {
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .moneyactivity-img + p {
    padding: 0 15px;
    font-size: 12px;
  }
}
.merit {
  background: url("/company/lp/lp100/img/merit_bg.png") no-repeat top center;
  background-size: cover;
}
.merit.section {
  padding: 0;
}
.merit__ttl {
  padding-top: 40px;
}
.merit__ttl .section-ttl span::before {
  background-image: url("/company/lp/lp100/img/section_ttl_img_3.png");
}
.merit__ttl .section-ttl span::after {
  background-image: url("/company/lp/lp100/img/section_ttl_img_4.png");
}
.merit__ttl .section-ttl img {
  width: 640px;
}
@media only screen and (max-width: 768px) {
  .merit__ttl .section-ttl img {
    width: 320px;
  }
}
.merit__section .lp-inner {
  max-width: 1080px;
}
.merit-wrap {
  padding: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  .merit-wrap {
    padding: 25px 0;
  }
}
.merit-img-box {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 50px;
  border: 3px solid #d80c18;
  border-radius: 20px;
  background: #fff;
  background-size: cover;
  box-shadow: 10px 10px 0 rgba(237, 95, 31, 0.5);
}
@media only screen and (max-width: 768px) {
  .merit-img-box {
    padding: 0 0 10px;
  }
}
.merit-img-box__ttl {
  margin: 0 auto 20px;
  padding: 45px 0;
  background: #fff;
  border-radius: 16px 16px 0 0;
}
@media only screen and (max-width: 768px) {
  .merit-img-box__ttl {
    margin: 0 auto 10px;
    padding: 25px 0;
  }
}
.merit-img-box__ttl img {
  margin: 0 auto;
}
.merit-img-box img {
  width: 850px;
}
.merit-img-box img:nth-of-type(2) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .merit-img-box img {
    padding: 0 15px;
  }
}
.merit-img {
  display: block;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 768px) {
  .merit-img {
    margin-bottom: 30px;
  }
}
.merit-img + p {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .merit-img + p {
    padding: 0 15px;
    font-size: 12px;
  }
}
.merit-col {
  display: flex;
  justify-content: space-between;
  padding: 0 0 95px;
}
@media only screen and (max-width: 768px) {
  .merit-col {
    display: block;
    padding: 0 0 40px;
  }
}
.merit-col__item {
  position: relative;
  max-width: 480px;
  width: 100%;
  padding: 20px;
  letter-spacing: 0.09em;
  background: #fff;
  border: 3px solid #ed5f1f;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 10px 10px 0 rgba(237, 95, 31, 0.5);
}
@media only screen and (max-width: 768px) {
  .merit-col__item {
    margin: 0 auto;
  }
}
.merit-col__item:first-of-type {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .merit-col__item:first-of-type {
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.merit-col__item:last-of-type {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .merit-col__item:last-of-type {
    margin-left: auto;
  }
}
.merit-col__text {
  font-family: "BIZ UDPGothic";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
.merit-col__img--01 {
  display: block;
  width: 250px;
  height: auto;
  margin: 0 auto;
}
.merit-col__img--02 {
  display: block;
  width: 180px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .merit-col__img--02 {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.topbtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  width: 75px;
  height: 75px;
}
@media only screen and (max-width: 768px) {
  .topbtn {
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
  }
}
.topbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.topbtn:hover::before {
  opacity: 0.4;
}
@media only screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
[data-animation~="mv_text"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
[data-animation~="mv_text"].js-already {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
[data-animation~="mv_ponta1"] {
  opacity: 0;
  -webkit-transform: translate(10px, 30px);
  transform: translate(10px, 30px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
[data-animation~="mv_ponta1"].js-already {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
[data-animation~="mv_ponta2"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 30px);
  transform: translate(-10px, 30px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
[data-animation~="mv_ponta2"].js-already {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
[data-animation~="mv_p"] {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
[data-animation~="mv_p"].js-already {
  opacity: 1;
}
[data-animation~="title"]::before,
[data-animation~="title"]::after {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
[data-animation~="title"]::before {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
[data-animation~="title"]::after {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
[data-animation~="title"].js-already::before,
[data-animation~="title"].js-already::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
[data-animation~="step"] {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
@media only screen and (max-width: 768px) {
  [data-animation~="step"] {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
[data-animation~="step"].js-already {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (max-width: 768px) {
  [data-animation~="step"].js-already {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
[data-animation~="app"] {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
[data-animation~="app"].js-already {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
[data-animation~="merit"] {
  width: 50%;
  opacity: 0;
  -webkit-transition: width 0.5s, opacity 0.5s;
  transition: width 0.5s, opacity 0.5s;
}
[data-animation~="merit"].js-already {
  width: 100%;
  opacity: 1;
}
/* 20201225 追記 */
.color-red {
  color: #d80c18;
}
.fontbold {
  font-weight: bold;
}
#campaign-info {
  margin-top: -70px;
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  #campaign-info {
    margin-top: -50px;
    padding-top: 50px;
  }
}
.campaign-infoWrapper {
  margin-bottom: 30px;
}
.campaign-infoWrapper p {
  margin: 0 0 10px;
}
.campaign-infoWrapper .campaign-infottl {
  color: #d80c18;
  font-size: 23px;
  text-align: center;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .campaign-infoWrapper .campaign-infottl {
    margin: 0 0 16px 0;
  }
}
.p-lpcmn-container .campaign-infoList {
  margin: 26px 0;
}
.p-lpcmn-container .campaign-infoList > li + li {
  margin: 6px 0 0;
}
.campaign-info {
  text-align: center;
}
.campaign-info a {
  color: #d80c18;
}
.campaign-info a:hover,
.campaign-info a:active {
  color: #ff848b;
}
/* 20210813 追記 */
.lp-header-btn.lp-header-accountBtn .btn {
  width: 240px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .lp-header-btn.lp-header-accountBtn {
    max-width: calc(100% - 165px);
  }
  .lp-header-btn.lp-header-accountBtn .btn {
    width: 200px;
    font-size: 16px;
  }
}
.lp-footer-btn.lp-footer-accountBtn .btn {
  max-width: 420px;
  font-size: 28px;
  border-radius: 50px;
  padding: 12px 0;
}
.lp-footer-btn .btn::before {
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .lp-footer-btn.lp-footer-accountBtn .btn {
    max-width: 100%;
    width: 100%;
    font-size: 22px;
  }
}
/* start ------------------------- モーダル(#240717) ------------------------- */
#kaizenKC_modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 30px 10px 60px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.62);
  opacity: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-overflow-scrolling: touch;
}
#kaizenKC_modal *,
#kaizenKC_modal *:before,
#kaizenKC_modal *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#kaizenKC_modal.kaizenKC--fade_in {
  z-index: 10001 !important;
  opacity: 1;
  pointer-events: auto;
}
.kaizenKC--overflow_hidden {
  overflow: hidden;
}
.kaizenKC_inner {
  position: relative;
  width: 100%;
  max-width: 708px;
  margin: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.38) 0px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.38) 0px 2px 10px;
}
.kaizenKC_inner__contents {
  padding: 10px;
  border-radius: 4px;
  background-color: #ffd93a;
}
.kaizenKC_inner__contents h4 {
  display: block;
  width: 100%;
  max-width: 507px;
  height: 0;
  margin: auto;
  padding-top: 8.284023668639055%;
  background: url("/company/lp/lp100/img/modal_ttl.png") no-repeat 0 center transparent;
  background-size: 100%;
}
.kaizenKC_inner__contents ul {
  margin: 0;
  padding: 0 24px;
  border-radius: 3px;
  background-color: #fff;
  list-style: none;
}
.kaizenKC_inner__contents ul li:first-child dt:after {
  display: block;
  width: 100%;
  max-width: 252px;
  height: 0;
  margin-left: 32px;
  padding-top: 17.46031746031746%;
  background: url("/company/lp/lp100/img/modal_img_1.png") no-repeat 0 center transparent;
  background-size: 100%;
  content: "";
}
.kaizenKC_inner__contents ul li:nth-child(2) dt:after {
  display: block;
  width: 100%;
  max-width: 237px;
  height: 0;
  margin-left: 29px;
  padding-top: 18.565400843881857%;
  background: url("/company/lp/lp100/img/modal_img_2.png") no-repeat 0 center transparent;
  background-size: 100%;
  content: "";
}
.kaizenKC_inner__contents ul li:last-child dt:after {
  display: block;
  width: 100%;
  max-width: 245px;
  height: 0;
  margin-left: 30px;
  padding-top: 17.959183673469386%;
  background: url("/company/lp/lp100/img/modal_img_3.png") no-repeat 0 center transparent;
  background-size: 100%;
  content: "";
}
.kaizenKC_inner__contents ul li:last-child a {
  background-color: #4f2c0d;
  font-size: 16px;
}
.kaizenKC_inner__contents ul li:last-child a:hover {
  color: #4f2c0d;
}
.kaizenKC_inner__contents ul li:last-child a:hover:after {
  border-color: #4f2c0d;
}
.kaizenKC_inner__contents ul li:nth-child(n + 2) {
  border-top: 1px dashed #898989;
}
.kaizenKC_inner__contents ul dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.kaizenKC_inner__contents ul dl dt,
.kaizenKC_inner__contents ul dl dd {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0%;
  flex-basis: 0%;
  width: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
}
.kaizenKC_inner__contents ul dl dd {
  margin-left: 0;
  padding: 23px 0;
}
.kaizenKC_inner__contents ul dl a {
  max-width: 308px;
  margin: 0 auto;
  border-radius: 29px;
  font-size: 19px;
  line-height: 58px;
  text-decoration: none;
}
.kaizenKC_inner__contents ul dl a:hover {
  cursor: pointer;
}
.kaizenKC_inner__contents ul dl a:hover:after {
  right: 15px;
}
.kaizenKC_inner__contents ul dl a:before {
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-width: 2px;
}
.kaizenKC_inner__contents ul dl a:after {
  right: 20px;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
}
.kaizenKC_inner__icon {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(38%, -38%);
  transform: translate(38%, -38%);
  overflow: hidden;
  width: 100%;
  max-width: 42px;
  height: 100%;
  max-height: 42px;
  margin: 0;
  background: none;
  cursor: pointer;
}
.kaizenKC_inner__icon:after {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url("/company/lp/lp100/img/modal_close.png") no-repeat 0 0 transparent;
  background-size: 100%;
  content: "";
}
/* end ------------------------- モーダル(#240717) ------------------------- */
/* start -------------------------ベースコード(#241972) ------------------------- */
.kaizenKC_top .point {
  background-color: transparent;
}
.kaizenKC_top .point ~ * {
  display: none;
}
.kaizenKC_top li > p > a {
  pointer-events: none;
}
.kaizenKC_top li.box1 {
  position: relative;
  top: 0;
  cursor: pointer;
  -webkit-transition: 0.3s top;
  transition: 0.3s top;
}
.kaizenKC_top li.box1:hover {
  top: -5px;
}
.kaizenKC_2ndView {
  max-width: 1010px;
  margin-right: -10px;
}
.kaizenKC_2ndView:after {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 43.86138613861386%;
  background: url("/company/lp/lp100/img/start_img.png") no-repeat 0 0 transparent;
  background-size: contain;
  content: "";
}
.mv + .top .point {
  position: relative;
  z-index: 1;
  padding-top: 56px;
}
/* end ------------------------- ベースコード(#241972) ------------------------- */
/* start ------------------------- 1st View 縮小、フローティング解除(#241286) ------------------------- */
.lp-header {
  position: static;
}
.p-lpcmn-container {
  padding-top: 0;
}
.top .conversion .btn-wrapper .btn + .btn {
  margin-top: 0;
}
.lp-footer {
  padding-top: 40px;
}
/* .mv {
	height: 280px;
} */
/* .mv_ponta1 {
	top: 112px;
	left: 10px;
	width: 79px;
} */
/* .mv_ponta2 {
	top: 119px;
	right: -12px;
	width: 102px;
} */
/* end ------------------------- 1st View 縮小、フローティング解除(#241286) ------------------------- */
/* start ------------------------- # 241877 */
.kaizenKC_box {
  margin: 0 auto;
  background-color: #f7f1d9;
  width: 100%;
}
.kaizenKC-img02 {
  display: block;
  width: 390px;
  margin: 0 auto;
}
.kaizenKC-img03 {
  display: block;
  width: 390px;
  margin: 0 auto;
}
.kaizenKC-m0 {
  margin: 0;
  text-align: center;
}
.kaizenKC_img01 {
  display: block;
  width: 430px;
  margin: 0 auto 30px;
}
.kaizenKC-1000 {
  width: 1000px;
  margin: 0 auto;
}
.kaizenKC-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  -ms-flex-pack: distribute;
}
.kaizenKC-flex02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  -ms-flex-pack: distribute;
}
.kaizenKC-flex03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  -ms-flex-pack: distribute;
}
.kaizenKC-fz24 {
  margin: 0 auto 10px;
  font-weight: bold;
  font-size: 24px;
}
.ta-c {
  text-align: center;
}
.float-button__wrap {
  display: none /* 最初は隠す */;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: auto;
  padding: 10px 0;
}
.kaizenKC-back-orange {
  background-color: rgba(3, 3, 3, 0.8);
}
.kaizenKC-white {
  color: #fff;
}
.topbtn {
  z-index: 9999;
}
.float-bottom {
  height: 140px;
}
/* end ------------------------- # 241877 */
.kaizenKC-ab {
  position: relative;
  z-index: 100;
  margin-top: -52px;
}
.kaizenKC_img01 {
  margin-bottom: 17px;
}
/* start ------------------------- [SP] モーダル ------------------------- */
@media only screen and (max-width: 768px) {
  #kaizenKC_modal {
    padding-right: 17px;
    padding-left: 17px;
  }
  #kaizenKC_modal .kaizenKC_inner__contents h4 {
    max-width: 299px;
    height: 0;
    margin: auto;
    margin-top: 4px;
    margin-bottom: 9px;
    padding-top: 8.417508417508419%;
    background: url("/company/lp/lp100/img/modal_ttl_sp.png") no-repeat 0 center transparent;
    background-size: 100%;
  }
  #kaizenKC_modal .kaizenKC_inner__contents ul li:first-child dt {
    padding-top: 21px;
  }
  #kaizenKC_modal .kaizenKC_inner__contents ul li:first-child dt:after {
    max-width: 268px;
    padding-top: 7.08955223880597%;
    background: url("/company/lp/lp100/img/modal_img_1_sp.png") no-repeat center center transparent;
    background-size: 100%;
    content: "";
  }
  #kaizenKC_modal .kaizenKC_inner__contents ul li:nth-child(2) dt:after {
    max-width: 258px;
    padding-top: 7.364341085271318%;
    background: url("/company/lp/lp100/img/modal_img_2_sp.png") no-repeat center center transparent;
    background-size: 100%;
    content: "";
  }
  #kaizenKC_modal .kaizenKC_inner__contents ul li:last-child dt:after {
    max-width: 263px;
    padding-top: 7.224334600760455%;
    background: url("/company/lp/lp100/img/modal_img_3_sp.png") no-repeat center center transparent;
    background-size: 100%;
    content: "";
  }
  #kaizenKC_modal .kaizenKC_inner__contents ul li:last-child dd {
    padding-bottom: 23px !important;
  }
  #kaizenKC_modal .kaizenKC_inner__contents ul li:last-child a {
    font-size: 14px;
  }
  #kaizenKC_modal .kaizenKC_inner__contents ul dl {
    display: block;
  }
  #kaizenKC_modal .kaizenKC_inner__contents ul dl dt,
  #kaizenKC_modal .kaizenKC_inner__contents ul dl dd {
    width: auto;
  }
  #kaizenKC_modal .kaizenKC_inner__contents ul dl dt {
    padding-top: 20px;
    padding-top: 16px;
  }
  #kaizenKC_modal .kaizenKC_inner__contents ul dl dt:after {
    margin: 0 auto;
  }
  #kaizenKC_modal .kaizenKC_inner__contents ul dl dd {
    padding-top: 7px;
    padding-bottom: 18px;
  }
  #kaizenKC_modal .kaizenKC_inner__contents ul dl a {
    max-width: 262px;
    font-size: 15px;
    line-height: 48px;
  }
  #kaizenKC_modal .kaizenKC_inner__contents ul dl a:after {
    right: 17px;
  }
  #kaizenKC_modal .kaizenKC_inner__icon {
    max-width: 28px;
    max-height: 28px;
  }
}
@media screen and (max-width: 320px) {
  #kaizenKC_modal .kaizenKC_inner__contents ul dl a {
    font-size: 14px;
  }
  #kaizenKC_modal .kaizenKC_inner__contents ul li:last-child a {
    font-size: 12px;
  }
}
/* end ------------------------- [SP] モーダル ------------------------- */
/* start ------------------------- [SP] ベースコード ------------------------- */
@media only screen and (max-width: 768px) {
  .kaizenKC_step {
    display: none;
  }
  .kaizenKC_2ndView:after {
    margin-top: 18px;
    padding-top: 61.5962441314554%;
    background: url("/company/lp/lp100/img/start_img_sp.png") no-repeat 0 0 transparent;
    background-size: 100%;
  }
  .mv + .top .point {
    padding-top: 0;
  }
  .top .step-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
  .top .step-list > li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
    position: relative;
    width: 0%;
    padding: 28.333333333333332px 0 21.666666666666668px;
    text-align: center;
    -ms-flex-preferred-size: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
  }
  .top .step-list > li:after {
    display: none;
  }
  .top .step-list > li.kaizenKC_step {
    display: block;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-basis: 12px;
    flex-basis: 12px;
    position: relative;
    width: 12px;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 0;
    -ms-flex-preferred-size: 12px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
  }
  .top .step-list > li.kaizenKC_step:after {
    display: block;
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    height: 0;
    margin: auto 0 auto 2px;
    padding-top: 500%;
    border: none;
    background: url("/company/lp/lp100/img/step_arrow.png") no-repeat 0 0 transparent;
    background-size: 100%;
    content: "";
  }
  .top .step-img {
    width: 70px;
    margin-bottom: 5px;
  }
  .top .step-text {
    font-size: 10px;
  }
  .top .step-text .l {
    font-size: 12px;
  }
  .top .step-num {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .kaizenKC_top .point {
    padding-top: 23px;
  }
  .kaizenKC_top li.box1 {
    width: 100%;
    max-width: initial;
    margin-bottom: 48px;
  }
  .kaizenKC_top li.box1 .point-ttl {
    top: -40px;
    max-width: 178px;
  }
  .kaizenKC_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 20px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .kaizenKC_wrapper .point-img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 36%;
    padding-right: 13px;
    -ms-flex-negative: 0;
  }
  .kaizenKC_wrapper .point-img img {
    width: 88%;
    margin-left: auto;
  }
  .kaizenKC_wrapper .point-text {
    padding: 10px;
    padding-left: 0;
    font-size: 13px;
    line-height: 1.38;
  }
  .kaizenKC_wrapper .point-text a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .mv + .top .point + .step li:nth-child(3) .step-text br {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) and (max-width: 320px) {
  :nth-child(3) .step-text {
    margin-right: -3px;
    margin-left: -3px;
  }
  :nth-child(5) .step-text br {
    display: none;
  }
}
/* end------------------------- [SP] ベースコード ------------------------- */
/* start ------------------------- [SP] 1st View ------------------------- */

@media only screen and (max-width: 768px) {
  .mv {
    height: 236px;
  }
  .mv_ponta1 {
    top: 100px;
  }
  .mv_ponta2 {
    top: 111px;
    right: -8px;
  }
  .p-lpcmn-footer {
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width: 769px) {
  /* .mv {
		height: auto;
	} */
  /* .btn-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
				justify-content: center;
		-webkit-box-pack: center;
		   -ms-flex-pack: center;
	}
	.mv_p {
		background-position: center center;
	}
	.mv_ponta1 {
		top: 100px;
		left: -35px;
		width: 305px;
	}
	.mv_ponta2 {
		top: 108px;
		right: -122px;
		width: 425px;
	}
	.mv_inner {
		padding-bottom: 134px;
	}
	.top .point {
		padding: 45px 0 150px;
	}
	.p-lpcmn-footer {
		padding-bottom: 164px !important;
	} */
}
@media screen and (max-width: 320px) {
  .lp-header {
    overflow-x: scroll;
  }
  .btn {
    font-size: 18px;
  }
}
/* end ------------------------- [SP] 1st View ------------------------- */

@media screen and (max-width: 768px) {
  /* .mv {
		height: 334px;
	} */
  .kaizenKC-ab {
    margin-top: 0;
  }
}
/* start ------------------------- [SP] #241838を編集 ------------------------- */
@media only screen and (max-width: 768px) {
  .kaizenKC_box,
  .float-button__wrap {
    display: none;
  }
  .kaizenKC_box {
    display: inline-block;
    background-color: #f7f1d9;
  }
  .kaizenKC-mt10 {
    margin: 10px 0 0;
    text-align: center;
  }
  .kaizenKC-m0 {
    margin: 0;
    text-align: center;
  }
  .link-underline {
    text-decoration: underline !important;
  }
  .img-block {
    display: block;
  }
  .kaizenKC-img_sp {
    width: 85%;
  }
  .kaizenKC-img10 {
    width: 80%;
  }
  .m0-auto {
    margin: 0 auto;
  }
  .m10-auto {
    margin: 10px auto;
  }
  .mb10-auto {
    margin: 4px auto 10px;
  }
  .kaizenKC-fz16 {
    font-weight: bold;
    font-size: 16px;
  }
  .kaizenKC-fz13 {
    font-size: 14px;
  }
  .ta-c {
    text-align: center;
  }
  .kaizenKC-bold {
    font-weight: bold;
  }
  .kaizenKC-orange {
    color: #dc6835;
  }
  .kaizenKC-back-orange {
    background-color: rgba(3, 3, 3, 0.8);
  }
  .floating-banner {
    display: none;
    position: fixed /* 追従 */;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999 /* 他の要素の下に隠れないように */;
    width: auto;
    padding: 10px 0;
  }
  .kaizenKC-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
  }
  .floating-btn {
    width: 45vw /* スマホの画面幅いっぱいにバナーを表示 */;
  }
  .kaizenKC-white {
    color: #fff;
  }
  .floating-text {
    margin: 0 0 4px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  }
  .float-button__wrap {
    display: none /* 最初は隠す */;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: auto;
    padding: 10px 0;
  }
  .kaizenKC-btn {
    bottom: 115px;
  }
  .topbtn {
    display: none;
    bottom: 115px;
    z-index: 99999;
    z-index: 9999;
  }
  .float-bottom {
    height: 130px;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .float-bottom {
    height: 178px;
  }
  .topbtn {
    display: none;
    bottom: 168px;
    z-index: 99999;
  }
}
/* end ------------------------- [SP] #241838を編集 ------------------------- */
@media only screen and (max-width: 768px) {
  .kaizenKC-fz24 {
    font-size: 16px;
  }
  .kaizenKC-1000 {
    width: initial;
  }
  .kaizenKC_box .kaizenKC-flex,
  .conversion .kaizenKC-flex02,
  .lp-footer .kaizenKC-flex03 {
    width: 80%;
    display: block;
  }
  .mv_inner {
    margin-top: -10px;
    padding-top: 0;
  }
  img.kaizenKC-img10 {
    position: relative;
    z-index: 100;
    margin-top: -12px;
    margin-top: -18px;
  }
  [data-animation~="mv_text"].js-already {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .mv {
    height: 280px;
  }
  .mv_inner {
    margin-top: 0px;
    padding-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */

/*----------スマホ版KV----------*/
.mv_sp {
  position: relative;
  background: url(/company/lp/lp100/img/mv_bg.png) no-repeat center;
  background-size: cover;
  line-height: 0;
}
.mv_sp_text {
  margin: 0;
}
.mv_sp_text {
  text-align: center;
}
.mv_sp_ponta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0 10px;
}
.p-lpcmn-container img.mv_sp_ponta1 {
  max-width: 67%;
  margin: 0 auto;
}
.p-lpcmn-container img.mv_sp_ponta2 {
  max-width: 100%;
  margin: 0 auto;
}
.mv_sp_bottom {
  position: relative;
  z-index: 1;
  margin-top: 6%;
}
/*--------------------------------------------------*/

/*----------キャンペーンモーダルウィンドウ----------*/
.modal {
  text-align: center;
  padding: 20px;
}
.modal-open-01 {
  font-weight: bold;
  text-decoration: underline;
}
.modal-open-01:hover {
  cursor: pointer;
}
.modal-container-01 {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: left;
}
.modal-container-01.active {
  display: block;
}
.modal-body-01 {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  height: 70vh;
  background: #fff;
  color: #333;
  border-radius: 6px;
  justify-content: center;
  margin: 0;
  padding: 20px;
  font-size: 15px;
  overflow-y: scroll;
}
button.modal-close-01 {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #767676;
  border-radius: 3px;
  background: #efefef;
  padding: 0 7px;
}
.modal-close-01:hover {
  cursor: pointer;
  background: #e5e5e5;
}
.modal-content-01 p {
  font-size: 14px;
}
.modal-content-01 p.text_main_title {
  width: 95%;
  margin: 0 auto 20px;
  padding: 15px 0px;
  font-weight: bold;
  font-size: 24px;
  color: #eb5505;
  text-align: center;
  border-top: dotted 1px #eb5505;
  border-bottom: dotted 1px #eb5505;
  line-height: 1.5;
}
.modal-content-01 p.sab_title {
  border-bottom: 3px solid #a00;
  background: #dc5354;
  margin: 37px 0 22px;
  padding: 4px 15px 2px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.modal-content-01 table {
  font-size: 14px;
  border-bottom: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
  width: 100%;
  border-spacing: 0;
}
.modal-content-01 th,
.modal-content-01 td {
  border-top: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  padding: 10px;
}
.modal-content-01 th {
  -webkit-box-shadow: inset 0 2px 0 white;
  -moz-box-shadow: inset 0 2px 0 white;
  box-shadow: inset 0 2px 0 white;
  background: #f1f1f1;
  font-weight: normal;
  vertical-align: middle;
  width: 103px;
  text-align: center;
}
.modal-content-01 table tr:nth-child(even) th {
  background: #e5e5e5;
}
.modal-content-01 table tr:nth-child(even) td {
  -webkit-box-shadow: inset 0 2px 0 white;
  -moz-box-shadow: inset 0 2px 0 white;
  box-shadow: inset 0 2px 0 white;
  background: #f1f1f1;
}
ul.note_list li {
  text-indent: -1em;
  margin: 0 0 5px 1em;
  font-size: 11px;
  color: #555;
}
ul.note_list li:last-child {
  margin: 0 0 0 1em;
}
.red {
  color: #d80c18 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 750px) {
  .modal-body-01 {
    max-width: 90%;
    height: 75vh;
    padding: 15px;
    font-size: 12px;
    overflow: scroll;
  }
  .modal-close-01 {
    right: 8px;
    font-size: 14px;
    padding: 0 6px;
  }
  .modal-content-01 p {
    font-size: 12px;
  }
  .modal-content-01 p.text_main_title {
    font-size: 14px;
    margin: 0 auto 10px;
    padding: 10px;
  }
  .modal-content-01 p.sab_title {
    border-bottom: 2px solid #a00;
    margin: 18px 0 10px;
    padding: 4px 10px 2px;
    font-size: 12px;
  }
  .modal-content-01 table {
    font-size: 12px;
  }
  .modal-content-01 th {
    width: 92px;
  }
}
/*--------------------------------------------------*/

/*----------新スマホアプリ----------*/
@media only screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .tab-none {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
.newapp {
  position: relative;
  width: 100%;
  height: auto;
}
.newapp-main {
  height: 500px;
  padding: 30px 0 0;
  letter-spacing: 0.08em;
  text-align: center;
  background: url(/company/lp/lp100/img/newapp_bg.png) no-repeat center top #f4f4f4;
}
@media only screen and (max-width: 768px) {
  .newapp-main {
    height: auto;
    padding: 20px 0 0;
    background: url(/company/lp/lp100/img/newapp_bg_sp.png) no-repeat center top/cover;
  }
}

@media screen and (min-width: 769px) {
  .newapp-main::before {
    content: url(/company/lp/app/img/mv_iphone.png);
    position: absolute;
    top: 120px;
    left: calc(50% - 480px);
    z-index: 100;
  }
}
.newapp-main__top {
  width: 210px;
  margin: 0 auto;
  padding: 8px 15px 8px 20px;
  font-size: 14px;
  color: #fff;
  background: #d80c18;
  box-shadow: -4px -4px 2px rgb(255, 255, 255), 4px 4px 6px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .newapp-main__top {
    width: 152px;
    padding: 5px 10px 5px 15px;
    font-size: 10px;
  }
}
.newapp-main__iphone {
  margin: 15px 60px 0 0;
  width: auto;
  height: 300px;
  text-align: center;
}
.newapp-main__title {
  margin: 20px 0 10px;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.newapp-main__title > span {
  color: #ff5700;
}
@media only screen and (max-width: 768px) {
  .newapp-main__title {
    margin-top: -20px;
    font-size: 35px;
  }
  .newapp-main__sp-img-column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .newapp-main__sp-img-column .newapp-main__iphone {
    height: initial;
    width: 213px;
    margin: 15px 0px 0 0;
  }
  .newapp-main__sp-img-column .newapp__gooddesign {
    width: 241px;
  }
}
.newapp-main__text {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #ff5700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .newapp-main__text {
    margin-top: 10px;
    font-size: 15px;
  }
}
.newapp-main__img {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .newapp-main__img {
    margin: 15px 0;
    width: 75px;
    height: auto;
  }
}
.newapp-point-list {
  overflow-x: scroll;
}
.newapp-point-inner {
  display: inline-flex;
  align-items: center;
  max-height: 100vh;
}
.newapp-point-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 30px;
}
.newapp-point-item:nth-child(even) {
  background: #efefef;
}
img.newapp-point-img {
  max-height: 100vh;
  height: 440px;
  max-width: none;
}
@media only screen and (max-width: 768px) {
  .slick01 .slick-slide {
    padding: 0px !important;
  }
  .newapp-point-wrap__title {
    font-size: 18px !important;
  }
  .newapp-point-wrap {
    width: 100% !important;
  }
  .newapp-point-item {
    width: 100% !important;
    flex-direction: column-reverse;
  }
  img.newapp-point-img {
    width: 100%;
    height: auto;
  }
  img.newapp-point-img.hg {
    width: 60%;
    height: auto;
  }
}
.newapp-point-wrap {
  max-width: 92vw;
  width: 400px;
  text-align: center;
}
.newapp-point-wrap__icon {
  display: inline-block;
  padding: 0 20px;
  border-radius: 40px;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.08em;
  background-color: #ff5700;
  box-shadow: -4px -4px 4px rgb(255, 255, 255), 4px 4px 6px rgba(0, 0, 0, 0.1);
}
.newapp-point-wrap__title {
  margin-top: 15px;
  font-size: 20px;
  color: #ff5700;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.newapp-point-wrap__text {
  max-width: 400px;
  margin: 10px auto 0;
  font-size: 12px;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #666666;
}
.newapp__gooddesign {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .newapp-point-item {
    gap: 30px;
    padding: 60px;
  }
  .newapp-point-wrap__icon {
    padding: 0 30px;
    font-size: 21px;
  }
  .newapp-point-wrap__title {
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.75;
  }
  .newapp-point-wrap__text {
    margin: 20px auto 0;
    font-size: 14px;
  }
  .newapp__gooddesign {
    margin-bottom: 0;
  }
}
.swiper-wrapper {
  width: 1400px;
  height: 600px;
}
.swiper-controls {
  position: relative;
  display: flex;
  margin-bottom: 100px;
}
/*--------------------------------------------------*/
.slick01 .slick-slide {
  /*margin: 0 60px;*/
  padding: 60px 0;
  position: relative;
}

.slick01 .slick-slide .newapp-point-item {
  width: 80%;
  margin: 0 auto;
  transition: all 0.6s ease 0.4s;
  opacity: 0.8;
  overflow: hidden;
}

.slick01 .slick-slide.slick-current .newapp-point-item {
  transform: scale(1.2);
  opacity: 1;
}

/*.slick01 .slick-slide .newapp-point-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

/*.slick01 .slick-list .slick-track{
    display: flex;
    justify-content: center;
}*/

.slick01 .slick-next,
.slick01 .slick-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.slick01 .slick-next::before,
.slick01 .slick-prev::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}

@media only screen and (min-width: 769px) {
  .slick01 .slick-next {
    right: 10% !important;
  }

  .slick01 .slick-prev {
    left: 10% !important;
  }
}

.slick01 .slick-next {
  right: 0;
}

.slick01 .slick-prev {
  left: 0;
}

.slick01 .slick-next::before {
  left: 20px;
}

.slick01 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}

.ponta__title {
  font-size: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .ponta__title {
    font-size: 20px;
  }
}

.ponta {
  padding: 35px 0;
  background-color: #eb5505;
}
.ponta__content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .ponta__content {
    flex-direction: column;
    align-items: center;
  }
}
/*--------------------------------------------------*/
.ponta-item {
  max-width: 480px;
  width: 100%;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 11px 11px 13px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .ponta-item {
    padding: 30px 20px;
  }
}
.ponta-item__title {
  font-size: 24px;
  font-weight: bold;
  color: #ff5700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .ponta-item__title {
    font-size: 20px;
  }
}
.ponta-item__img {
  display: block;
  height: 62px;
  margin: 30px auto 35px;
}
.ponta-item__img-2 {
  display: block;
  height: 92px;
  margin: 30px auto 35px;
}
@media only screen and (max-width: 768px) {
  .ponta-item__img {
    height: 50px;
    margin: 20px auto 25px;
  }
  .ponta-item__img-2 {
    height: 75px;
    margin: 20px auto 25px;
  }
}
.ponta-item__subtitle {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .ponta-item__subtitle {
    font-size: 16px;
  }
}
.ponta-item__text {
  margin-bottom: 20px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .ponta-item__text {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
.ponta-item__link {
  font-size: 14px;
  font-weight: bold;
  color: #ff5700;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 1025px) {
  .ponta-item__link:hover {
    opacity: 0.8;
  }
}
ul.note {
  font-size: 12px;
  color: #888;
}
@media only screen and (max-width: 768px) {
  ul.note {
    font-size: 10px;
  }
}
ul.note li {
  text-indent: -1em;
  margin-left: 1em;
}


/*----------------------------------------
その他
----------------------------------------*/
.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .6);
	opacity: 0;
	pointer-events: none;
	transition: .3s;
	z-index: 10000;
}
.active.popup {
	pointer-events: all;
	opacity: 1;
}
.popup p {
	cursor: pointer;
}
.popup img {
	width: 100%;
	max-width: 100%;
}
@media screen and (max-width:750px) {
	.popup p {
		width: calc(663vw / 750 * 100);
	}
}

@media screen and (max-width:768px) {
  .section.used .kaizenKC_top ul.point-list li.box.box1 {
    max-width: 400px;
  }
}


/*----------------------------------------
PC時の中間サイズ調整
----------------------------------------*/

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-lpcmn-container {
    min-width: initial;
  }
  .kaizenKC-1000 {
    width: initial;
  }
  .kaizenKC-flex > div,
  .kaizenKC-flex02 > div,
  .kaizenKC-flex03 > div {
    width: 45%;
  }
  .kaizenKC-flex > div a img,
  .kaizenKC-flex02 > div a img,
  .kaizenKC-flex03 > div a img {
    width: 100%;
    max-width: 390px;
  }
  .top .point-list > li {
    width: 30%;
  }
  .p-lpcmn-footer .p-lpcmn-footer__inner {
    width: initial !important;
  }

  .slick01 .slick-slide .newapp-point-item {
    width: 90%;
  }
  .slick01 .slick-prev {
      left: 4% !important;
  }
  .slick01 .slick-next {
      right: 4% !important;
  }
  .slick01 .slick-slide img.newapp-point-img{
    height: 370px;
  }

   #point_anc05.section-ttl img{
    width: 570px;
  }
  #point_anc05.section-ttl span::before,
  #point_anc05.section-ttl span::after {
    width: 180px;
    height: 180px;
  }
  #point_anc05.section-ttl span::before {
    left: -165px;
  }
  #point_anc05.section-ttl span::after {
    right: -180px;
  }
}

/* メインビジュアル */
@media screen and (min-width: 900px) and (max-width: 1100px) {
  .mv_text img {
    width: 660px;
  }
  .mv_ponta1 {
    width: 260px;
    left: -60px;
  }
  .mv_ponta2 {
    width: 360px;
    right: -90px;
  }
}
@media screen and (min-width: 850px) and (max-width: 900px) {
  .mv_text img {
    width: 600px;
  }
  .mv_ponta1 {
    width: 220px;
    left: -60px;
  }
  .mv_ponta2 {
    width: 320px;
    right: -80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  .mv_text img {
    width: 550px;
  }
  .mv_ponta1 {
    width: 200px;
    left: -60px;
  }
  .mv_ponta2 {
    width: 300px;
    right: -80px;
  }
}


/* [Pontaと一緒にポイント投資してみよう] */
@media screen and (min-width: 900px) and (max-width: 1100px) {
  .used-list > li {
    max-width: 200px;
  }
  .used-arrow {
    width: 110px;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  .used-list > li {
    max-width: 180px;
    padding: 45px 10px 20px;
  }
  .used-arrow {
    right: -120px;
    width: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 800px) {
  .used-list > li {
    max-width: 170px;
    padding: 45px 10px 20px;
  }
  .used-arrow {
    right: -110px;
    width: 90px;
  }
}



/* はじめようスマホで資産形成 */
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .newapp-main {
    background-image: url(/company/lp/lp100/img/newapp_bg.png);
    background-repeat: no-repeat;
    background-color: #f4f4f4;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .newapp-main {
    background-position: calc(50% - 50px) top;
  }
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
  .newapp-main {
    background-position: calc(50% - 70px) top;
  }
}
@media screen and (min-width: 850px) and (max-width: 900px) {
  .newapp-main {
    background-position: calc(50% - 60px) calc(0% + 25px);
    background-size: 200% auto;
  }

}
@media screen and (min-width: 769px) and (max-width: 850px) {
  .newapp-main {
      background-position: calc(50% - 20px) calc(0% + 75px);
      background-size: 185% auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .newapp-main::before {
    top: 150px;
    left: calc(50% - 460px);
    transform: scale(0.8);
  }
}