@charset "UTF-8";

/*
Theme Name:   megajun
Template:     LP001
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="number"] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800&display=swap");

body {
  margin: 0;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
    sans-serif;
}

.spbr {
  display: none;
}

.pcbr {
  display: block;
}

@media screen and (max-width: 767px) {
  .spbr {
    display: block !important;
  }

  .pcbr {
    display: none !important;
  }
}

/*start*/
@media screen and (width: 768px) {
  .lp001__problem-box {
    border: dotted 2px #f39c12;
    border-radius: 10px;
    padding: 30px;
    width: 90%;
    margin: 0 auto;
  }

  .lp001__hero-box {
    max-width: 75pc;
    width: 90% !important;
    margin: 0 auto;
  }

  .lp001__problem {
    width: 100% !important;
    max-width: 70pc;
    margin: 30px auto 0 !important;
  }

  .lp001__problem-lead {
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    font-weight: bolder;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: #fff6ec;
    padding: 15px 25px 14.5px 25px;
    font-size: 29px !important;
    line-height: 1.5;
  }

  .lp001__problem-box-li {
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    position: relative;
    list-style: none;
    padding-left: 45px;
    font-size: 20px !important;
    font-weight: 600;
  }

  .lp001__problem-box-li {
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    position: relative;
    list-style: none;
    padding-left: 45px;
    font-size: 20px !important;
    font-weight: 600;
  }

  .lp001__problem-box-li::before {
    content: "";
    position: absolute;
    top: 0.15em !important;
    left: 10px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 8px;
    height: 16px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 4;
  }

  .lp001__problem-box-li::after {
    content: "";
    position: absolute;
    top: -0.1em !important;
    left: 0;
    width: 28px;
    height: 28px;
    background: #f39c12;
    border-radius: 50%;
    z-index: 3;
  }

  .lp001__problem-btm {
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    margin: 20px auto 0;
    font-size: 29px !important;
    font-weight: 600;
    line-height: 1.6;
    width: 90%;
  }

  .lp001__reasons-lead {
    text-align: center;
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    font-size: 29px !important;
    font-weight: 600;
  }

  .lp001__reasons-list {
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    width: 90% !important;
    max-width: 75pc;
    margin: 30px auto 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lp001__reasons-item {
    width: 100% !important;
    background: #fff;
    padding: 30px 20px;
  }

  .lp001__reasons-item-text {
    width: 80px !important;
    margin: 0px 0 0 !important;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 20px !important;
    font-weight: 700;
    -webkit-text-stroke: 6px #f39c12;
    text-stroke: 6px #f39c12;
    letter-spacing: 2px;
    paint-order: stroke;
    z-index: 99;
  }

  .lp001__reasons-item-title {
    width: 50% !important;
    margin: 0px 0 0 !important;
    font-size: 24px !important;
    text-align: left !important;
    color: #f39c12;
    font-weight: 700;
  }

  .lp001__reasons-item-img {
    margin: 0px 0 0px auto !important;
  }

  .lp001__reasons-item:nth-child(1) .lp001__reasons-item-img {
    width: 20% !important;
  }

  .lp001__reasons-item:nth-child(2) .lp001__reasons-item-img {
    width: 25% !important;
  }

  .lp001__reasons-item:nth-child(3) .lp001__reasons-item-img {
    width: 15% !important;
  }

  .lp001__reasons-item-desc {
    margin: 20px auto 0;
    line-height: 1.6em;
    font-size: 21px;
  }

  .lp001__voices-timeline {
    width: 90% !important;
    max-width: 75pc;
    margin: 40px auto 0 !important;
  }

  .lp001__voices-lead-text {
    text-align: center;
    font-size: 29px !important;
    font-weight: 600;
  }

  .lp001__voices-lead-subtext {
    margin: 10px auto 0;
    text-align: center;
    font-size: 26px !important;
    font-weight: 600;
  }

  .lp001__voices-lead-img {
    position: absolute;
    right: -60px !important;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 60px !important;
  }

  .lp001__voices-lead-img {
    position: absolute;
    right: -60px !important;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 60px !important;
  }

  .lp001__reasons-item-img-el {
    width: 100%;
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .lp001__hero-text {
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    font-size: 35px !important;
    font-weight: 700;
    -webkit-text-stroke: 10px #fff;
    text-stroke: 10px #fff;
    paint-order: stroke;
    line-height: 1.3;
  }

  .lp001__hero-cta-btn {
    margin: 30px 0 0 !important;
    display: block;
    min-width: 250px !important;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    padding: 10px 15px;
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    font-size: 18px !important;
    font-weight: 700;
  }

  .lp001__hero-cta-note {
    width: 85%;
    min-width: 250px !important;
    margin: 10px auto 0;
    font-size: 18px !important;
    font-weight: 700;
    -webkit-text-stroke: 7px #fff;
    text-stroke: 7px #fff;
    paint-order: stroke;
    white-space: nowrap !important;
  }

  .lp001__voices-timeline-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 130px;
    padding: 30px 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .pcbr {
    display: none !important;
  }

  .lp001__reasons-item-flex {
    height: 100px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center !important;
  }

  .lp001__problem-box {
    border: dotted 2px #f39c12;
    border-radius: 10px;
    padding: 20px !important;
    width: 75% !important;
    margin: 0 auto;
  }

  .lp001__hero-box {
    max-width: 75pc;
    width: 75% !important;
    margin: 0 auto;
  }

  .lp001__problem {
    width: 100% !important;
    max-width: 70pc;
    margin: 30px auto 0 !important;
  }

  .lp001__problem-lead {
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    font-weight: bolder;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: #fff6ec;
    padding: 15px 25px 14.5px 25px;
    font-size: 29px !important;
    line-height: 1.5;
  }

  .lp001__problem-box-li {
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    position: relative;
    list-style: none;
    padding-left: 45px;
    font-size: 20px !important;
    font-weight: 600;
  }

  .lp001__problem-box-li::before {
    content: "";
    position: absolute;
    top: 0.15em !important;
    left: 10px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 8px;
    height: 16px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 4;
  }

  .lp001__problem-box-li::after {
    content: "";
    position: absolute;
    top: -0.1em !important;
    left: 0;
    width: 28px;
    height: 28px;
    background: #f39c12;
    border-radius: 50%;
    z-index: 3;
  }

  .lp001__problem-btm {
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    margin: 20px auto 0;
    font-size: 29px !important;
    font-weight: 600;
    line-height: 1.6;
    width: 75% !important;
  }

  .lp001__hero {
    background-image: url(/wp-content/themes/megajun/img/contact_top_webp_2.webp) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 40px 0;
  }

  .lp001__hero-text {
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    font-size: 35px !important;
    font-weight: 700;
    -webkit-text-stroke: 10px #fff;
    text-stroke: 10px #fff;
    paint-order: stroke;
    line-height: 1.3;
  }

  .lp001__hero-cta-btn {
    margin: 30px 0 0 !important;
    display: block;
    min-width: 250px !important;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    padding: 10px 15px;
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    font-size: 18px !important;
    font-weight: 700;
  }

  .lp001__hero-cta-note {
    width: 85%;
    min-width: 250px !important;
    margin: 10px auto 0;
    font-size: 18px !important;
    font-weight: 700;
    -webkit-text-stroke: 7px #fff;
    text-stroke: 7px #fff;
    paint-order: stroke;
  }

  .lp001__reasons-lead {
    text-align: center;
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    font-size: 29px !important;
    font-weight: 600;
  }

  .lp001__reasons-list {
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    width: 75% !important;
    max-width: 75pc;
    margin: 30px auto 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lp001__reasons-item {
    width: 100% !important;
    background: #fff;
    padding: 30px 20px;
  }

  .lp001__reasons-item-text {
    width: 80px !important;
    margin: 0px 0 0 !important;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 20px !important;
    font-weight: 700;
    -webkit-text-stroke: 6px #f39c12;
    text-stroke: 6px #f39c12;
    letter-spacing: 2px;
    paint-order: stroke;
    z-index: 99;
  }

  .lp001__reasons-item-title {
    width: 50% !important;
    margin: 0px 0 0 !important;
    font-size: 24px !important;
    text-align: left !important;
    color: #f39c12;
    font-weight: 700;
  }

  .lp001__reasons-item-img {
    margin: 0px 0 0px auto !important;
  }

  .lp001__reasons-item:nth-child(1) .lp001__reasons-item-img {
    width: 20% !important;
  }

  .lp001__reasons-item:nth-child(2) .lp001__reasons-item-img {
    width: 25% !important;
  }

  .lp001__reasons-item:nth-child(3) .lp001__reasons-item-img {
    width: 15% !important;
  }

  .lp001__reasons-item-desc {
    margin: 20px auto 0;
    line-height: 1.6em;
    font-size: 21px;
  }

  .lp001__voices-timeline {
    width: 75% !important;
    max-width: 75pc;
    margin: 80px auto 0;
  }

  .lp001__voices-lead-text {
    text-align: center;
    font-size: 29px !important;
    font-weight: 600;
  }

  .lp001__voices-lead-subtext {
    margin: 10px auto 0;
    text-align: center;
    font-size: 26px !important;
    font-weight: 600;
  }

  .lp001__voices-lead-img {
    position: absolute;
    right: -60px !important;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 60px !important;
  }

  .lp001__reasons-item-img-el {
    width: 100%;
    height: 80% !important;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (max-width: 767px) {
  .lp001__reasons-item-img-el {
    width: 100%;
    height: 90px !important;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.lp001__hero-text--sp {
  display: none;
}

.lp001__hero-text {
  display: block;
}

.lp001__hero-text-sp {
  display: none;
}

.lp001__hero-sp {
  display: none;
}

/*スマホレスポンシブ*/
@media screen and (max-width: 767px) {
  .lp001__hero-sp {
    display: block !important;
  }

  .lp001__hero-text-sp {
    display: block !important;
  }

  .lp001__hero-text {
    display: none !important;
  }

  .lp001__hero-text-sp-default {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
  }

  .lp001__hero-text-shadow {
    display: inline-block;
    text-shadow: 0px 5px 0px #000;
    color: #fff;
  }

  .lp001__hero-text-sp-end {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
  }

  .lp001__hero-text--sp {
    display: block !important;
  }

  .lp001__hero {
    background-image: url(/wp-content/themes/megajun/img/contact_top_webp_2.webp) !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
  }

  .lp001__hero-text-sp {
    line-height: 1.6;
  }

  .lp001__hero-text {
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    font-size: 28px !important;
    font-weight: 700;
    -webkit-text-stroke: 0 !important;
    -webkit-text-stroke-width: 0 !important;
    -webkit-text-stroke-color: initial !important;
    text-stroke: 0 !important;
    paint-order: fill !important;
    color: #fff;
    line-height: 1.6 !important;
  }

  /* .lp001__hero-text-highlight {
        color: #F39C12;
        -webkit-text-stroke: 6px #fff;
        text-stroke: 6px #fff;
        paint-order: stroke;
    } */
  .lp001__hero-text-sp-default.lp001__hero-text-shadow p strong {
    -webkit-text-stroke-width: 0 !important;
  }

  .lp001__hero-cta {
    display: none;
    width: 45%;
  }

  .lp001__hero-sp-cta {
    width: 95%;
    margin: 0 auto;
  }

  .lp001__hero-cta-btn {
    margin: 30px 0 0 !important;
    display: block;
    width: 100% !important;
    min-width: 100% !important;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    padding: 10px 15px;
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    font-size: 20px !important;
    font-weight: 700;
  }

  .lp001__hero-cta-note {
    text-align: center;
    width: 100% !important;
    min-width: 100% !important;
    margin: 10px auto 0;
    font-size: 16px !important;
    font-weight: 700;
    -webkit-text-stroke-width: 0 !important;
    -webkit-text-stroke: 0 !important;
    -webkit-text-stroke-color: initial !important;
    text-stroke: 0 !important;
    paint-order: fill !important;
    line-height: 1.6;
    white-space: wrap !important;
  }

  .lp001__problem {
    width: 100% !important;
    max-width: 70pc;
    margin: 30px auto 0 !important;
  }

  .lp001__reasons-lead {
    text-align: center;
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    font-size: 26px !important;
    font-weight: 600;
  }
}

.lp001__hero {
  width: 100%;
}

.lp001__hero-picture {
  position: relative;
}

.lp001__hero img {
  width: 100%;
}

.lp001__hero {
  background-image: url(/wp-content/themes/megajun/img/contact_top_webp_2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 40px 0;
}

.lp001__hero-box {
  max-width: 75pc;
  width: 90%;
  margin: 0 auto;
}

.lp001__hero-text {
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
    sans-serif;

  font-size: 55px;
  font-weight: 700;
  -webkit-text-stroke: 10px #fff;
  text-stroke: 10px #fff;
  paint-order: stroke;
  line-height: 1.3;
}

/* .lp001__hero-text-highlight {
    color: #F39C12;
} */

.lp001__hero-text p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .lp001__hero-text p strong {
    color: #f39c12;
    -webkit-text-stroke: 6px #fff !important;
    text-stroke: 6px #fff !important;
    paint-order: stroke;
  }
}

.lp001__hero-text p strong {
  color: #f39c12;
  -webkit-text-stroke: 10px #fff;
  text-stroke: 10px #fff;
  paint-order: stroke;
}

.lp001__hero-cta {
  width: 45%;
}

.is-mac .lp001__hero-cta-btn {
  margin: 50px 0 0;
  display: block;
  min-width: 450px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  padding: 15px 15px 15px 15px;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
    sans-serif;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
}

.is-not-mac .lp001__hero-cta-btn {
  margin: 50px 0 0;
  display: block;
  min-width: 450px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  padding: 15px 15px 18px 15px;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
    sans-serif;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
}

.lp001__hero-cta-btn:hover {
  opacity: 0.7;
}

.lp001__hero-cta-note {
  width: 100%;
  margin: 10px 0 0;
  font-size: 28px;
  font-weight: 700;
  -webkit-text-stroke: 7px #fff;
  text-stroke: 7px #fff;
  paint-order: stroke;
  line-height: 1.6;
  white-space: nowrap;
}

.is-mac .lp001__problem-lead {
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
    sans-serif;

  font-weight: bolder;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: #fff6ec;
  padding: 15px 25px 17.5px 25px;
  font-size: 46px;
  line-height: 1.5;
}

.is-not-mac .lp001__problem-lead {
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
    sans-serif;

  font-weight: bolder;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: #fff6ec;
  padding: 15px 25px 17.5px 25px;
  font-size: 46px;
  line-height: 1.5;
}

.lp001__problem-lead h2 {
  margin: 0;
  font-weight: 600;
  line-height: 1.3;
}

.lp001__problem-lead-text-highlight {
  color: #f39c12;
  font-weight: bold;
}

.lp001__problem {
  width: 75%;
  max-width: 70pc;
  margin: 60px auto 0;
}

.lp001__problem-box {
  border: dotted 2px #f39c12;
  border-radius: 10px;
  padding: 30px;
}

.lp001__problem-box p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .lp001__problem-lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    width: 100% !important;
    margin: 0 auto;
    background: #fff6ec;
    padding: 15px 25px 14.5px 25px;
    font-size: 20px !important;
  }

  .lp001__problem-box {
    width: 90%;
    margin: 30px auto 0;
    border: dotted 2px #f39c12;
    padding: 20px !important;
    border-radius: 10px;
    line-height: 1.3;
  }

  .lp001__problem-box-li {
    position: relative;
    list-style: none;
    padding-left: 35px !important;
    font-size: 16px !important;
    font-weight: bold;
  }

  .lp001__problem-btm {
    width: 90%;
    margin: 20px auto 0 !important;
    font-size: 18px !important;
    font-weight: bold;
  }

  .lp001__problem-box-li::before {
    content: "";
    position: absolute;
    top: 0.25em !important;
    left: 7px !important;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 8px;
    height: 13px !important;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    z-index: 4;
  }

  .lp001__problem-box-li::after {
    content: "";
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 21px !important;
    height: 21px !important;
    background: #f39c12;
    border-radius: 50%;
    z-index: 3;
  }

  .lp001__reasons-list {
    font-family:
      "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
      sans-serif;

    width: 90%;
    max-width: 75pc;
    margin: 30px auto 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lp001__reasons-item {
    width: 100% !important;
    background: #fff;
    padding: 30px 20px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }

  .lp001__reasons-item-desc {
    line-height: 1.6em;
    font-size: 18px !important;
  }
}

.lp001__problem-box-ul {
  margin: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.lp001__problem-box-li {
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
    sans-serif;

  position: relative;
  list-style: none;
  padding-left: 45px;
  font-size: 30px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .lp001__problem-box-li:not(:last-child) {
    margin: 0 auto 20px !important;
  }

  .lp001__reasons-item-flex {
    height: 200px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center !important;
  }
}

.lp001__problem-box-li:not(:last-child) {
  margin: 0 auto 40px;
}

.lp001__problem-box-li::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 10px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 8px;
  height: 16px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 4;
}

.lp001__problem-box-li::after {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 28px;
  height: 28px;
  background: #f39c12;
  border-radius: 50%;
  z-index: 3;
}

.lp001__problem-btm {
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
    sans-serif;

  margin: 20px auto 0;
  font-size: 43px;
  font-weight: 600;
  line-height: 1.6;
}

.lp001__problem-btm-span {
  color: #f39c12;
}

.lp001__problem-btm p {
  margin: 0;
}

.lp001__reasons {
  background: #fff6ec;
  padding: 60px 0;
  margin: 60px auto 0;
}

.lp001__reasons-item-flex {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lp001__reasons-lead {
  text-align: center;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
    sans-serif;

  font-size: 46px;
  font-weight: 600;
}

.lp001__reasons-lead-text-highlight {
  color: #f39c12;
  font-weight: 800;
}

.lp001__reasons-list {
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic", "Hiragino Sans", "Meiryo",
    sans-serif;
  width: 90%;
  max-width: 75pc;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lp001__reasons-item {
  width: calc(33.3333333333% - 20px);
  background: #fff;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 400px) and (max-width: 767px) {
  .lp001__reasons-item-text {
    width: auto !important;
    margin: 0px auto 0 0 !important;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 20px !important;
    font-weight: 700;
    -webkit-text-stroke: 6px #f39c12;
    text-stroke: 6px #f39c12;
    letter-spacing: 2px;
    paint-order: stroke;
    z-index: 99;
  }

  .lp001__reasons-item-title {
    width: auto !important;
    margin: 0px auto 0 0 !important;
    font-size: 22px !important;
    text-align: left !important;
    color: #f39c12;
    font-weight: 700;
    white-space: nowrap;
  }

  .lp001__reasons-item-img {
    flex: 0 0 100%;
    text-align: center;
  }

  .lp001__reasons-item-img-el {
    width: 35% !important;
    margin: 0 auto;
  }

  .lp001__reasons-item-flex {
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .lp001__reasons-item-text {
    width: 70px;
    margin: 0px 0 0 !important;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 20px !important;
    font-weight: 700;
    -webkit-text-stroke: 6px #f39c12;
    text-stroke: 6px #f39c12;
    letter-spacing: 2px;
    paint-order: stroke;
    z-index: 99;
  }

  .lp001__reasons-item-title {
    width: calc(100% - 80px);
    margin: 0px 0px 0 !important;
    font-size: 20px !important;
    text-align: left !important;
    color: #f39c12;
    font-weight: 700;
    white-space: nowrap;
  }

  .lp001__reasons-item-text-num {
    font-size: 28px;
  }
}

.lp001__reasons-item-text {
  width: 73px;
  margin: 0px auto 0;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  -webkit-text-stroke: 6px #f39c12;
  text-stroke: 6px #f39c12;
  letter-spacing: 2px;
  paint-order: stroke;
  z-index: 99;
}

.lp001__reasons-item-text::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 75px;
  background: #f39c12;
  top: -20px;
  left: 0;
  right: -20px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: -1;
  rotate: 55deg;
}

.lp001__reasons-item-text-num {
  font-size: 28px;
}

.lp001__reasons-item-title {
  width: calc(100% - 90px);
  margin: 0px auto 0;
  font-size: 30px;
  text-align: left;
  color: #f39c12;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .lp001__reasons-item-img {
    margin: 0px auto 0px !important;
  }
}

.lp001__reasons-item-img {
  margin: 0px auto 20px;
}

.lp001__reasons-item:nth-child(1) .lp001__reasons-item-img {
  width: 40%;
}

.lp001__reasons-item:nth-child(2) .lp001__reasons-item-img {
  width: 80%;
}

.lp001__reasons-item:nth-child(3) .lp001__reasons-item-img {
  width: 40%;
}

.lp001__reasons-item-img-el {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

.lp001__reasons-item-desc {
  line-height: 1.6em;
  font-size: 21px;
}

.lp001__voices {
  margin: 60px auto 0;
}

.lp001__voices-center {
  text-align: center;
}

.lp001__voices-lead {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lp001__voices-lead-text {
    text-align: center;
    font-size: 22px !important;
    font-weight: 600;
  }

  .lp001__voices-lead-text-span {
    font-weight: 700;
    color: #f39c12;
  }

  .lp001__voices-lead-text-highlight {
    color: #f39c12;
  }

  .lp001__voices-lead {
    display: inline-block;
    margin: 0 60px 0 0 !important;
    position: relative;
  }

  .lp001__voices-lead-subtext {
    margin: 10px auto 0;
    text-align: center;
    font-size: 22px !important;
    font-weight: 600;
  }

  .lp001__voices-lead-img {
    position: absolute;
    right: -50px !important;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 50px !important;
  }
}

.lp001__voices-lead-text {
  text-align: center;
  font-size: 46px;
  font-weight: 600;
}

.lp001__voices-lead-text-span {
  font-weight: 700;
  color: #f39c12;
}

.lp001__voices-lead-text-highlight {
  color: #f39c12;
}

.lp001__voices-lead-subtext {
  margin: 10px auto 0;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}

.lp001__voices-lead-img {
  position: absolute;
  right: -110px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100px;
}

.lp001__voices-timeline {
  width: 90%;
  max-width: 75pc;
  margin: 80px auto 0;
}

.lp001__voices-timeline-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 130px;
  padding: 30px 0;
}

.lp001__voices-timeline-inner::after {
  content: "";
  left: 0;
  right: 0;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  border-right: dotted 3px #707070;
}

.lp001__voices-timeline-col {
  margin: auto 0;
}

.lp001__voices-timeline-col--left {
  width: 45%;
}

.lp001__voices-timeline-col--right {
  width: 45%;
}

.lp001__voices-timeline-item--tablet {
  display: none;
}

.lp001__voices-timeline-item {
  position: relative;
}

.lp001__voices-timeline-item-circle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 999;
}

.lp001__voices-timeline-item-circle--right::after {
  right: -77.5px;
}

.lp001__voices-timeline-item-circle--left::after {
  left: -77.5px;
}

.lp001__voices-timeline-item-text {
  font-size: 28px;
  font-weight: 700;
}

.lp001__voices-timeline-item-text p {
  margin: 0;
}

.lp001__voices-timeline-item-subtext--orange {
  background: #f39c12;
}

.lp001__voices-timeline-item-subtext--blue {
  background: #4ab3cd;
}

.is-mac .lp001__voices-timeline-item-subtext {
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 17px 15px 17px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px auto;
  line-height: 1;
}

.is-not-mac .lp001__voices-timeline-item-subtext {
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 17px 15px 19.5px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px auto;
  line-height: 1;
}

.lp001__voices-timeline-item-margin {
  margin: 120px auto 0;
}

.lp001__voices-timeline-item-subtext p {
  margin: 0;
}

.lp001__voices-timeline-item-bubble {
  position: relative;
  padding: 25px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  border-radius: 15px;
}

.lp001__voices-timeline-item-bubble--right p {
  margin: 0;
}

.lp001__voices-timeline-item-bubble--right {
  background: #fff6ec;
}

.lp001__voices-timeline-item-bubble--right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 30px solid #fff6ec;
}

.lp001__voices-timeline-item-bubble--left {
  background: #f0fcfe;
}

.lp001__voices-timeline-item-bubble--left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 30px solid #f0fcfe;
}

.lp001__flow {
  margin: 90px auto 0;
}

.lp001__voices-timeline--sp {
  display: none;
}

.lp001__flow-inner-sp-item {
  position: relative;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.lp001__flow-inner-sp-item:not(:last-child)::after {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #6f6f6f;
}

@media screen and (width: 375px) {
  .lp001__voices-timeline-inner:nth-child(1)
    .lp001__voices-timeline-item-circle::after {
    top: -76px !important;
  }

  .lp001__voices-timeline-inner:nth-child(2)
    .lp001__voices-timeline-item-circle::after {
    top: -65px !important;
  }

  .lp001__voices-timeline-inner:nth-child(3)
    .lp001__voices-timeline-item-circle::after {
    top: -54px !important;
  }
}

@media screen and (max-width: 767px) {
  .lp001__voices-timeline-col {
    margin: 0 !important;
  }

  .lp001__voices-timeline-col--left {
    width: 30% !important;
  }

  .lp001__voices-timeline-col--right {
    width: 70% !important;
  }

  .lp001__voices-timeline-sp-item-bubble--left {
    background: #fff6ec;
  }

  .lp001__voices-timeline-sp-item-bubble--left:before {
    content: "";
    position: absolute;
    top: 25% !important;
    left: -35px !important;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 30px solid #fff6ec;
  }

  .lp001__voices-timeline-item-bubble--left:before {
    content: "";
    position: absolute;
    top: 25% !important;
    left: -35px !important;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 30px solid #f0fcfe;
  }

  .lp001__voices-timeline-item-circle--right::after {
    right: -70px !important;
  }

  .lp001__voices-timeline-item-circle--left::after {
    left: -44px !important;
  }

  .lp001__voices-timeline--sp {
    display: block !important;
    position: relative;
  }

  .lp001__voices-timeline--sp::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 31%;
    width: 2px;
    border-right: dotted 3px #707070;
    pointer-events: none;
  }

  .lp001__voices-timeline-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 55px !important;
    padding: 0px 0 0px;
    margin: 0 0 3px;
  }

  .lp001__voices-timeline-inner:not(:last-child) {
    padding: 0 0 30px;
  }

  .lp001__voices-timeline-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: -354px !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    border-right: dotted 3px #707070;
    display: none;
  }

  .lp001__voices-timeline-item-text {
    font-size: 14px !important;
    font-weight: 700;
  }

  .lp001__voices-timeline-item-subtext {
    color: #fff;
    font-size: 12px !important;
    font-weight: 600;
    padding: 7px 7px !important;
    display: inline-block !important;
    margin: 5px auto !important;
    text-align: left !important;
  }

  .lp001__voices-timeline-item-bubble {
    position: relative;
    padding: 10px !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.6;
    border-radius: 15px;
  }

  .lp001__voices-timeline-item-circle::after {
    content: "";
    position: absolute;
    bottom: 0;
    margin: auto;
    background: #000;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    z-index: 999;
  }

  .lp001__voices-timeline-inner:nth-child(1)
    .lp001__voices-timeline-item-circle::after {
    top: -75px;
  }

  .lp001__voices-timeline-inner:nth-child(2)
    .lp001__voices-timeline-item-circle::after {
    top: -74px;
  }

  .lp001__voices-timeline-inner:nth-child(3)
    .lp001__voices-timeline-item-circle::after {
    top: -60px;
  }

  .lp001__voices-timeline {
    width: 90% !important;
    max-width: 75pc;
    margin: 60px auto 0 !important;
  }

  .lp001__flow-lead {
    background: #f39c12;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 29px !important;
    font-weight: 600;
  }

  .lp001__flow-inner-pc {
    display: none !important;
  }

  .lp001__flow-inner-sp {
    display: block !important;
  }

  .lp001__flow-inner-item-media {
    margin: 0 !important;
    width: 100% !important;
  }

  .lp001__flow-inner-item-media-img {
    width: 85% !important;
    height: 60px !important;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .lp001__flow-inner-item:nth-child(3) .lp001__flow-inner-item-media {
    width: 95% !important;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .lp001__flow-inner-sp-item {
    position: relative;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0px;
    background: #fff;
    padding: 24px;
    border-radius: 0px !important;
    z-index: 2;
  }

  .lp001__flow-inner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90% !important;
    margin: 0 auto;
    max-width: 75pc;
  }

  .lp001__flow-inner-item-step {
    display: inline-block !important;
    text-align: center;
    background: #f39c12;
    padding: 2px 10px 1.2px !important;
    color: #fff;
    font-size: 20px !important;
    font-weight: 700;
  }

  .lp001__flow-inner-sp-item--left {
    width: 70%;
  }

  .lp001__flow-inner-item-title {
    font-size: 22px !important;
    font-weight: 700;
    margin: 10px 0 0 !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lp001__flow-inner-sp-item--right {
    width: 30%;
    text-align: right;
  }

  .lp001__flow-inner-sp-item-content {
    width: 100%;
  }

  .lp001__flow-inner-item-content {
    margin: 20px auto 0;
    width: 100%;
    font-size: 16px !important;
    line-height: 1.6;
  }

  .lp001__cta {
    margin: 60px auto 0;
    width: 90% !important;
    max-width: 75pc;
  }

  .lp001__cta-head-message {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 1.2;
    -webkit-text-stroke: 4px #fff;
    text-stroke: 4px #fff;
    paint-order: stroke;
  }

  .lp001__cta-head-author {
    font-size: 16px !important;
    font-weight: 600;
    text-align: right;
    margin: 0px auto 0 !important;
    -webkit-text-stroke: 4px #fff;
    text-stroke: 4px #fff;
    paint-order: stroke;
  }

  .lp001__cta-box {
    margin: 40px auto 0;
    border: solid 2px #f39c12;
    border-radius: 10px;
    padding: 35px 15px !important;
  }

  .lp001__cta-box-message {
    text-align: center !important;
    margin: 0 auto 30px;
    line-height: 1.4;
  }

  .lp001__cta-box-message-text {
    display: inline;
    font-size: 19px !important;
    font-weight: 600;
    border-bottom: dotted 3px #f39c12;
  }

  .lp001__cta-head-deco {
    position: absolute;
    left: 0 !important;
    top: -40px !important;
  }

  .lp001__cta-head-deco-img {
    width: 40px !important;
  }

  .lp001__cta-head-right {
    width: 40% !important;
    margin: 0 -33px 0 !important;
  }

  .lp001__cta-box-description {
    line-height: 1.6;
    font-size: 16px !important;
    font-weight: 500;
  }

  .lp001__cta-box-buttons {
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .lp001__cta-box-button-text {
    font-size: 18px !important;
    font-weight: 700;
    color: #fff;
  }

  .lp001__cta-box-button-inner {
    font-size: 18px !important;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lp001__cta-box-button-subtext {
    font-size: 16px !important;
    font-weight: 700;
    color: #fff;
  }

  .lp001__cta-box-button {
    line-height: 1.6;
    display: block;
    width: 100% !important;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
  }
}

@media screen and (width: 768px) {
  .pcbr {
    display: none;
  }

  .lp001__reasons-item-flex {
    height: 90px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lp001__voices-timeline-sp-item-bubble--left {
    background: #fff6ec;
  }

  .lp001__voices-timeline-sp-item-bubble--left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -45px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 30px solid #fff6ec;
  }

  .lp001__voices-timeline-item-circle--right::after {
    right: -70px !important;
  }

  .lp001__voices-timeline-item-circle--left::after {
    left: -70px !important;
  }

  .lp001__voices-timeline--sp {
    display: block !important;
    position: relative;
  }

  .lp001__voices-timeline--sp::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 32.7%;
    width: 2px;
    border-right: dotted 3px #707070;
    pointer-events: none;
  }

  .lp001__voices-timeline-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 95px !important;
    padding: 30px 0;
    margin: 0 0 3px;
  }

  .lp001__voices-timeline-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: -354px !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    border-right: dotted 3px #707070;
    display: none;
  }

  .lp001__voices-timeline-item-text {
    font-size: 18px !important;
    font-weight: 700;
  }

  .lp001__voices-timeline-item-subtext {
    color: #fff;
    font-size: 16px !important;
    font-weight: 600;
    padding: 7px 2.5px !important;
    display: block !important;
    margin: 10px auto;
    text-align: center;
  }

  .lp001__voices-timeline-item-bubble {
    position: relative;
    padding: 25px;
    font-size: 17px !important;
    font-weight: 500;
    line-height: 1.6;
    border-radius: 15px;
  }

  .lp001__flow-lead {
    background: #f39c12;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 29px !important;
    font-weight: 600;
  }

  .lp001__flow-inner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90% !important;
    margin: 0 auto;
    max-width: 75pc;
  }

  .lp001__flow-inner-item {
    position: relative;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    z-index: 999;
  }

  .lp001__voices-timeline-col--left {
    width: 35% !important;
  }

  .lp001__voices-timeline-col--right {
    width: 75% !important;
  }

  .lp001__voices-timeline--pc {
    display: none !important;
  }

  .lp001__flow-inner-sp-item {
    position: relative;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0px;
    background: #fff;
    padding: 30px;
    border-radius: 0px !important;
    z-index: 2;
  }

  .lp001__flow-inner-item-step {
    display: inline-block !important;
    text-align: center;
    background: #f39c12;
    padding: 2px 10px;
    color: #fff;
    font-size: 20px !important;
    font-weight: 700;
  }

  .lp001__flow-inner-sp-item--left {
    width: 70%;
  }

  .lp001__flow-inner-item-title {
    font-size: 26px !important;
    font-weight: 700;
    margin: 10px 0 0 !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lp001__flow-inner-sp-item--right {
    width: 30%;
  }

  .lp001__flow-inner-sp-item-content {
    width: 100%;
  }

  .lp001__flow-inner-pc {
    display: none !important;
  }

  .lp001__flow-inner-sp {
    display: block !important;
  }

  .lp001__flow-inner-item-media {
    margin: 0 !important;
    width: 100% !important;
  }

  .lp001__flow-inner-item-media-img {
    width: 100% !important;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .lp001__cta {
    margin: 60px auto 0;
    width: 90% !important;
    max-width: 75pc;
  }

  .lp001__cta-head-message {
    font-size: 26px !important;
    font-weight: 600;
    line-height: 1.2;
  }

  .lp001__cta-head-author {
    font-size: 22px !important;
    font-weight: 600;
    text-align: right;
    margin: 20px auto 0;
  }

  .lp001__cta-box-message-text {
    display: inline;
    font-size: 22px !important;
    font-weight: 600;
    border-bottom: dotted 3px #f39c12;
  }

  .lp001__cta-box {
    margin: 40px auto 0;
    border: solid 2px #f39c12;
    border-radius: 10px;
    padding: 35px 55px !important;
  }

  .lp001__cta-box-description {
    line-height: 1.6;
    font-size: 16px !important;
    font-weight: 500;
  }

  .lp001__cta-box-button {
    line-height: 1.6;
    display: block;
    width: 100% !important;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
  }

  .lp001__cta-box-buttons {
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .lp001__cta-box-button-text {
    font-size: 20px !important;
    font-weight: 700;
    color: #fff;
  }

  .lp001__cta-box-button-inner {
    font-size: 20px !important;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lp001__cta-box-button-subtext {
    font-size: 17px !important;
    font-weight: 700;
    color: #fff;
  }

  .lp001__footer-inner {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 90% !important;
    max-width: 75pc;
    margin: 0 auto 15px;
  }

  .lp001__footer-copyright {
    width: 90% !important;
    margin: 0 auto;
    border-top: solid 0.5px #919191;
    padding: 15px 0;
    text-align: center;
    color: #919191;
    font-size: 12px !important;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .lp001__footer-inner {
    display: grid;
    grid-auto-flow: row !important;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 80% !important;
    max-width: 75pc;
    margin: 0 auto 15px;
  }

  .lp001__footer-inner-link {
    font-size: 11px !important;
    font-weight: 500;
    color: #919191;
  }

  .lp001__footer-inner-link + .lp001__footer-inner-link {
    border-left: none !important;
    padding-left: 0 !important;
  }

  .lp001__footer-inner-link:not(:last-child) {
    border-right: none !important;
    padding-right: 0px !important;
  }

  .lp001__footer-copyright {
    width: 90% !important;
    margin: 0 auto;
    border-top: solid 0.5px #919191;
    padding: 15px 0;
    text-align: center;
    color: #919191;
    font-size: 11px !important;
    font-weight: 500;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lp001__voices-timeline-sp-item-bubble--left {
    background: #fff6ec;
  }

  .lp001__voices-timeline-sp-item-bubble--left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -45px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 30px solid #fff6ec;
  }

  .lp001__voices-timeline-item-circle--right::after {
    right: -70px !important;
  }

  .lp001__voices-timeline-item-circle--left::after {
    left: -70px !important;
  }

  .lp001__voices-timeline--sp {
    display: block !important;
    position: relative;
  }

  .lp001__voices-timeline--sp::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 26.6%;
    width: 2px;
    border-right: dotted 3px #707070;
    pointer-events: none;
  }

  .lp001__voices-timeline-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 95px !important;
    padding: 30px 0;
    margin: 0 0 3px;
  }

  .lp001__voices-timeline-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: -354px !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    border-right: dotted 3px #707070;
    display: none;
  }

  .lp001__voices-timeline-item-text {
    font-size: 18px !important;
    font-weight: 700;
  }

  .lp001__voices-timeline-item-subtext {
    color: #fff;
    font-size: 16px !important;
    font-weight: 600;
    padding: 7px 5px !important;
    display: block !important;
    margin: 10px auto;
    text-align: center;
  }

  .lp001__voices-timeline-item-bubble {
    position: relative;
    padding: 25px;
    font-size: 17px !important;
    font-weight: 500;
    line-height: 1.6;
    border-radius: 15px;
  }

  .lp001__flow-lead {
    background: #f39c12;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 29px !important;
    font-weight: 600;
  }

  .lp001__flow-inner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 75% !important;
    margin: 0 auto;
    max-width: 75pc;
  }

  .lp001__flow-inner-item {
    position: relative;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    z-index: 999;
  }

  .lp001__voices-timeline-col--left {
    width: 25% !important;
  }

  .lp001__voices-timeline-col--right {
    width: 75% !important;
  }

  .lp001__flow-inner-sp-item {
    position: relative;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0px;
    background: #fff;
    padding: 30px;
    border-radius: 0px !important;
    z-index: 2;
  }

  .lp001__flow-inner-item-step {
    display: inline-block !important;
    text-align: center;
    background: #f39c12;
    padding: 2px 10px;
    color: #fff;
    font-size: 20px !important;
    font-weight: 700;
  }

  .lp001__flow-inner-sp-item--left {
    width: 70%;
  }

  .lp001__flow-inner-item-title {
    font-size: 26px !important;
    font-weight: 700;
    margin: 10px 0 0 !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lp001__flow-inner-sp-item--right {
    width: 30%;
  }

  .lp001__flow-inner-sp-item-content {
    width: 100%;
  }

  .lp001__flow-inner-pc {
    display: none !important;
  }

  .lp001__flow-inner-sp {
    display: block !important;
  }

  .lp001__flow-inner-item-media {
    margin: 0 !important;
    width: 100% !important;
  }

  .lp001__flow-inner-item-media-img {
    width: 100% !important;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.lp001__flow-inner-sp {
  display: none;
}

.lp001__flow-inner-pc {
  display: block;
}

.is-mac .lp001__flow-lead {
  background: #f39c12;
  padding: 15px 0 15px;
  text-align: center;
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
}

.is-not-mac .lp001__flow-lead {
  background: #f39c12;
  padding: 15px 0 17px;
  text-align: center;
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
}

.lp001__flow-inner {
  background: #fff6ec;
  padding: 60px 0;
}

.lp001__flow-inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  max-width: 75pc;
}

.lp001__flow-inner-item--left {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}

.lp001__flow-inner-item--right {
  width: 100%;
  display: flex;
}

.lp001__flow-inner-item {
  position: relative;
  width: calc(50% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  background: #fff;
  padding: 25px 20px;
  border-radius: 15px;
  z-index: 2;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.lp001__flow-inner-item-line,
.lp001__flow-inner-item-line--deg {
  position: relative;
  z-index: 1;
}

.lp001__flow-inner-item-line::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto 0;
  background-image: radial-gradient(circle, #000000 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 3px 1px;
  width: 50px;
  height: 2px;
  z-index: 1;
}

.lp001__flow-inner-item-line--deg::after {
  content: "";
  position: absolute;
  top: 113%;
  bottom: 0;
  left: -66px;
  rotate: -45deg;
  margin: auto 0;
  background-image: radial-gradient(circle, #000000 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 3px 1px;
  width: 80px;
  height: 2px;
  z-index: 1;
}

.is-mac .lp001__flow-inner-item-step {
  display: block;
  text-align: center;
  background: #f39c12;
  padding: 2px 10px 2px;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
}

.is-not-mac .lp001__flow-inner-item-step {
  display: block;
  text-align: center;
  background: #f39c12;
  padding: 2px 10px 5px;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
}

.lp001__flow-inner-item-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  line-height: 0.9;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp001__flow-inner-item-title-note {
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
}

.lp001__flow-inner-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.lp001__flow-inner-item-media {
  margin: 15px auto 0;
  width: 80%;
}

.lp001__flow-inner-item-media-img {
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.lp001__flow-inner-item-content {
  margin: 10px auto 0;
  width: 100%;
  font-size: 19px;
  line-height: 1.6;
}

.lp001__cta {
  margin: 60px auto 0;
  width: 75%;
  max-width: 75pc;
}

.lp001__cta-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp001__cta-head-left {
  width: 70%;
  position: relative;
}

@media screen and (width: 768px) {
  .lp001__cta-head-deco {
    position: absolute;
    left: 0 !important;
    top: -50px;
  }

  .lp001__cta-head-deco-img {
    width: 50px !important;
  }
}

.lp001__cta-head-deco {
  position: absolute;
  left: -30px;
  top: -50px;
}

.lp001__cta-head-deco-img {
  width: 60px;
}

.lp001__cta-head-message {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4;
}

.lp001__cta-head-author {
  font-size: 28px;
  font-weight: 600;
  text-align: right;
  margin: 20px auto 0;
}

.lp001__cta-head-right {
  width: 30%;
}

.lp001__cta-head-photo-img {
  width: 100%;
}

.lp001__cta-box {
  margin: 40px auto 0;
  border: solid 2px #f39c12;
  border-radius: 10px;
  padding: 25px;
}

.lp001__cta-box-message {
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}

.lp001__cta-box-message:not(:last-child) {
  margin: 0 auto 5px;
}

.lp001__cta-box-message-text {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  padding: 0 0 1px;
  border-bottom: dotted 3px #f39c12;
}

.lp001__cta-box-description {
  margin: 30px auto 0;
  line-height: 1.6;
  font-size: 22px;
  font-weight: 500;
}

.lp001__cta-box-button-inner-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: auto 2px auto 0;
}

.lp001__cta-box-button-inner-icon--tel {
  background-image: url(/wp-content/themes/megajun/img/lp001/cta_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.lp001__cta-box-button-inner-icon--mail {
  background-image: url(/wp-content/themes/megajun/img/lp001/cta_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lp001__cta-head-message {
    font-size: 26px !important;
    font-weight: 600;
    line-height: 1.2;
  }

  .lp001__cta-head-author {
    font-size: 22px !important;
    font-weight: 600;
    text-align: right;
    margin: 20px auto 0;
  }

  .lp001__cta-box {
    margin: 40px auto 0;
    border: solid 2px #f39c12;
    border-radius: 10px;
    padding: 35px 55px !important;
  }

  .lp001__cta-box-message-text {
    display: inline;
    font-size: 22px !important;
    font-weight: 600;
    border-bottom: dotted 3px #f39c12;
  }

  .lp001__cta-box-buttons {
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .lp001__cta-box-button {
    line-height: 1.6;
    display: block;
    width: 100% !important;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
  }

  .lp001__cta-box-description {
    line-height: 1.6;
    font-size: 16px !important;
    font-weight: 500;
  }

  .lp001__cta-box-button-text {
    font-size: 20px !important;
    font-weight: 700;
    color: #fff;
  }

  .lp001__cta-box-button-inner {
    font-size: 20px !important;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lp001__cta-box-button-subtext {
    font-size: 17px !important;
    font-weight: 700;
    color: #fff;
  }

  .lp001__voices-timeline--pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .lp001__voices-timeline--pc {
    display: none !important;
  }

  .lp001__voices-timeline--sp {
    display: block !important;
  }
}

.lp001__voices-timeline--pc {
  display: block;
}

.lp001__cta-box-buttons {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.is-mac .lp001__cta-box-button {
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 20px);
  border-radius: 15px;
  padding: 15px 15px 15px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.16);
}

.is-not-mac .lp001__cta-box-button {
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 20px);
  border-radius: 15px;
  padding: 15px 15px 18px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.16);
}

.lp001__cta-box-button:hover {
  opacity: 0.7;
}

.lp001__cta-box-button-text {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

.lp001__cta-box-button-inner {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lp001__cta-box-button-subtext {
  width: 100%;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
}

/*footer*/
.lp001__footer {
  margin: 80px auto 0;
}

.lp001__footer-inner {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: 75%;
  max-width: 75pc;
  margin: 0 auto 15px;
}

.lp001__footer-inner-link {
  font-size: 15px;
  font-weight: 500;
  color: #919191;
}

.lp001__footer-inner-link + .lp001__footer-inner-link {
  border-left: solid 1px #919191;
  padding-left: 15px;
}

.lp001__footer-copyright {
  width: 75%;
  margin: 0 auto;
  border-top: solid 0.5px #919191;
  padding: 15px 0;
  text-align: center;
  color: #919191;
  font-size: 15px;
  font-weight: 500;
}

.grecaptcha-badge {
  visibility: hidden;
}

.lp001__footer-inner-link:hover {
  opacity: 0.7;
}
