@charset "UTF-8";
:root {
  --color-black: #111;
  --color-blue-: #225cff;
  --color-green: #06c755;
  --color-navy: #000048;
  --color-red: #ff334b;
  --color-white: #fff;
  --ff-ls-b: "LINESeedJPStd Bold";
  --ff-ls-eb: "LINESeedJPStd ExtraBold";
  --ff-ls-m: "LINESeedJPStd Regular";
  --ff-ls-t: "LINESeedJPStd Thin";
  --hover-duration: 0.3s;
  --hover-opacity-ratio: 0.6;
}

/* ---------------------------------------------
*  form
--------------------------------------------- */
.c-form {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .c-form {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    background: #f9f9f9;
    margin-top: 40px;
    padding-block: 40px;
  }
}
.c-form__content {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .c-form__content {
    margin-top: 30px;
    padding-inline: 20px;
  }
}
.c-form__content .mktoForm {
  margin-inline: auto;
  max-width: unset;
  max-width: 500px !important;
  padding: 0;
  width: 100% !important;
}

@media (min-width: 1024px) {
  .c-form__content .mktoForm {
    position: relative;
    max-width: 650px !important;
  }
}

.c-form__content .mktoForm .MS_MarketoCompanyName__c {
  display: block;
  width: 100% !important;
}

.c-form__content .mktoForm .mktoFormCol {
  display: block;
  margin-bottom: 0 !important;
  width: 100%;
}

.c-form__content .mktoForm .mktoFieldWrap {
  width: 100%;
}

.c-form__content .mktoForm .mktoCheckboxList {
  width: 100% !important;
}

.c-form__content .mktoForm .mktoAsterix {
  font-size: 0;
  padding: 0 !important;
}

.c-form__content .mktoForm .mktoAsterix:after {
  background-color: #06c755 !important;
  font-family: var(--ff-ls-b);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 0;
  margin-right: 10px;
  max-height: 21px;
  padding: 1px 0 0 !important;
  width: 54px;
}

.c-form__content .mktoForm .mktoLabel {
  align-items: flex-start;
  color: #000;
  display: flex;
  font-family: var(--ff-ls-b);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4 !important;
}
@media (max-width: 1023px) {
  .c-form__content .mktoForm .mktoLabel {
    gap: 10px;
    width: 100% !important;
  }
}

.c-form__content .mktoForm .mktoLabel .mktoAsterix {
  margin-top: 2px;
  transform: translateY(-14%);
}

@media (min-width: 1024px) {
  .c-form__content .mktoForm .mktoLabel .mktoAsterix {
    margin-top: -2px;
    transform: translateY(0);
  }
}
@media (max-width: 1023px) {
  .c-form__content .mktoForm .mktoLabel .mktoAsterix {
    gap: 10px;
    order: 1;
  }
}
.c-form__content .mktoForm .mktoTextField,
.c-form__content .mktoForm select {
  box-shadow: unset;
}

.c-form__content .mktoForm .mktoField {
  box-shadow: unset;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 4px;
}

@media (min-width: 1024px) {
  .c-form__content .mktoForm .mktoField {
    flex: 1;
    height: 50px !important;
    max-width: 100%;
    min-width: 0;
    width: auto !important;
  }
}
.c-form__content .mktoForm .mktoField.mktoValid {
  color: #000;
}

@media (min-width: 1024px) {
  .c-form__content .mktoForm .mktoFieldWrap {
    align-items: center;
    display: flex;
  }
  .c-form__content .mktoForm .mktoFieldWrap label {
    align-items: center;
    flex-direction: row-reverse;
    flex-shrink: 0;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 0;
    width: 222px !important;
  }
  .c-form__content .mktoForm .mktoFieldWrap label:before {
    margin-top: 0;
    transform: translateY(0);
  }
}
.mktoForm .mktoFormRow {
  margin-bottom: 10px !important;
}
.c-form__content .mktoForm .mktoFormRow:has(> .mktoPlaceholder) {
  margin-bottom: 0 !important;
}
.c-form__content .mktoForm .mktoCheckboxList {
  margin-top: 0 !important;
  padding: 0;
}

.c-form__content .mktoForm .mktoCheckboxList input {
  display: none;
  height: 0;
}

