@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

html {
  width: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  color: #262626;
}

body {
  line-height: 170%;
  font-size: 1.8rem;
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.5rem;
  }
}

table {
  width: 100%;
}
table th, table td {
  background: #fff;
  padding: 10px;
  border: solid 1px #0c2f42;
  font-size: 2rem;
  text-align: left;
}
@media screen and (max-width: 640px) {
  table th, table td {
    font-size: 1.5rem;
  }
}
table th {
  font-weight: 600;
}
table th.head {
  background: #0c2f42;
  padding: 5px 10px;
  font-weight: 600;
  color: #fff;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
}

.col-02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 640px) {
  .col-02 {
    display: block;
  }
}

.h2_ttl {
  margin: 0 auto 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: bold;
  color: #e7233b;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .h2_ttl {
    margin: 0 auto 30px;
    font-size: 1.8rem;
  }
}
.h2_ttl span {
  display: block;
  padding-top: 10px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  color: #0c2f42;
}
@media screen and (max-width: 640px) {
  .h2_ttl span {
    padding-top: 0;
    font-size: 2.6rem;
  }
}

.btn {
  background-color: #e7233b;
  background-size: 200% 100%;
  background-position: left center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 90px;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: solid 1px #e7233b;
  border-radius: 100vmax;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 640px) {
  .btn {
    width: 100%;
    height: auto;
    padding: 20px;
    font-size: 1.8rem;
  }
}
.btn:hover {
  background-color: #fff;
  color: #e7233b;
}

#noiseCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#lp section {
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  #lp section {
    padding: 50px 0;
  }
}
#lp .scrollContactBtn {
  display: none;
}
#lp .contactBox {
  background-color: #ffe3e8;
  background-image: url(../../lp/img/img_contact_right.png), url(../../lp/img/img_contact_left.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 98% 100%, 2% 100%;
  padding: 50px 0 60px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #lp .contactBox {
    background-size: 48%, 48%;
    background-position: 90% 100%, 8% 100%;
    padding: 40px 0 120px;
  }
}
#lp .contactBox .catch {
  margin-bottom: 30px;
  color: #0c2f42;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #lp .contactBox .catch {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
#lp .contactBox .catch span {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #lp .contactBox .catch span {
    font-size: 1.9rem;
  }
}
#lp .main {
  position: relative;
  padding: 120px 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #lp .main {
    padding: 67px 0 0;
  }
}
#lp .main::before {
  content: "";
  display: block;
  position: absolute;
  top: 88px;
  left: 0;
  z-index: -1;
  background: url("../../lp/img/bg_main.jpg") no-repeat center top;
  background-size: cover;
  mix-blend-mode: hue;
  width: 100%;
  height: calc(100% - 88px);
}
@media screen and (max-width: 640px) {
  #lp .main::before {
    top: 47px;
    height: calc(100% - 47px);
  }
}
#lp .main > img {
  margin-bottom: -60px;
}
@media screen and (max-width: 640px) {
  #lp .main > img {
    width: 95%;
    margin-bottom: -30px;
  }
}
#lp .main_catch {
  font-weight: 900;
  color: #fff;
}
#lp .main_catchTxt-01 {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  #lp .main_catchTxt-01 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
#lp .main_catchTxt-01 span {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #lp .main_catchTxt-01 span {
    font-size: 2.8rem;
  }
}
#lp .main_catchTxt-02 {
  margin-bottom: 40px;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  #lp .main_catchTxt-02 {
    font-size: 3.2rem;
  }
}
#lp .main_catchTxt-02 .yl {
  color: #ffff00;
}
#lp .main_catchTxt-02 .yl-01 {
  position: relative;
  padding: 0 12px;
}
@media screen and (max-width: 640px) {
  #lp .main_catchTxt-02 .yl-01 {
    padding: 0 6px;
  }
}
#lp .main_catchTxt-02 .yl-01::after {
  content: "ランディングページ";
  width: 200px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  font-size: 1.2rem;
  font-weight: 700;
}
#lp .problem_box {
  text-align: center;
}
#lp .problem_catch {
  margin-bottom: 40px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #0c2f42;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  #lp .problem_catch {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
#lp .problem_catch-01 span {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  #lp .problem_catch-01 span {
    font-size: 1.6rem;
  }
}
#lp .problem_cnt {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 60px;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  #lp .problem_cnt {
    display: block;
    margin-bottom: 35px;
    border-radius: 5px;
  }
}
#lp .problem_cnt div {
  background: url("../../lp/img/icon_check.svg") no-repeat left 30px center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 80px;
  padding: 0 30px 0 70px;
  font-weight: 600;
  border-top: dotted 2px #262626;
}
@media screen and (max-width: 640px) {
  #lp .problem_cnt div {
    background: url("../../lp/img/icon_check.svg") no-repeat left 15px center;
    background-size: 18px;
    display: block;
    min-height: initial;
    padding: 15px 10px 15px 45px;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.4;
  }
}
#lp .problem_cnt div span {
  color: #e7364a;
}
#lp .problem_cnt div:nth-child(2n) {
  border-left: dotted 2px #262626;
}
@media screen and (max-width: 640px) {
  #lp .problem_cnt div:nth-child(2n) {
    border-left: none;
  }
}
#lp .problem_cnt div:nth-child(-n+2) {
  border-top: none;
}
@media screen and (max-width: 640px) {
  #lp .problem_cnt div:nth-child(-n+2) {
    border-top: dotted 2px #262626;
  }
}
@media screen and (max-width: 640px) {
  #lp .problem_cnt div:first-child {
    border-top: none;
  }
}
#lp .feature {
  padding-top: 0;
}
#lp .feature_list li {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 640px) {
  #lp .feature_list li {
    display: block;
    padding: 25px 0;
  }
}
#lp .feature_list li .img {
  width: 36%;
  max-width: 400px;
}
@media screen and (max-width: 640px) {
  #lp .feature_list li .img {
    width: 80%;
    max-width: inherit;
    margin: 0 auto 20px;
  }
}
#lp .feature_list li .box {
  width: calc(64% - 50px);
}
@media screen and (max-width: 640px) {
  #lp .feature_list li .box {
    width: 100%;
  }
}
#lp .feature_list li .box .ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
  color: #0c2f42;
}
@media screen and (max-width: 640px) {
  #lp .feature_list li .box .ttl {
    font-size: 2rem;
  }
}
#lp .feature_list li .box .ttl img {
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  #lp .feature_list li .box .ttl img {
    width: 35px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  #lp .feature_list li .box .txt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
