@charset "UTF-8";
/*------------------------
    .apply
------------------------*/
/*** お申し込みフォーム ***/
::placeholder {
  color: #939393;
}
.thanks + main {
  position: relative;
}
.thanks + main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 250px;
  height: 106px;
  background: url("../images/plane-l.png") center center / contain no-repeat;
}
.thanks + main::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 1;
  width: 103px;
  height: 80px;
  background: url("../images/plane-r.png") center center / contain no-repeat;
}
.apply {
  background: url("../images/form-bg_pc.jpg") center center / cover no-repeat;
}
.apply h2.section-title {
  position: relative;
  margin-bottom: 40px;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
.apply h2.section-title img {
    max-width: 720px;
    margin: 0 auto;
}
.apply form.wpcf7-form {
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 120px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.apply .inner {
  max-width: 600px;
  margin: 0 auto;
	padding: 60px 15px 0;
}
.apply .form-accessory {
  position: absolute;
  bottom: -5px;
  right: 30px;
  max-width: 180px;
  clip-path: inset(0 0 5px 0);
}
.apply .text-wrap {
  margin-bottom: 30px;
}
.apply .text-wrap p {
  line-height: 1.8;
}
.apply .apply-content {
  margin-bottom: 40px;
}
.apply .form-list {
	margin: 0 auto 20px;
}
.apply .form-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.apply .required {
  align-self: baseline;
  margin-left: 15px;
  padding: 3px 10px;
  border-radius: 3px;
  background: #e06d6b;
  font-size: 1.2rem;
	color: #fff;
}
.apply .form-parts {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 6px 10px;
  background: #f2f2f2;
  border-radius: 3px;
	outline: none;
}
.apply input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  height: 71px;
  background: url("../images/form-btn.png") center center / contain no-repeat;
  transition: .3s;
}
.apply input[type="submit"]:hover {
  opacity: .7;
  transition: .3s;
}
.apply .wpcf7 form .wpcf7-response-output {
  border: none;
  text-align: center;
}
/*------------------------
    .thanks
------------------------*/
.apply.thanks {
  position: relative;
  background: url("../images/thanks-bg_pc.jpg") center center / cover no-repeat;
  padding: 60px 60px 120px 60px;
}
.apply.thanks .inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 15px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 4;
}
.apply.thanks h2.section-title {
  left: 0;
  z-index: 3;
  margin-bottom: -6px;
}
.apply.thanks .text-group {
  max-width: 600px;
  margin: 0 auto;
}
.apply.thanks .text-group p {
  margin-bottom: 15px;
}
.apply.thanks .text-group p:nth-of-type(2) {
  margin-bottom: 40px;
  font-weight: normal;
}
.apply.thanks .home-btn {
  text-align: center;
  transition: .3s;
}
.apply.thanks .home-btn:hover {
  opacity: .7;
  transition: .3s;
}
/*** contactform7用 ***/
.apply .wpcf7-form-control-wrap {
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .thanks + main::before {
    content: none;
  }
  .thanks + main::after {
    content: none;
  }
  .apply h2.section-title img {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .apply {
    background: url("../images/form-bg_sp.jpg") center center / cover no-repeat;
    padding: 60px 20px;
  }
  .apply h2.section-title {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .apply h2.section-title img {
    width: 80%;
    max-width: 450px;
    margin: 0 auto;
  }
  .apply .form-list {
    margin-bottom: 35px;
  }
  .apply.thanks {
    background: url("../images/thanks-bg_sp.jpg") top center / cover no-repeat;
    padding: 60px 20px;
  }
  .apply.thanks .text-group {
    max-width: 360px;
  }
  .wpcf7-response-output {
    padding: 0 10px 60px 10px;
  }
}
@media screen and (max-width: 500px) {
  .apply .inner {
    padding: 30px 15px 0;
  }
  .apply h2.section-title {
      font-size: 2rem;
  }
  .apply h2.section-title + p {
      font-size: 1.4rem;
  }
}
@media screen and (max-width: 390px) {
  .apply .form-list {
    margin-bottom: 20px;
  }
}
