.c-text-highlight {
  font-weight: 700;
  color: #222;
  background-image: linear-gradient(#ffdf32, #ffdf32);
  background-size: 100% 1.32rem;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.c-text-highlight--lg {
  background-size: 100% 1.43rem;
}

.c-text-color {
  font-weight: 700;
}
.c-text-color--blue {
  color: #1796d5;
}
.c-text-color--orange {
  color: #ff8401;
}
.c-text-color--red {
  color: #e84b30;
}

.c-text-bracket {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.c-text-bracket::before, .c-text-bracket::after {
  content: "";
  flex-shrink: 0;
  width: 0;
  height: 1.2em;
  border-left: 0.11em solid currentColor;
}
.c-text-bracket::before {
  transform: rotate(-20deg);
}
.c-text-bracket::after {
  transform: rotate(20deg);
}

.p-column-lp {
  font-family: var(--font-jp, "Zen Kaku Gothic New", sans-serif);
  background-color: #FFF6CB;
}
.p-column-lp *, .p-column-lp *::before, .p-column-lp *::after {
  font-family: inherit;
}
@media screen and (min-width: 769px) {
  .p-column-lp {
    padding-block: 4rem;
    box-sizing: border-box;
    background-image: url(../../img/column-lp/optimized/pc-left.png);
    background-size: 70rem auto;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    min-height: 100vh;
  }
}
@media screen and (min-width: 2000px) {
  .p-column-lp {
    background-position: right 50vw top;
  }
}
.p-column-lp__main {
  box-sizing: border-box;
  width: 44rem;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  background-image: url(../../img/column-lp/optimized/main-bg.jpg);
  border-radius: 1.6rem;
  box-shadow: 0 4px 2rem rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .p-column-lp__main {
    width: 40rem;
    box-shadow: 0 4px 1.818rem rgba(0, 0, 0, 0.06);
    border-radius: 0;
  }
}
.p-column-lp__main-wrap {
  overflow: hidden;
  border-radius: inherit;
  padding: 4.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-column-lp__main-wrap {
    padding: 4rem 0 0;
  }
}
.p-column-lp__header {
  position: relative;
  margin: -4.4rem 0 0;
  min-height: 7.7rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__header {
    margin: -4rem 0 0;
    min-height: 7rem;
  }
}
.p-column-lp__header-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.88rem;
  padding: 1.1rem 2.2rem;
  background-color: #fff;
  border-bottom-right-radius: 1.1rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__header-brand {
    gap: 0.8rem;
    padding: 1rem 2rem;
    border-bottom-right-radius: 1rem;
  }
}
.p-column-lp__header-logo {
  flex-shrink: 0;
  width: 8.36rem;
  background-color: #fff;
}
.p-column-lp__header-logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-column-lp__header-logo {
    width: 7.6rem;
  }
}
.p-column-lp__header-title {
  margin: 0;
  font-family: var(--font-jp, "Zen Kaku Gothic New", sans-serif);
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1;
  color: #e84b30;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-column-lp__header-title {
    font-size: 1.2rem;
  }
}
.p-column-lp__header-pr {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.7rem;
  height: 7.7rem;
}
.p-column-lp__header-pr img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-column-lp__header-pr {
    width: 7rem;
    height: 7rem;
  }
}
.p-column-lp__mv {
  display: flex;
  flex-direction: column;
  gap: 1.76rem;
  font-family: var(--font-jp, "Zen Kaku Gothic New", sans-serif);
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-column-lp__mv {
    gap: 1.6rem;
  }
}
.p-column-lp__mv-head {
  display: flex;
  flex-direction: column;
  gap: 0.88rem;
  width: 39.6rem;
  max-width: calc(100% - 0.4rem);
  margin-inline: auto;
  overflow: visible;
}
.p-column-lp__mv-lead {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 4.84rem;
  overflow: visible;
}
.p-column-lp__mv-topic {
  flex-shrink: 0;
  margin: 0;
  padding-top: 0.44rem;
  font-size: 2.86rem;
  white-space: nowrap;
}
.p-column-lp__mv-topic .c-text-highlight {
  background-size: 100% 1.32rem;
}
.p-column-lp__mv-bubble-img {
  flex-shrink: 0;
  width: 24.2rem;
}
.p-column-lp__mv-bubble-img-el {
  display: block;
  width: 100%;
  height: auto;
}
.p-column-lp__mv-title {
  position: relative;
  margin: 0;
  font-weight: 700;
}
.p-column-lp__mv-title-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.p-column-lp__mv-title-img {
  display: block;
  width: 100%;
  height: auto;
}
.p-column-lp__mv-copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__mv-copy {
    padding-inline: 1.818rem;
  }
}
.p-column-lp__mv-copy-line {
  margin: 0;
  padding-top: 0.22rem;
}
.p-column-lp__mv-copy-line:not(:last-child) .p-column-lp__mv-copy-text {
  margin-bottom: 0.22rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__mv-copy-line:not(:last-child) .p-column-lp__mv-copy-text {
    margin-bottom: 0.2rem;
  }
}
.p-column-lp__mv-copy-line::after {
  content: "";
  display: block;
  width: 39.6rem;
  max-width: 100%;
  height: 0;
  border-bottom: 0.11rem dashed rgba(34, 34, 34, 0.25);
}
@media screen and (max-width: 768px) {
  .p-column-lp__mv-copy-line::after {
    width: 36rem;
    border-bottom: 0.1rem dashed rgba(34, 34, 34, 0.25);
  }
}
.p-column-lp__mv-copy-line--accent .p-column-lp__mv-copy-text {
  font-weight: 700;
  color: #e84b30;
}
@media screen and (max-width: 768px) {
  .p-column-lp__mv-copy-line {
    padding-top: 0.2rem;
  }
}
.p-column-lp__mv-copy-text {
  display: block;
  padding-left: 1.1rem;
  font-size: 1.98rem;
  font-weight: 500;
  line-height: 1.6;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-column-lp__mv-copy-text {
    padding-left: 1rem;
    font-size: 1.8rem;
  }
}
.p-column-lp__onayami {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.64rem;
  padding: 4.4rem 2rem 0;
  font-family: var(--font-jp, "Zen Kaku Gothic New", sans-serif);
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-column-lp__onayami {
    gap: 2.4rem;
    padding: 4rem 1.818rem 0;
  }
}
.p-column-lp__onayami-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.88rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-column-lp__onayami-head {
    gap: 0.8rem;
  }
}
.p-column-lp__onayami-lead {
  margin: 0;
  font-size: 1.98rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e84b30;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-column-lp__onayami-lead {
    font-size: 1.8rem;
  }
}
.p-column-lp__onayami-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.p-column-lp__onayami-title-row {
  display: inline-flex;
  justify-content: center;
}
.p-column-lp__onayami-title-highlight {
  font-size: 3.52rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__onayami-title-highlight {
    font-size: 3.2rem;
  }
}
.p-column-lp__onayami-title-tail {
  font-size: 3.52rem;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-column-lp__onayami-title-tail {
    font-size: 3.2rem;
  }
}
.p-column-lp__onayami-voices {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  width: 100%;
  max-width: 39.6rem;
  padding-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__onayami-voices {
    gap: 2rem;
    max-width: 36rem;
    padding-top: 1.2rem;
  }
}
.p-column-lp__onayami-voice {
  position: relative;
  box-sizing: border-box;
  width: 33rem;
  max-width: calc(100% - 2rem);
  padding: 2.42rem 2.2rem 1.98rem;
  background-color: #fff;
  border: 0.22rem solid;
  border-radius: 0.88rem;
}
.p-column-lp__onayami-voice::after {
  content: "";
  position: absolute;
  right: 2.64rem;
  bottom: -1.1rem;
  width: 1.76rem;
  height: 1.76rem;
  background-color: #fff;
  border-right: 0.22rem solid;
  border-bottom: 0.22rem solid;
  border-bottom-right-radius: 0.44rem;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-column-lp__onayami-voice::after {
    right: 2.4rem;
    bottom: -1rem;
    width: 1.6rem;
    height: 1.6rem;
    border-right-width: 0.2rem;
    border-bottom-width: 0.2rem;
    border-bottom-right-radius: 0.4rem;
  }
}
.p-column-lp__onayami-voice--green {
  border-color: #00a042;
}
.p-column-lp__onayami-voice--green::after {
  border-color: #00a042;
}
.p-column-lp__onayami-voice--green .p-column-lp__onayami-voice-text strong {
  color: #00a042;
}
.p-column-lp__onayami-voice--blue {
  margin-left: 6.6rem;
  max-width: calc(100% - 6.6rem);
  border-color: #1796d5;
}
.p-column-lp__onayami-voice--blue::after {
  border-color: #1796d5;
}
.p-column-lp__onayami-voice--blue .p-column-lp__onayami-voice-text strong {
  color: #1796d5;
}
@media screen and (max-width: 768px) {
  .p-column-lp__onayami-voice--blue {
    margin-left: 6rem;
    max-width: calc(100% - 6rem);
  }
}
.p-column-lp__onayami-voice--orange {
  border-color: #ff8401;
}
.p-column-lp__onayami-voice--orange::after {
  border-color: #ff8401;
}
.p-column-lp__onayami-voice--orange .p-column-lp__onayami-voice-text strong {
  color: #ff8401;
}
@media screen and (max-width: 768px) {
  .p-column-lp__onayami-voice {
    width: 30rem;
    max-width: calc(100% - 1.818rem);
    padding: 2.2rem 2rem 1.8rem;
    border-width: 0.2rem;
    border-radius: 0.733rem;
  }
}
.p-column-lp__onayami-voice-icon {
  position: absolute;
  top: -1.32rem;
  left: 1.32rem;
  display: block;
  width: 3.45rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-column-lp__onayami-voice-icon {
    top: -1.2rem;
    left: 1.2rem;
    width: 3.136rem;
  }
}
.p-column-lp__onayami-voice-text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 1.54rem;
  font-weight: 500;
  line-height: 1.6;
  color: #222;
}
.p-column-lp__onayami-voice-text strong {
  font-size: 1.65rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-column-lp__onayami-voice-text strong {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column-lp__onayami-voice-text {
    font-size: 1.4rem;
  }
}
.p-column-lp__onayami-summary {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 39.6rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__onayami-summary {
    max-width: 36rem;
  }
}
.p-column-lp__onayami-summary-box {
  box-sizing: border-box;
  flex: 1;
  min-width: 0;
  padding: 2.2rem;
  padding-right: 7rem;
  background-color: #fff6cb;
  border: 0.22rem solid #fff;
  border-radius: 0.88rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__onayami-summary-box {
    padding: 2rem;
    border: 0.2rem solid #fff;
    border-radius: 0.733rem;
  }
}
.p-column-lp__onayami-summary-text {
  margin: 0;
  font-size: 1.54rem;
  font-weight: 500;
  line-height: 1.6;
  color: #222;
}
.p-column-lp__onayami-summary-text strong {
  font-weight: 700;
  color: #e84b30;
}
@media screen and (max-width: 768px) {
  .p-column-lp__onayami-summary-text {
    font-size: 1.4rem;
  }
}
.p-column-lp__onayami-summary-people {
  flex-shrink: 0;
  display: block;
  width: 9.35rem;
  height: auto;
  margin-right: -1.7rem;
  margin-bottom: -0.9rem;
  margin-left: -6.6rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-column-lp__onayami-summary-people {
    width: 8.5rem;
    margin-right: -0.4rem;
    margin-bottom: -2rem;
    margin-left: -6rem;
  }
}
.p-column-lp__reason {
  position: relative;
  font-family: var(--font-jp, "Zen Kaku Gothic New", sans-serif);
  color: #222;
  margin-top: 2rem;
}
.p-column-lp__reason-after {
  width: 100%;
  pointer-events: none;
}
.p-column-lp__reason-after img {
  display: block;
  width: 100%;
  height: auto;
}
.p-column-lp__reason-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.64rem;
  padding-inline: 2rem;
  padding-bottom: 5.3rem;
  background: #fff6cb;
  margin-top: -1px;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__reason-inner {
    gap: 2.4rem;
    padding-inline: 1.818rem;
    padding-bottom: 4.818rem;
    padding-top: 3.636rem;
  }
}
.p-column-lp__reason-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.76rem;
  width: 100%;
  max-width: 39.6rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__reason-head {
    gap: 1.6rem;
    max-width: 36rem;
  }
}
.p-column-lp__reason-lead {
  margin: 0;
  font-size: 1.98rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e84b30;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-column-lp__reason-lead {
    font-size: 1.8rem;
  }
}
.p-column-lp__reason-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.p-column-lp__reason-title-row {
  display: inline-flex;
  justify-content: center;
}
.p-column-lp__reason-title-highlight {
  font-size: 3.52rem;
  color: #ff8401;
  margin-block: -1rem 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__reason-title-highlight {
    font-size: 3.2rem;
    margin-block: -0.909rem 0.455rem;
  }
}
.p-column-lp__reason-title-tail {
  font-size: 3.52rem;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-column-lp__reason-title-tail {
    font-size: 3.2rem;
  }
}
.p-column-lp__reason-desc {
  margin: 0;
  font-size: 1.54rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-column-lp__reason-desc {
    font-size: 1.4rem;
  }
}
.p-column-lp__reason-cards {
  display: flex;
  flex-direction: column;
  gap: 0.88rem;
  width: 100%;
  max-width: 39.6rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__reason-cards {
    gap: 0.8rem;
    max-width: 36rem;
  }
}
.p-column-lp__reason-card {
  box-sizing: border-box;
  padding: 1.65rem 2.2rem 2.2rem;
  background-color: #fff;
  border: 0.22rem solid;
  border-radius: 0.88rem;
}
.p-column-lp__reason-card--traditional {
  border-color: #949494;
}
.p-column-lp__reason-card--traditional .p-column-lp__reason-card-title {
  color: #949494;
}
.p-column-lp__reason-card--traditional .p-column-lp__reason-list strong {
  color: #1796d5;
}
.p-column-lp__reason-card--online {
  border-color: #e84b30;
}
.p-column-lp__reason-card--online .p-column-lp__reason-card-title {
  color: #e84b30;
}
.p-column-lp__reason-card--online .p-column-lp__reason-list strong {
  color: #e84b30;
}
@media screen and (max-width: 768px) {
  .p-column-lp__reason-card {
    padding: 1.5rem 2rem 2rem;
    border: 0.2rem solid;
    border-radius: 0.733rem;
  }
}
.p-column-lp__reason-card-head {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 0.88rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__reason-card-head {
    gap: 1rem;
    margin-bottom: 0.8rem;
  }
}
.p-column-lp__reason-card-icon {
  flex-shrink: 0;
  display: block;
  width: 4.4rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-column-lp__reason-card-icon {
    width: 4rem;
  }
}
.p-column-lp__reason-card-title {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-column-lp__reason-card-title {
    font-size: 2rem;
  }
}
.p-column-lp__caution {
  font-family: var(--font-jp, "Zen Kaku Gothic New", sans-serif);
  color: #222;
}
.p-column-lp__caution-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.64rem;
  padding: 4.4rem 2rem 5.3rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__caution-inner {
    gap: 2.4rem;
    padding: 4rem 1.818rem 4.818rem;
  }
}
.p-column-lp__caution-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.88rem;
  width: 100%;
  max-width: 39.6rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__caution-head {
    gap: 0.8rem;
    max-width: 36rem;
  }
}
.p-column-lp__caution-lead {
  margin: 0;
  font-size: 1.98rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-column-lp__caution-lead {
    font-size: 1.8rem;
  }
}
.p-column-lp__caution-hero {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 38.5rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__caution-hero {
    max-width: 35rem;
  }
}
.p-column-lp__caution-hero-inner {
  position: relative;
  max-width: 100%;
}
.p-column-lp__caution-character {
  position: absolute;
  display: block;
  height: auto;
  top: -3rem;
}
.p-column-lp__caution-character--left {
  left: 0;
  width: 4.9rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left top;
  object-position: left top;
}
@media screen and (max-width: 768px) {
  .p-column-lp__caution-character--left {
    width: 4.455rem;
  }
}
.p-column-lp__caution-character--right {
  right: 0;
  width: 5.3rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right top;
  object-position: right top;
}
@media screen and (max-width: 768px) {
  .p-column-lp__caution-character--right {
    width: 4.818rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column-lp__caution-character {
    top: -2.727rem;
  }
}
.p-column-lp__caution-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-size: 3.52rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__caution-title {
    font-size: 3.2rem;
    letter-spacing: -0.045rem;
  }
}
.p-column-lp__caution-title-line {
  display: block;
}
.p-column-lp__caution-body {
  display: flex;
  flex-direction: column;
  gap: 0.88rem;
  width: 100%;
  max-width: 39.6rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__caution-body {
    gap: 0.8rem;
    max-width: 36rem;
  }
}
.p-column-lp__caution-text {
  margin: 0;
  font-size: 1.54rem;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-word;
}
.p-column-lp__caution-text--foot {
  width: 100%;
  max-width: 39.6rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__caution-text--foot {
    max-width: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column-lp__caution-text {
    font-size: 1.4rem;
  }
}
.p-column-lp__caution-figure {
  width: 100%;
  max-width: 39.6rem;
  margin: 0;
  border-radius: 0.88rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-column-lp__caution-figure {
    max-width: 36rem;
    border-radius: 0.733rem;
  }
}
.p-column-lp__caution-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 396/220;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 15%;
  object-position: center 15%;
}
.p-column-lp__check {
  font-family: var(--font-jp, "Zen Kaku Gothic New", sans-serif);
  color: #222;
}
.p-column-lp__check-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.64rem;
  padding: 1rem 2rem 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__check-inner {
    gap: 2.4rem;
    padding: 0.909rem 1.818rem 4rem;
  }
}
.p-column-lp__check-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.88rem;
  width: 100%;
  max-width: 39.6rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__check-head {
    gap: 0.8rem;
    max-width: 36rem;
  }
}
.p-column-lp__check-lead {
  margin: 0;
  font-size: 1.98rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-column-lp__check-lead {
    font-size: 1.8rem;
  }
}
.p-column-lp__check-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.p-column-lp__check-title-line {
  font-size: 3.52rem;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-column-lp__check-title-line {
    font-size: 3.2rem;
  }
}
.p-column-lp__check-title-row {
  display: inline-flex;
  justify-content: center;
}
.p-column-lp__check-title-highlight {
  font-size: 3.52rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-column-lp__check-title-highlight {
    font-size: 3.2rem;
  }
}
.p-column-lp__check-intro {
  margin: 0;
  width: 100%;
  max-width: 39.6rem;
  font-size: 1.54rem;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .p-column-lp__check-intro {
    max-width: 36rem;
    font-size: 1.4rem;
  }
}
.p-column-lp__check-cards {
  counter-reset: check-card;
  display: flex;
  flex-direction: column;
  gap: 0.88rem;
  width: 100%;
  max-width: 39.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-column-lp__check-cards {
    gap: 0.8rem;
    max-width: 36rem;
  }
}
.p-column-lp__check-card {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.76rem;
  padding: 2.2rem;
  padding-top: 3.5rem;
  background-color: #fff;
  border: 0.22rem solid #e84b30;
  border-radius: 0.88rem;
  counter-increment: check-card;
  overflow: hidden;
}
.p-column-lp__check-card::before {
  content: counter(check-card, decimal-leading-zero);
  position: absolute;
  z-index: 1;
  top: -0.22rem;
  left: -0.22rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 5.5rem;
  aspect-ratio: 1/1;
  padding-top: 1.2rem;
  padding-right: 0.5rem;
  box-sizing: border-box;
  font-size: 2.53rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  background: url(../../img/column-lp/ic-check-num.svg) no-repeat left top/100% 100%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-column-lp__check-card::before {
    top: -0.2rem;
    left: -0.2rem;
    width: 5rem;
    padding-top: 1.091rem;
    padding-right: 0.455rem;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column-lp__check-card {
    gap: 1.6rem;
    padding: 2rem;
    border: 0.2rem solid #e84b30;
    border-radius: 0.733rem;
  }
}
.p-column-lp__check-card-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  margin: 0;
  font-size: 1.98rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #e84b30;
}
@media screen and (max-width: 768px) {
  .p-column-lp__check-card-title {
    font-size: 1.8rem;
  }
}
.p-column-lp__check-card-title--shift-right {
  transform: translateX(1.5rem);
}
.p-column-lp__check-card-title-line {
  display: block;
  white-space: nowrap;
}
.p-column-lp__check-card-text {
  margin: 0;
  width: 100%;
  max-width: 35.2rem;
  font-size: 1.43rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .p-column-lp__check-card-text {
    max-width: 32rem;
    font-size: 1.3rem;
  }
}
.p-column-lp__check-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 30rem;
  min-height: 8.6rem;
  margin: 0;
  padding: 3rem 1.5rem 1.5rem;
  background-image: url(../../img/column-lp/check-doubt-bubble.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .p-column-lp__check-bubble {
    width: 27.3rem;
    min-height: 7.8rem;
    padding: 2.8rem 1.4rem 1rem;
  }
}
.p-column-lp__check-bubble-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 27rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .p-column-lp__check-bubble-text {
    max-width: 24.5rem;
    font-size: 1.3rem;
  }
}
.p-column-lp__check-bubble-text-line {
  display: block;
}
.p-column-lp__compare {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2rem;
  width: 100%;
  max-width: 39.6rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .p-column-lp__compare {
    gap: 2rem;
    max-width: 36rem;
  }
}
.p-column-lp__compare-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  max-width: 38.4rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__compare-head {
    max-width: 34.9rem;
  }
}
.p-column-lp__compare-lead {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-column-lp__compare-lead {
    font-size: 1.6rem;
  }
}
.p-column-lp__compare-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.p-column-lp__compare-title-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0;
}
.p-column-lp__compare-title-line {
  display: block;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #222;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-column-lp__compare-title-line {
    font-size: 2.9rem;
  }
}
.p-column-lp__compare-title-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.p-column-lp__compare-title-highlight {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
  white-space: nowrap;
  background-image: linear-gradient(#ffdf32, #ffdf32);
  background-size: 100% 1.3rem;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media screen and (max-width: 768px) {
  .p-column-lp__compare-title-highlight {
    font-size: 2.9rem;
  }
}
.p-column-lp__compare-title-highlight-brand {
  color: #ff8401;
}
.p-column-lp__compare-caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.p-column-lp__compare-table-wrap {
  padding-inline: 0.1rem;
}
.p-column-lp__compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: var(--font-jp, "Zen Kaku Gothic New", sans-serif);
}
.p-column-lp__compare-th, .p-column-lp__compare-rowhead, .p-column-lp__compare-cell {
  box-sizing: border-box;
  padding: 0.88rem 0.44rem;
  font-size: 1.43rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
  border: 0 solid #222;
  border-style: solid;
}
@media screen and (max-width: 768px) {
  .p-column-lp__compare-th, .p-column-lp__compare-rowhead, .p-column-lp__compare-cell {
    padding: 0.8rem 0.4rem;
    font-size: 1.3rem;
  }
}
.p-column-lp__compare-th {
  height: 5.94rem;
  padding-block: 0.55rem;
  font-size: 1.76rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  border: none;
  border-radius: 0.8rem 0.8rem 0 0;
}
.p-column-lp__compare-th--label {
  width: 33.33%;
  background-color: #ff8401;
}
.p-column-lp__compare-th--general {
  width: 33.33%;
  background-color: #949494;
}
.p-column-lp__compare-th--brand {
  width: 33.34%;
  background-color: #e84b30;
}
@media screen and (max-width: 768px) {
  .p-column-lp__compare-th {
    height: 5.4rem;
    padding-block: 0.5rem;
    font-size: 1.6rem;
    border-radius: 0.667rem 0.667rem 0 0;
  }
}
.p-column-lp__compare-rowhead {
  height: 6.16rem;
  font-weight: bold;
  color: #ff8401;
  background-color: #fff9ed;
  border-left-width: 1px;
}
@media screen and (max-width: 768px) {
  .p-column-lp__compare-rowhead {
    height: 5.6rem;
  }
}
.p-column-lp__compare-cell {
  height: 6.16rem;
  color: #222;
  background-color: #fff;
  border-left-width: 1px;
}
.p-column-lp__compare-cell--brand {
  border-left: 1.5px solid #e84b30;
  border-right: 1.5px solid #e84b30;
}
@media screen and (max-width: 768px) {
  .p-column-lp__compare-cell {
    height: 5.6rem;
  }
}
.p-column-lp__compare-table tbody tr:first-child .p-column-lp__compare-rowhead,
.p-column-lp__compare-table tbody tr:first-child .p-column-lp__compare-cell {
  border-top: 1px solid #222;
}
.p-column-lp__compare-table tbody tr:first-child .p-column-lp__compare-cell--brand {
  border-top: 1.5px solid #e84b30;
}
.p-column-lp__compare-table tbody tr + tr .p-column-lp__compare-rowhead,
.p-column-lp__compare-table tbody tr + tr .p-column-lp__compare-cell {
  border-top: 1px solid #222;
}
.p-column-lp__compare-table tbody tr + tr .p-column-lp__compare-cell--brand {
  border-top: 1px solid #222;
}
.p-column-lp__compare-table tbody tr:last-child .p-column-lp__compare-rowhead,
.p-column-lp__compare-table tbody tr:last-child .p-column-lp__compare-cell {
  border-bottom: 1px solid #222;
}
.p-column-lp__compare-table tbody tr:last-child .p-column-lp__compare-cell--brand {
  border-bottom: 1px solid #222;
  border-left: 1.5px solid #e84b30;
  border-right: 1.5px solid #e84b30;
  border-bottom: 1.5px solid #e84b30;
}
.p-column-lp__bg-yellow {
  background-color: #fff6cb;
}
.p-column-lp__temoto {
  font-family: var(--font-jp, "Zen Kaku Gothic New", sans-serif);
  color: #222;
}
.p-column-lp__temoto-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4.4rem 2rem 5.3rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__temoto-inner {
    padding: 4rem 1.818rem 4.818rem;
  }
}
.p-column-lp__temoto-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.88rem;
  width: 100%;
  max-width: 39.6rem;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__temoto-head {
    gap: 0.8rem;
    max-width: 36rem;
    margin-bottom: 2.545rem;
  }
}
.p-column-lp__temoto-lead {
  margin: 0;
  font-size: 1.98rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e84b30;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-column-lp__temoto-lead {
    font-size: 1.8rem;
  }
}
.p-column-lp__temoto-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.p-column-lp__temoto-title-line {
  font-size: 3.52rem;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-column-lp__temoto-title-line {
    font-size: 3.2rem;
  }
}
.p-column-lp__temoto-title-row {
  display: inline-flex;
  justify-content: center;
}
.p-column-lp__temoto-title-highlight {
  font-size: 3.52rem;
  color: #ff8401;
}
@media screen and (max-width: 768px) {
  .p-column-lp__temoto-title-highlight {
    font-size: 3.2rem;
  }
}
.p-column-lp__temoto-figure {
  position: relative;
  width: 100%;
  max-width: 39.6rem;
  margin: 0;
  padding-bottom: 1.32rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__temoto-figure {
    max-width: 36rem;
    padding-bottom: 1.2rem;
    margin-bottom: 0.909rem;
  }
}
.p-column-lp__temoto-photo-wrap {
  border-radius: 0.88rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-column-lp__temoto-photo-wrap {
    border-radius: 0.733rem;
  }
}
.p-column-lp__temoto-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 396/220;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 16%;
  object-position: center 16%;
}
.p-column-lp__temoto-character {
  position: absolute;
  left: -1.13rem;
  bottom: 0;
  display: block;
  width: 10.7rem;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-column-lp__temoto-character {
    left: -1.027rem;
    width: 9.727rem;
  }
}
.p-column-lp__temoto-text {
  margin: 0;
  width: 100%;
  max-width: 39.6rem;
  font-size: 1.54rem;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .p-column-lp__temoto-text {
    max-width: 36rem;
    font-size: 1.4rem;
  }
}
.p-column-lp__system {
  font-family: var(--font-jp, "Zen Kaku Gothic New", sans-serif);
  color: #222;
}
.p-column-lp__system-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem 5.3rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__system-inner {
    padding: 0 1.818rem 4.818rem;
  }
}
.p-column-lp__system-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 39.6rem;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__system-head {
    max-width: 36rem;
    margin-bottom: 2.364rem;
  }
}
.p-column-lp__system-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.p-column-lp__system-title-lead {
  font-size: 1.98rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e84b30;
  text-align: center;
  margin-bottom: 0.5rem;
}
.p-column-lp__system-title-line {
  font-size: 3.52rem;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-column-lp__system-title-line {
    font-size: 3.2rem;
  }
}
.p-column-lp__system-title-accent {
  color: #00a042;
}
.p-column-lp__system-title-row {
  display: inline-flex;
  justify-content: center;
}
.p-column-lp__system-title-highlight {
  font-size: 3.52rem;
  color: #ff8401;
}
@media screen and (max-width: 768px) {
  .p-column-lp__system-title-highlight {
    font-size: 3.2rem;
  }
}
.p-column-lp__system-intro, .p-column-lp__system-foot {
  margin: 0;
  width: 100%;
  max-width: 39.6rem;
  font-size: 1.54rem;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .p-column-lp__system-intro, .p-column-lp__system-foot {
    max-width: 36rem;
    font-size: 1.4rem;
  }
}
.p-column-lp__system-cards {
  counter-reset: system-card;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 39.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-block: 2rem 1rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__system-cards {
    max-width: 36rem;
    margin-block: 1.818rem 0.909rem;
  }
}
.p-column-lp__system-card {
  --system-card-color: #e84b30;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  counter-increment: system-card;
}
.p-column-lp__system-card--red {
  --system-card-color: #e84b30;
}
.p-column-lp__system-card--green {
  --system-card-color: #00a042;
}
.p-column-lp__system-card--orange {
  --system-card-color: #ff8401;
}
.p-column-lp__system-card--blue {
  --system-card-color: #1796d5;
}
.p-column-lp__system-card:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 1.65rem solid #ffdf32;
  border-right: 4.4rem solid transparent;
  border-left: 4.4rem solid transparent;
}
@media screen and (max-width: 768px) {
  .p-column-lp__system-card:not(:last-child)::after {
    border-top: 1.5rem solid #ffdf32;
    border-right: 4rem solid transparent;
    border-left: 4rem solid transparent;
  }
}
.p-column-lp__system-card-inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #fff;
  border: 0.22rem solid var(--system-card-color);
  border-radius: 0.88rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-column-lp__system-card-inner {
    border: 0.2rem solid var(--system-card-color);
    border-radius: 0.733rem;
  }
}
.p-column-lp__system-card-icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  padding: 1.1rem;
  background-color: var(--system-card-color);
}
@media screen and (max-width: 768px) {
  .p-column-lp__system-card-icon-wrap {
    width: 5rem;
    padding: 1rem;
  }
}
.p-column-lp__system-card-icon {
  display: block;
  width: auto;
  height: auto;
}
.p-column-lp__system-card-icon--1 {
  width: 3.3rem;
  height: 5.4rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__system-card-icon--1 {
    width: 3rem;
    height: 4.909rem;
  }
}
.p-column-lp__system-card-icon--2 {
  width: 3.8rem;
  height: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__system-card-icon--2 {
    width: 3.455rem;
    height: 4rem;
  }
}
.p-column-lp__system-card-icon--3 {
  width: 4.35rem;
  height: 4.35rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__system-card-icon--3 {
    width: 3.955rem;
    height: 3.955rem;
  }
}
.p-column-lp__system-card-icon--4 {
  width: 3.85rem;
  height: 3.8rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__system-card-icon--4 {
    width: 3.5rem;
    height: 3.455rem;
  }
}
.p-column-lp__system-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.88rem;
  min-width: 0;
  padding: 1.65rem 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__system-card-body {
    gap: 0.8rem;
    padding: 1.5rem 2rem;
  }
}
.p-column-lp__system-card-title {
  display: flex;
  align-items: center;
  gap: 0.88rem;
  margin: 0;
  font-size: 2.42rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--system-card-color);
  white-space: nowrap;
}
.p-column-lp__system-card-title::before {
  content: counter(system-card, decimal-leading-zero);
  flex-shrink: 0;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__system-card-title::before {
    font-size: 1.5rem;
    margin-top: 0.455rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column-lp__system-card-title {
    gap: 0.8rem;
    font-size: 2.2rem;
  }
}
.p-column-lp__system-card-text {
  margin: 0;
  font-size: 1.43rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .p-column-lp__system-card-text {
    font-size: 1.3rem;
  }
}
.p-column-lp__safety {
  font-family: var(--font-jp, "Zen Kaku Gothic New", sans-serif);
  color: #222;
}
.p-column-lp__safety-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.64rem;
  padding: 0 2rem 5.3rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__safety-inner {
    gap: 2.4rem;
    padding: 0 1.818rem 4.818rem;
  }
}
.p-column-lp__safety-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 39.6rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__safety-head {
    max-width: 36rem;
  }
}
.p-column-lp__safety-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.p-column-lp__safety-title-row {
  display: inline-flex;
  justify-content: center;
  font-size: 3.52rem;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-column-lp__safety-title-row {
    font-size: 3.2rem;
  }
}
.p-column-lp__safety-title-line {
  font-size: 3.52rem;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-column-lp__safety-title-line {
    font-size: 3.2rem;
  }
}
.p-column-lp__safety-title-highlight {
  font-size: 3.52rem;
}
.p-column-lp__safety-title-highlight--green {
  color: #00a042;
}
.p-column-lp__safety-title-highlight--orange {
  color: #ff8401;
}
@media screen and (max-width: 768px) {
  .p-column-lp__safety-title-highlight {
    font-size: 3.2rem;
  }
}
.p-column-lp__safety-text {
  margin: 0;
  width: 100%;
  max-width: 39.6rem;
  font-size: 1.54rem;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .p-column-lp__safety-text {
    max-width: 36rem;
    font-size: 1.4rem;
  }
}
.p-column-lp__safety-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.88rem;
  width: 38rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-column-lp__safety-stats {
    gap: 0.8rem;
    width: 34.545rem;
  }
}
.p-column-lp__safety-stat {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 0.88rem;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-column-lp__safety-stat {
    gap: 0.8rem;
  }
}
.p-column-lp__safety-stat-figure {
  position: relative;
  width: 100%;
  margin: 0;
}
.p-column-lp__safety-stat-graph {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.p-column-lp__safety-stat-character {
  position: absolute;
  display: block;
  height: auto;
  pointer-events: none;
}
.p-column-lp__safety-stat-character--left {
  top: 10.78rem;
  left: -2rem;
  width: 7.25rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__safety-stat-character--left {
    top: 9.8rem;
    left: -1.818rem;
    width: 6.591rem;
  }
}
.p-column-lp__safety-stat-character--right {
  top: 10.34rem;
  right: -2rem;
  width: 7.11rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__safety-stat-character--right {
    top: 9.4rem;
    right: -1.818rem;
    width: 6.464rem;
  }
}
.p-column-lp__safety-stat-caption {
  margin: 0;
  font-size: 1.43rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  word-break: break-word;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__safety-stat-caption {
    font-size: 1.3rem;
    margin-top: 0.455rem;
  }
}
.p-column-lp__reason-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.88rem;
}
.p-column-lp__reason-list li {
  position: relative;
  list-style: none;
  padding-left: 1.2em;
  font-size: 1.43rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  word-break: break-word;
  color: #222;
}
.p-column-lp__reason-list li::before {
  content: "";
  position: absolute;
  left: 0.2em;
  top: 0.64em;
  width: 0.22em;
  height: 0.22em;
  border-radius: 50%;
  background-color: #222;
}
.p-column-lp__reason-list li strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-column-lp__reason-list li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column-lp__reason-list {
    gap: 0.8rem;
  }
}
.p-column-lp__side {
  position: fixed;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-column-lp__side {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-column-lp__side {
    display: block;
    z-index: 10;
    box-sizing: border-box;
    width: 48rem;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 1600px) {
  .p-column-lp__side {
    left: calc(50vw + 22rem);
  }
}
.p-column-lp__side-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  box-sizing: border-box;
  width: 100%;
  padding: 7rem 1rem 4rem;
}
.p-column-lp__side-inner img {
  display: block;
  width: 100%;
  height: auto;
}
.p-column-lp__side-heading, .p-column-lp__side-graph {
  width: 100%;
  max-width: 40rem;
}
.p-column-lp__cta {
  padding: 0 2rem 5.3rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__cta {
    padding: 0 1.818rem 4.818rem;
  }
}
.p-column-lp__cta--matome {
  padding: 2.64rem 2rem 4rem;
}
.p-column-lp__cta--matome .p-column-lp__cta-site-btn {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-column-lp__cta--matome {
    padding: 2.4rem 1.818rem 4rem;
  }
}
.p-column-lp__side-btn, .p-column-lp__cta-btn {
  display: block;
  width: 100%;
}
.p-column-lp__side-btn img, .p-column-lp__cta-btn img {
  display: block;
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .p-column-lp__side-btn:hover, .p-column-lp__cta-btn:hover {
    opacity: 0.9;
  }
}
.p-column-lp__side-btn {
  max-width: 40rem;
}
.p-column-lp__side-site-btn, .p-column-lp__cta-site-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 6rem;
  padding: 2rem 0.2rem 2.2rem;
  font-family: var(--font-jp, "Zen Kaku Gothic New", sans-serif);
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #ff8401;
  border: 0.2rem solid #fff;
  border-radius: 0.6rem;
  box-shadow: 0 0.3rem 0.2rem rgba(0, 0, 0, 0.16);
}
@media (hover: hover) {
  .p-column-lp__side-site-btn:hover, .p-column-lp__cta-site-btn:hover {
    opacity: 0.9;
  }
}
.p-column-lp__side-site-btn {
  max-width: 40rem;
  margin-top: -1rem;
}
.p-column-lp__cta-site-btn {
  width: 100%;
  max-width: 39rem;
  margin-inline: auto;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__cta-site-btn {
    max-width: 35.4rem;
  }
}
.p-column-lp__side-site-btn-text, .p-column-lp__cta-site-btn-text {
  display: block;
}
.p-column-lp__side-site-btn-icon, .p-column-lp__cta-site-btn-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
}
.p-column-lp__side-site-btn-icon img, .p-column-lp__cta-site-btn-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-column-lp__cta-btn {
  max-width: 39.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-column-lp__cta-btn {
    max-width: 36rem;
  }
}
.p-column-lp__voice {
  font-family: var(--font-jp, "Zen Kaku Gothic New", sans-serif);
  color: #222;
}
.p-column-lp__voice-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.76rem;
  padding: 4.4rem 2rem 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__voice-inner {
    gap: 1.6rem;
    padding: 4rem 1.818rem 4rem;
  }
}
.p-column-lp__voice-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.88rem;
  width: 100%;
  max-width: 39.6rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__voice-head {
    gap: 0.8rem;
    max-width: 36rem;
  }
}
.p-column-lp__voice-lead {
  margin: 0;
  font-size: 1.98rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e84b30;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-column-lp__voice-lead {
    font-size: 1.8rem;
  }
}
.p-column-lp__voice-title {
  margin: 0;
  font-size: 3.52rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-column-lp__voice-title {
    font-size: 3.2rem;
  }
}
.p-column-lp__voice-groups {
  display: flex;
  flex-direction: column;
  gap: 0.88rem;
  width: 100%;
  max-width: 39.6rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__voice-groups {
    gap: 0.8rem;
    max-width: 36rem;
  }
}
.p-column-lp__voice-group {
  --voice-color: #e84b30;
  display: flex;
  align-items: stretch;
  gap: 1.1rem;
  width: 100%;
}
.p-column-lp__voice-group--student {
  --voice-color: #e84b30;
}
.p-column-lp__voice-group--parent {
  --voice-color: #ff8401;
}
@media screen and (max-width: 768px) {
  .p-column-lp__voice-group {
    gap: 1rem;
  }
}
.p-column-lp__voice-group-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.3rem;
  margin: 0;
  padding: 0.88rem 0;
  border-radius: 0.44rem;
  background-color: var(--voice-color);
  font-size: 1.76rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-column-lp__voice-group-label {
    width: 3rem;
    padding: 0.8rem 0;
    border-radius: 0.367rem;
    font-size: 1.6rem;
  }
}
.p-column-lp__voice-cards {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.88rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-column-lp__voice-cards {
    gap: 0.8rem;
  }
}
.p-column-lp__voice-card {
  box-sizing: border-box;
  padding: 1.65rem 2.2rem;
  background-color: #fff;
  border: 0.22rem solid var(--voice-color);
  border-radius: 0.88rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__voice-card {
    padding: 1.5rem 2rem;
    border: 0.2rem solid var(--voice-color);
    border-radius: 0.733rem;
  }
}
.p-column-lp__voice-card-body {
  display: flex;
  align-items: center;
  gap: 0.88rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__voice-card-body {
    gap: 0.8rem;
  }
}
.p-column-lp__voice-avatar {
  flex-shrink: 0;
  display: block;
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-column-lp__voice-avatar {
    width: 8rem;
    height: 8rem;
  }
}
.p-column-lp__voice-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.44rem;
  justify-content: center;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-column-lp__voice-content {
    gap: 0.4rem;
  }
}
.p-column-lp__voice-text {
  margin: 0;
  font-size: 1.54rem;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .p-column-lp__voice-text {
    font-size: 1.4rem;
  }
}
.p-column-lp__voice-name {
  display: inline-flex;
  align-self: flex-start;
  margin: 0;
  padding: 0 1.32rem;
  background-color: #fff9ed;
  font-size: 1.43rem;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-column-lp__voice-name {
    padding: 0 1.2rem;
    font-size: 1.3rem;
  }
}
.p-column-lp__voice-stars {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.p-column-lp__voice-stars img {
  display: block;
  width: 2rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-column-lp__voice-stars img {
    width: 1.818rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column-lp__voice-stars {
    gap: 0.364rem;
  }
}
.p-column-lp__price {
  font-family: var(--font-jp, "Zen Kaku Gothic New", sans-serif);
  color: #222;
  background-color: #fff6cb;
}
.p-column-lp__price-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.64rem;
  padding: 4.4rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-inner {
    gap: 2.4rem;
    padding: 4rem 1.818rem;
  }
}
.p-column-lp__price-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 39.6rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-head {
    max-width: 36rem;
  }
}
.p-column-lp__price-lead {
  margin: 0;
  font-size: 1.98rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e84b30;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-lead {
    font-size: 1.8rem;
  }
}
.p-column-lp__price-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-block: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-title {
    margin-block: 0.909rem 1.818rem;
  }
}
.p-column-lp__price-title-row {
  display: inline-flex;
  justify-content: center;
  font-size: 3.52rem;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-title-row {
    font-size: 3.2rem;
  }
}
.p-column-lp__price-title-highlight {
  color: #ff8401;
}
.p-column-lp__price-note {
  margin: -0.5rem 0 2rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-note {
    margin: -0.5rem 0 1.8rem;
  }
}
.p-column-lp__price-intro {
  margin: 0;
  width: 100%;
  max-width: 39.6rem;
  font-size: 1.54rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-intro {
    max-width: 36rem;
    font-size: 1.4rem;
  }
}
.p-column-lp__price-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 39.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #949494;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-list {
    max-width: 36rem;
  }
}
.p-column-lp__price-item {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  padding-block: 1.7rem;
  border-bottom: 1px solid #949494;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-item {
    gap: 1.545rem;
    padding-block: 1.545rem;
  }
}
.p-column-lp__price-icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-icon-wrap {
    width: 5rem;
    height: 5rem;
  }
}
.p-column-lp__price-icon {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
}
.p-column-lp__price-icon--1 {
  width: 4rem;
  height: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-icon--1 {
    width: 3.636rem;
    height: 2.545rem;
  }
}
.p-column-lp__price-icon--2 {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-icon--2 {
    width: 3.636rem;
    height: 3.636rem;
  }
}
.p-column-lp__price-icon--3 {
  width: 4rem;
  height: 3.9rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-icon--3 {
    width: 3.636rem;
    height: 3.545rem;
  }
}
.p-column-lp__price-row-body {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 1.1rem;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-row-body {
    gap: 1rem;
  }
}
.p-column-lp__price-label {
  flex-shrink: 0;
  margin: 0;
  font-size: 1.54rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-label {
    font-size: 1.4rem;
  }
}
.p-column-lp__price-leader {
  flex: 1;
  min-width: 1.1rem;
  height: 0;
  border-bottom: 2px dotted black;
  margin-bottom: 0.55rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-leader {
    min-width: 1rem;
    margin-bottom: 0.5rem;
  }
}
.p-column-lp__price-amount {
  flex-shrink: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.p-column-lp__price-amount-prefix {
  font-size: 1.54rem;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-amount-prefix {
    font-size: 1.4rem;
  }
}
.p-column-lp__price-amount-value {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-amount-value {
    font-size: 2.182rem;
  }
}
.p-column-lp__price-amount-unit {
  font-size: 1.54rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-amount-unit {
    font-size: 1.4rem;
  }
}
.p-column-lp__price-foot {
  margin: 0;
  width: 100%;
  max-width: 39.6rem;
  font-size: 1.54rem;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .p-column-lp__price-foot {
    max-width: 36rem;
    font-size: 1.4rem;
  }
}
.p-column-lp__matome {
  font-family: var(--font-jp, "Zen Kaku Gothic New", sans-serif);
  color: #222;
}
.p-column-lp__matome-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.64rem;
  padding: 4.4rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .p-column-lp__matome-inner {
    gap: 2.4rem;
    padding: 4rem 1.818rem 0;
  }
}
.p-column-lp__matome-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.88rem;
  width: 100%;
  max-width: 39.6rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__matome-head {
    gap: 0.8rem;
    max-width: 36rem;
  }
}
.p-column-lp__matome-lead {
  margin: 0;
  font-size: 1.98rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e84b30;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-column-lp__matome-lead {
    font-size: 1.8rem;
  }
}
.p-column-lp__matome-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.p-column-lp__matome-title-line {
  font-size: 3.52rem;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-column-lp__matome-title-line {
    font-size: 3.2rem;
  }
}
.p-column-lp__matome-title-row {
  display: inline-flex;
  justify-content: center;
  font-size: 3.52rem;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-column-lp__matome-title-row {
    font-size: 3.2rem;
  }
}
.p-column-lp__matome-card {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 39.6rem;
  padding: 2.2rem;
  background-color: #fff;
  border-radius: 0.88rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__matome-card {
    max-width: 36rem;
    padding: 2rem;
    border-radius: 0.733rem;
  }
}
.p-column-lp__matome-list {
  display: flex;
  flex-direction: column;
  gap: 1.76rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-column-lp__matome-list {
    gap: 1.6rem;
  }
}
.p-column-lp__matome-item {
  display: flex;
  align-items: center;
  gap: 0.88rem;
}
@media screen and (max-width: 768px) {
  .p-column-lp__matome-item {
    gap: 0.8rem;
  }
}
.p-column-lp__matome-check {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  background-color: #e84b30;
}
.p-column-lp__matome-check img {
  display: block;
  width: 1.9rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-column-lp__matome-check img {
    width: 1.727rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column-lp__matome-check {
    width: 3rem;
    height: 3rem;
  }
}
.p-column-lp__matome-item-text {
  margin: 0;
  font-size: 1.76rem;
  font-weight: 700;
  line-height: 1.6;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .p-column-lp__matome-item-text {
    font-size: 1.6rem;
  }
}
.p-column-lp__matome-character {
  position: absolute;
  right: -0.44rem;
  bottom: -0.88rem;
  display: block;
  width: 8.5rem;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-column-lp__matome-character {
    right: -0.4rem;
    bottom: -0.8rem;
    width: 7.727rem;
  }
}
.p-column-lp__matome-foot {
  margin: 0;
  width: 100%;
  max-width: 39.6rem;
  font-size: 1.54rem;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .p-column-lp__matome-foot {
    max-width: 36rem;
    font-size: 1.4rem;
  }
}
.p-column-lp__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 1rem 1.2rem;
  background-color: #e84b30;
  font-family: var(--font-jp, "Zen Kaku Gothic New", sans-serif);
}
@media screen and (max-width: 768px) {
  .p-column-lp__footer {
    padding-block: 0.909rem 1.091rem;
  }
}
.p-column-lp__footer-text {
  margin: 0;
  font-size: 1.54rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-column-lp__footer-text {
    font-size: 1.4rem;
  }
}

.p-column-lp-float {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  transform: translateY(100%);
  transition: transform 0.35s ease, visibility 0.35s ease;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-column-lp-float {
    display: block;
  }
}
.p-column-lp-float.is-visible {
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.p-column-lp-float__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 6rem;
  text-decoration: none;
  background-color: #ff8401;
  border: 0.2rem solid #fff;
  border-bottom: none;
  border-radius: 0.6rem 0.6rem 0 0;
  box-shadow: 0 0.3rem 0.1rem rgba(0, 0, 0, 0.16);
}
@media (hover: hover) {
  .p-column-lp-float__link:hover {
    opacity: 0.9;
  }
}
.p-column-lp-float__label {
  position: absolute;
  top: -1rem;
  left: 0rem;
  width: 7.6rem;
  height: auto;
  pointer-events: none;
}
.p-column-lp-float__text {
  font-family: var(--font-jp, "Zen Kaku Gothic New", sans-serif);
  font-size: 2rem;
  font-weight: 700;
  color: #ffdf32;
  text-align: center;
  white-space: nowrap;
}
.p-column-lp-float__angle {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-50%);
}/*# sourceMappingURL=p-column-lp.css.map */