@charset "UTF-8";
/* -----------
  共通
-----------*/
.img-icon_checked {
  width: 46px;
  height: 38px;
}
.img-icon_checked img {
  width: 100%;
  height: auto;
}

.wp-block-heading.has-s-font-size {
  font-size: var(--wp--preset--font-size--s);
}
.wp-block-heading.has-normal-font-size {
  font-size: var(--wp--preset--font-size--s);
}
.wp-block-heading.has-m-font-size {
  font-size: var(--wp--preset--font-size--m);
}
.wp-block-heading.has-l-font-size {
  font-size: var(--wp--preset--font-size--l);
}
.wp-block-heading.has-xl-font-size {
  font-size: var(--wp--preset--font-size--xl);
}
.wp-block-heading.has-xxl-font-size {
  font-size: var(--wp--preset--font-size--xxl);
}
.wp-block-heading.has-3xl-font-size {
  font-size: var(--wp--preset--font-size--3-xl);
}
.wp-block-heading.has-4xl-font-size {
  font-size: var(--wp--preset--font-size--4-xl);
}
.wp-block-heading.has-5xl-font-size {
  font-size: var(--wp--preset--font-size--5-xl);
}
.wp-block-heading.has-j-font-size {
  font-size: var(--wp--preset--font-size--j);
}

