/* ====================================================
variable
==================================================== */
/* ====================================================
import
==================================================== */
/* ====================================================
reset style
==================================================== */
body {
  line-height: 1;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

html,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

table {
  font-size: 100%;
}

ul {
  list-style-type: none;
}

li img {
  vertical-align: bottom;
}

figure {
  margin: 0;
  padding: 0;
}

/* ====================================================
base
==================================================== */
/*--------------------------------------------
display
--------------------------------------------*/
.device_pc {
  display: block !important;
}
@media print, screen and (max-width: 768px) {
  .device_pc {
    display: none !important;
  }
}

.device_sp {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .device_sp {
    display: block !important;
  }
}

.device_pc-inline {
  display: inline-block !important;
}
@media print, screen and (max-width: 768px) {
  .device_pc-inline {
    display: none !important;
  }
}

.device_sp-inline {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .device_sp-inline {
    display: inline-block !important;
  }
}

/* ====================================================
base style
==================================================== */
html {
  font-size: 62.5%;
  font-size: 0.694vw;
}
@media print, screen and (max-width: 768px) {
  html {
    font-size: 2.666vw;
  }
}

body {
  color: var(--lp-text, #2e0707);
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fff;
  line-height: 1.8;
  overflow: auto;
  font-weight: 500;
  vertical-align: middle;
  letter-spacing: 0.02em;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #2a2e2f;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a.no-click:hover {
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
  width: 100%;
}

* {
  box-sizing: border-box;
}

figure {
  width: 100%;
}

::placeholder {
  color: #e4e4e4;
}

em {
  font-weight: 600;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.font-fugaz {
  font-family: "Fugaz One";
  font-weight: 400;
}

/* ====================================================
unity
==================================================== */
.u-font--red {
  color: #ca0000;
}

.u-font--yellow {
  color: #fed61e;
}

.u-asterisk {
  margin-top: 2rem;
}
@media print, screen and (max-width: 768px) {
  .u-asterisk {
    margin-top: 1rem;
  }
}
.u-asterisk li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

/* ====================================================
header
==================================================== */
.header {
  z-index: 9999;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.header.js-min_header {
  position: fixed;
  background-color: #ffffffd6;
  box-shadow: 0.1rem 0.1rem 1.5rem rgba(57, 1, 1, 0.1);
  backdrop-filter: blur(5px);
}
.header.js-min_header .header__inner {
  padding: 0 1rem 0 0;
}
.header.js-min_header .header__inner .cta__btn {
  margin-left: auto;
  width: 28rem;
  font-size: 1.7rem;
}
@media print, screen and (max-width: 768px) {
  .header.js-min_header .header__inner .cta__btn {
    width: 21rem;
    font-size: 1.4rem;
  }
}
.header.js-min_header .header__inner .cta__btn > span {
  font-size: 1.1rem;
  width: 4rem;
  height: 4rem;
}
.header.js-min_header .header__logo {
  padding-top: 1rem;
  padding-bottom: 1.4rem;
}
@media print, screen and (max-width: 768px) {
  .header.js-min_header .header__logo {
    padding-top: 0.6rem;
    padding-bottom: 1rem;
  }
}
.header.js-min_header .header__logo > span {
  width: 12rem;
}
@media print, screen and (max-width: 768px) {
  .header.js-min_header .header__logo > span {
    width: 9rem;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  padding: 0 3rem 0 0;
}
@media print, screen and (max-width: 768px) {
  .header__inner {
    padding: 0 1rem 0 0;
  }
}
.header__inner .cta__btn {
  margin-left: auto;
  width: 36rem;
}
@media print, screen and (max-width: 768px) {
  .header__inner .cta__btn {
    width: 21rem;
  }
}
.header__logo {
  display: inline-block;
  background-color: #d03c31;
  padding: 1.3rem 3rem 2.5rem 5.5rem;
  position: relative;
  transform: skewX(150deg) translate(-4.2rem, 0);
}
@media print, screen and (max-width: 768px) {
  .header__logo {
    padding: 0.6rem 1rem 1rem 5rem;
  }
}
.header__logo > span {
  width: 16rem;
  display: block;
  transform: skewX(-150deg);
}
@media print, screen and (max-width: 768px) {
  .header__logo > span {
    width: 9rem;
  }
}

/* ====================================================
footer
==================================================== */
@media print, screen and (max-width: 768px) {
  .footer {
    padding: 0 2rem;
  }
}
.footer .base-inner {
  padding: 2.6rem 0 8rem;
  border-top: 1px solid #d5d5d5;
}
@media print, screen and (max-width: 768px) {
  .footer .base-inner {
    padding: 2rem 0 4rem;
  }
}
.footer .copy {
  font-weight: 200;
  text-align: center;
  color: var(--lp-text, #2e0707);
  font-size: 1.3rem;
}

/* ====================================================
style
==================================================== */
.base-inner {
  width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 768px) {
  .base-inner {
    width: auto;
  }
}
.base-title {
  text-align: center;
  font-size: 3.4rem;
  padding-bottom: 2rem;
  position: relative;
  font-weight: 700;
}
@media print, screen and (max-width: 768px) {
  .base-title {
    font-size: 2.6rem;
    padding-bottom: 1.7rem;
  }
}
.base-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background-color: #ca0000;
  width: 10rem;
  height: 4px;
}
@media print, screen and (max-width: 768px) {
  .base-title::after {
    width: 6rem;
  }
}

.cta__btn {
  line-height: 1.4;
  text-align: center;
  color: #fff;
  font-size: 2.3rem;
  border-radius: 6rem;
  padding: 1.2rem 0 1.2rem 0.5em;
  background: linear-gradient(to left, #ff4800, #ca0000);
  border: 2px solid #fff;
  box-shadow: 1px 1px 10px rgba(57, 1, 1, 0.3);
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media print, screen and (max-width: 768px) {
  .cta__btn {
    font-size: 1.5rem;
    padding: 0.5em 0 0.5em 0.5em;
  }
}
.cta__btn > span {
  font-weight: 500;
  position: absolute;
  background: url(../img/btn-deco.svg) no-repeat;
  background-size: cover;
  color: #ca0000;
  font-size: 1.8rem;
  width: 7rem;
  height: 7rem;
  left: 0;
  top: -1rem;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 768px) {
  .cta__btn > span {
    font-size: 1.1rem;
    width: 4rem;
    height: 4rem;
    background-color: transparent;
  }
  .cta__btn > span:after {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .cta__btn:hover {
    opacity: 1;
  }
  .cta__btn:hover .circle > span {
    background-color: #d20b00;
  }
  .cta__btn:hover .circle > span:before {
    right: 1rem;
    background-color: transparent;
    border-radius: 0;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translate(82%, -50%) rotate(45deg);
  }
  .cta__btn:hover .circle > span:after {
    background-position: 0 0;
    height: 2px;
  }
}
.cta__btn .circle > span {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (max-width: 768px) {
  .cta__btn .circle > span {
    right: 1rem;
    background-color: #fff;
  }
}
.cta__btn .circle > span:before, .cta__btn .circle > span::after {
  content: "";
  display: block;
  position: absolute;
}
.cta__btn .circle > span:before {
  width: 0.3em;
  height: 0.3em;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .cta__btn .circle > span:before {
    right: 2rem;
    background-color: transparent;
    border-radius: 0;
    border-top: 2px solid #ee5712;
    border-right: 2px solid #ee5712;
    transform: translate(82%, -50%) rotate(45deg);
  }
}
.cta__btn .circle > span:after {
  width: 0.6em;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(to right, #ffffff 50%, transparent 50.1%, transparent 100%);
  transition: all 0.4s;
  background-position: 100% 0;
  background-size: 300% 100%;
}
@media print, screen and (max-width: 768px) {
  .cta__btn .circle > span:after {
    display: none;
  }
}

.fv-cover {
  background: url(../img/mv_bg.png), linear-gradient(to left top, #fcd7ca, #fff6cf);
  background-size: cover;
  height: 135rem;
}
@media print, screen and (max-width: 768px) {
  .fv-cover {
    background: url(../img/mv_bg-sp.png), linear-gradient(to left top, #fcd7ca, #fff6cf);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 120rem;
  }
}

.mv {
  height: 66rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .mv {
    padding: 0 4rem;
    height: 56rem;
  }
}
.mv .marquee {
  position: absolute;
  display: flex;
  white-space: nowrap;
  gap: 10rem;
  font-size: 8rem;
  color: #fee7cd;
  bottom: 0;
  text-shadow: 1px 1px 0 #e2a74b, -1px 1px 0 #e2a74b, -1px -1px 0 #e2a74b, 1px -1px 0 #e2a74b;
}
@media print, screen and (max-width: 768px) {
  .mv .marquee {
    font-size: 4rem;
  }
}
.mv .marquee-inner {
  animation: marquee 20s linear infinite;
}
@keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 1rem);
  }
}
.mv > .base-inner {
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .mv > .base-inner {
    height: 100%;
    padding-top: 8rem;
    margin-bottom: auto;
  }
}
.mv__title {
  width: 64rem;
  margin-bottom: 3.5rem;
  margin-top: 6rem;
}
@media print, screen and (max-width: 768px) {
  .mv__title {
    width: 100%;
    margin-top: 0;
  }
}
.mv .cta__btn {
  width: 42rem;
  padding: 1.5rem 0;
  font-size: 3rem;
}
@media print, screen and (max-width: 768px) {
  .mv .cta__btn {
    width: 90%;
    font-size: 1.6rem;
    padding: 1rem 0;
    position: absolute;
    bottom: 4rem;
  }
}
.mv .cta__btn > span {
  left: 1.5rem;
  top: -2rem;
}
@media print, screen and (max-width: 768px) {
  .mv .cta__btn > span {
    left: 1rem;
    top: -1rem;
  }
}
.mv .card__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  .mv .card__slide {
    top: 12rem;
  }
}
.mv .card__slide.active .image-r {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 1200ms 900ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms 1000ms linear;
}
.mv .card__slide .image-r {
  width: 65rem;
  position: absolute;
  top: 3rem;
  right: 0;
  transform: translate3d(30%, 30%, 0);
  z-index: 1;
  opacity: 0;
}
@media print, screen and (max-width: 768px) {
  .mv .card__slide .image-r {
    width: 100%;
    right: 0;
    bottom: 4.5rem;
  }
}

.worries {
  z-index: 2;
  background-color: #fff;
  box-shadow: 1rem 1rem 2rem rgba(124, 25, 25, 0.13);
  position: relative;
  padding: 4rem 6.5rem 8rem;
}
@media print, screen and (max-width: 768px) {
  .worries {
    width: calc(100% - 4rem);
    padding: 2rem 2rem 5rem;
  }
}
.worries::after {
  content: "";
  position: absolute;
  background-image: url(../img/worries-arrow.svg);
  background-size: cover;
  width: 14rem;
  height: 6.8rem;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -4rem;
}
@media print, screen and (max-width: 768px) {
  .worries::after {
    width: 6rem;
    height: 2.8rem;
    bottom: -1.5rem;
  }
}
.worries__wrap {
  position: relative;
}
.worries__wrap::after {
  content: "";
  position: absolute;
  background-image: url(../img/worries-illust01.png);
  background-size: cover;
  width: 23rem;
  height: 23.3rem;
  top: 2rem;
  right: 0;
}
@media print, screen and (max-width: 768px) {
  .worries__wrap::after {
    width: 10rem;
    height: 10rem;
    top: 9rem;
    right: -37px;
  }
}
.worries__wrap::before {
  content: "";
  position: absolute;
  background-image: url(../img/worries-illust02.png);
  background-size: cover;
  width: 27rem;
  height: 33rem;
  bottom: -16rem;
  left: 0rem;
}
@media print, screen and (max-width: 768px) {
  .worries__wrap::before {
    width: 10rem;
    height: 12.5rem;
    bottom: -6rem;
    left: -3rem;
  }
}
.worries__title {
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  background-image: url(../img/worries_title-deco.svg);
  background-size: 22rem;
  background-repeat: no-repeat;
  background-position: top center;
  border-bottom: 2px solid #ca0000;
  padding-bottom: 2rem;
}
@media print, screen and (max-width: 768px) {
  .worries__title {
    padding-bottom: 1rem;
    background-size: 16rem;
    margin-bottom: 2rem;
  }
}
.worries__title .line01 {
  font-size: 4.6rem;
}
@media print, screen and (max-width: 768px) {
  .worries__title .line01 {
    font-size: 2.5rem;
  }
}
.worries__title .line02 {
  font-size: 3.6rem;
}
@media print, screen and (max-width: 768px) {
  .worries__title .line02 {
    font-size: 1.9rem;
  }
}
.worries__title .line02 > span {
  font-size: 4.4rem;
}
@media print, screen and (max-width: 768px) {
  .worries__title .line02 > span {
    font-size: 2.2rem;
  }
}
.worries__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.4rem;
  margin-top: 4rem;
  padding: 0 5rem 0;
}
@media print, screen and (max-width: 768px) {
  .worries__list {
    gap: 1rem;
    margin-top: 1rem;
    padding: 0 0 0;
  }
}
.worries__list > li {
  position: relative;
  min-height: 11rem;
  text-align: center;
  width: 31rem;
  color: #fff;
  padding: 2rem;
  font-size: 1.7rem;
  background-color: #d03c31;
  background-image: url(../img/worries_item-hatena.svg);
  background-size: 5rem;
  background-position: bottom right 1rem;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 768px) {
  .worries__list > li {
    min-height: 9rem;
    width: 23rem;
    padding: 2rem 1rem 2rem 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    justify-content: flex-start;
    background-position: bottom right 0;
  }
}
.worries__list > li:nth-child(2n) {
  background-color: #b91d12;
}
@media print, screen and (max-width: 768px) {
  .worries__list > li:nth-child(2n) {
    margin-left: auto;
  }
}
.worries__list:first-child > li:first-child::after {
  content: "";
  position: absolute;
  background-image: url(../img/worries_item-round.svg);
  background-size: cover;
  width: 5.7rem;
  height: 5.5rem;
  bottom: -4rem;
  left: 2rem;
}
@media print, screen and (max-width: 768px) {
  .worries__list:first-child > li:first-child::after {
    width: 3.1rem;
    height: 3rem;
    bottom: -2rem;
    left: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .worries__list:last-child {
    justify-content: flex-end;
  }
}
.worries__list:last-child > li:last-child::after {
  content: "";
  position: absolute;
  background-image: url(../img/worries_item-round02.svg);
  background-size: cover;
  width: 5.7rem;
  height: 5.5rem;
  top: -4rem;
  right: 2rem;
}
@media print, screen and (max-width: 768px) {
  .worries__list:last-child > li:last-child::after {
    width: 3.1rem;
    height: 3rem;
    top: -2rem;
    right: 1rem;
  }
}

.about {
  background: url(../img/about_bg.png);
  background-size: cover;
  background-position: top center;
  margin-top: -34rem;
  padding-top: 34rem;
}
@media print, screen and (max-width: 768px) {
  .about {
    margin-top: -16rem;
    padding-top: 16rem;
  }
}
.about__title {
  text-align: center;
  color: #fff;
}
.about__title > .line01 {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
  padding-bottom: 0;
  border-bottom: 3px solid #fff;
}
@media print, screen and (max-width: 768px) {
  .about__title > .line01 {
    font-size: 2rem;
    border-bottom: 2px solid #fff;
  }
}
.about__title > .line02 {
  line-height: 1;
  display: block;
  margin: auto;
  width: 61rem;
  margin-top: -4rem;
}
@media print, screen and (max-width: 768px) {
  .about__title > .line02 {
    width: 80%;
    margin-top: -2rem;
  }
}
.about-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
  width: 100%;
  height: 68rem;
  background-image: url(../img/about_bg-illust.png);
  background-size: cover;
  background-position: center bottom;
}
@media print, screen and (max-width: 768px) {
  .about-content {
    display: block;
    height: auto;
    background-image: none;
  }
}
.about-content__title {
  display: inline-block;
  background-color: #d03c31;
  color: #fff;
  font-size: 2.8rem;
  transform: skewX(-150deg) translate(-4.2rem, 0);
  padding: 0.5rem 1em 0.5rem 15rem;
  margin-top: 4rem;
}
@media print, screen and (max-width: 768px) {
  .about-content__title {
    font-size: 1.8rem;
    padding: 0 1em 0 5rem;
    margin-top: 0;
  }
}
.about-content__title > span {
  display: flex;
  transform: skewX(150deg);
  align-items: center;
  transform: skewX(150deg);
}
.about-content__title > span > em {
  width: 35rem;
  display: inline-block;
  vertical-align: text-top;
}
@media print, screen and (max-width: 768px) {
  .about-content__title > span > em {
    width: 20rem;
  }
}
.about-content__text {
  margin-left: auto;
  color: #fff;
  font-size: 2.8rem;
  margin-top: auto;
  margin-bottom: 8rem;
  margin-right: 15rem;
}
@media print, screen and (max-width: 768px) {
  .about-content__text {
    font-size: 1.6rem;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 4rem;
    margin-top: -2rem;
  }
}
.about-content__text > span {
  padding: 0 0.2em;
  margin-bottom: 0.7rem;
  display: inline-block;
  font-size: 1.1em;
  background: linear-gradient(to left, #ca0000, #ff4800);
}
@media print, screen and (max-width: 768px) {
  .about-content__text > span {
    padding: 0 0.4em;
  }
}
.about-content__img {
  width: 90%;
  margin: 2rem auto 0 1rem;
}

.feature {
  padding: 10rem 0;
  background: url(../img/feature_bg.png), linear-gradient(to left top, #ffe6cc, #fff7d3);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
@media print, screen and (max-width: 768px) {
  .feature {
    padding: 6rem 0 10rem;
    background: url(../img/feature_bg-sp.png), linear-gradient(to left top, #ffe6cc, #fff7d3);
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
}
.feature__title {
  text-align: center;
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
}
@media print, screen and (max-width: 768px) {
  .feature__title {
    font-size: 2.6rem;
  }
}
.feature__title > em {
  font-size: 1.4em;
}
.feature__title > .logo {
  display: inline-block;
  width: 33.4rem;
}
@media print, screen and (max-width: 768px) {
  .feature__title > .logo {
    width: 60%;
  }
}
@media print, screen and (max-width: 768px) {
  .feature__list {
    padding: 0 2rem;
    margin-top: 2.4rem;
  }
}
.feature__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.feature__item:nth-child(2n) > figure {
  left: 0;
  right: auto;
  transform: translate(-1rem, 0) scale(1.1);
}
@media print, screen and (max-width: 768px) {
  .feature__item:nth-child(2n) > figure {
    order: 2;
    transform: translate(0rem, -1rem) scale(1.4);
  }
}
.feature__item:nth-child(2n) > figcaption {
  margin-left: auto;
  order: 2;
}
@media print, screen and (max-width: 768px) {
  .feature__item:nth-child(2n) > figcaption {
    order: 1;
  }
}
.feature__item > figure {
  width: calc(100% - 65rem);
  transform: translate(1rem, 2rem) scale(1.1);
}
@media print, screen and (max-width: 768px) {
  .feature__item > figure {
    width: 50%;
    margin: auto;
    transform: translate(0rem, -1rem) scale(1.4);
  }
}
.feature__item > figcaption {
  background: #fff;
  width: 65rem;
  border-radius: 2rem;
  padding: 3.7rem 4.5rem;
  box-shadow: 1rem 1rem 2rem rgba(124, 25, 25, 0.13);
  line-height: 2;
}
@media print, screen and (max-width: 768px) {
  .feature__item > figcaption {
    width: 100%;
    padding: 2rem 2rem 5rem 2rem;
    line-height: 1.8;
  }
}
.feature__item > figcaption .title {
  min-height: 9.2rem;
  color: #6c0000;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 1.8rem;
  padding-bottom: 1.8rem;
  font-weight: 600;
  background-image: radial-gradient(2px 2px, #ff4800 100%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/feature_item_title-deco.svg);
  background-repeat: repeat-x, no-repeat;
  background-size: 14px 4px, 80% auto;
  background-position: bottom, left center;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 768px) {
  .feature__item > figcaption .title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    min-height: 7rem;
    background-size: 12px 4px, 100% auto;
  }
}
.feature__item > figcaption .title .num {
  background: linear-gradient(to left, #ca0000, #ff4800);
  background-clip: text;
  color: transparent;
  font-size: 3.2rem;
  display: block;
  margin-right: 2.8rem;
}
@media print, screen and (max-width: 768px) {
  .feature__item > figcaption .title .num {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    margin-right: 1.5rem;
  }
}
.feature__item > figcaption .title .num > em {
  font-size: 1.5em;
}
@media print, screen and (max-width: 768px) {
  .feature__item > figcaption .title .num > em {
    display: block;
    font-size: 1.7em;
  }
}
.feature .cta {
  margin-top: 8rem;
}

.skill > dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}
@media print, screen and (max-width: 768px) {
  .skill > dl {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media print, screen and (max-width: 768px) {
  .skill > dl.sale > dt {
    background-color: #fdefa3;
  }
}
.skill > dl.sale > dt::after {
  background-color: #fdefa3;
  background-image: url(../img/icon-sale.png);
}
@media print, screen and (max-width: 768px) {
  .skill > dl.marketing > dt {
    background-color: #fdd4a3;
  }
}
.skill > dl.marketing > dt::after {
  background-color: #fdd4a3;
  background-image: url(../img/icon-marketing.png);
}
@media print, screen and (max-width: 768px) {
  .skill > dl.consulting > dt {
    background-color: #ffe5d6;
  }
}
.skill > dl.consulting > dt::after {
  background-color: #ffe5d6;
  background-image: url(../img/icon-consulting.png);
}
.skill > dl > dt {
  color: #ba1f14;
  font-weight: 600;
  width: 40%;
  border-right: 1px solid #e2e2e2;
  padding: 0.5rem 1rem 0.5rem 4.5rem;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .skill > dl > dt {
    width: 100%;
    border: 0;
    border-radius: 0.4rem;
  }
}
.skill > dl > dt::after {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  content: "";
  width: 3.8rem;
  height: 3.8rem;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0.5rem;
  background-size: 2.4rem;
}
@media print, screen and (max-width: 768px) {
  .skill > dl > dt::after {
    width: 3.2rem;
    height: 3.2rem;
    left: 0.6rem;
  }
}
.skill > dl > dd {
  font-size: 1.4rem;
  width: 60%;
  padding: 0.5rem 1rem;
}
@media print, screen and (max-width: 768px) {
  .skill > dl > dd {
    width: 100%;
    font-size: 1.2rem;
    padding: 1rem 0 0;
  }
}

.cta {
  background-image: url(../img/cta_bg.jpg);
  border-radius: 2rem;
  background-size: cover;
  padding: 5rem 2rem;
  text-align: center;
  box-shadow: 1rem 1rem 2rem rgba(124, 25, 25, 0.13);
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .cta {
    padding: 4rem 2rem;
    border-radius: 0;
    background-image: url(../img/cta_bg-sp.jpg);
  }
}
.cta.full {
  border-radius: 0;
}
.cta > .title {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 3.5rem;
  line-height: 1.7;
}
@media print, screen and (max-width: 768px) {
  .cta > .title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.cta .cta__btn {
  width: 50rem;
  margin: auto;
  font-size: 2.6rem;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media print, screen and (max-width: 768px) {
  .cta .cta__btn {
    width: 90%;
    font-size: 1.6rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cta .cta__btn::after {
  position: absolute;
  left: 1rem;
  bottom: 0;
  content: "";
  background-image: url(../img/cta-deco.png);
  width: 10rem;
  height: 9.5rem;
  background-size: cover;
}
@media print, screen and (max-width: 768px) {
  .cta .cta__btn::after {
    width: 7rem;
    height: 6.5rem;
  }
}

.point {
  background: linear-gradient(to top left, #fffcf2, #fff7ef);
  position: relative;
}
.point::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  content: "";
  width: 100%;
  height: 17rem;
  z-index: 1;
}
.point-head {
  background-image: url(../img/point_bg.png);
  background-size: 100% auto;
  position: relative;
  padding: 10rem 0;
  height: 74rem;
  margin-bottom: 17rem;
}
@media print, screen and (max-width: 768px) {
  .point-head {
    background-image: url(../img/point_bg-sp.png);
    background-repeat: no-repeat;
    transform: translate(0, -1.8rem);
    height: 57rem;
    margin-bottom: 9rem;
  }
}
.point-head > .more {
  width: 12rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -6rem;
  margin: auto;
}
@media print, screen and (max-width: 768px) {
  .point-head > .more {
    top: -5rem;
    width: 10rem;
  }
}
.point-head > .more02 {
  color: #fff;
  position: absolute;
  bottom: -11.5rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 24rem;
  height: 24rem;
  background-image: url(../img/more02.svg);
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
@media print, screen and (max-width: 768px) {
  .point-head > .more02 {
    width: 17rem;
    height: 17rem;
    bottom: -8rem;
  }
}
.point-head > .more02 > p {
  line-height: 1.5;
  font-size: 4rem;
  font-weight: 600;
}
@media print, screen and (max-width: 768px) {
  .point-head > .more02 > p {
    font-size: 2.8rem;
  }
}
.point-head > .more02 > p > span {
  display: block;
  font-size: 0.4em;
}
.point-head .point__title {
  text-align: center;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__title {
    font-size: 2.6rem;
    text-align: right;
    width: 21rem;
    margin-right: auto;
    line-height: 1.3;
  }
}
.point-head .point__title > em {
  font-size: 1.4em;
}
.point-head .point__title > .logo {
  display: inline-block;
  width: 33.4rem;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__title > .logo {
    width: 100%;
    transform: translate(2rem, 0);
  }
}
.point-head .point__links {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin-top: 3rem;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__links {
    width: 95%;
    margin: 2rem auto 0;
  }
}
.point-head .point__item {
  width: 30%;
  color: #fff;
  padding-top: 5rem;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item {
    width: 33.3%;
    padding-top: 1rem;
    text-align: center;
  }
}
.point-head .point__item::after {
  position: absolute;
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  background-image: url(../img/point_icon-cross.svg);
  background-size: cover;
  right: -4rem;
  top: 0;
  bottom: -10rem;
  margin: auto;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item::after {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item:nth-child(2) {
    transform: translate(0, 2rem);
  }
}
.point-head .point__item:last-child::after {
  display: none;
}
.point-head .point__item .num {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item .num {
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
  }
}
.point-head .point__item .num__wrap {
  position: relative;
}
.point-head .point__item .num__wrap > em {
  font-size: 4.2rem;
  display: block;
  position: relative;
  z-index: 2;
  padding-bottom: 2rem;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item .num__wrap > em {
    display: inline-block;
    color: #fed61e;
    font-size: 2rem;
    padding-bottom: 0;
  }
}
.point-head .point__item .num__wrap::after {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  content: "";
  background-image: url(../img/icon-check.svg);
  width: 8.6rem;
  height: 4.7rem;
  background-size: cover;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item .num__wrap::after {
    width: 3.2rem;
    height: 1.9rem;
    margin: 0;
    bottom: 0;
    left: -2.2rem;
  }
}
.point-head .point__item > .title {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item > .title {
    font-size: 1.4rem;
  }
}
.point-head .point__item > a {
  width: 19rem;
  height: 19.9rem;
  background-image: url(../img/point_link_bg.svg);
  background-size: cover;
  background-position: center;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
  margin: auto;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item > a {
    width: 10rem;
    height: 10.6rem;
  }
}
.point-head .point__item > a > img {
  width: 10rem;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item > a > img {
    width: 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .point-head .point__item > a:hover {
    transform: translate(0, 1rem);
  }
}
@media print, screen and (max-width: 768px) {
  .point-body {
    padding-bottom: 5rem;
  }
}
.point-body .point__item {
  margin-top: 2rem;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item {
    margin-top: 4.8rem;
  }
}
.point-body .point__item .head {
  width: calc(100vw - 10rem);
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .head {
    width: calc(100vw - 2rem);
  }
}
.point-body .point__item .head__inner {
  width: 122rem;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .head__inner {
    width: auto;
  }
}
.point-body .point__item .head__wrap {
  position: relative;
  width: 51rem;
  padding: 3rem 0 2.5rem 0;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .head__wrap {
    width: auto;
    padding: 2rem;
  }
}
.point-body .point__item .head__wrap .num {
  text-align: left;
  font-size: 3.4rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -4rem;
  color: #d03c31;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .head__wrap .num {
    position: static;
    font-size: 1.6rem;
  }
}
.point-body .point__item .head__wrap .num__wrap {
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .head__wrap .num__wrap {
    display: inline-block;
  }
}
.point-body .point__item .head__wrap .num__wrap > em {
  font-size: 6rem;
  position: relative;
  z-index: 2;
  padding-bottom: 2rem;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .head__wrap .num__wrap > em {
    padding-bottom: 0;
    font-size: 2rem;
  }
}
.point-body .point__item .head__wrap .num__wrap::after {
  bottom: 0;
  right: -4rem;
  position: absolute;
  content: "";
  background-image: url(../img/icon-check.svg);
  width: 6.8rem;
  height: 3.6rem;
  background-size: cover;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .head__wrap .num__wrap::after {
    width: 3.2rem;
    height: 1.9rem;
    right: -2rem;
    bottom: -0.5rem;
  }
}
.point-body .point__item .head__wrap .title {
  color: #6c0000;
  font-size: 2.6rem;
  position: relative;
  font-weight: 600;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .head__wrap .title {
    font-size: 2rem;
    position: static;
  }
}
.point-body .point__item .head__wrap .title::after {
  position: absolute;
  width: 9rem;
  height: 9rem;
  content: "";
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .head__wrap .title::after {
    width: 6rem;
    height: 6rem;
    bottom: auto;
    right: 2rem;
    top: 2rem;
  }
}
.point-body .point__item .body .base-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point-body .point__item .body .base-inner > figcaption {
  width: 51rem;
  margin-top: 4rem;
  line-height: 2;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .body .base-inner > figcaption {
    width: auto;
    margin-top: 1.5rem;
    padding: 0 2rem;
    line-height: 1.8;
  }
}
.point-body .point__item .body .base-inner > figure {
  width: 65rem;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .body .base-inner > figure {
    width: auto;
    margin-top: 1.5rem;
  }
}
.point-body .point__item .body .base-inner > figure > img {
  border-radius: 2rem;
  box-shadow: 1rem 1rem 2rem rgba(124, 25, 25, 0.13);
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .body .base-inner > figure > img {
    border-radius: 0 2rem 2rem 0;
  }
}
.point-body .point__item:nth-child(2n-1) .head {
  border-radius: 0px 2rem 2rem 0px;
  background: linear-gradient(to left, #fcd7ca, #fff6cf);
}
.point-body .point__item:nth-child(2n-1) .head__inner {
  margin-left: auto;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item:nth-child(2n-1) .body {
    padding-right: 2rem;
  }
}
.point-body .point__item:nth-child(2n-1) .body .base-inner > figure {
  padding-right: 2rem;
  transform: translate(3rem, -6rem);
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item:nth-child(2n-1) .body .base-inner > figure {
    transform: translate(0, 0);
  }
}
.point-body .point__item:nth-child(2n) .head {
  border-radius: 2rem 0 0 2rem;
  margin-left: auto;
  background: linear-gradient(to left, #fff6cf, #fcd7ca);
}
.point-body .point__item:nth-child(2n) .head__inner {
  margin-right: auto;
}
.point-body .point__item:nth-child(2n) .head__wrap {
  margin-left: auto;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item:nth-child(2n) .body {
    padding-left: 2rem;
  }
}
.point-body .point__item:nth-child(2n) .body .base-inner > figcaption {
  order: 2;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item:nth-child(2n) .body .base-inner > figcaption {
    order: 1;
  }
}
.point-body .point__item:nth-child(2n) .body .base-inner > figure {
  transform: translate(-3rem, -6rem);
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item:nth-child(2n) .body .base-inner > figure {
    transform: translate(0, 0);
    order: 2;
    padding-left: 2rem;
  }
  .point-body .point__item:nth-child(2n) .body .base-inner > figure img {
    border-radius: 2rem 0 0 2rem;
  }
}
.point-body .point__item:nth-child(1) .head__wrap .title::after {
  background-image: url(../img/point_icon01.png);
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item:nth-child(1) .body .base-inner > figure {
    margin-right: calc(50% - 50vw + -1rem);
    width: calc(100vw + 2rem);
    padding: 0;
  }
  .point-body .point__item:nth-child(1) .body .base-inner > figure img {
    border-radius: 0;
  }
}
.point-body .point__item:nth-child(2) .head__wrap .title::after {
  background-image: url(../img/point_icon02.png);
}
.point-body .point__item:nth-child(3) .head__wrap .title::after {
  background-image: url(../img/point_icon03.png);
}
.point .cta {
  z-index: 2;
}

.faq {
  padding: 10rem 0;
}
@media print, screen and (max-width: 768px) {
  .faq {
    padding: 6rem 2rem;
  }
}
.faq__wrap {
  margin-top: 5rem;
}
@media print, screen and (max-width: 768px) {
  .faq__wrap {
    margin-top: 3rem;
  }
}
.faq__item {
  border-radius: 2rem;
  box-shadow: 0.5rem 0.2rem 1rem rgba(124, 25, 25, 0.13);
  transition: 0.5s;
  margin-bottom: 2.8rem;
}
@media print, screen and (max-width: 768px) {
  .faq__item {
    margin-bottom: 1.8rem;
    border-radius: 1.5rem;
  }
}
.faq__item[open] > summary {
  background-image: url(../img/faq_acc-minus.svg);
}
.faq__item > summary {
  padding: 0.8rem 6rem 0.8rem 2rem;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  cursor: pointer;
  background-image: url(../img/faq_acc-plus.svg);
  background-size: 3rem;
  background-position: center right 2rem;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 768px) {
  .faq__item > summary {
    font-size: 1.5rem;
    background-size: 2.2rem;
    background-position: center right 1.5rem;
  }
}
.faq__item > summary::before {
  position: relative;
  content: "Q";
  font-family: "Fugaz One";
  font-size: 4rem;
  left: 0;
  top: 0;
  color: #ca0000;
  margin-right: 2rem;
}
@media print, screen and (max-width: 768px) {
  .faq__item > summary::before {
    font-size: 2.4rem;
    margin-right: 1rem;
  }
}
.faq__item > p {
  padding: 0.8rem 3rem 0.8rem 2rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  background-color: #fff9eb;
}
@media print, screen and (max-width: 768px) {
  .faq__item > p {
    font-size: 1.5rem;
  }
}
.faq__item > p::before {
  position: relative;
  content: "A";
  font-family: "Fugaz One";
  font-size: 4rem;
  left: 0;
  top: 0;
  color: #6c0000;
  margin-right: 2rem;
}
@media print, screen and (max-width: 768px) {
  .faq__item > p::before {
    font-size: 2.4rem;
    margin-right: 1rem;
  }
}

.message {
  background-color: #fefaf0;
  position: relative;
  background-image: url(../img/message_bg.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 42rem;
}
@media print, screen and (max-width: 768px) {
  .message {
    background-size: 22rem;
  }
}
.message::after {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  content: "";
  width: 100%;
  height: 17rem;
  z-index: 1;
}
.message .cta {
  z-index: 2;
}
.message__inner {
  padding: 6rem 2rem;
}
.message__wrap {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  .message__wrap {
    margin-top: 3rem;
  }
}
.message__wrap > figure {
  width: 44rem;
}
@media print, screen and (max-width: 768px) {
  .message__wrap > figure {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.message__wrap > figcaption {
  width: 69rem;
}
@media print, screen and (max-width: 768px) {
  .message__wrap > figcaption {
    width: auto;
  }
}
.message__wrap > figcaption > .text {
  line-height: 2;
}
.message__wrap > figcaption > .name {
  margin-top: 1rem;
  text-align: right;
  font-size: 3rem;
}
@media print, screen and (max-width: 768px) {
  .message__wrap > figcaption > .name {
    font-size: 2rem;
  }
}
.message__wrap > figcaption > .name > span {
  font-size: 0.5em;
}

.company {
  padding: 10rem 0;
}
@media print, screen and (max-width: 768px) {
  .company {
    padding: 6rem 2rem;
  }
}
.company__inner {
  width: 80rem;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .company__inner {
    width: auto;
  }
}
.company__wrap {
  font-size: 1.5rem;
  margin-top: 6rem;
}
@media print, screen and (max-width: 768px) {
  .company__wrap {
    margin-top: 3rem;
  }
}
.company__wrap > dl {
  display: flex;
  flex-wrap: wrap;
}
.company__wrap > dl > dt {
  color: #6c0000;
  width: 30%;
  border-bottom: #ca0000 2px solid;
  padding: 1.5rem 0;
}
@media print, screen and (max-width: 768px) {
  .company__wrap > dl > dt {
    width: 100%;
    background-color: #fff9eb;
    border: none;
    padding: 0.8rem 1.5rem;
  }
}
.company__wrap > dl > dd {
  width: 70%;
  border-bottom: #d5d5d5 2px solid;
  padding: 1.5rem 0;
  padding-left: 2rem;
}
@media print, screen and (max-width: 768px) {
  .company__wrap > dl > dd {
    width: 100%;
    padding: 0.8rem 1.5rem;
    border: none;
  }
}


/* ====== LP FORM (shared) ====== */
= */
.form-page,
.thanks-page {
  background-color: var(--lp-page-bg, #f1f9fe);
  padding-top: 12rem;
  padding-bottom: 8rem;
  min-height: calc(100vh - 12rem);
}

.form-title,
.thanks-title {
  margin-bottom: 3rem;
}

.lpform-card,
.thanks-card {
  background: #fff;
  border: 3px solid var(--lp-accent, #239cf5);
  box-shadow: 5.66px 5.66px 0px var(--lp-shadow, #fff36e);
  border-radius: 2rem;
  padding: 3rem;
}

@media print, screen and (max-width: 768px) {
  .lpform-card,
  .thanks-card {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
  }
}

.lpform {
  width: 100%;
}

.lpform__row {
  display: flex;
  gap: 2rem;
  margin-top: 1.8rem;
}

.lpform__row--2col .lpform__field {
  flex: 1;
}

@media print, screen and (max-width: 768px) {
  .lpform__row {
    flex-direction: column;
    gap: 1.2rem;
  }
}

.lpform__field label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.6rem;
  text-align: left;
}

.lpform__req {
  display: inline-block;
  margin-left: 0.6rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: #239cf5;
  border-radius: 0.4rem;
  padding: 0.1rem 0.6rem;
  vertical-align: middle;
}

.lpform__field input,
.lpform__field select {
  width: 100%;
  padding: 1.2rem 1.2rem;
  border: 1px solid #d5d5d5;
  border-radius: 1rem;
  font-size: 1.6rem;
  background: #fff;
}

@media print, screen and (max-width: 768px) {
  .lpform__field input,
  .lpform__field select {
    font-size: 1.4rem;
    padding: 1rem 1rem;
  }
}

.lpform__field input:focus,
.lpform__field select:focus {
  outline: none;
  border-color: var(--lp-accent, #239cf5);
  box-shadow: 0 0 0 3px rgba(var(--lp-accent-rgb, 35, 156, 245), 0.2);
}

.lpform__note {
  margin-top: 2.5rem;
  font-size: 1.3rem;
  color: var(--lp-text, #2e0707);
  text-align: center;
}

.lpform__actions {
  margin-top: 2.5rem;
  text-align: center;
}

.lpform__submit {
  border: none;
  cursor: pointer;
  width: min(50rem, 100%);
  margin-left: auto;
  margin-right: auto;
}

.lpform__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.lpform__status {
  margin-top: 1.2rem;
  font-size: 1.3rem;
  color: var(--lp-text, #2e0707);
}

.lpform__error {
  display: none;
  margin-top: 1rem;
  font-size: 1.3rem;
  color: #ff5200;
}

.lpform__iframe {
  display: none;
  width: 0;
  height: 0;
  border: 0;
}

.lpform__hp {
  display: none;
}

.thanks-lead {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
}

@media print, screen and (max-width: 768px) {
  .thanks-lead {
    font-size: 1.5rem;
  }
}

.thanks-btn {
  width: min(50rem, 100%);
  margin: 2.5rem auto 0;
}

.cta__btn--small {
  width: 24rem !important;
  font-size: 1.5rem !important;
  padding: 1rem 0 1rem 0.5em !important;
}

@media print, screen and (max-width: 768px) {
  .cta__btn--small {
    width: 20rem !important;
    font-size: 1.4rem !important;
    padding: 0.6rem 0 0.6rem 0.5em !important;
  }
  .cta__btn--small::after {
    width: 4rem !important;
    height: 3.5rem !important;
  }
}


.lpform__help {
  margin-top: 0.6rem;
  font-size: 1.2rem;
  line-height: 1.4;
  opacity: 0.8;
}


/* Form page container (shared) */
.lpform-container {
  max-width: 103rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.form-page .u-font--blue,
.thanks-page .u-font--blue {
  color: var(--lp-accent, #239cf5) !important;
}


:root{
  --lp-page-bg: #fff4f1;
  --lp-accent: #ca0000;
  --lp-accent-rgb: 202, 0, 0;
  --lp-shadow: #ffd2c2;
  --lp-text: #2e0707;
}
