@charset "UTF-8";
#entry {
  background-color: #f2f2f2;
  padding: 100px 0 115px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px), print {
  #entry {
    padding: 70px 0 60px;
  }
}
#entry #title {
  background-color: #0e68aa;
  padding: 55px 0;
}
@media screen and (max-width: 768px), print {
  #entry #title {
    padding: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  #entry #title {
    padding: 30px 0;
  }
}
#entry #title h1 {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  line-height: 41px;
  text-align: center;
}
@media screen and (max-width: 768px), print {
  #entry #title h1 {
    font-size: 36px;
    line-height: 30px;
  }
}
@media screen and (max-width: 480px), print {
  #entry #title h1 {
    font-size: 32px;
  }
}
#entry #title h1 span {
  font-size: 20px;
}
@media screen and (max-width: 768px), print {
  #entry #title h1 span {
    font-size: 18px;
  }
}
#entry #pankuzu ul {
  display: flex;
  font-size: 12px;
  margin: 20px 0 120px;
}
@media screen and (max-width: 768px), print {
  #entry #pankuzu ul {
    margin: 10px 0 60px;
  }
}
#entry #pankuzu ul li {
  list-style: none;
}
#entry #pankuzu ul li + li {
  margin-left: 10px;
}
#entry #pankuzu ul li a {
  color: #0e68aa;
}
#entry .headArea {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px), print {
  #entry .headArea {
    margin-bottom: 60px;
  }
}
#entry .headArea .headTitle {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px), print {
  #entry .headArea .headTitle {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #entry .headArea .headTitle {
    font-size: 28px;
  }
}
#entry .headArea .headText {
  font-size: 16px;
  line-height: 50px;
}
@media screen and (max-width: 768px), print {
  #entry .headArea .headText {
    line-height: 32px;
  }
}
#entry .headArea.confirm {
  margin-bottom: 70px;
}
#entry .headArea.confirm .headText {
  line-height: 36px;
}
#entry .telArea {
  background-color: #fff;
  border-radius: 10px;
  max-width: 680px;
  margin: 0 auto 110px;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px), print {
  #entry .telArea {
    margin-bottom: 70px;
  }
}
#entry .telArea .telTitle {
  color: #0e68aa;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
#entry .telArea .telText {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}
#entry .telArea .telBox .telBoxIn {
  display: inline-block;
  position: relative;
  padding-left: 55px;
}
#entry .telArea .telBox .telBoxIn::before {
  position: absolute;
  content: "";
  background-image: url(../images/entry/tel@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#entry .telArea .telBox .telBoxIn .telNumber {
  color: #0e68aa;
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-weight: 500;
}
@media screen and (min-width: 481px) {
  #entry .telArea .telBox .telBoxIn .telNumber {
    pointer-events: none;
  }
}
@media screen and (max-width: 480px) {
  #entry .telArea .telBox .telBoxIn .telNumber {
    font-size: 35px;
  }
}
#entry .telArea .telBox .telBoxIn .openTime {
  color: #666;
  font-size: 13px;
  font-weight: 500;
}
#entry .step-area {
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px), print {
  #entry .step-area {
    margin-bottom: 30px;
  }
}
#entry .step-area .mailTitle {
  color: #0e68aa;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
