.main_image {
  position: relative;
  height: 377px;
  padding-top: 150px;
  box-sizing: border-box;
  background: url(/images/entryform/entryform_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .title_text {
  position: relative;
  z-index: 2;
  width: 525px;
  max-width: 100%;
  margin: 0 auto 15px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
  padding-bottom: 10px;
  border-bottom: 4px solid #1d9c93;
}
.main_image .text {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 30vw;
    padding-top: 7vw;
    box-sizing: border-box;
    background: url(/images/entryform/entryform_key.webp) center/contain no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .title_text {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 1vw;
    text-align: center;
    font-size: 6vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
    text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
    padding-bottom: 1vw;
    border-bottom: 2px solid #1d9c93;
  }
  .main_image .text {
    text-align: center;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #fff;
    text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
  }
}

.lead_sec {
  margin-bottom: 90px;
}
.lead_sec .sec_text {
  width: 830px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 20px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    margin-bottom: 13.8vw;
  }
  .lead_sec .sec_text {
    width: 100%;
    font-size: 5.8vw;
  }
}

.sec01 {
  margin-bottom: 200px;
}
.sec01 .required_field {
  width: 890px;
  max-width: 100%;
  margin: 0 auto 15px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #333333;
}
.sec01 .required_field span {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #a31c24;
}
.sec01 .warning {
  width: 890px;
  max-width: 100%;
  margin: 0 auto 15px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #a31c24;
}
.sec01 .dlist {
  width: 890px;
  max-width: 100%;
  margin: 0 auto 40px;
}
.sec01 dl dt {
  border-top: none !important;
}
.sec01 dl dd {
  border-top: none !important;
}
.sec01 .row {
  border-top: solid 1px #1d9c93;
}
.sec01 .row:nth-of-type(1) {
  border-top: none;
}
.sec01 .row:nth-of-type(12) {
  border-bottom: solid 1px #1d9c93;
}
.sec01 .description {
  width: 70%;
  padding: 30px 30px 30px 65px !important;
  box-sizing: border-box;
  font-size: 16px !important;
  letter-spacing: 0.1em;
  line-height: 1.8 !important;
  display: flex;
  align-items: center;
}
.sec01 .term {
  width: 30% !important;
  padding: 30px !important;
  box-sizing: border-box;
  background: #fff;
  font-family: initial;
  font-size: 20px !important;
  text-align: left !important;
  letter-spacing: 0.2em;
  color: #333333;
}
.sec01 .term span {
  font-size: 20px;
  color: #a31c24;
}
.sec01 .desc_box {
  display: block;
}
.sec01 .desc_box .privacy_concept {
  background-color: #fff;
  padding: 15px;
  font-size: 16px;
  margin-bottom: 20px;
}
.sec01 .intext {
  background-color: #e6e6e6;
  border: 0px solid #fff;
}
.sec01 .row:nth-of-type(2) input,
.sec01 .row:nth-of-type(3) input,
.sec01 .row:nth-of-type(7) input,
.sec01 .row:nth-of-type(8) input,
.sec01 .row:nth-of-type(9) input,
.sec01 .row:nth-of-type(10) input {
  width: 461px;
  height: 43px;
  font-size: 18px;
}
.sec01 .row:nth-of-type(5) input {
  width: 81px;
  height: 43px;
  font-size: 18px;
}
.sec01 .row:nth-of-type(6) input {
  width: 161px;
  height: 43px;
  font-size: 18px;
}
.sec01 .row:nth-of-type(1) input,
.sec01 .row:nth-of-type(4) input {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.sec01 .row:nth-of-type(1) .radiolist,
.sec01 .row:nth-of-type(4) .radiolist {
  display: flex;
}
.sec01 .row:nth-of-type(1) .radioitem,
.sec01 .row:nth-of-type(4) .radioitem {
  display: flex;
  align-items: center;
  accent-color: #1d9c93;
}
.sec01 .row:nth-of-type(1) label,
.sec01 .row:nth-of-type(4) label {
  padding: 0 35px 0 10px;
  font-size: 20px;
  vertical-align: middle;
}
.sec01 .row:nth-of-type(1) label span,
.sec01 .row:nth-of-type(4) label span {
  line-height: 2;
}
.sec01 label {
  font-size: 20px;
}
.sec01 textarea {
  width: 500px !important;
  height: 150px !important;
  font-size: 18px;
}
.sec01 .submit_btn {
  width: 424px;
  margin: 0 auto;
  text-align: center;
}
.sec01 .submit_btn input {
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  background: #1d9c93;
  text-shadow: none !important;
}
.sec01 .submit_btn input:hover {
  opacity: 0.7;
  transition: 0.4s;
  cursor: pointer;
}
.sec01 .submit {
  display: none;
}
.sec01 .mfp_err {
  color: #EA7367;
}
.sec01 .g-recaptcha {
  width: 300px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1100px) and (min-width: 1023px) {
  .sec01 .inner {
    padding: 13.8vw 5.5vw;
  }
  .sec01 .inner:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50px;
    width: 200px;
  }
  .sec01 .term {
    min-width: 260px;
    max-width: 260px;
  }
  .sec01 .description {
    width: calc(100% - 260px);
    padding: 40px 0 40px 20px;
  }
  .sec01 .row:nth-of-type(2) input,
  .sec01 .row:nth-of-type(3) input,
  .sec01 .row:nth-of-type(6) input,
  .sec01 .row:nth-of-type(7) input,
  .sec01 .row:nth-of-type(8) input,
  .sec01 .row:nth-of-type(9) input {
    width: 100%;
    height: 43px;
    font-size: 18px;
  }
  .sec01 .row:nth-of-type(1) label,
  .sec01 .row:nth-of-type(4) label {
    padding: 0 0 0 10px;
    font-size: 16px;
    vertical-align: middle;
  }
  .sec01 textarea {
    width: 412px !important;
  }
}
@media screen and (max-width: 870px) and (min-width: 768px) {
  .sec01 .row {
    display: flex;
  }
  .sec01 .term {
    width: 20% !important;
    padding: 30px 10px !important;
    font-size: 16px !important;
  }
  .sec01 label {
    font-size: 16px;
  }
  .sec01 .description {
    width: 80%;
  }
  .sec01 .row:nth-of-type(1) input,
  .sec01 .row:nth-of-type(2) input,
  .sec01 .row:nth-of-type(3) input,
  .sec01 .row:nth-of-type(6) input {
    width: 100% !important;
  }
  .sec01 textarea {
    width: 100% !important;
  }
  .sec01 form#mailformpro dl dd {
    border-top: solid 1px #CCC;
  }
  .sec01 input::-moz-placeholder {
    font-size: 13px;
  }
  .sec01 input::placeholder {
    font-size: 13px;
  }
  .sec01 textarea::-moz-placeholder {
    font-size: 13px;
  }
  .sec01 textarea::placeholder {
    font-size: 13px;
  }
  .sec01 .row:nth-of-type(8) label,
  .sec01 .row:nth-of-type(9) label {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .required_field {
    margin: 0;
    font-size: 4.2vw;
    text-align: center;
  }
  .sec01 .required_field span {
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    color: #a31c24;
  }
  .sec01 .dlist {
    width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec01 .row {
    display: block;
  }
  .sec01 .term {
    display: flex;
    justify-content: start;
    text-align: left;
    width: 100% !important;
    padding: 2vw 0 !important;
    font-size: 4.8vw !important;
    letter-spacing: 0.12em;
    align-items: center;
    background-color: #fff;
  }
  .sec01 .term span {
    font-size: 4vw;
  }
  .sec01 .desc_box {
    display: block;
  }
  .sec01 .desc_box .privacy_concept {
    padding: 5.5vw;
    font-size: 4vw;
    margin-bottom: 4.2vw;
  }
  .sec01 label {
    font-size: 4.8vw;
  }
  .sec01 .description {
    width: 100%;
    padding: 2vw 0 5.5vw !important;
    box-sizing: border-box;
    font-size: 4.4vw !important;
  }
  .sec01 .row:nth-of-type(1) {
    border-top: initial;
  }
  .sec01 .row:nth-of-type(2) input,
  .sec01 .row:nth-of-type(3) input,
  .sec01 .row:nth-of-type(7) input,
  .sec01 .row:nth-of-type(8) input,
  .sec01 .row:nth-of-type(9) input,
  .sec01 .row:nth-of-type(10) input {
    width: 100% !important;
    height: 8.3vw;
    font-size: 4.2vw;
    box-sizing: border-box;
  }
  .sec01 .row:nth-of-type(2) label,
  .sec01 .row:nth-of-type(3) label,
  .sec01 .row:nth-of-type(6) label,
  .sec01 .row:nth-of-type(7) label,
  .sec01 .row:nth-of-type(8) label,
  .sec01 .row:nth-of-type(9) label,
  .sec01 .row:nth-of-type(10) label {
    padding: 0;
    font-size: 4.8vw;
    vertical-align: middle;
  }
  .sec01 .row:nth-of-type(5) input {
    width: 21vw !important;
    height: 8.3vw;
    font-size: 4.2vw;
    box-sizing: border-box;
  }
  .sec01 .row:nth-of-type(6) input {
    width: 42vw !important;
    height: 8.3vw;
    font-size: 4.2vw;
    box-sizing: border-box;
  }
  .sec01 .row:nth-of-type(5) input,
  .sec01 .row:nth-of-type(6) input {
    padding: 0;
    font-size: 4.8vw;
    vertical-align: middle;
  }
  .sec01 .row:nth-of-type(1) .radiolist,
  .sec01 .row:nth-of-type(4) .radiolist {
    display: block;
  }
  .sec01 .row:nth-of-type(1) .radioitem,
  .sec01 .row:nth-of-type(4) .radioitem {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec01 .row:nth-of-type(1) input,
  .sec01 .row:nth-of-type(4) input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: middle;
  }
  .sec01 .row:nth-of-type(1) .term,
  .sec01 .row:nth-of-type(4) .term {
    padding: 2.7vw 0 2.7vw 0vw !important;
  }
  .sec01 .row:nth-of-type(1) label,
  .sec01 .row:nth-of-type(4) label {
    padding: 0 0 0 5.5vw;
    font-size: 4.8vw;
    vertical-align: middle;
  }
  .sec01 .row:nth-of-type(11) input,
  .sec01 .row:nth-of-type(12) input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: middle;
  }
  .sec01 .row:nth-of-type(11) label,
  .sec01 .row:nth-of-type(12) label {
    padding: 0;
    font-size: 4.8vw;
    vertical-align: middle;
  }
  .sec01 textarea {
    width: 100% !important;
    height: 40vw !important;
    font-size: 4.4vw;
    box-sizing: border-box;
  }
  .sec01 .g-recaptcha {
    display: flex;
    justify-content: center;
    width: 83.3vw;
    margin: 0 auto 5.5vw;
  }
  .sec01 .warning {
    margin: 0 0 5.5vw;
    font-size: 4.2vw;
    text-align: center;
  }
  .sec01 .submit_btn {
    width: 50vw;
    margin: 0 auto;
    text-align: center;
    background: #fff;
  }
  .sec01 .submit_btn input {
    width: 100%;
    padding: 2.7vw 0;
    font-size: 4.8vw;
    color: #fff;
    text-shadow: none !important;
  }
  .sec01 .submit_btn input:hover {
    opacity: 0.7;
    transition: 0.4s;
    cursor: pointer;
  }
  .sec01 .mfp_element_all {
    max-width: 100%;
  }
  .sec01 input::-moz-placeholder {
    font-size: 3vw;
  }
  .sec01 input::placeholder {
    font-size: 3vw;
  }
  .sec01 textarea::-moz-placeholder {
    font-size: 3vw;
  }
  .sec01 textarea::placeholder {
    font-size: 3vw;
  }
}

.thanks_sec {
  padding: 200px 0;
}
.thanks_sec .sec_title {
  margin-bottom: 100px;
  font-size: 32px;
  text-align: center;
}
.thanks_sec .sec_text {
  font-size: 18px;
  line-height: 3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks_sec {
    padding: 6.5vw 5.5vw 33.3vw;
    box-sizing: border-box;
  }
  .thanks_sec .sec_title {
    margin-bottom: 13.8vw;
    font-size: 5.3vw;
    text-align: center;
  }
  .thanks_sec .sec_text {
    font-size: 4vw;
    line-height: 2.6;
    text-align: center;
  }
}/*# sourceMappingURL=entryform.css.map */