@charset 'UTF-8';

/* ------------------------------------------
  Reset
------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  outline: none;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

input, button, select, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

/* ------------------------------------------
  Utility Class
------------------------------------------ */
/* clearfix */
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

/* ------------------------------------------
  Common
------------------------------------------ */
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  background: #f7f8f9;
  color: #333;
  font-family: 'Roboto','Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
}

a, a img {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, opacity .3s ease;
}

a:hover {
  opacity: .75;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
}

.only_pc {
  display: none !important;
}

.container {
  margin: 0 15px;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }

  .only_pc {
    display: block !important;
  }

  .only_sp {
    display: none !important;
  }

  .container {
    margin: 0 auto;
    width: 1000px;
  }
}

#header-guide .page-ttl {
  background-color: #009ce0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #header-guide .page-ttl {
    font-size: 2.1rem;
    line-height: 80px;
    margin-bottom: 40px;
  }
}

#header-guide .desc {
  font-size: 1.4rem;
  padding: 0 15px;
}

#entry_form {
  font-family: 'Roboto','Noto Sans JP', sans-serif;
  line-height: 1.8;
}

#entry_form.form_block .form_container {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, .07) 0 0 10px 5px;
  font-size: 1.4rem;
  margin: 30px 15px;
  padding: 30px 15px;
}

@media screen and (min-width: 768px) {
  #entry_form.form_block .form_container {
    box-shadow: 0 0 20px 10px rgba(0,0,0,.07);
    margin: 40px auto;
    padding: 40px;
    width: 1000px;
  }
}

#entry_form .required {
  background-color: #fa5f64;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  height: auto;
  line-height: 20px;
  margin-left: 15px;
  text-align: center;
  width: 40px;
}

#entry_form .any {
  background-color: #666;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  height: auto;
  line-height: 20px;
  margin-left: 15px;
  text-align: center;
  width: 40px;
}

#entry_form.form_block .btn_area .buttonA {
  background-color: #f29600;
  border: none;
  box-shadow: 0 6px 0 0 #cc7e00;
  font-size: 1.4rem;
  max-width: 175px;
}

#entry_form.form_block .step h2 {
  font-size: 1.4rem;
}

#entry_form.form_block .step h2 span {
  background-color: rgb(0, 156, 224);
  display: table;
  float: none;
  margin-bottom: 15px;
  width: auto;
}

@media screen and (min-width: 768px) {
  #entry_form.form_block .step h2 span {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}

#entry_form.form_block table.schedule th {
  background-color: #f4f4f4;
}

#entry_form.form_block table.schedule tr:nth-child(2n+1) {
  background-color: #f4f4f4;
}

#entry_form.form_block .btn_change button {
  background-color: #f29600;
  border: none;
  box-shadow: 0 6px 0 0 #cc7e00;
}

#entry_form.form_block .btn_change button:hover {
  background-color: #f29600;
  color: #fff;
  opacity: .75;
}

#entry_form.form_block .confirm_new p.tit {
  background: none;
  border: none;
  color: #666;
  font-size: 1.4rem;
  margin-bottom: 15px;
  padding: 0;
}

#entry_form.form_block .btn_area .buttonA.no_select, #entry_form.form_block .btn_area .buttonA.back {
  border: none;
  box-shadow: 0 6px 0 0 #333;
}

#entry_form.form_block .btn_change button {
  font-weight: 700;
  padding: 18px 33px 18px 18px;
}

#entry_form.form_block .btn_change button::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  content: '';
  display: block;
  height: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

#entry_form.form_block .btn_area {
  padding-bottom: 6px;
}

#entry_form.form_block .branch_select {
  position: relative;
}

#entry_form.form_block .branch_select::before {
  border-color: transparent transparent #666 transparent;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-7px);
  width: 0;
}

#entry_form.form_block .branch_select::after {
  border-color: #666 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  bottom: 50%;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 10px;
  transform: translateY(7px);
  width: 0;
}

#entry_form.form_block select {
  background-color: #f2f2f2;
  border: none;
  border-radius: 5px;
  color: #666;
  font-size: 1.6rem;
  height: 35px;
  margin: 0;
  padding: 0 10px !important;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #entry_form.form_block .branch_select {
    max-width: 50%;
  }
}

#entry_form.form_block table.schedule tr {
  margin: 0;
  padding: 10px;
}

#entry_form.form_block table.schedule td {
  vertical-align: middle;
}

#entry_form.form_block table.schedule td.date {
  width: 55%;
}

#entry_form.form_block table.schedule td.reserve {
  padding-bottom: 11px;
  width: 45%;
}

#entry_form.form_block table.schedule td.time:before, #entry_form.form_block table.schedule td.office:before, #entry_form.form_block table.schedule td.num:before {
  color: #009ce0;
}

#entry_form.form_block table.schedule td.office {
  max-width: 55%;
}

