/* --------------------------------------------------------------------------
   
   -------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    "Yu Gothic", "Meiryo", sans-serif;
}

body,
h1,
h2,
h3,
p,
ul,
ol,
figure {
  margin: 0;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}

body {
  width: 375px;
  margin: 0 auto;
}

.fv_section {
  --placeholder: initial;
  padding: 0;
}

.img1_section {
  --placeholder: initial;
}

.cta_section {
  --placeholder: initial;
  padding: 8% 0;
}

.img2_section {
  --placeholder: initial;
  overflow: hidden;
}

.img3_section {
  --placeholder: initial;
  padding: 0% 0;
}

.img4_section {
  --placeholder: initial;
  padding: 6% 6% 16%;
}

.img5_section {
  --placeholder: initial;
}

.img6_section {
  --placeholder: initial;
}

.img7_section {
  --placeholder: initial;
}

.img8_section {
  --placeholder: initial;
}

.img9_section {
  --placeholder: initial;
}

.img10_section {
  --placeholder: initial;
  padding: 8% 6% 6%;
}

.fv_img {
  --placeholder: initial;
}

.img1_img {
  --placeholder: initial;
}

.review_img {
  --placeholder: initial;
  margin-top: -6%;
}

.cta_banner_img {
  width: 56%;
  margin: auto;
  --placeholder: initial;
}

.cta_line_button_img {
  --placeholder: initial;
}

.cta_form_button_img {
  --placeholder: initial;
}

.cta_call_button_img {
  --placeholder: initial;
}

.img2_img {
  --placeholder: initial;
  padding: 1% 0 0%;
  width: 122%;
  display: block;
  margin-left: -13%;
  max-width: unset;
}

.img3_img {
  --placeholder: initial;
}

.img4_img {
  --placeholder: initial;
}

.img5_img {
  --placeholder: initial;
}

.img6_img {
  --placeholder: initial;
}

.img7_img {
  --placeholder: initial;
}

.img8_img {
  --placeholder: initial;
}

.img9_img {
  --placeholder: initial;
}

.img10_img {
  --placeholder: initial;
}

.cta_line_link {
  --placeholder: initial;
  display: block;
  margin: 6% auto 1%;
  width: 90%;
}

.cta_form_link {
  --placeholder: initial;
  display: block;
  margin: 0% auto 1%;
  width: 90%;
}

.cta_call_link {
  --placeholder: initial;
  display: block;
  margin: 0% auto 0%;
  width: 90%;
}

.footer {
  background: linear-gradient(90deg, #c31d14 0%, #fb540d 100%);
  padding: 2% 0;
  text-align: center;
}

.footer_company_link,
.footer_privacy_link {
  font-family: "Inter", sans-serif;
  font-size: 7px;
  color: #fff;
  text-decoration: underline;
  display: block;
  margin-bottom: 1%;
}

.footer_text {
  --placeholder: initial;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.form_section {
  padding: 12% 6%;
  background: #fff7f2;
}

.form_title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  position: relative;
  width: fit-content;
  margin: auto;
  z-index: 1;
}

.form_title::before {
  content: "";
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5px;
  background: #FA0404;
  z-index: -1;
  border-radius: 5px;
}

.form_lead {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.form_success {
  margin-top: 18px;
  padding: 20px 16px;
  border-radius: 12px;
  background: #fff;
  border: 2px solid #c31d14;
  text-align: center;
}

.form_success_title {
  font-size: 20px;
  font-weight: 700;
  color: #c31d14;
  margin-bottom: 10px;
}

.form_success_text {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.form_error_box {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fff0f0;
  border: 1px solid #e08080;
  color: #a02020;
  font-size: 13px;
  line-height: 1.6;
  white-space: pre-line;
}

.contact_form {
  margin-top: 18px;
}

.contact_honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form_label {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 700;
}

.form_required {
  color: #c31d14;
}

.form_optional {
  color: #666;
}

.form_input {
  width: 100%;
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  background: #fff;
}

.form_select {
  width: 100%;
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  background: #fff;
}

.form_submit {
  --form-submit-icon-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 28px;
  padding: 12px 16px;
  border: none;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #c31d14 0%, #fb540d 100%);
  cursor: pointer;
  position: relative;
}

.form_submit::before {
  content: "";
  position: absolute;
  left: 20%;
  flex-shrink: 0;
  width: var(--form-submit-icon-size);
  height: var(--form-submit-icon-size);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke='%23ffffff' stroke-width='1.75'/%3E%3Cpolygon points='9.5,8 9.5,16 15.5,12' fill='%23ffffff'/%3E%3C/svg%3E") center / contain no-repeat;
}