@charset "UTF-8";
/**
 * レスポンシブのブレイクポイント設定
 */
main {
  background-color: #f2f2f2;
}
main #contents {
  clear: both;
}
main #contents .page_title {
  margin: 120px 0 0 50px;
}
@media (max-width: 768px) {
  main #contents .page_title {
    margin: 0px 0 20px 0;
  }
}
main #contents .page_title h2 {
  font-size: 6rem;
  color: #6699cc;
}
@media (max-width: 768px) {
  main #contents .page_title h2 {
    font-size: 4rem;
  }
}
main #contents .page_title h2::before {
  content: "";
  border: 2px solid #6699cc;
  width: 60px;
  position: absolute;
  top: -28px;
  left: 0;
}
main #contents .page_title h2 span {
  color: #333;
  font-size: 2rem;
  display: block;
  margin: 20px 0 0 0;
  letter-spacing: 1px;
}
main #contents .page_title .sub {
  font-size: 1.2rem;
  color: #999;
  margin: 10px 0;
}
main #contents #entry {
  margin: 120px 50px 0 0;
  width: 690px;
  float: right;
}
@media (max-width: 768px) {
  main #contents #entry {
    margin: 0;
    width: 100%;
    float: none;
  }
}
main #contents #entry dl {
  margin-bottom: 40px;
  font-size: 1.3rem;
  line-height: 180%;
}
main #contents #entry dt {
  letter-spacing: 2px;
  margin-bottom: 5px;
}
main #contents #entry dt span {
  color: #999;
}
main #contents #entry dd {
  padding-bottom: 30px;
  margin: 0;
}
main #contents #entry dd input[type=text],
main #contents #entry dd input[type=email],
main #contents #entry dd textarea {
  padding: 15px;
  width: 96%;
  line-height: 1.5;
  border: none;
  background: #e2e2e2;
}
@media (max-width: 768px) {
  main #contents #entry dd input[type=text],
main #contents #entry dd input[type=email],
main #contents #entry dd textarea {
    width: 90%;
  }
}
main #contents #entry dd input[type=file]::-webkit-file-upload-button {
  padding: 15px;
  border: none;
  background: #e2e2e2;
  cursor: pointer;
}
main #contents #entry dd input[type=file]::file-selector-button {
  padding: 15px;
  border: none;
  background: #e2e2e2;
  cursor: pointer;
}
main #contents #entry dd textarea {
  height: 150px;
  width: 100%;
}
main #contents #entry dd .radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 2em;
  border: none;
}
main #contents #entry dd .radio label {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
}
main #contents #entry dd .radio label::before,
main #contents #entry dd .radio label:has(:checked)::after {
  border-radius: 50%;
  content: "";
}
main #contents #entry dd .radio label::before {
  width: 18px;
  height: 18px;
  background-color: #e2e2e2;
}
main #contents #entry dd .radio label:has(:checked)::after {
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #6699cc;
  -webkit-animation: anim-radio 0.3s linear;
          animation: anim-radio 0.3s linear;
}
@-webkit-keyframes anim-radio {
  0% {
    box-shadow: 0 0 0 1px transparent;
  }
  50% {
    box-shadow: 0 0 0 10px #e2e2e2;
  }
  100% {
    box-shadow: 0 0 0 10px transparent;
  }
}
@keyframes anim-radio {
  0% {
    box-shadow: 0 0 0 1px transparent;
  }
  50% {
    box-shadow: 0 0 0 10px #e2e2e2;
  }
  100% {
    box-shadow: 0 0 0 10px transparent;
  }
}
main #contents #entry dd .radio input {
  display: none;
}
main #contents #entry dd .selectbox {
  position: relative;
  display: inline-flex;
  align-items: center;
}
main #contents #entry dd .selectbox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 15px 45px 15px 15px;
  border: none;
  background-color: #e2e2e2;
  color: #333;
  font-size: 1em;
  cursor: pointer;
}
main #contents #entry dd .selectbox .error {
  position: absolute;
  bottom: -23px;
}
main #contents #entry dd .zip {
  margin-bottom: 1em;
}
main #contents #entry dd .zip .mwform-zip-field {
  margin-bottom: 0;
}
main #contents #entry .mw_wp_form_input dd .selectbox::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #333;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
main #contents #entry .text-center {
  text-align: center;
  padding-bottom: 100px;
}
main #contents #entry .text-center input[type=submit] {
  cursor: pointer;
  background: #999;
  color: #FFF;
  font-size: 2rem;
  padding: 20px 120px;
  border: none;
  transition: all 0.3s ease;
}
main #contents #entry .text-center input[type=submit]:hover {
  background: #777;
}
@media (max-width: 768px) {
  main #contents #entry .text-center input[type=submit] {
    padding: 10px 20px;
    font-size: 1.5rem;
  }
}
main #contents #entry .flex,
main #contents #entry .mwform-zip-field {
  display: flex;
  align-items: center;
  gap: 10px;
}
main #contents #entry .mwform-zip-field {
  margin-bottom: 1em;
}
main #contents #entry .mwform-zip-field input[type=text] {
  width: 80px;
}
main #contents #entry .flex .error {
  display: none;
}
main #contents #entry .error-message {
  display: none;
  margin-bottom: 1em;
  font-size: 93%;
  color: #B70000;
}
main #contents #entry .flex:has(.error) + .error-message {
  display: block !important;
}
main #contents #entry .educationAndWorkExperience .flex {
  margin-bottom: 1em;
}
main #contents #entry .educationAndWorkExperience .flex:has(.error) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  main #contents #entry dl {
    flex-flow: column nowrap;
  }
  main #contents #entry dt,
main #contents #entry dd {
    width: 100%;
    border-top: none;
  }
  main #contents #entry dt {
    font-weight: bold;
    padding: 10px 0 0 0;
  }
  main #contents #entry dd {
    border-left: none;
    padding: 0 0 10px 0;
  }
}
main #contents .mw_wp_form_complete {
  font-size: 14px;
  line-height: 160%;
  margin: 20px 0 100px;
}
main #contents .mw_wp_form_complete p {
  margin-bottom: 20px;
}
main #contents .mw_wp_form_complete .p_end {
  font-size: 12px;
}