@charset "UTF-8";
:root {
  --ff-ls-b: "LINESeedJPStd Bold";
  --ff-ls-eb: "LINESeedJPStd ExtraBold";
  --ff-ls-m: "LINESeedJPStd Regular";
  --ff-ls-t: "LINESeedJPStd Thin";
}
.c-section-6__container {
  padding-inline: 45px;
}
@media screen and (max-width: 1024px) {
  .c-section-6__container {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .c-section-6__lead {
    width: 100%;
  }
}
/* ---------------------------------------------
*  フォーム
--------------------------------------------- */
.mktoForm {
  margin-inline: auto;
  margin-top: 40px;
  max-width: 1000px;
  position: relative;
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  .mktoForm {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .mktoForm .mktoFormCol {
    margin-bottom: 0 !important;
    width: 100% !important;
  }
}
.mktoForm .mktoFieldWrap .mktoHtmlText {
  font-family: var(--ff-ls-b);
}
.mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
  font-size: 0 !important;
  padding-top: 0 !important;
}
@media screen and (max-width: 1024px) {
  .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    order: 1;
    padding-bottom: 1px !important;
  }
}
.mktoAsterix::after {
  background-color: #f03 !important;
  border-radius: 12px;
  color: #fff;
  content: "必須" !important;
  display: inline-block;
  font-family: var(--ff-ls-b);
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 5px 15px 4px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.mktoForm .mktoFormRow {
  display: flex;
  justify-content: flex-start;
}
.mktoForm .mktoOffset[style="width: 10px;"] {
  display: none !important;
}
.mktoForm .mktoFormRow:nth-child(2) {
  display: none !important;
}
.mktoForm .mktoFormRow:nth-child(9) {
  display: none;
}
/* @media screen and (min-width: 1025px) {
  .mktoForm .mktoFormRow:nth-child(9) {
    margin-top: 16px !important;
  }
}

.mktoForm .mktoFormRow:nth-child(9) .mktoFormCol .mktoFieldWrap .mktoHtmlText {
  width: 100% !important;
}
.mktoForm .mktoFormRow:nth-child(9) .mktoFormCol .mktoFieldWrap .mktoHtmlText .c-mrkdwn__quote {
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  .mktoForm .mktoFormRow:nth-child(9) .mktoFormCol .mktoFieldWrap .mktoHtmlText .c-mrkdwn__quote {
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.mktoForm .mktoFormRow:nth-child(9) .mktoFormCol .mktoFieldWrap .mktoHtmlText .c-mrkdwn__quote a {
  color: #1975ff;
  display: inline-block;
} */

.mktoForm .mktoFormRow:nth-child(10) {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 28px 34px;
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
}
@media screen and (max-width: 1200px) {
  .mktoForm .mktoFormRow:nth-child(10) {
    padding: 24px;
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .mktoForm .mktoFormRow:nth-child(10) {
    margin-top: 16px;
    padding: 16px 20px;
    position: relative;
    width: 100%;
  }
}
.mktoForm .mktoFormRow:nth-child(10) a {
  color: #1975ff;
  padding: 0 !important;
}
.mktoForm .mktoFormRow:nth-child(10) a:hover {
  opacity: 0.7;
}
.mktoForm .mktoFormRow:nth-child(10) .mktoOffset[style="width: 10px;"] {
  display: none !important;
}
.mktoForm .mktoFormRow:nth-child(10) .mktoFieldWrap .mktoHtmlText {
  width: auto !important;
}
.mktoForm .mktoFormRow:nth-child(10) .mktoFieldWrap .mktoHtmlText p span {
  font-family: var(--ff-ls-m);
  font-size: 0.75rem !important;
  line-height: calc(26 / 12);
}
@media screen and (max-width: 1024px) {
  .mktoForm .mktoFormRow:nth-child(10) .mktoFieldWrap .mktoHtmlText p span {
    font-size: 11px !important;
  }
}
@media screen and (min-width: 1025px) {
  .mktoForm .mktoFormRow:nth-child(12) {
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    justify-content: center;
    margin-top: 20px;
  }
}
.mktoForm .mktoFormRow:nth-child(12) {
  background: #f7f7f7;
  margin-top: 20px;
  padding: 13px 8px 10px;
}
.mktoForm .mktoFormRow:nth-child(12) .mktoFormCol {
  margin-bottom: 0 !important;
}
.mktoForm .mktoFormRow:nth-child(12) .mktoFormCol .mktoOffset {
  display: none !important;
}
.mktoForm .mktoFormRow:nth-child(12) div.mktoLogicalField {
  padding-top: 6px !important;
  width: 100% !important;
}
.mktoForm .mktoFormRow:nth-child(12) .mktoCheckboxList {
  padding: 0 !important;
}
.mktoForm .mktoFormRow:nth-child(12) .mktoRequiredField label.mktoLabel {
  padding-top: 8px !important;
}
.mktoButtonRow {
  margin-top: 30px !important;
  text-align: center !important;
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  .mktoButtonRow {
    margin-top: 16px !important;
  }
}
@media screen and (max-width: 1024px) {
  .c-link {
    padding: 0 !important;
    width: unset;
  }
}
.mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton {
  align-items: center;
  background: #000 !important;
  border: 4px solid #fff !important;
  box-shadow: 3px 12px 15px 0 rgba(0, 0, 0, 0.15) !important;
  display: flex;
  font-family: var(--ff-ls-b) !important;
  font-size: 0 !important;
  gap: 12px;
  height: 82px !important;
  justify-content: flex-start;
  margin-inline: auto;
  padding-block: 9px 8px !important;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton {
    padding-left: 84px !important;
    width: 427px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton {
    border: 2px solid #fff !important;
    font-size: 20px !important;
    height: 50px !important;
    justify-content: center;
    max-width: 335px !important;
    padding-block: 9px 8px !important;
    width: 100% !important;
  }
}
.mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton:after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: "";
  display: inline-block;
  height: 12px;
  transform: rotate(45deg);
  width: 12px;
}
.mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton:before {
  color: #fff;
  content: "無料で問い合わせる";
  font-family: var(--ff-ls-b);
  font-size: 1.75rem;
}
@media screen and (max-width: 1024px) {
  .mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton:before {
    font-size: 20px !important;
  }
}
.mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton:hover {
  opacity: 0.8;
}
.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  box-shadow: unset;
  min-height: 3.3em;
  width: 340px !important;
}
@media screen and (max-width: 1024px) {
  .mktoForm input[type="text"],
  .mktoForm input[type="url"],
  .mktoForm input[type="email"],
  .mktoForm input[type="tel"],
  .mktoForm input[type="number"],
  .mktoForm input[type="date"],
  .mktoForm select.mktoField,
  .mktoForm textarea.mktoField {
    min-height: 3em;
    width: 100% !important;
  }
}
.mktoForm .mktoLabel {
  padding-top: 0 !important;
}
@media screen and (max-width: 1024px) {
  .mktoForm .mktoLabel {
    align-items: center;
    display: flex;
    gap: 10px;
  }
}
.mktoForm .mktoFieldWrap {
  align-items: flex-start;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .mktoForm .mktoFieldWrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    width: 100% !important;
  }
}
.mktoForm .mktoField {
  font-size: 16px;
  padding-left: 20px;
  padding-top: 4px;
}
.mktoForm .mktoField.mktoValid {
  color: #000;
}
.mktoForm .mktoCheckboxList label {
  font-family: var(--ff-ls-b);
  padding-left: 30px;
  position: relative;
}
.mktoForm input[type="checkbox"] + label:before,
.mktoForm input[type="radio"] + label:before {
  align-items: center;
  border-radius: 4px;
  box-shadow: unset;
  content: "";
  display: flex;
  height: 20px;
  justify-content: center;
  left: 0;
  margin-left: 0;
  top: 0;
  width: 20px;
}
.mktoForm .mktoCheckboxList > label {
  margin-left: 0 !important;
  padding-top: 2px !important;
  padding-top: 1px;
}
.mktoForm input[type="checkbox"]:checked + label:before,
.mktoForm input[type="radio"]:checked + label:before {
  color: #f03 !important;
}
.mktoForm input.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm div.mktoLogicalField.mktoInvalid {
  border: 2px solid #f03;
}
.mktoForm input[type="url"],
.mktoForm input[type="text"],
.mktoForm input[type="date"],
.mktoForm input[type="tel"],
.mktoForm input[type="email"],
.mktoForm input[type="number"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  font-family: var(--ff-ls-m);
}
@media screen and (max-width: 1024px) {
  .mktoForm input[type="url"],
  .mktoForm input[type="text"],
  .mktoForm input[type="date"],
  .mktoForm input[type="tel"],
  .mktoForm input[type="email"],
  .mktoForm input[type="number"],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .mktoForm .mktoGutter {
    display: none !important;
  }
}
.mktoForm textarea[rows="3"] {
  height: 10.9em;
}
@media screen and (max-width: 1024px) {
  .mktoForm textarea[rows="3"] {
    height: 7.9em;
  }
}
.mktoForm .mktoRequiredField label.mktoLabel {
  padding-top: 15px !important;
}
@media screen and (max-width: 1024px) {
  .mktoForm .mktoRequiredField label.mktoLabel {
    width: 100% !important;
  }
}
.mktoForm .mktoButtonWrap.mktoCupidGreen .mktoButton {
  font-size: 0 !important;
  position: relative;
  transition: 0.2s ease;
}