#entry .step-area .stepText {
  font-size: 16px;
  margin: 65px 0 50px;
}
@media screen and (max-width: 768px), print {
  #entry .step-area .stepText {
    margin: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  #entry .step-area img {
    width: 100%;
  }
}
#entry .error_mes {
  color: red;
  margin-bottom: 30px;
}
#entry .table-area .entryLine {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px dashed #cbcbcb;
  padding: 30px 0;
}
#entry .table-area .entryLine:first-of-type {
  border-top: 1px dashed #cbcbcb;
}
#entry .table-area .entryLine.center {
  align-items: center;
}
@media screen and (max-width: 768px), print {
  #entry .table-area .entryLine.center {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px), print {
  #entry .table-area .entryLine {
    flex-direction: column;
    padding: 20px 0;
  }
}
#entry .table-area .entryLine .lineTitle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.13rem;
  width: 275px;
}
@media screen and (max-width: 768px), print {
  #entry .table-area .entryLine .lineTitle {
    justify-content: start;
    margin-bottom: 15px;
    width: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  #entry .table-area .entryLine .lineTitle {
    font-size: 16px;
  }
}
#entry .table-area .entryLine .lineTitle .required {
  background-color: #d86161;
  color: #fff;
  font-size: 16px;
  padding: 2px 10px;
}
@media screen and (max-width: 768px), print {
  #entry .table-area .entryLine .lineTitle .required {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  #entry .table-area .entryLine .lineTitle .required {
    font-size: 14px;
  }
}
#entry .table-area .entryLine .lineTitle .optional {
  border: 1px solid #666;
  color: #666;
  font-size: 16px;
  padding: 2px 10px;
}
@media screen and (max-width: 768px), print {
  #entry .table-area .entryLine .lineTitle .optional {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  #entry .table-area .entryLine .lineTitle .optional {
    font-size: 14px;
  }
}
#entry .table-area .entryLine .lineDetail {
  width: calc(100% - 305px);
}
@media screen and (max-width: 768px), print {
  #entry .table-area .entryLine .lineDetail {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #entry .table-area .entryLine .lineDetail {
    font-size: 14px;
  }
}
#entry .table-area .entryLine .lineDetail .textArea__form {
  background-color: #fff;
  height: 60px;
  max-width: 600px;
  width: 100%;
  padding: 10px 20px;
}
@media screen and (max-width: 768px), print {
  #entry .table-area .entryLine .lineDetail .textArea__form {
    height: 50px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #entry .table-area .entryLine .lineDetail .textArea__form {
    padding: 5px 15px;
  }
}
#entry .table-area .entryLine .lineDetail .textArea__form.big {
  max-width: 100%;
}
#entry .table-area .entryLine .lineDetail .textBox__form {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
}
#entry .table-area .entryLine .lineDetail .kibouFlex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#entry .table-area .entryLine .lineDetail .kibouFlex + .kibouText {
  margin-top: 20px;
}
#entry .table-area .entryLine .lineDetail .kibouFlex .kibou {
  max-width: 600px !important;
  width: 100%;
  margin-right: 15px;
  margin-top: 10px;
}
#entry .table-area .entryLine .lineDetail .kibouFlex ::-moz-placeholder {
  color: #999;
}
#entry .table-area .entryLine .lineDetail .kibouFlex ::placeholder {
  color: #999;
}
#entry .table-area .entryLine .lineDetail .kibouFlex select {
  color: #999;
}
#entry .table-area .entryLine .lineDetail .kibouFlex .example {
  color: #333;
}
#entry .table-area .entryLine .lineDetail .kibouFlex .select {
  width: 270px !important;
  margin-top: 10px;
}
#entry .table-area .entryLine .lineDetail .kibouFlex .select_deco {
  position: relative;
}
#entry .table-area .entryLine .lineDetail .kibouFlex .select_deco:before {
  width: 9px;
  height: 9px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: translate(0, -50%) rotate(135deg);
  position: absolute;
  content: "";
  right: 10px;
  top: 55%;
}
#entry .table-area label {
  position: relative;
}
#entry .table-area label.radioLabel {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
#entry .table-area label.radioLabel + .radioLabel {
  margin-top: 10px;
}
#entry .table-area label.checkLabel {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
#entry .table-area label.checkLabel + .checkLabel {
  margin-top: 15px;
}
#entry .table-area label.checkLabel + .textBox__form {
  margin-top: 10px;
  margin-left: 30px;
  width: calc(100% - 30px) !important;
}
#entry .table-area label input[type=radio],
#entry .table-area label input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 20px;
  left: 15px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#entry .table-area label .checkbox-field-text,