.c-form__content .mktoForm .mktoCheckboxList label {
  font-family: Yvar(--ff-ls-b);
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.5714285714;
  margin-bottom: 15px;
  margin-left: 0 !important;
  padding-left: 32px;
  padding-top: 0.5px;
  position: relative;
}

.c-form__content .mktoForm .mktoCheckboxList label:focus-within {
  border: unset;
}

@media (min-width: 1024px) {
  .c-form__content .mktoForm .mktoCheckboxList label {
    font-size: 15px !important;
    padding-left: 46px !important;
    width: 373px !important;
  }
}
.c-form__content .mktoForm .mktoCheckboxList label:last-child {
  margin-bottom: 0 !important;
}

.c-form__content .mktoForm .mktoCheckboxList 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;
}

@media (min-width: 1024px) {
  .c-form__content .mktoForm .mktoCheckboxList label:before {
    margin-top: -4px;
    min-height: 27px;
    min-width: 27px;
    padding-top: 2px;
  }
}
.c-form__content .mktoForm input[type="checkbox"]:checked + label:before {
  content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.882%22%20height%3D%228.195%22%20viewBox%3D%220%200%2011.882%208.195%22%3E%20%3Cpath%20id%3D%22Checkbox%22%20d%3D%22M4.712%2C8.195%2C0%2C3.483l.956-.956L4.712%2C6.214%2C10.926%2C0l.956.956Z%22%20fill%3D%22%2306c755%22%2F%3E%3C%2Fsvg%3E);
}

@media (min-width: 1024px) {
  .c-form__content .mktoForm input[type="checkbox"]:checked + label:before {
    content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.65%22%20height%3D%2210.793%22%20viewBox%3D%220%200%2015.65%2010.793%22%3E%20%3Cpath%20id%3D%22Checkbox%22%20d%3D%22M6.206%2C10.793%2C0%2C4.587%2C1.259%2C3.328%2C6.206%2C8.185%2C14.391%2C0%2C15.65%2C1.259Z%22%20fill%3D%22%2306c755%22%2F%3E%3C%2Fsvg%3E);
  }
}

.c-form__content .mktoForm .mktoHtmlText {
  font-family: var(--ff-ls-m);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}

.c-form__content .mktoForm .mktoHtmlText span {
  font-size: 10px !important;
  line-height: 2;
}

.c-form__content .mktoForm .mktoHtmlText a {
  padding: 0 2px;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .c-form__content .mktoForm .mktoHtmlText {
    font-size: 12px !important;
    line-height: 2.1666666667;
  }
  .c-form__content .mktoForm .mktoHtmlText span {
    font-size: 12px !important;
  }
}
@media (min-width: 1024px) {
  .c-form__content .mktoForm .mktoFormRow:nth-child(19) {
    background-color: #f6f6f8;
    border-radius: 10px;
    padding: 44px 36px;
  }
  .c-form__content .mktoForm .mktoFormRow:nth-child(19) .mktoFormCol {
    margin-bottom: 0 !important;
    position: static;
  }

  .c-form__content .mktoForm .mktoFormRow:nth-child(14) .mktoFieldWrap {
    align-items: flex-start;
    flex-direction: column;
  }
  .c-form__content .mktoForm .mktoFormRow:nth-child(14) .mktoFieldWrap label {
    justify-content: flex-end;
    margin-bottom: 12px;
    width: 100% !important;
  }
  .c-form__content .mktoForm .mktoFormRow:nth-child(14) .mktoCheckboxList label {
    color: #000;
    width: 100% !important;
  }
  .c-form__content .mktoForm .mktoFormRow:nth-child(17) label {
    justify-content: left;
  }
}
.c-form__content .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}

@media (min-width: 1024px) {
  .c-form__content .mktoForm .mktoButtonWrap {
    margin-top: 50px;
  }
}
.c-form__content .mktoForm .mktoButtonWrap button {
  border: 2px solid #f77911 !important;
  font-size: 0 !important;
  height: 50px !important;
  padding: 0 !important;
  position: relative;
  transition: 0.2s ease;
  width: 335px !important;
}

.c-form__content .mktoForm .mktoButtonWrap button:hover {
  background-color: #fff !important;
  border: 3px solid #f77911 !important;
  color: #f77911;
}

