.pardot-form-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: clamp(32px, 5vw, 80px);
  padding: 45px 24px 60px;
  box-sizing: border-box;
}

@media (max-width: 1280px) {
  .pardot-form-container {
    max-width: 1030px;
  }
}
@media (max-width: 1080px) {
  .pardot-form-container {
    max-width: 640px;
  }
}

@media screen and (max-width: 768px) {
  .pardot-form-container {
    padding: 20px 16px 30px;
    box-sizing: border-box;
  }
}

.pardot-form_col1 {
  flex: 1.1;
}

@media screen and (max-width: 1080px) {
  .pardot-form_col1 {
    padding: 0;
  }
}

.all_form-wrap {
  flex: 1;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .form-width-fix {
    margin: 0;
    padding: 30px 20px 40px;
  }
}

.pardot-form_col1,
.all_form-wrap {
  min-width: 0;
}

.pardot-form_subttl {
  margin-top: 16px;
  display: inline-block;
}

form.form .field-label {
  width: auto;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 6px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  margin-top: 2px;
  padding: 12px;
  font-size: 16px;
  border: none;
  background-color: #fff;
  border: solid 1px #dcdcdc;
}

form.form .wpcf7-acceptance input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.wpcf7-list-item-label::before {
  content: none !important;
  display: none !important;
}

.wpcf7-not-valid-tip {
  color: #b62a20;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}

.input-wrapper.acceptance label {
  display: flex;
}

.form-width-fix {
  background: #fff;
}

.highlight {
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 0.5em;
  /* 線の太さ */
  text-decoration-color: rgba(255, 228, 0, 0.4);
  /* 線の色 */
  text-underline-offset: -0.2em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
  margin-left: -9px;
  /* 何故かスペースができる分の調整 */
  margin-right: -9px;
}

.pardot-form_txt_deco {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .pardot-form_txt_deco {
    font-size: 14px;
  }
}

.pardot-form_point_list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .pardot-form_point_list {
    margin-bottom: 24px;
  }
}

.pardot-form_point_txt {
  font-weight: 400;
  margin-bottom: 4px;
}

.pardot-form_point_txt::before {
  content: "・";
}

.pardot-form_ttl {
  margin: 20px 0 40px 0;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.pardot-form_ttl .ttl_small {
  font-size: 0.85em;
}

@media screen and (max-width: 768px) {
  .pardot-form_ttl {
    font-size: 24px;
  }
}

.logo img {
  width: 120px;
  height: auto;
  display: block;
}

@media screen and (max-width: 1080px) {
  .logo {
    margin-top: 0px;
    display: none;
  }

  .pardot-form_subttl {
    margin-top: 24px;
  }
}

/*CTAのデザイン用*/

.btn {
  width: 300px;
  height: 50px;
  line-height: 50px;
}

.btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #0088cc;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.btn a:hover {
  background: #68b6de;
  color: #ffffff;
  margin-left: 0px;
  margin-top: 2px;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .btn a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    margin: auto;
  }
}

.btn a {
  position: relative;
}

.btn a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-52%);
  margin: auto;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.pardot_form input.text,
form.form .pd-select .input-wrapper select,
form.form .input-wrapper input,
form.form .input-wrapper select,
form.form .form-field .select {
  height: auto;
}

/*送信ボタン*/
form.form .submit input {
  margin-inline: auto;
  width: 75%;
  max-width: 260px;
}

/*サムネイル*/
.pardot-form_thumbnail {
  margin-top: 58px;
  margin-bottom: 58px;
}

@media screen and (max-width: 768px) {
  .pardot-form_thumbnail {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

/*ギャラリー*/
.pardot-form_gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 24px 0 48px;
}

@media screen and (max-width: 768px) {
  .pardot-form_gallery {
    gap: 12px;
    margin: 24px 0 30px;
  }
}

.pardot-form_gallery_item {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.pardot-form_gallery_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*footer*/
footer {
  display: none;
}

@media screen and (max-width: 1080px) {
  footer {
    display: block;
    background-color: #000;
    height: 283px;
    margin-top: 100px;
    padding-top: 80px;
  }

  .footer_logo img {
    width: 80px;
    height: auto;
    margin: 0px auto 48px;
    max-width: 100%;
    filter: invert(100%) brightness(150%);
    display: block;
  }

  .copyright {
    color: #ffffff;
    font-family: Lato;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