@media screen and (min-width: 768px) {
  #entry_form.form_block table.schedule tr {
    padding: 0;
  }

  #entry_form.form_block table.schedule td.date {
    width: auto;
  }

  #entry_form.form_block table.schedule td.reserve {
    width: auto;
  }
}

#entry_form.form_block .confirm_new p.desc {
  margin-bottom: 30px;
}

#entry_form.form_block .confirm_new {
  margin: 0;
}

#footer {
  margin: 0;
}

#footer #footer-policy {
  height: auto;
  padding-bottom: 15px;
}

#footer #footer-policy .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  padding: 0 15px;
}

#footer #footer-policy .policy img {
  height: 40px;
}

@media screen and (min-width: 768px) {
  #footer #footer-policy .inner {
    padding: 0;
  }
}

#footer #footer-policy .policy {
  float: none;
  margin: 0;
  position: static;
}

#entry_form.form_block input[type='date'], .form_block input[type='number'], .form_block input[type='email'], .form_block input[type='tel'], .form_block input[type='text'] {
  background-color: #f2f2f2;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  height: 35px;
  padding: 0 10px;
  width: 100%;
}

#entry_form.form_block dl dt {
  align-items: center;
  color: #666;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: flex-end;
}

#entry_form.form_block dl dd span.txt1 {
  color: #666;
}

#entry_form .caution01 {
  background: none;
  padding: 0;
}

#entry_form.form_block .btn_area {
  display: flex;
  justify-content: center;
}

#entry_form.form_block .btn_area.twin .buttonA {
  float: none;
  margin: 0 7px;
}

#entry_form.form_block .btn_area.twin .buttonA + .buttonA {
  float: none;
  margin: 0 0 0 15px;
}

#entry_form.form_block .btn_area.twin button.buttonA.back {
  margin: 0;
}

#entry_form.form_block .confirm_text {
  font-size: 1.4rem;
}

.sa_html {
  font-family: 'Roboto','Noto Sans JP', sans-serif;
}

/* add 面談方式追加 */
#entry_form.form_block .cols input[type='radio'] {
  display: none;
}

#entry_form.form_block label {
  color: #666;
}

#entry_form.form_block .radio label {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 30px;
  padding-left: 40px;
  position: relative;
}

#entry_form.form_block .radio label::before {
  background-color: #f2f2f2;
  border-radius: 5px;
  content: '';
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}

#entry_form.form_block .radio.checked label::after {
  border-bottom: #009ce0 3px solid;
  border-left: #009ce0 3px solid;
  content: '';
  display: block;
  height: 8px;
  left: 7px;
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
  width: 14px;
}

#entry_form.form_block .radio + .radio {
   margin: 15px 0 0;
}

@media screen and (min-width: 768px) {
  #entry_form.form_block .cols {
    display: flex;
  }

  #entry_form.form_block .radio label {
    line-height: 50px;
    padding-left: 70px;
  }

  #entry_form.form_block .radio label::before {
    height: 50px;
    width: 50px;
  }

  #entry_form.form_block .radio.checked label::after {
    height: 10px;
    left: 14px;
    top: 14px;
    width: 20px;
  }

  #entry_form.form_block .radio + .radio {
   margin: 0 0 0 30px;
  }
}

/* add 希望サポート */
#entry_form.form_block .checkbox {
  display: flex;
}
#entry_form.form_block .checkbox input[name='usrDesiredSupport[]'] {
  display: none;
}
#entry_form.form_block .checkbox label {
  display: block;
  font-size: 1.6rem;
  line-height: 35px;
  padding-left: 45px;
  position: relative;
  margin: 0px 20px 0px 0px;
}
#entry_form.form_block .checkbox label::before {
  background-color: #f2f2f2;
  border-radius: 5px;
  content: '';
  display: block;
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 35px;
}
#entry_form.form_block .checkbox label::after {
  border-bottom: #009ce0 3px solid;
  border-left: #009ce0 3px solid;
  content: '';
  display: block;
  height: 8px;
  left: 11px;
  position: absolute;
  top: 9px;
  transform: rotate(-45deg);
  width: 13px;
  opacity: 0;
}
#entry_form.form_block .checkbox input[name='usrDesiredSupport[]']:checked + label::after {
  opacity: 1;
}
/* #entry_form.form_block .checkbox .error_support {
  color: #fa5f64;
  display: none;
  font-weight: bold;
  margin-top: 7px;
  border: none;
} */
@media screen and (max-width: 768px) {
  #entry_form.form_block .checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
  }
  #entry_form.form_block .checkbox label {
    font-size: 1.4rem;
    position: relative;
    margin: 0;
    width: calc((100% - 10px) / 2);
  }
  /* #entry_form.form_block .checkbox .error_support {
    margin-top: 5px;
  } */
}
