@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, :after, :before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

fieldset, option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/******************************************************************

StyleSheet: ベーススタイル

******************************************************************/
.background-set, .works-lp05__ttl, .hero-lp04, .com-btn::after, .lp05-btn a span::before, .lp05-btn--yellow a span::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Meiryo", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 700;
}

#global-container-lp04,
#global-container-lp05,
#global-container-download {
  min-width: 330px;
}

#container-lp04 {
  max-width: 700px;
  margin-inline: auto;
}

#main-container-lp05,
#main-container-download,
#main-container-download-thanks {
  max-width: 700px;
  margin-inline: auto;
}

h1,
h2,
h3,
p {
  line-height: 1;
}

li {
  margin: 0;
}

dt {
  margin-bottom: 0;
}

a {
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.wrap {
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .wrap {
    width: 95%;
    margin-inline: auto;
  }
}

/********************************
 共通クラス
*********************************/
.main-ttl-lp05 {
  font-size: clamp(13px, 4vw, 24px);
  line-height: 2;
  border-bottom: 3px solid #ffa200;
}
@media screen and (min-width: 600px) {
  .main-ttl-lp05 {
    border-bottom-width: 5px;
  }
}

.sec-ttl-lp05 {
  font-size: clamp(13px, 4vw, 24px);
  background-color: #cbcbcb;
  padding: 2%;
}

.flex-row {
  align-items: center;
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.com-btn {
  border-radius: clamp(30px, 7vw, 80px);
  overflow: hidden;
  position: relative;
  border: 3px solid #000000;
  transition: 0.2s;
}
.com-btn::after {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../common/images/arrow-right.png);
  width: 10%;
  aspect-ratio: 1;
}
.com-btn:hover {
  transform: scale(1.03);
}
.com-btn a {
  background-color: #ffcc00;
  padding: 6% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 4.3vw, 16px);
}

.com-btn-200 a img {
  animation: fuwascale 3s infinite ease-in-out 0.8s alternate;
}

@keyframes fuwascale {
  0%, 40%, 80% {
    transform: scale(1);
  }
  20%, 60%, 100% {
    transform: scale(0.96);
  }
}
.fuwascale {
  animation: fuwascale 3s infinite ease-in-out 0.8s alternate;
}