.lp-title {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.lp-title_line {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-image: radial-gradient(circle at center, #171b20 20%, transparent 20%), url(../img/img-solution_line.png);
  background-position: top right, bottom;
  background-size: 1em 0.3em, 120%;
  background-repeat: repeat-x, no-repeat;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 2.7;
}

.lp-title_dots {
  padding-top: 0.5em; /* 縦方向の位置調整 */
  background-image: radial-gradient(circle at center, var(--wp--preset--color--accent) 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  font-size: 28px;
  line-height: 2.7;
}

.lp-title_box {
  display: inline-block;
  padding: 0 10px;
  padding-right: 32px;
  padding-left: 32px;
  transform: skewX(-15deg);
  background-color: #000000;
  box-shadow: 0px 0px 7px 3px rgba(255, 255, 255, 0.75);
}

.lp-title_with-line {
  -moz-column-gap: 16px;
  display: inline-flex;
  position: relative;
       column-gap: 16px;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}
.lp-title_with-line::after {
  width: 100%;
  height: 1px;
  background-color: var(--wp--preset--color--primary);
  content: "";
}

.lp-title_shadow {
  text-shadow: 1px 3px 10px rgba(255, 255, 255, 0.8);
}

.btn-icon_shadow a, .btn-icon_shadow button {
  display: inline-flex;
  position: relative;
  padding-right: 40px;
  border-radius: 20px;
  box-shadow: 5px 4px 0px 1px #129800;
}
.btn-icon_shadow a::after, .btn-icon_shadow button::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background-color: white;
  content: "";
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}

/* -----------
  各セクション
-----------*/
.lp-mainvisual .sp {
  margin-top: 0;
}

.lp-problem .lp-title {
  margin-bottom: clamp(40px, 5vw, 60px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp-problem .lp-title {
    text-align: left;
  }
}

.lp-problem_text {
  font-size: clamp(16px, 1.6vw, 20px);
}

.lp-problem_list {
  padding-left: 0;
  list-style: none;
}
.lp-problem_list li {
  row-gap: clamp(16px, 2vw, 24px);
  margin-bottom: 40px;
}

.lp-solution {
  z-index: 2;
  position: relative;
  margin-top: 0;
}
.lp-solution::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  width: 70px;
  height: 42px;
  transform: translateX(-50%);
  background-color: black;
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.lp-solution .wp-block-cover {
  align-items: normal;
  min-height: 450px;
  clip-path: polygon(0 0%, 100% 0, 100% 70%, 0% 100%);
}
.lp-solution .wp-block-cover .lp-solution_wrapper {
  padding-top: 60px;
  padding-bottom: 200px;
}

.lp-feature {
  z-index: 0;
  position: relative;
  margin-top: -200px;
  padding-top: 200px;
}

.lp-feature_list {
  display: flex;
  row-gap: clamp(20px, 3.3vw, 40px);
  flex-direction: column;
  padding-left: 0;
  list-style: none;
}
.lp-feature_list > li {
  position: relative;
  padding-top: clamp(20px, 3.3vw, 40px);
  padding-right: clamp(20px, 3vw, 36px);
  padding-bottom: clamp(300px, 86vw, 430px);
  padding-left: clamp(20px, 3vw, 36px);
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .lp-feature_list > li {
    margin-right: 10%;
    padding-bottom: 40px;
  }
}

.lp-feature_list-img {
  position: absolute;
  right: -16px;
  bottom: 20px;
  height: auto;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .lp-feature_list-img {
    top: 50%;
    right: -10%;
    bottom: auto;
    width: min(386px, 100%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .lp-feature_list-text {
    padding-right: min(280px, 60%);
  }
}

.lp-features_list-tag {
  -moz-column-gap: 16px;
  display: flex;
       column-gap: 16px;
  padding-left: 0;
  list-style: none;
}
.lp-features_list-tag li {
  padding-top: 5px;
  padding-right: 18px;
  padding-bottom: 5px;
  padding-left: 18px;
  background-color: #000000;
  color: var(--wp--preset--color--accent);
  font-size: 14px;
}

.lp-cta {
  margin-top: 0;
}

.lp-cta_wrapper {
  width: min(450px, 100%);
}

.lp-reasons_list {
  display: flex;
  row-gap: clamp(20px, 6.6vw, 80px);
  flex-direction: column;
  width: min(800px, 100%);
  padding-left: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .lp-reasons_list li .lp-reasons_list-title {
    position: relative;
    padding-left: 80px;
    padding-left: clamp(190px, 18.3vw, 220px);
  }
}
.lp-reasons_list li .lp-reasons_list-number {
  -webkit-background-clip: text;
  width: 2em;
  height: 40px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to bottom, rgb(230, 190, 30) 0%, rgb(245, 200, 35) 35%, rgb(250, 230, 140) 50%, rgb(245, 200, 35) 65%, rgb(230, 190, 30) 100%);
  background-clip: text;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .lp-reasons_list li .lp-reasons_list-number {
    z-index: 1;
    position: absolute;
    top: calc(clamp(16px, 3.5vw, 42px) * -1);
    left: 150px;
    height: auto;
    line-height: inherit;
  }
}
.lp-reasons_list li .lp-reasons_list-text {
  border: 1px solid #000;
}

.lp-flow .lp-flow_wrapper {
  padding-top: 50px;
  padding-bottom: 80px;
}

.lp-flow_list {
  -moz-column-gap: 30px;
  display: flex;
       column-gap: 30px;
  row-gap: 50px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
  padding-left: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .lp-flow_list {
    row-gap: 70px;
    flex-direction: row;
  }
}
.lp-flow_list li {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .lp-flow_list li {
    width: calc((100% - 60px) / 3);
  }
}
.lp-flow_list li:not(:last-child)::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 40px;
  height: 20px;
  transform: translateX(-50%);
  background-color: #ffffff;
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (min-width: 768px) {
  .lp-flow_list li:not(:last-child)::after {
    top: 50%;
    right: -10px;
    bottom: auto;
    left: auto;
    width: 20px;
    height: 40px;
    transform: translateY(-50%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
}
.lp-flow_list li .lp-flow_list-number {
  display: flex;
  position: absolute;
  top: -35px;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
  box-shadow: 0px 0px 7px 3px rgba(255, 255, 255, 0.75);
}

.lp-faq {
  padding-top: 50px;
  padding-right: 10px;
  padding-bottom: 80px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .lp-faq {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.lp-faq .lp-faq_wrapper {
  width: min(1120px, 100%);
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 50px;
  padding-right: 10px;
  padding-bottom: 80px;
  padding-left: 10px;
  box-shadow: 0px 0px 17px 5px #e0e0e0;
}
@media screen and (min-width: 768px) {
  .lp-faq .lp-faq_wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.lp-faq_list {
  padding-left: 0;
  list-style: none;
}
.lp-faq_list li.active .lp-faq_list-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.lp-faq_list li.active .lp-faq_list-answer {
  max-height: 100px;
  opacity: 1;
  transition: all 0.5s ease-in;
}
.lp-faq_list .lp-faq_list-question {
  display: flex;
  position: relative;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
  border-bottom: solid 1px #cfcfcf;
}
.lp-faq_list .lp-faq_list-question:before {
  display: flex;
  position: absolute;
  top: 10px;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--wp--preset--color--primary);
  content: "Q";
  color: #ffffff;
}
.lp-faq_list .lp-faq_list-answer {
  max-height: 0;
  padding-left: 50px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.lp-faq_list .lp-faq_list-answer:before {
  display: inline-block;
  content: "A.";
}
.lp-faq_list .lp-faq_list-toggle {
  position: absolute;
  top: 14px;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #000;
}
.lp-faq_list .lp-faq_list-toggle::before, .lp-faq_list .lp-faq_list-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  content: "";
  transition: transform 0.3s ease;
}
.lp-faq_list .lp-faq_list-toggle::before {
  width: 12px;
  height: 2px;
}
.lp-faq_list .lp-faq_list-toggle::after {
  width: 2px;
  height: 12px;
}

.lp-contact {
  margin-top: 0;
  padding-top: 50px;
  padding-right: 10px;
  padding-bottom: 80px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .lp-contact {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.lp-contact_wrapper {
  width: min(1120px, 100%);
  padding-top: 50px;
  padding-right: 10px;
  padding-bottom: 80px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .lp-contact_wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.lp-contact_inner {
  width: min(880px, 100%);
}
@media screen and (min-width: 768px) {
  .lp-contact_inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.block-editor-block-list__layout .lp-faq_list li {
  position: relative;
}
.block-editor-block-list__layout .lp-faq_list li .remove-item-button {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px 10px;
  border: none;
  background-color: #f44336;
  color: white;
  font-size: 12px;
  cursor: pointer;
}
.block-editor-block-list__layout .lp-faq_list li .remove-item-button:hover {
  background-color: #d32f2f;
}
/*# sourceMappingURL=maps/style.css.map */