.c-form__content .mktoForm .mktoButtonWrap button:hover:after {
  background-color: #f77911;
}

.c-form__content .mktoForm .mktoButtonWrap button:after {
  background-color: #fff;
  content: "";
  height: 10px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_36%22%20data-name%3D%22%E3%83%91%E3%82%B9%2036%22%20d%3D%22M9.5%2C12%2C2%2C4.3%2C4.234%2C2%2C9.5%2C7.41%2C14.766%2C2%2C17%2C4.3Z%22%20transform%3D%22translate(-2%20-2)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2210%22%20viewBox%3D%220%200%2015%2010%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_36%22%20data-name%3D%22%E3%83%91%E3%82%B9%2036%22%20d%3D%22M9.5%2C12%2C2%2C4.3%2C4.234%2C2%2C9.5%2C7.41%2C14.766%2C2%2C17%2C4.3Z%22%20transform%3D%22translate(-2%20-2)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s ease;
  width: 15px;
}

.c-form__content .mktoForm .mktoButtonWrap button:before {
  content: "視聴URLをもらう";
  font-family: var(--ff-ls-b);
  font-size: 20px;
  font-weight: 600;
  line-height: 46px;
}

@media (min-width: 1024px) {
  .c-form__content .mktoForm .mktoButtonWrap button {
    border: 3px solid #f77911 !important;
    font-family: var(--ff-ls-b);
    font-weight: 600;
    height: 80px !important;
    width: 500px !important;
  }
  .c-form__content .mktoForm .mktoButtonWrap button:after {
    height: 16px;
    -webkit-mask-size: cover;
    mask-size: cover;
    right: 30px;
    width: 23px;
  }
  .c-form__content .mktoForm .mktoButtonWrap button:before {
    font-size: 28px !important;
    line-height: 74px;
  }
}
@media (min-width: 1024px) {
  /* .c-form__content .mktoForm .mktoFormRow:nth-child(16) {
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    margin-top: 50px;
    padding: 16px 0 10px;
  } */
  .c-form__content .mktoForm .mktoFormRow:nth-child(16) .mktoFieldWrap {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .c-form__content .mktoForm .mktoFormRow:nth-child(16) .mktoFormCol {
    margin-bottom: 0 !important;
  }
  .c-form__content .mktoForm .mktoFormRow:nth-child(16) .mktoCheckboxList {
    width: auto !important;
  }
  .c-form__content .mktoForm .mktoFormRow:nth-child(16) label {
    width: auto !important;
  }
  .c-form__content .mktoForm .mktoFormRow:nth-child(16) label .mktoAsterix {
    margin-top: 0;
    transform: translateY(0);
  }
  .c-form__content .mktoForm .mktoFormRow:nth-child(16) label .mktoAsterix:after {
    margin-right: 27px;
  }
}
.c-form__content .mktoForm #Lblprogram10 {
  gap: 3px;
}

.c-form__content .mktoForm input.mktoField.mktoInvalid,
.c-form__content .mktoForm select.mktoField.mktoInvalid,
.c-form__content .mktoForm textarea.mktoField.mktoInvalid,
.c-form__content .mktoForm div.mktoLogicalField.mktoInvalid {
  border: 1px solid #06c755 !important;
}

@media (min-width: 1024px) {
  .c-form__content .mktoForm input.mktoField.mktoInvalid,
  .c-form__content .mktoForm select.mktoField.mktoInvalid,
  .c-form__content .mktoForm textarea.mktoField.mktoInvalid,
  .c-form__content .mktoForm div.mktoLogicalField.mktoInvalid {
    border: 2px solid #06c755 !important;
  }
}
.c-form__content .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
  border: unset !important;
}
.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 select.mktoField {
  border: 1px solid #ccc;
  color: #757575;
  height: 38px !important;
}
@media (min-width: 1024px) {
  .c-form__content .mktoForm input.mktoField.mktoInvalid,
  .c-form__content .mktoForm select.mktoField.mktoInvalid,
  .c-form__content .mktoForm textarea.mktoField.mktoInvalid {
    border: 2px solid #06c755 !important;
    height: 50px !important;
  }
}
@media (max-width: 1023px) {
  .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 select.mktoField {
    border: 1px solid #707070 !important;
  }
}