.lp05-btn {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 30px;
  width: 48%;
}
.lp05-btn a {
  font-size: clamp(10px, 3vw, 16px);
  padding: 6% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp05-btn a span {
  padding-left: 10%;
  position: relative;
}
.lp05-btn a span::before {
  content: "";
  background-image: url(../common/images/lp05/btn-icon01.png);
  background-size: contain;
  aspect-ratio: 1;
  width: 15%;
  max-width: 25px;
  top: 50%;
  transform: translateY(-50%);
  right: 90%;
  position: absolute;
}

.lp05-btn--yellow {
  background-color: #ffcc00;
  color: #000000;
  border-radius: 30px;
  width: 48%;
}
.lp05-btn--yellow a {
  font-size: clamp(10px, 3vw, 16px);
  padding: 6% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp05-btn--yellow a span {
  padding-left: 10%;
  position: relative;
}
.lp05-btn--yellow a span::before {
  content: "";
  background-image: url(../common/images/lp05/btn-icon01.png);
  background-size: contain;
  aspect-ratio: 1;
  width: 15%;
  max-width: 25px;
  top: 50%;
  transform: translateY(-50%);
  right: 90%;
  position: absolute;
}
.lp05-btn--yellow a span::before {
  background-image: url(../common/images/lp05/btn-icon02.png);
}

/********************************
 ディスプレイ用
*********************************/
.d-none {
  display: none !important;
}

.md-flex {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .md-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  .md-none {
    display: none !important;
  }
}

.md-show {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .md-show {
    display: block !important;
  }
}

.md-inline {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .md-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 480px) {
  .sm-none {
    display: none !important;
  }
}

.sm-show {
  display: none !important;
}
@media screen and (min-width: 480px) {
  .sm-show {
    display: block !important;
  }
}

.ssm-show {
  display: none;
}
@media screen and (min-width: 600px) {
  .ssm-show {
    display: block !important;
  }
}

@media screen and (min-width: 600px) {
  .ssm-none {
    display: none !important;
  }
}

.sm-flex {
  display: none !important;
}
@media screen and (min-width: 480px) {
  .sm-flex {
    display: flex !important;
  }
}

/********************************


 ヘッダー


*********************************/
.h-lp04__inner {
  display: flex;
  align-items: center;
  height: 40px;
}
@media screen and (min-width: 480px) {
  .h-lp04__inner {
    height: 60px;
  }
}
.h-lp04__logo {
  width: 35%;
  max-width: 226px;
}

/********************************


 メインビジュアル


*********************************/
.hero-lp04 {
  background-image: url(../common/images/mv01.png);
  aspect-ratio: 1/1.6;
}
.hero-lp04 h2 {
  width: 95%;
  margin-inline: auto;
}
.hero-lp04 p {
  line-height: 1.7;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
  font-size: clamp(12px, 3vw, 18px);
}
.hero-lp04__inner {
  padding: 5% 0 15%;
  height: 110%;
}
@media screen and (min-width: 600px) {
  .hero-lp04__inner {
    padding: 30px 0 100px;
  }
}
.hero-lp04__cont {
  height: 100%;
  justify-content: space-between;
  border-radius: 30px;
}
.hero-lp04__box {
  position: relative;
  z-index: 0;
}
.hero-lp04__box::before {
  top: 15%;
  left: 0;
  position: absolute;
  content: "";
  background-color: #FFFFFF;
  opacity: 0.8;
  width: 100%;
  height: 90%;
  z-index: -1;
  border-radius: 20px;
}

.hero-lp05 {
  position: relative;
  background-color: #000000;
  color: #FFFFFF;
  z-index: 0;
}
.hero-lp05 video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.hero-lp05 h2,
.hero-lp05 p {
  line-height: 1.7;
}
.hero-lp05 h2 {
  align-items: center;
}
.hero-lp05 h2 span:nth-child(1) {
  font-weight: 600;
  font-size: clamp(14px, 4.3vw, 24px);
}
.hero-lp05 h2 span:nth-child(2) {
  font-size: clamp(20px, 8vw, 48px);
}
.hero-lp05 p {
  font-weight: 600;
  text-align: center;
  font-size: clamp(10px, 3vw, 16px);
  margin-bottom: 5%;
}
@media screen and (min-width: 600px) {
  .hero-lp05 p {
    margin-bottom: 30px;
  }
}
.hero-lp05__inner {
  padding: 10% 0 8%;
}
@media screen and (min-width: 600px) {
  .hero-lp05__inner {
    padding: 80px 0 70px;
  }
}
.hero-lp05__wrap {
  row-gap: clamp(10px, 6vw, 30px);
}
.hero-lp05__box {
  width: 95%;
  margin-inline: auto;
  max-width: 580px;
  justify-content: space-between;
}

.opening-lp05 h4 {
  line-height: 1.7;
  font-size: clamp(12px, 3vw, 18px);
}
.opening-lp05 h5 {
  font-size: clamp(13px, 4vw, 24px);
}
.opening-lp05 p {
  line-height: 1.7;
  font-size: clamp(12px, 3vw, 18px);
}
.opening-lp05__inner {
  padding: 4% 0;
}
@media screen and (min-width: 600px) {
  .opening-lp05__inner {
    padding: 30px 0;
  }
}
.opening-lp05__cont {
  row-gap: clamp(20px, 4vw, 30px);
}
.opening-lp05__box {
  row-gap: clamp(15px, 4vw, 25px);
}
.opening-lp05__img {
  justify-content: space-between;
}
.opening-lp05__img img {
  width: 49%;
}
.opening-lp05__items {
  align-items: stretch;
  justify-content: space-between;
}
.opening-lp05__item {
  width: 48%;
}
.opening-lp05__item img {
  margin-bottom: 10px;
}
.opening-lp05__item p {
  align-items: last baseline;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.opening-lp05__item p:nth-of-type(1) {
  margin-bottom: clamp(10px, 2vw, 20px);
}
.opening-lp05__item p:nth-of-type(1) span:nth-child(2) {
  font-size: clamp(8px, 1.5vw, 12px);
}
.opening-lp05__item p:nth-of-type(2) {
  font-weight: 500;
  font-size: clamp(8px, 1.5vw, 12px);
}

.about-lp05 {
  margin-bottom: 50px;
}
.about-lp05__head {
  row-gap: clamp(10px, 3vw, 20px);
}
.about-lp05__head h2 {
  margin-bottom: 10px;
}
.about-lp05__head p {
  line-height: 1.7;
  font-size: clamp(12px, 3vw, 18px);
}
.about-lp05__inner {
  row-gap: clamp(30px, 6vw, 50px);
}
.about-lp05__inner .about-lp05__wrap {
  row-gap: clamp(10px, 3vw, 20px);
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(1) h3 {
  margin-bottom: 10px;
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(1) h3 span {
  line-height: 1.5;
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(1) h3 span:nth-child(1) {
  font-size: clamp(7px, 2vw, 12px);
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(1) h3 span:nth-child(2) {
  font-size: clamp(12px, 3vw, 20px);
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(1) h4 {
  margin: 0;
  font-size: clamp(10px, 2.3vw, 14px);
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(1) li {
  line-height: 1.7;
  font-size: clamp(10px, 2.3vw, 14px);
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(1) p {
  font-size: clamp(12px, 3vw, 18px);
  line-height: 1.7;
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(1) .about-lp05__cont {
  border-radius: 10px;
  padding: 2%;
  border: 1px dashed #000000;
  align-items: stretch;
  justify-content: space-between;
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(1) .about-lp05__img {
  width: 30%;
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(1) .about-lp05__box {
  width: 68%;
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(1) .about-lp05__box p {
  font-size: clamp(10px, 2.3vw, 14px);
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(2) th {
  width: 33%;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  /* 線の太さを2pxにする */
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(2) td {
  font-size: clamp(10px, 2.3vw, 14px);
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(2) tbody tr:nth-of-type(even) {
  background-color: #cbcbcb;
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(2) p {
  line-height: 1.7;
  font-size: clamp(12px, 3vw, 18px);
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(2) .about-lp05__table {
  font-weight: 500;
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(3) dl {
  font-size: clamp(11px, 2.5vw, 16px);
  display: flex;
  gap: 10px;
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(3) dl.c-fee ul li:nth-child(2) {
  font-size: clamp(10px, 2.3vw, 14px);
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(3) dl.c-support ul li:nth-child(4) {
  font-size: clamp(10px, 2.3vw, 14px);
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(3) dt {
  color: #FFFFFF;
  padding: 4% 0;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b13a3a;
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(3) dd {
  line-height: 1.5;
  background-color: #f5f5f5;
  padding: 4% 2%;
  width: 40%;
  display: flex;
  align-items: center;
  width: 60%;
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(3) ul li {
  line-height: 1.8;
}
.about-lp05__inner .about-lp05__wrap .about-lp05__data {
  gap: 10px;
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(4) h3 {
  text-align: center;
  font-size: clamp(12px, 3vw, 20px);
  margin-bottom: 20px;
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(4) .about-lp05__box {
  width: 90%;
  margin-inline: auto;
  max-width: 500px;
  justify-content: space-between;
}
.about-lp05__inner .about-lp05__wrap:nth-of-type(4) .about-lp05__btn {
  width: 48%;
  border: 3px solid #000000;
}
@media screen and (min-width: 600px) {
  .about-lp05__inner .about-lp05__wrap:nth-of-type(4) .about-lp05__btn {
    border-width: 5px;
  }
}

.works-lp05 {
  margin-bottom: 50px;
}
.works-lp05 h3 {
  color: #FFFFFF;
  font-size: clamp(13px, 4vw, 24px);
}
.works-lp05 h4 {
  text-align: center;
  font-size: clamp(11px, 3vw, 20px);
  margin-bottom: 10px;
}
.works-lp05__inner {
  row-gap: clamp(10px, 3vw, 20px);
}
.works-lp05__ttl {
  row-gap: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../common/images/lp05/works01.png);
  aspect-ratio: 1/0.6;
}
.works-lp05__box {
  width: 90%;
  justify-content: space-between;
  max-width: 500px;
  margin-inline: auto;
}
.works-lp05__btn {
  width: 48%;
  border: 3px solid #000000;
}

.flow-lp05 {
  margin-bottom: 50px;
}
.flow-lp05 h2 {
  margin-bottom: 10px;
}
.flow-lp05 h3 {
  text-align: center;
  font-size: clamp(11px, 3vw, 20px);
  margin-bottom: 10px;
}
.flow-lp05__inner {
  row-gap: clamp(10px, 3vw, 20px);
}
.flow-lp05__box {
  width: 90%;
  justify-content: space-between;
  max-width: 500px;
  margin-inline: auto;
}
.flow-lp05__btn {
  width: 48%;
  border: 3px solid #000000;
}

.cost-lp05 {
  margin-bottom: 50px;
}
.cost-lp05 h3 {
  text-align: center;
  font-size: clamp(11px, 3vw, 20px);
  margin-bottom: 10px;
}
.cost-lp05 p {
  line-height: 1.7;
  font-size: clamp(12px, 3vw, 18px);
  margin-bottom: 10px;
}
.cost-lp05 ol {
  padding-right: 10%;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-bottom: 3px solid #000000;
  margin-bottom: 10px;
}
.cost-lp05 li {
  font-size: clamp(12px, 3vw, 18px);
  line-height: 2;
}
.cost-lp05__inner {
  row-gap: clamp(10px, 3vw, 20px);
}
.cost-lp05__list {
  margin-bottom: 30px;
}
.cost-lp05__box {
  width: 90%;
  justify-content: space-between;
  max-width: 500px;
  margin-inline: auto;
}
.cost-lp05__btn {
  width: 48%;
  border: 3px solid #000000;
}

.faq-lp05 {
  margin-bottom: 50px;
}
.faq-lp05 ul li {
  line-height: 1.7;
}
.faq-lp05 ul li:nth-child(1) {
  font-size: clamp(13px, 4.3vw, 22px);
  margin-bottom: 10px;
}
.faq-lp05 ul li:nth-child(2) {
  font-size: clamp(12px, 3vw, 18px);
}
.faq-lp05 p {
  line-height: 1.7;
}
.faq-lp05__inner {
  row-gap: clamp(10px, 3vw, 20px);
}

.info-lp05 {
  margin-bottom: 50px;
}
.info-lp05 p {
  line-height: 1.7;
  font-size: clamp(12px, 3vw, 18px);
  margin-bottom: 10px;
}
.info-lp05__inner {
  row-gap: clamp(10px, 3vw, 20px);
}

.contact-lp05 {
  background-color: #ffffcc;
}
.contact-lp05 h2 {
  text-align: center;
  font-size: clamp(13px, 4vw, 24px);
  margin-bottom: 10%;
}
@media screen and (min-width: 600px) {
  .contact-lp05 h2 {
    margin-bottom: 50px;
  }
}
.contact-lp05 label {
  display: block;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.5;
}
.contact-lp05 label.contact-lp05__label {
  padding-left: 60px;
}
.contact-lp05 label.contact-lp05__label::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  content: "任意";
  font-size: 10px;
  background-color: #e2e2d2;
  padding: 1% 2%;
  color: #FFFFFF;
  border-radius: 30px;
}
.contact-lp05 label.required::before {
  color: #000000;
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  content: "必須";
  font-size: clamp(10px, 2.3vw, 12px);
  background-color: #ffcc00;
  padding: 1% 2%;
  border-radius: 30px;
}
.contact-lp05 input::-moz-placeholder, .contact-lp05 textarea::-moz-placeholder {
  color: #e2e2d2;
}
.contact-lp05 input::placeholder,
.contact-lp05 textarea::placeholder {
  color: #e2e2d2;
}
.contact-lp05 input[type=checkbox] {
  webkit-appearance: auto;
  -moz-appearance: auto;
  -webkit-appearance: auto;
          appearance: auto;
}
.contact-lp05 textarea {
  padding: 3%;
  border-radius: 5px;
  aspect-ratio: 1/0.5;
  background-color: #FFFFFF;
  resize: none;
}
.contact-lp05__inner {
  padding: 30px 0 100px;
}
.contact-lp05__form {
  row-gap: clamp(15px, 5vw, 30px);
  width: 90%;
  max-width: 550px;
  margin-inline: auto;
}
.contact-lp05__form .contact-lp05__box:nth-of-type(3) {
  margin-bottom: 10px;
}
.contact-lp05__case {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.contact-lp05__case label {
  margin-bottom: 0;
}
.contact-lp05__btn {
  width: 80%;
  max-width: 300px;
  border-radius: 30px;
  overflow: hidden;
  margin-inline: auto;
}
.contact-lp05__btn button {
  width: 100%;
  background-color: #ffcc00;
  display: flex;
  padding: 6% 0;
  justify-content: center;
  align-items: center;
}
.contact-lp05__btn input[type=submit] {
  width: 100%;
  background-color: #ffcc00;
  display: flex;
  padding: 6% 0;
  justify-content: center;
  align-items: center;
  border-radius: unset;
  border: none;
  text-align: center;
  color: #000000;
}
.contact-lp05 .wpcf7-spinner {
  display: none;
}
.contact-lp05 .wpcf7 form.sent .wpcf7-response-output {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
}
.contact-lp05 .wpcf7 form.invalid .wpcf7-response-output {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
}
.contact-lp05 .confirm-area {
  display: none;
}
.contact-lp05 .confirm__btn {
  opacity: 0.5;
  pointer-events: none;
  transition: 0.5s;
}
.contact-lp05 .confirm__btn.active {
  opacity: 1;
  pointer-events: fill;
}

#main-container-download .wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

#main-container-download-thanks {
  padding: 100px 0;
}
#main-container-download-thanks p {
  text-align: center;
  line-height: 2;
  font-size: clamp(14px, 3vw, 18px);
}
#main-container-download-thanks a {
  text-decoration: underline;
}/*# sourceMappingURL=single.css.map */