#lp .feature_list li + li {
  border-top: solid 1px #ccc;
}
#lp .package {
  background: url("../../lp/img/bg_pack.jpg") no-repeat center center;
  background-size: cover;
}
#lp .package .h2_ttl {
  color: #fff;
}
#lp .package .h2_ttl span {
  color: #fff;
}
#lp .package_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 640px) {
  #lp .package_list {
    display: block;
  }
}
#lp .package_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 120px;
  padding: 10px 20px;
  border: solid 1px #fff;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #lp .package_list li {
    min-height: 85px;
    padding: 10px 20px;
    font-size: 1.6rem;
  }
}
#lp .package_list li .txt {
  width: calc(100% - 82px);
  line-height: 1.4;
}
#lp .package_list li .circle {
  background: #00a2a2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #lp .package_list li .circle {
    width: 62px;
    height: 62px;
  }
}
@media screen and (max-width: 640px) {
  #lp .package_list li + li {
    margin-top: 10px;
  }
}
#lp .package_list li:nth-child(-n+3) .txt {
  width: 100%;
}
#lp .analysis .container > .txt {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #lp .analysis .container > .txt {
    margin-bottom: 20px;
  }
}
#lp .analysis_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 640px) {
  #lp .analysis_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
#lp .analysis_list li {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  #lp .analysis_list li {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
#lp .analysis_list li span {
  display: block;
  width: 100%;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  #lp .analysis_list li span {
    font-size: 1.3rem;
  }
}
#lp .analysis .img {
  display: block;
  margin: -40px auto 40px;
}
@media screen and (max-width: 640px) {
  #lp .analysis .img {
    margin: -20px auto 30px;
  }
}
#lp .analysis .note {
  display: grid;
  align-items: center;
  grid-template-columns: 28% 72%;
  gap: 10px;
  padding: 30px;
  border: dotted 2px #262626;
  border-radius: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #lp .analysis .note {
    display: block;
    padding: 15px;
  }
}
#lp .analysis .note .ttl {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #lp .analysis .note .ttl {
    margin-bottom: 10px;
  }
}
#lp .analysis .note .txt {
  text-align: left;
}
#lp .analysis .note .att {
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: left;
}
#lp .marketing {
  padding: 0 0 60px;
}
@media screen and (max-width: 640px) {
  #lp .marketing {
    padding: 0 0 40px;
  }
}
#lp .marketing .container > .txt {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #lp .marketing .container > .txt {
    margin-bottom: 20px;
  }
}
#lp .marketing .col-02 {
  gap: 40px;
}
#lp .marketing table td {
  text-align: center;
}
@media screen and (max-width: 640px) {
  #lp .marketing table + table {
    margin-top: 15px;
  }
}
#lp .marketing .att {
  margin-top: 20px;
  text-align: center;
  font-size: 1.4rem;
}
#lp .price {
  padding-top: 0;
}
#lp .price .container > .txt {
  margin-bottom: 40px;
  text-align: center;
}
#lp .price .col-02 {
  gap: 40px;
}
#lp .price .col-02 table th, #lp .price .col-02 table td {
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  #lp .price .col-02 table:nth-child(2) {
    margin-top: 20px;
  }
}
#lp .price .att {
  margin-top: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  #lp .price .att {
    margin-top: 5px;
  }
}
#lp .flow {
  position: relative;
}
#lp .flow::before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  background: #0c2f42 url("../../lp/img/bg_flow.jpg") no-repeat center center;
  background-size: cover;
  mix-blend-mode: hue;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#lp .flow .h2_ttl span {
  color: #fff;
}
#lp .flow_content {
  position: relative;
}
#lp .flow_content::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  height: 100%;
  border-right: dotted 2px #e7233b;
  z-index: 1;
}
#lp .flow_contentBox {
  position: relative;
  z-index: 2;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  min-height: 80px;
  margin: 0 auto;
  padding: 10px 30px;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  #lp .flow_contentBox {
    max-width: 100%;
    min-height: initial;
    padding: 10px 20px;
  }
}
#lp .flow_contentBox + .flow_contentBox {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #lp .flow_contentBox + .flow_contentBox {
    margin-top: 20px;
  }
}
#lp .flow_contentNum {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #e7233b;
}
@media screen and (max-width: 640px) {
  #lp .flow_contentNum {
    font-size: 1.5rem;
  }
}
#lp .flow_contentTitle {
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  #lp .flow_contentTitle {
    font-size: 1.6rem;
  }
}