@charset "UTF-8";

#recruit_form+.width_fixed>.content_wrapper {
  display: flex;
  flex-direction: column;
}

.widget_form form {
  display: contents;
}

.widget_form .privacypolicy {
  order: 1;
}

.widget_form form .submit {
  margin: 0 auto;
  order: 2;
  width: 240px;
  background: #B28575;
  border-color: #B28575;
}

.widget_form form .submit:hover {
  background: #B28575;
  border-color: #B28575;
}

main form select {
  border-color: #dcd0c4;
}

#recruit_form+.widget_form form dt {
  font-family: 'Noto Serif JP', serif;
}

.widget_form form dl:nth-child(12),
.widget_form form dl:nth-child(11) {
  border-bottom: initial;
}

main form dl input,
main form textarea,
.widget_form form dl:nth-of-type(1),
.widget_form form dl,
.widget_form .privacypolicy {
  border-color: #dcd0c4;
}

main form .submit span:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

main form .submit span input:hover {
  color: #fff;
}

.widget_form form dt span.dt_transparent {
  color: transparent !important;
}

.widget_form form dt span {
  display: none;
}

.widget_form form dl {
  display: flex;
  gap: 20px;
}

.widget_form form dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  position: relative;
}

.widget_form form dd {
  width: calc(100% - 250px);
  display: block;
}

.widget_form form dt:has(span)::after {
  content: '必須';
  width: 3rem;
  background: #B28575;
  padding: 1px 10px 0;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
}

.widget_form form dt:not(:has(span))::after {
  content: '任意';
  padding: 0 10px 1px;
  width: 3rem;
  background: #ccc;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

.widget_form form dl:nth-last-of-type(2) dt:after {
  content: none;
}

@media screen and (max-width: 770px) {

  .widget_form form dl:nth-child(12) dt,
  .widget_form form dl:nth-child(13) dt {
    display: none;
  }

  .widget_form form dl {
    display: revert;
  }

  .widget_form form dt,
  .widget_form form dd {
    width: auto;
  }
}
/*修正_20250226*/
#entry_ttl + section .heading.block_header_6 .h{
  font-family: "Cormorant", serif;
}
#recruit_form + div .submit-wrapper{
  display: flex;
  column-gap: 16px;
  row-gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 0 30px;
}
#recruit_form + div .submit-wrapper .submit:has(input[value="戻る"]){
  background: #ccc;
  border-color: #ccc;
}
.widget_form form .submit{
  margin: 0;
}
.widget_form:has(input[value="戻る"]) form dt:not(:has(span))::after{
  content: none;
}