@charset "UTF-8";
body {
  min-width: 320px;
  color: #333;
  font-family: "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  line-height: 1.625;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

img {
  max-width: 100%;
}

ul, ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

dl {
  margin: 0;
}

dl > dd {
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

.mt5 {
  margin-top: 5px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.textlink-blue {
  color: #0033cc;
}

.textcolor-red {
  color: #D81617;
}

.lp201--mv {
  margin-bottom: 100px;
  width: 100%;
  background-color: #fbdbdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp201--mv > h1 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .lp201--mv > h1 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 960px) {
  .lp201--mv {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .lp201--mv {
    padding: 0;
  }
}

.lp201--mv_img {
  width: 1980px;
  height: 630px;
}

.lp201--mv_img-pc {
  display: block;
  max-width: initial;
}

.lp201--mv_img-sp {
  display: none;
}

@media only screen and (max-width: 960px) {
  .lp201--mv_img {
    width: 1680px;
    height: 530px;
  }
}

@media only screen and (max-width: 767px) {
  .lp201--mv_img {
    width: 100%;
    height: auto;
  }
  .lp201--mv_img-sp {
    display: block;
  }
  .lp201--mv_img-pc {
    display: none;
  }
}

.lp201-content {
  padding: 60px 0;
  overflow: hidden;
}

.lp201-inner {
  width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .lp201-inner {
    width: 100%;
  }
}

.lp201--section {
  margin-bottom: 100px;
}

.lp201--section-ttl {
  font-size: 5.0rem;
  margin: 0 0 40px;
  text-align: center;
}

.lp201--section-title {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lp201--section-title span {
  position: relative;
}

.lp201--section-title span::before, .lp201--section-title span::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.lp201--section-title span::before {
  background-image: url(/company/lp/lp201/img/section_title_dec-left.png);
  left: -50px;
}

.lp201--section-title span::after {
  background-image: url(/company/lp/lp201/img/section_title_dec-right.png);
  right: -50px;
}

@media only screen and (max-width: 400px) {
  .lp201--section-title span > img {
    max-width: 190px;
  }
}

.lp201--section_lead {
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

.lp201--section_lead span {
  font-size: 1.2rem;
}

.lp201--sp-on {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .lp201--sp-on {
    display: block !important;
  }
}

.lp201--pc-off {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .lp201--pc-off {
    display: none !important;
  }
}

.lp201_info {
  background-color: #ffe5c7;
  border-radius: 20px;
  padding: 30px;
  max-width: 860px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lp201_info-campaign {
  background-color: initial;
}

.lp201_info-title {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.lp201_info ul li {
  font-size: 1.6rem;
}

.lp201_info ul li:nth-child(n+2) {
  margin-top: 20px;
}

.lp201_info-caution {
  font-size: 1.2rem;
  margin: 0 3px;
}

.lp201_info-caution-red {
  color: #D81617;
}

.lp201_info-detail {
  background-color: #fff4f4;
  padding: 20px;
  margin: 15px 0;
}

.lp201_info-detail_content li ul li {
  margin: 5px 0;
}

.lp201_info-detail_content_textlink {
  color: #0033cc;
  word-break: break-all;
}

.lp201--img-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .lp201--img-sp {
    display: block;
  }
  .lp201--img-pc {
    display: none;
  }
}

.lp201-hover:hover {
  opacity: .6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .lp201-header-logo-sp {
    max-width: 80px;
  }
}

.lp201-mt25 {
  margin-top: 25px;
}

.lp201-mt0 {
  margin-top: 0;
}

.lp201--main {
  margin-bottom: 0;
}

.lp201--main_title span {
  position: relative;
}

.lp201--main_title span::before, .lp201--main_title span::after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .lp201--main_title span::before, .lp201--main_title span::after {
    background-color: #D81617;
  }
}

.lp201--main_title span::before {
  left: -15px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.lp201--main_title span::after {
  right: -15px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

@media only screen and (max-width: 767px) {
  .lp201--main_title span::after {
    right: 5px;
  }
}

.lp201--main_title-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .lp201--main_title-pc {
    display: none;
  }
  .lp201--main_title-sp {
    display: block;
  }
}

.lp201--main_content-1 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .lp201--main_content-1 {
    margin-bottom: 30px;
  }
}

.lp201--main_content-1 > h3 {
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 45px;
  background-color: #D81617;
}

@media only screen and (max-width: 960px) {
  .lp201--main_content-1 > h3 {
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .lp201--main_content-1 > h3 {
    background-color: unset;
    padding: 0;
  }
}

.lp201--main_content-1_img {
  width: 100%;
}

.lp201--main_content-1_text {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.lp201--main_content-2 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .lp201--main_content-2 {
    margin-bottom: 50px;
  }
}

.lp201--main_content-2_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  max-width: 860px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .lp201--main_content-2_wrap {
    margin-bottom: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.lp201--main_content-2_wrap::before {
  content: "";
  background-image: url(/company/lp/lp201/img/main_and.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .lp201--main_content-2_wrap::before {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    width: 50px;
    height: 50px;
    top: 49%;
  }
}

@media only screen and (max-width: 767px) {
  .lp201--main_content-2_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.lp201--main_content-2_wrap > div {
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .lp201--main_content-2_wrap > div {
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

.lp201--study {
  background-color: #f4f4f4;
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .lp201--study {
    padding: 50px 0;
  }
}

.lp201--study-title {
  display: block;
  max-width: 478px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.lp201--study_lead {
  font-size: 1.6rem;
}

.lp201--study_lead a {
  color: #0033cc;
}

.lp201--study_wrap {
  margin-top: 30px;
  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: 767px) {
  .lp201--study_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.lp201--study_wrap > div {
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .lp201--study_wrap > div {
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .lp201--study_wrap > div:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .lp201--study_img-sp {
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.lp201--campaign {
  background-color: #fffbdb;
  padding-top: 100px;
  padding-bottom: 60px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .lp201--campaign {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .lp201--campaign-inner {
    padding: 0;
  }
}

.lp201--campaign_title {
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 45px;
  background-color: #D81617;
}

@media only screen and (max-width: 767px) {
  .lp201--campaign_title {
    font-size: 1.8rem;
  }
}

.lp201--campaign_logo {
  max-width: 220px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lp201--campaign_lead {
  font-size: 2.4rem;
  text-align: center;
  line-height: 34px;
  font-weight: 600;
}

.lp201--campaign_lead span {
  font-size: 1.2rem;
  margin-top: 0;
}

.lp201--campaign_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .lp201--campaign_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.lp201--campaign_wrap > div {
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .lp201--campaign_wrap > div {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .lp201--campaign_wrap > div:nth-child(n+2) {
    margin-top: 35px;
  }
}

.lp201--step {
  padding-bottom: 60px;
  background-color: #fffbdb;
}

.lp201--step_wrap {
  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: 767px) {
  .lp201--step_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.lp201--step_list {
  width: 30%;
  position: relative;
}

.lp201--step_list::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -38px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #cccccc;
}

@media only screen and (max-width: 960px) {
  .lp201--step_list::after {
    top: 50%;
    right: -30px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #cccccc;
  }
}

@media only screen and (max-width: 767px) {
  .lp201--step_list::after {
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 24px solid #cccccc;
    bottom: -30px;
    right: 50%;
    top: unset;
    -webkit-transform: translate(50%, 100%);
            transform: translate(50%, 100%);
  }
}

.lp201--step_list:last-child::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .lp201--step_list {
    width: 70%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .lp201--step_list:nth-child(n+2) {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 400px) {
  .lp201--step_list {
    max-width: 250px;
    width: 100%;
  }
}

.lp201--condition {
  background-color: #fffbdb;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .lp201--condition {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .lp201--condition_lead {
    display: none;
  }
}

.lp201--condition_img {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .lp201--condition_img {
    overflow-x: auto;
  }
  .lp201--condition_img > img {
    max-width: 700px;
  }
}

.lp201--detail {
  background-color: #fffbdb;
  padding-bottom: 100px;
}

.lp201--detail-inner {
  padding-top: 60px !important;
}

.lp201--detail_content {
  border: solid 6px #D81618;
  background-color: #fff;
  border-radius: 23px;
  padding: 60px 50px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .lp201--detail_content {
    border: solid 4px #D81618;
  }
}

.lp201--detail_content::before {
  content: "";
  background-image: url(/company/lp/lp201/img/campaign_detail_title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 95px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}

@media only screen and (max-width: 767px) {
  .lp201--detail_content::before {
    width: 240px;
    height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .lp201--detail_content {
    padding: 30px 20px;
  }
}

.lp201--detail_list {
  font-size: 1.8rem;
}

.lp201--detail_list:nth-child(n+2) {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .lp201--detail_list:nth-child(n+2) {
    margin-top: 20px;
  }
}

.lp201--detail_list-ttl {
  font-size: 2.0rem;
  color: #D81618;
  margin: 0 auto;
  border-bottom: solid 1px #D81618;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .lp201--detail_list-ttl {
    font-size: 2.0rem;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}

.lp201--detail_list_caution {
  margin: 3px 0;
  font-size: 1.2rem;
}

.lp201--detail_list_caution-red {
  color: #D81618;
}

.lp201--detail-img {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.lp201 .conversion {
  background-color: #F8D7DB;
  padding: 35px 10px 50px 10px;
}

@media only screen and (max-width: 767px) {
  .lp201--detail-img {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .lp201 .conversion {
    padding: 30px 10px;
  }
}

.lp201 .conversion_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lp201 .conversion_wrap > div {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .lp201 .conversion_wrap > div {
    width: 100%;
  }
  .lp201 .conversion_wrap > div:nth-child(n+2) {
    margin-top: 25px;
  }
}

.lp201 .conversion_ttl {
  font-size: 25px;
  margin-bottom: 35px;
  color: #D81617;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .lp201 .conversion_ttl {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .lp201 .conversion_ttl {
    font-size: 17px;
  }
}

.lp201 .conversion .btn {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  line-height: 100px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: .3s color;
  transition: .3s color;
}

.lp201 .conversion .btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: .6;
}

@media only screen and (max-width: 960px) {
  .lp201 .conversion .btn {
    max-width: none;
    font-size: 20px;
    line-height: 70px;
    border-radius: 35px;
  }
}

@media only screen and (max-width: 400px) {
  .lp201 .conversion .btn {
    font-size: 17px;
  }
}

.lp201 .conversion .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: .3s background-color;
  transition: .3s background-color;
}

.lp201 .conversion .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: .3s right, .3s border-color;
  transition: .3s right, .3s border-color;
}

@media only screen and (max-width: 400px) {
  .lp201 .conversion .btn::after {
    width: 12px;
    height: 12px;
    right: 25px;
  }
}

.lp201 .conversion .btn-1 {
  color: #D81617;
  background-color: #fff;
}

.lp201 .conversion .btn1 {
  background-color: #D81617;
}

.lp201 .conversion .btn2 {
  background-color: #ED5E20;
}

.lp201_info_banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.lp201_info_banner-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .lp201_info_banner-sp {
    display: block;
    margin-top: 50px;
    width: 90%;
  }
  .lp201_info_banner-pc {
    display: none;
  }
}

.lp201-topbtn {
  display: none;
  position: fixed;
  z-index: 1000;
  right: 25px;
  bottom: 150px;
  width: 90px;
  height: 90px;
}

@media only screen and (max-width: 767px) {
  .lp201-topbtn {
    right: 10px;
    bottom: 100px;
    width: 60px;
    height: 60px;
  }
}

.lp201-topbtn > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.lp201-topbtn > a:hover {
  opacity: .6;
  -webkit-transition: .3s;
  transition: .3s;
}

.lp201--cv {
  background-color: #fbdcdf;
  padding: 50px 10px;
  margin-bottom: 0;
}

.lp201--cv_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}

@media only screen and (max-width: 960px) {
  .lp201--cv_wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.lp201--cv-title > h3 {
  font-size: 2.5rem;
  color: #D81617;
  text-align: center;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .lp201--cv-title > h3 {
    font-size: 1.8rem;
    height: auto;
  }
}

.lp201--cv-title-right {
  display: table;
  margin-left: auto;
  width: 48%;
}

@media only screen and (max-width: 960px) {
  .lp201--cv-title-right {
    display: unset;
  }
}

.lp201--cv-title_dec span {
  position: relative;
}

.lp201--cv-title_dec span::before, .lp201--cv-title_dec span::after {
  content: "";
  background-color: #D81617;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .lp201--cv-title_dec span::before, .lp201--cv-title_dec span::after {
    background-color: #D81617;
  }
}

.lp201--cv-title_dec span::before {
  left: -15px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.lp201--cv-title_dec span::after {
  right: -15px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.lp201--cv-btn_box {
  width: 48%;
}

@media only screen and (max-width: 960px) {
  .lp201--cv-btn_box {
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .lp201--cv-btn_box:nth-child(n+2) {
    margin-top: 30px;
  }
}

.lp201--cv p {
  font-size: 2.0rem;
  line-height: 34px;
  text-align: center;
  color: #666666;
  margin-bottom: 0;
}

.lp201--cv p.end {
  color: #D81617;
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  .lp201--cv p {
    font-size: 1.5rem;
  }
  .lp201--cv p.end {
    font-size: 1.0rem;
  }
  .lp201--cv .btn.btn-3.da::before{
    border-color: #a9a9a9 !important;
  }
}

.lp201--cv .btn {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  color: #fff;
  font-size: 19px;
  font-weight: normal;
  line-height: 85px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: .3s color;
  transition: .3s color;
  font-weight: 600;
}

@media only screen and (max-width: 960px) {
  .lp201--cv .btn {
    max-width: none;
    font-size: 20px;
    line-height: 70px;
    border-radius: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .lp201--cv .btn {
    max-width: none;
    font-size: 18px;
  }
}

@media only screen and (max-width: 400px) {
  .lp201--cv .btn {
    max-width: none;
    font-size: 15px;
  }
}

.lp201--cv .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: .3s background-color;
  transition: .3s background-color;
}

.lp201--cv .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: .3s right, .3s border-color;
  transition: .3s right, .3s border-color;
}

@media only screen and (max-width: 767px) {
  .lp201--cv .btn::after {
    width: 12px;
    height: 12px;
    right: 25px;
  }
}

.lp201--cv .btn-1 {
  background-color: #D81617;
}

.lp201--cv .btn-1:hover {
  color: #d81617;
}

.lp201--cv .btn-1:hover::after {
  border-color: #d81617;
}

.lp201--cv .btn-2 {
  background-color: #ED5E20;
}

.lp201--cv .btn-2:hover {
  color: #ED5E20;
}

.lp201--cv .btn-2:hover::after {
  border-color: #ED5E20;
}

.lp201--cv .btn-3 {
  background-color: #a9a9a9;
  outline: 10px solid #D81617;
  outline-offset: -11px;
  color: #D81617;
  width: 470px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 960px) {
  .lp201--cv .btn-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .lp201--cv .btn-3 {
    outline: 4px solid #D81617;
    outline-offset: -4px;
    line-height: 22px;
    padding: 18px 0;
  }
}

.lp201--cv .btn-3::after {
  border: solid #D81617;
  border-width: 4px 4px 0 0;
}

@media only screen and (max-width: 400px) {
  .lp201--cv .btn-3::after {
    display: none;
  }
}

.lp201--cv .btn-nonactive {
  display: block;
  width: 100%;
  max-width: 520px;
  color: #fff;
  font-size: 19px;
  font-weight: normal;
  line-height: 85px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: .3s color;
  transition: .3s color;
  font-weight: 600;
  background-color: #9a9a9a;
}

@media only screen and (max-width: 960px) {
  .lp201--cv .btn-nonactive {
    max-width: initial;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .lp201--cv .btn-nonactive {
    line-height: 32px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 400px) {
  .lp201--cv .btn-nonactive {
    font-size: 15px;
  }
}

.lp201-footer {
  padding: 40px 0 25px;
}

@media only screen and (max-width: 767px) {
  .lp201-footer {
    padding-top: 30px;
  }
}

.lp201-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: 767px) {
  .lp201-footer-column {
    display: block;
  }
}

.lp201-footer-menu > li::before {
  content: '・';
}

@media only screen and (max-width: 767px) {
  .lp201-footer-menu > li + li {
    margin-top: 5px;
  }
}

.lp201-footer-menu > li > a {
  color: #0033cc;
  font-size: 15px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media only screen and (max-width: 767px) {
  .lp201-footer-menu > li > a {
    font-size: 14px;
  }
}

.lp201-footer-menu > li > a:hover {
  opacity: .6;
}

@media only screen and (max-width: 767px) {
  .lp201-footer-info {
    margin-top: 25px;
  }
}

.lp201-footer-info-company {
  margin: 0 0 2px;
  color: #D81618;
  font-size: 18px;
  font-weight: bold;
}

.lp201-footer-info-detail {
  margin: 0;
  font-size: 14px;
  line-height: 1.85714;
}

.lp201-footer-contact {
  margin: 25px 0 5px;
}

.lp201-footer-contact .contact {
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #D81618;
}

.lp201-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;
  font-size: 12px;
  font-weight: bold;
  color: #D81618;
}

.lp201-footer-contact .freecall img {
  width: 25px;
  margin: 0 8px;
}

.lp201-footer-contact .freecall .number {
  font-size: 19px;
}

.lp201-footer-note {
  margin: 0;
  font-size: 12px;
}

.lp201-footer_copyright {
  font-size: 13px;
  color: #333;
  text-align: center;
  margin-top: 60px;
  border-top: solid 1px #D81618;
  padding-top: 15px;
}

.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 70px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .lp-header {
    height: 50px;
  }
}

.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%;
  height: 60px;
}

.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: 176px;
  margin-right: 70px;
}

@media only screen and (max-width: 767px) {
  .lp-header-logo .au_logo {
    width: 84px;
    margin-right: 17px;
  }
}

.lp-header-logo .au_logo::before, .lp-header-logo .au_logo::after {
  content: "";
  position: absolute;
  top: 0;
  right: -42px;
  bottom: 0;
  margin: auto 0;
  height: 4px;
  width: 20px;
  background-color: #54272b;
}

@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 190px;
  max-width: none;
  font-size: 16px;
  line-height: 46px;
  border-radius: 25px;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .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: 767px) {
  .lp-header-btn .btn::after {
    content: none;
  }
}

.lp-header-btn .btn:hover::after {
  right: 15px;
}

.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: .3s color;
  transition: .3s color;
}

@media only screen and (max-width: 767px) {
  .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: .3s background-color;
  transition: .3s background-color;
}

@media only screen and (max-width: 767px) {
  .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: .3s right, .3s border-color;
  transition: .3s right, .3s border-color;
}

@media only screen and (max-width: 767px) {
  .btn::after {
    right: 30px;
    width: 12px;
    height: 12px;
    border-width: 3px 3px 0 0;
  }
}

.btn1 {
  background-color: #d81617;
}

.btn1:hover {
  color: #d81617;
}

.btn1:hover::after {
  border-color: #d81617;
}

@media only screen and (max-width: 767px) {
  .btn1-sp {
    width: 70px !important;
  }
}

.btn2 {
  background-color: #ed5f1f;
  max-width: 300px !important;
  display: block;
  width: 100% !important;
}

.btn2:hover {
  color: #ed5f1f;
}

.btn2:hover::after {
  border-color: #ed5f1f;
}

@media only screen and (max-width: 767px) {
  .btn2-sp {
    width: 150px !important;
  }
}

.btn:hover::before {
  background-color: #fff;
}

.btn.btn-3.da:hover::before {
    background-color: #a9a9a9 !important;
}

.btn:hover::after {
  right: 30px;
}

@media only screen and (max-width: 767px) {
  .btn:hover::after {
    right: 25px;
  }
}

[data-animation~="mv_text"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity .5s, -webkit-transform .7s;
  transition: opacity .5s, -webkit-transform .7s;
  transition: opacity .5s, transform .7s;
  transition: opacity .5s, transform .7s, -webkit-transform .7s;
}

[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 .5s, -webkit-transform .7s;
  transition: opacity .5s, -webkit-transform .7s;
  transition: opacity .5s, transform .7s;
  transition: opacity .5s, transform .7s, -webkit-transform .7s;
}

[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 .5s, -webkit-transform .7s;
  transition: opacity .5s, -webkit-transform .7s;
  transition: opacity .5s, transform .7s;
  transition: opacity .5s, transform .7s, -webkit-transform .7s;
}

[data-animation~="mv_ponta2"].js-already {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

[data-animation~="mv_p"] {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

[data-animation~="mv_p"].js-already {
  opacity: 1;
}

[data-animation~="title"]::before, [data-animation~="title"]::after {
  opacity: 0;
  -webkit-transition: opacity .5s, -webkit-transform .7s;
  transition: opacity .5s, -webkit-transform .7s;
  transition: opacity .5s, transform .7s;
  transition: opacity .5s, transform .7s, -webkit-transform .7s;
}

[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 .5s, -webkit-transform .7s;
  transition: opacity .5s, -webkit-transform .7s;
  transition: opacity .5s, transform .7s;
  transition: opacity .5s, transform .7s, -webkit-transform .7s;
}

@media only screen and (max-width: 767px) {
  [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: 767px) {
  [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 .5s, -webkit-transform .7s;
  transition: opacity .5s, -webkit-transform .7s;
  transition: opacity .5s, transform .7s;
  transition: opacity .5s, transform .7s, -webkit-transform .7s;
}

[data-animation~="app"].js-already {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-animation~="merit"] {
  width: 50%;
  opacity: 0;
  -webkit-transition: width .5s, opacity .5s;
  transition: width .5s, opacity .5s;
}

[data-animation~="merit"].js-already {
  width: 100%;
  opacity: 1;
}
