.application .page_content {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .application .page_content {
    padding-bottom: 60px;
  }
}
.application .section .inner {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .application .section .inner {
    padding-top: 50px;
  }
}
.application .section_description {
  color: #463933;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .application .section_description {
    text-align: left;
  }
}
.application .btn[type="submit"] {
  background-color: #eb7323;
  border: none;
  margin: 5.88235294% auto 0;
}
.application .tab_toggle .inner {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .application .tab_toggle .inner {
    display: block;
    padding-top: 30px;
  }
}
.application .tab_toggle .tab_toggler {
  border-bottom: 3px solid #463933;
  cursor: pointer;
  color: #463933;
  font-weight: 700;
  font-size: 1.3125em;
  line-height: 1.52380952;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 18px 20px;
  width: 100%;
}
.application .tab_toggle .tab_toggler.active {
  background-color: #eb7323;
  color: #fff;
}
.application .tab_toggle .tab_toggler span {
  display: inline-block;
}
.application table {
  border-top: 3px solid #463933;
  border-bottom: 3px solid #463933;
  margin: 50px 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .application table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .application table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .application table tr {
    display: block;
  }
}
.application table th,
.application table td {
  border-bottom: 1px solid #463933;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .application table th,
  .application table td {
    display: block;
  }
}
.application table th {
  background-color: #eb7323;
  color: #fff;
  font-weight: 700;
  line-height: 1.3125;
  text-align: left;
  box-sizing: border-box;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .application table th {
    padding: 10px;
  }
}
.application table th span {
  display: inline-block;
}
.application table td {
  box-sizing: border-box;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .application table td {
    padding: 10px;
  }
}
.application form input:not([type="radio"]):not([type="checkbox"]),
.application form textarea {
  border: none;
  font-size: 1em;
  box-sizing: border-box;
  padding: 11px 10px;
  width: 100%;
}
.application form input[name*="電話番号"] {
  max-width: 4em;
}
.application form textarea {
  resize: vertical;
}
.application form .check {
  text-align: center;
  margin: 7.84313725% auto 0;
}
.application form .to-confirmation {
  display: block;
  font-size: 0.85em;
  text-decoration: underline;
  margin-top: 1em;
}
.application .input_wrapper.person {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .application .input_wrapper.person {
    flex-direction: column;
    margin-left: 0;
  }
}
.application .input_wrapper.person .item {
  margin: 0 0 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .application .input_wrapper.person .item {
    margin-left: 0;
  }
}
.application .input_wrapper.person .item + .item {
  margin-top: 5px;
}
.application .input_wrapper.gender,
.application .input_wrapper.sidebusiness,
.application .input_wrapper.industry {
  flex-wrap: wrap;
}
.application .input_wrapper.gender .item,
.application .input_wrapper.sidebusiness .item,
.application .input_wrapper.industry .item {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  .application .input_wrapper.industry {
    flex-direction: column;
  }
}
.application .input_wrapper.industry .item {
  margin-bottom: 10px;
}
.application .input_wrapper.tel {
  align-items: center;
}
.application .input_wrapper.tel .item + .item::before {
  content: " - ";
  display: inline-block;
  margin: 0 10px;
}
.application .input_wrapper.project {
  flex-direction: column;
}
.application .input_wrapper.project .item {
  word-break: keep-all;
  align-items: center;
}
.application .input_wrapper.project .item + .item {
  margin: 5px 0 0;
}
.application .input_wrapper.project .item input {
  margin: 0 0 0 20px;
}
.application .contact {
  margin: 30px auto 0;
}
.application .completion-message {
  color: #463933;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .application .completion-message {
    text-align: left;
  }
}
.application .select-outer {
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin-left: 20px;
  position: relative;
  border-radius: 2px;
  background: #ffffff;
}
.application .select-outer::before {
  position: absolute;
  top: 50%;
  right: 0.9em;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.application .select-outer select {
  font-size: 1em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 38px 8px 8px;
}
.application .select-outer select::-ms-expand {
  display: none;
}
.application .mail {
  display: inline-block;
  width: 226px;
  height: 18px;
  /* background-color: red; */
  position: relative;
  top: 5px;
  background-image: url(../images/common/mailaddress.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: solid 1px #333;
}
.hbspt-form {
  border-top: 3px solid #463933;
  margin-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hbspt-form {
    border-top-width: 2px;
    margin-top: 25px;
  }
}
.hbspt-form fieldset[class^="form-columns-"] {
  max-width: initial;
  border-bottom: 1px solid #463933;
  padding: 1.5rem 1.5rem;
}
@media screen and (max-width: 1199px) {
  .hbspt-form fieldset[class^="form-columns-"] {
    padding: 1rem 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .hbspt-form fieldset[class^="form-columns-"] {
    padding: 0.75rem 0;
  }
}
@media screen and (max-width: 767px) {
  .hbspt-form .hs-form-field {
    font-size: 14px;
  }
}
.hbspt-form .hs-form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .hbspt-form .hs-form-field label {
    margin-bottom: 0.25rem;
  }
}
.hbspt-form .hs-form-field label span {
  line-height: 1.3;
}
.hbspt-form .hs-form-field legend {
  font-size: 0.85em;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.hbspt-form .hs_submit input {
  font-size: 1.75rem !important;
  padding: 32.5px 20px !important;
}
.hbspt-form span.hs-form-required {
  color: #c00000;
  font-size: 120%;
}
.hbspt-form label.hs-error-msg {
  color: #c00000;
  font-size: 80%;
  margin-top: 0.5rem;
}
.hbspt-form .input {
  margin-right: 0 !important;
}
.hbspt-form textarea.hs-fieldtype-textarea {
  width: 100% !important;
  height: 10em;
}
.hbspt-form .form-columns-2,
.hbspt-form .form-columns-3 {
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .hbspt-form .form-columns-2,
  .hbspt-form .form-columns-3 {
    flex-wrap: wrap;
  }
}
.hbspt-form .form-columns-2 > *,
.hbspt-form .form-columns-3 > * {
  float: initial !important;
  width: 100% !important;
  max-width: 100%;
  flex: 1 0 0%;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .hbspt-form .form-columns-2 > *,
  .hbspt-form .form-columns-3 > * {
    flex-basis: 100%;
    margin-bottom: 0.5rem;
  }
}
.hbspt-form .form-columns-2 > *:last-child,
.hbspt-form .form-columns-3 > *:last-child {
  margin-bottom: 0;
}
.hbspt-form .select-outer {
  margin-left: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .hbspt-form .select-outer {
    margin-bottom: 0.5rem;
  }
}
.hbspt-form .select-outer select {
  padding: 11px 38px 11px 8px;
}
.hbspt-form .hs-privacy_policy .hs-field-desc {
  box-sizing: border-box;
  line-height: 1.3;
  font-size: 90%;
  background-color: #fff;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.hbspt-form .hs-nyuuryoku_kakunin .hs-field-desc {
  box-sizing: border-box;
  line-height: 1.3;
  font-size: 90%;
  background-color: #fff;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.hbspt-form input[type="file"] {
  padding: 0 !important;
}
.hbspt-form .submitted-message h1 strong {
  display: block;
  font-size: 24px;
  text-align: center;
  padding: 1em 0;
}
.hbspt-form .submitted-message h1 strong::after {
  content: "自動返信メールの内容を必ずご確認ください";
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  margin-top: 1em;
}
.box_application3 fieldset:has(div[class^="hs_okyakusamasybetsu"]) {
  display: none;
}
.box_application3 fieldset:has(div[class^="hs_other_project"]) {
  border-bottom-width: 3px;
}
@media screen and (max-width: 767px) {
  .box_application3 fieldset:has(div[class^="hs_other_project"]) {
    border-bottom-width: 1.5px;
  }
}
.box_application3 fieldset:has(div[class^="hs_privacy_policy"]) {
  border-bottom: none;
  padding-top: 4rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .box_application3 fieldset:has(div[class^="hs_privacy_policy"]) {
    padding-top: 2rem;
  }
}
.box_application3 fieldset:has(div[class^="hs_nyuuryoku_kakunin"]) {
  border-bottom: none;
  padding-top: 4rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .box_application3 fieldset:has(div[class^="hs_nyuuryoku_kakunin"]) {
    padding-top: 2rem;
  }
}
.box_application3 .hs_no input,
.box_application3 .hs_no_2 input,
.box_application3 .hs_no_32 input {
  pointer-events: none;
  background-color: #ccc;
}
.box_application3 .hs_url1 input,
.box_application3 .hs_url2 input,
.box_application3 .hs_url3 input {
  pointer-events: none;
  background-color: #ccc;
}
.box_application3 .hs_n1 input,
.box_application3 .hs_n2 input,
.box_application3 .hs_n3 input {
  pointer-events: none;
  background-color: #ccc;
}
.box_application3 .hs_no_____1 input,
.box_application3 .hs_no_____2 input,
.box_application3 .hs_no_____3 input {
  pointer-events: none;
  background-color: #ccc;
}
.box_application3 fieldset:has(div[class^="hs_no"]) {
  display: none;
}
.box_application3 fieldset:has(div[class^="hs_url"]) {
  display: none;
}
.box_application3 fieldset:has(div[class^="hs_n"]) {
  display: none;
}
.box_application3 fieldset:has(div[class^="hs_n"]):has(.hs_nennrei) {
  display: block;
}
.box_application3 fieldset:has(div[class^="hs_n"]):has(.hs_nyuuryoku_kakunin) {
  display: block;
}
.box_application3 fieldset:has(div.hs_daiiti),
.box_application3 fieldset:has(div.hs_daini),
.box_application3 fieldset:has(div.hs_sains) {
  display: none;
}
.box_application3 ul.inputs-list {
  display: flex;
}
.box_application3 ul.inputs-list li:has(+ li) {
  margin-right: 15px;
}
.box_application3 fieldset:has(div[class^="hs-richtext"]) {
  background-color: #e9e9e9;
}
.box_application3 fieldset:has(div[class^="hs-richtext"]) p {
  font-size: 16px !important;
  font-weight: bold;
  line-height: 1.5;
}
.box_application3 fieldset:has(div[class^="hs_syokumukeirekisyo"]) .input {
  margin-top: 10px;
}
.box_application3 fieldset:has(div[class^="hs_nyuuryoku_kakunin"]) {
  display: block;
}
#hsForm_d8a9d46c-c81a-40ff-ad47-67be529f7391 fieldset:has(div[class^="hs_syokumukeirekisyo"]) {
  border-bottom-width: 3px;
}
@media screen and (max-width: 767px) {
  #hsForm_d8a9d46c-c81a-40ff-ad47-67be529f7391 fieldset:has(div[class^="hs_syokumukeirekisyo"]) {
    border-bottom-width: 1.5px;
  }
}
#hsForm_d8a9d46c-c81a-40ff-ad47-67be529f7391 .hs-fieldtype-radio .inputs-list {
  display: flex;
  flex-wrap: wrap;
}
#hsForm_d8a9d46c-c81a-40ff-ad47-67be529f7391 .hs-fieldtype-radio .hs-form-radio {
  margin-right: 0.5rem;
}
#hsForm_d8a9d46c-c81a-40ff-ad47-67be529f7391 .form-columns-0 {
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  #hsForm_d8a9d46c-c81a-40ff-ad47-67be529f7391 .form-columns-0 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #hsForm_d8a9d46c-c81a-40ff-ad47-67be529f7391 .form-columns-0 > * > * {
    font-size: 14px !important;
    line-height: 1.35;
  }
}
#hsForm_d8a9d46c-c81a-40ff-ad47-67be529f7391 textarea[name="saisyuugakureki"] {
  height: initial;
}
#hsForm_d8a9d46c-c81a-40ff-ad47-67be529f7391 textarea[name="kinmusakisyokurekireki"] {
  height: 15rem;
}
.loading {
  font-weight: bold;
  padding: 1rem;
  border: solid 1px #ccc;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 5rem 0;
  animation: loading 1s ease-in-out infinite alternate;
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.box_application4 fieldset:has(div[class^="hs_okyakusamasybetsu"]) {
  display: none;
}
.box_application4 fieldset:has(div[class^="hs_privacy_policy"]) {
  border-bottom: none;
  padding-top: 4rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .box_application4 fieldset:has(div[class^="hs_privacy_policy"]) {
    padding-top: 2rem;
  }
}
.box_application4 fieldset:has(div[class^="hs_nyuuryoku_kakunin"]) {
  border-bottom: none;
  padding-top: 4rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .box_application4 fieldset:has(div[class^="hs_nyuuryoku_kakunin"]) {
    padding-top: 2rem;
  }
}
.box_application4 fieldset:has(div[class^="hs-richtext"]) {
  background-color: #e9e9e9;
}
.box_application4 fieldset:has(div[class^="hs-richtext"]) p {
  font-size: 16px !important;
  font-weight: bold;
  line-height: 1.5;
}
.box_application4 fieldset:has(div[class^="hs_syokumukeirekisyo"]) .input {
  margin-top: 10px;
}
.box_application4 ul.inputs-list {
  display: flex;
}
.box_application4 ul.inputs-list li:has(+ li) {
  margin-right: 15px;
}
.box_application4 fieldset:has(div[class^="hs_no"]) {
  display: none;
}
.box_application4 fieldset:has(div[class^="hs_url"]) {
  display: none;
}
.box_application4 fieldset:has(div[class^="hs_n"]) {
  display: none;
}
.box_application4 fieldset:has(div[class^="hs_n"]):has(.hs_nennrei) {
  display: block;
}
.box_application4 fieldset:has(div[class^="hs_n"]):has(.hs_nyuuryoku_kakunin) {
  display: block;
}
.application form .freelance {
  text-align: center;
  line-height: 1.5;
  margin-top: 1em;
}
.application form .freelance .freelance_link {
  margin-top: 1em;
  font-size: 0.85em;
}
.application form .freelance .freelance_link a {
  text-decoration: underline;
}
.page-id-9662 #hsForm_21e499d7-2d5e-42b8-9976-b7057be5b696 > fieldset:nth-child(20) > div > legend {
  color: #c00000;
}
.g-recaptcha {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