#entry .table-area label .radio-field-text {
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 480px) {
  #entry .table-area label .checkbox-field-text,
  #entry .table-area label .radio-field-text {
    font-size: 14px;
  }
}
#entry .table-area label input[type=checkbox]:checked + .checkbox-field-text::after,
#entry .table-area label input[type=radio]:checked + .radio-field-text::after {
  opacity: 1;
}
#entry .table-area label .checkbox-field-text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid #cbcbcb;
  background-color: #fff;
}
#entry .table-area label .checkbox-field-text::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  background-color: #0e68aa;
  opacity: 0;
}
#entry .table-area label .radio-field-text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  background-color: #fff;
}
#entry .table-area label .radio-field-text::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0e68aa;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  opacity: 0;
}
#entry .table-area .privacyBox {
  margin-top: 50px;
}
@media screen and (max-width: 768px), print {
  #entry .table-area .privacyBox {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  #entry .table-area .privacyBox {
    text-align: left;
  }
}
#entry .table-area .privacyBox .privacyTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.13rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #entry .table-area .privacyBox .privacyTitle {
    font-size: 16px;
  }
}
#entry .table-area .privacyBox .privacyArea {
  background-color: #fff;
  max-width: 880px;
  width: 100%;
  height: 300px;
  padding: 30px;
  margin: 0 auto 30px;
  overflow-y: scroll;
  /* Firefox 対応 */
}
@media screen and (max-width: 768px), print {
  #entry .table-area .privacyBox .privacyArea {
    padding: 25px;
    margin-bottom: 15px;
  }
}
#entry .table-area .privacyBox .privacyArea ul {
  margin-top: 10px;
}
#entry .table-area .privacyBox .privacyArea ul li {
  list-style: none;
  text-indent: -1.3em;
  padding-left: 2.4em;
}
#entry .table-area .privacyBox .privacyArea .privacy_sub {
  color: #0e68aa;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  #entry .table-area .privacyBox .privacyArea .privacyText {
    font-size: 14px;
  }
}
#entry .table-area .privacyBox .privacyArea .privacyText + .privacy_sub {
  margin-top: 35px;
}
#entry .table-area .privacyBox .privacyArea .privacyText a {
  color: #333;
}
@media screen and (min-width: 481px) {
  #entry .table-area .privacyBox .privacyArea .privacyText a {
    pointer-events: none;
  }
}
#entry .table-area .privacyBox .privacyArea .privacyBox__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #entry .table-area .privacyBox .privacyArea .privacyBox__title + p {
    font-size: 15px;
  }
}
#entry .table-area .privacyBox .privacy_inner {
  text-align: center;
  margin-bottom: 40px;
}
#entry .table-area .privacyBox .privacy_inner .checkbox-field-text::after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 45%;
  left: 1px;
  transform: rotate(47deg) skewY(3deg) translateY(-50%);
  transform-origin: center right;
  border-right: 2px solid #d86161;
  border-bottom: 2px solid #d86161;
  border-radius: 0;
  background-color: transparent;
  opacity: 0;
}
#entry .table-area .privacyBox .privacy_inner .required {
  background-color: #d86161;
  color: #fff;
  font-size: 16px;
  padding: 2px 10px;
  margin-left: 20px;
}
@media screen and (max-width: 768px), print {
  #entry .table-area .privacyBox .privacy_inner .required {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  #entry .table-area .privacyBox .privacy_inner .required {
    font-size: 14px;
  }
}
#entry .table-area .privacyBox::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
#entry .button01 {
  background-color: #0e68aa;
  color: #fff;
  border: none;
  padding: 15px 55px 13px 30px;
  margin: 0 auto;
}
#entry .button01::after {
  background-image: url(../images/recruit/arw05@2x.png);
}
#entry .button01:hover {
  background-color: #fff;
  color: #0e68aa;
}
#entry .button01:hover:after {
  background-image: url(../images/recruit/arw02@2x.png);
}
#entry .button01.gray {
  background-color: #999;
}
#entry .button01.gray:after {
  left: 25px;
  right: auto;
  transform: translate(0, -50%) rotate(180deg);
}
#entry .button01.gray:hover {
  color: #999;
  background-color: #fff;
}
#entry .button01.gray:hover:after {
  background-image: url(../images/recruit/arw06@2x.png);
}
#entry .contact-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px), print {
  #entry .contact-btn-wrap {
    margin-top: 40px;
  }
}
#entry .contact-btn-wrap .submit-btn {
  margin-left: 30px;
}
#entry .contact-btn-wrap .submit-btn.confrim-none {
  margin-left: 0;
}
#entry .contact-btn-wrap .button01 {
  padding: 15px 20px 13px;
}
#entry .form_complete .completeText .compTitle {
  text-align: center;
  color: #0e68aa;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
#entry .form_complete .completeText .compText {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  #entry .form_complete .completeText .compText {
    font-size: 14px;
  }
}
#entry .form_complete .button01 {
  width: 270px;
}
@media screen and (min-width: 769px) {
  #entry .ipad__show {
    display: none;
  }
}
@media screen and (max-width: 768px), print {
  #entry .ipad__hide {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #entry .smp__hide {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  #entry .smp__show {
    display: none;
  }
}