@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0 0;
  box-sizing: border-box;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
  word-break: break-word;
  font-feature-settings: "palt"
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block
}

html {
  font-size: 62.5%
}

body {
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #343a40;
  font-size: 1.4rem;
  word-wrap: break-word;
  line-height: 1;
  font-feature-settings: "palt"
}
@media screen and (max-width:767px) {
  body {
    width: 100%;
  }
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

a {
  color: #00B2B3;
}

a:hover {
  text-decoration: none;
}

input, select {
  vertical-align: middle;
  font-family: ヒラギノ角ゴシック Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif
}
@media screen and (max-width:767px) {
  input, select {
    text-align: left
  }
}

input[type=number], input[type=tel], input[type=text], select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 50px;
  padding: 0 0 0 1em;
  border: 2px solid #cfcfcf;
  border-radius: 0;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.8rem
}
@media screen and (max-width:767px) and (max-height:750px) {
  input[type=number], input[type=tel], input[type=text] {
    height: 45px;
    font-size: 1.7rem;
  }
  select {
    height: 45px;
    font-size: 1.7rem;
  }
}

input[type=number].is-focus, input[type=tel].is-focus, input[type=text].is-focus, select.is-focus {
  background: #EDF8F9
}

input[type=number].is-active, input[type=tel].is-active, input[type=text].is-active, select.is-active {
  border-color: #00B2B3;
  background: #EDF8F9;
  color: #00B2B3;
  font-weight: 700
}

input[type=number].is-error, input[type=tel].is-error, input[type=text].is-error, select.is-error {
  border-color: #db0000;
  background: #ffe6e7;
  color: #db0000;
  font-weight: 700
}

#zip_cd:focus, #phone_num:focus, input[type=number]:focus, input[type=text]:focus, select:focus {
  outline: 0;
  border: 2px solid #cfcfcf;
  background: #EDF8F9;
  font-weight: 400;
  color: #000
}
input[type=tel]:focus {
  outline: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

.container {
  width: 1000px;
  margin: 0 auto
}
@media screen and (max-width:767px) ,
screen and (orientation: landscape) and (max-height: 450px) {
  .container {
    width: 100%;
    padding: 0 10px
  }
}

.entry-header__logo {
  width: 100%;
  background: #fff;
  padding: 15px 0;
  border-top: 2px solid #00B2B3;
  border-bottom: 1px solid #DCDCDC
}
.entry-header__logo .pc {
  display: block;
}
.entry-header__logo .sp {
  display: none;
}
@media screen and (max-width:767px) ,
screen and (orientation: landscape) and (max-height: 450px) {
  .entry-header__logo {
    padding: 10px 0;
    text-align: center
  }
  .entry-header__logo .pc {
    display: none;
  }
  .entry-header__logo .sp {
    display: block;
  }
}
@media screen and (max-width:767px) and (max-height:750px) {
  .entry-header__logo {
    padding: 7px 0;
  }
}

.entry-header__logo img {
  width: 195px;
  margin: auto
}
@media screen and (max-width:767px) {
  .entry-header__logo img {
    width: 180px
  }
}
@media screen and (max-width:767px) and (max-height:750px) {
  .entry-header__logo img {
    width: 160px
  }
}

.entry-header__banner {
  padding: 20px 0;
  text-align: center
}
.entry-header__banner .pc {
  display: block;
}
.entry-header__banner .sp {
  display: none;
}
@media screen and (orientation: landscape) and (max-height: 450px) {
  .entry-header__banner .pc {
    display: none;
  }
  .entry-header__banner .sp {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width:767px) {
  .entry-header__banner {
    padding: 0 0 20px;
  }
  .entry-header__banner .pc {
    display: none;
  }
  .entry-header__banner .sp {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width:767px) and (max-height:750px) {
  .entry-header__banner .sp {
    width: 80%;
    margin: auto;
  }
}

.entry-header__top {
  background: linear-gradient(180deg, #fff 0%, #fff 25%, #EDF8F9 25%, #EDF8F9 100%);
  padding: 0 0 15px;
  text-align: center;
  width: 100%;
}
.entry-header__top span {
  box-shadow: none;
  background: #00B2B3;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 60px;
}

.entry-header__steps {
  width: 100%;
  padding: 10px 0 10px;
  background: #EDF8F9;
}
@media screen and (max-width:767px) {
  .entry-header__steps {
    padding-top: 15px
  }
}
@media screen and (max-width:767px) and (max-height:750px) {
  .entry-header__steps {
    padding: 7px 0;
  }
}

.entry-header__steps-flow, .entry-header__steps-flow .circle {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.entry-header__steps-flow .circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #aaa;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer
}
@media screen and (max-width:767px) {
  .entry-header__steps-flow .circle {
    width: 20px;
    height: 20px;
    font-size: 1.2rem
  }
}

.entry-header__steps-flow .is-complete {
  border: 2px solid #00B2B3;
  background: #fff;
  color: #00B2B3
}

.entry-header__steps-flow .is-active {
  position: relative;
  width: 50px;
  height: 50px;
  background: #00B2B3;
  font-size: 2rem;
  color: #fff
}
@media screen and (max-width:767px) {
  .entry-header__steps-flow .is-active {
    width: 36px;
    height: 36px;
    font-size: 1.6rem
  }
}
@media screen and (max-width:767px) and (max-height:750px) {
  .entry-header__steps-flow .is-active {
    width: 30px;
    height: 30px;
    font-size: 1.4rem
  }
}

.entry-header__steps-flow .is-active:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top: 10px solid #00B2B3
}

.entry-header__steps-flow .is-error {
  border-color: #db0000;
  background: #db0000;
  color: #fff
}
.entry-header__steps-flow .is-error:after {
  border-top-color: #db0000
}

.entry-header__steps-flow .line {
  width: auto;
  height: auto;
  margin: 0 40px;
  border-radius: 0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}
@media screen and (max-width:767px) {
  .entry-header__steps-flow .line {
    width: 17%;
    margin: 0 10px
  }
}

.entry-header__steps-flow .line img {
  width: 100%
}

.entry-header__notice {
  width: 100%;
}

.entry-header__notice p {
  padding: 15px 0 0;
  font-size: 1.5rem;
  color: #00B2B3;
  text-align: right;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:767px) ,
screen and (orientation: landscape) and (max-height: 450px) {
  .entry-header__notice p {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width:767px) and (max-height:750px) {
  .entry-header__notice p {
    padding: 5px 10px 0 0;
  }
}

.entry-main-title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700
}
@media screen and (max-width:767px) {
  .entry-main-title {
    font-size: 1.6rem;
    line-height: 1.4
  }
}

.entry-main-title__notice {
  margin-left: 20px;
  font-weight: 400;
  color: #00B2B3
}
@media screen and (max-width:767px) {
  .entry-main-title__notice {
    display: block;
    margin: 5px 0 0;
    font-size: 1.3rem
  }
}

.entry-main-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px
}
@media screen and (max-width:767px) {
  .entry-main-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 85%;
    margin: 0 auto 30px
  }
}
@media screen and (max-width:767px) and (max-height:750px) {
  .entry-main-section1 .entry-main-box {
    margin: 0 auto 15px;
  }
}

#exp_corp_num_div_cd {
  margin-bottom: 0;
}

.entry-main-text {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 50px
}
@media screen and (max-width:767px) {
  .entry-main-text {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1em
  }
}

.entry-main-normal {
  position: relative
}

.entry-main-notice {
  display: block;
  margin-top: 10px;
}

.entry-main-check {
  display: block;
  padding: 25px 0;
  border-radius: 15px;
  border: 2px solid #cfcfcf;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #FFF;
}
@media screen and (max-width:767px) {
  .entry-main-check {
    position: relative;
    margin: 0 auto 10px;
    padding: 15px 15px 15px 50px;
    border-radius: 0;
    text-align: left
  }
}
@media screen and (max-width:767px) and (max-height:750px) {
  .entry-main-check {
    padding: 13px 15px 10px 50px;
    font-size: 1.7rem;
    height: 45px;
  }
  .entry-main-section1 .entry-main-check {
    padding: 10px 15px 10px 50px;
    font-size: 1.7rem;
    height: inherit;
  }
}

.entry-main-check input {
  display: none
}

@media screen and (max-width:767px) {
  .entry-main-check:after, .entry-main-check:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .entry-main-check:before {
    width: 18px;
    height: 18px;
    border: 2px solid #cfcfcf
  }
  .entry-main-check:after {
    top: 16px;
    left: 17px;
    width: 14px;
    height: 7px;
    border-left: 3px solid #00B2B3;
    border-bottom: 3px solid #00B2B3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@media screen and (max-width:767px) and (max-height:750px) {
  .entry-main-check:after {
    top: 12px;
  }
}

.entry-main-check.is-active {
  border-color: #00B2B3;
  background: #EDF8F9;
  color: #00B2B3;
  font-weight: 700
}
@media screen and (max-width:767px) {
  .entry-main-check.is-active:before {
    border: none;
    background: #fff
  }
  .entry-main-check.is-active:after {
    -webkit-transform: rotate(-45deg) translateY(0);
    transform: rotate(-45deg) translateY(0);
    opacity: 1
  }
}

.entry-main-check.is-error {
  border-color: #db0000;
  background: #ffe6e7;
  color: #db0000;
  font-weight: 700
}
@media screen and (max-width:767px) {
  .entry-main-radio:before {
    border: 2px solid #cfcfcf;
    border-radius: 50%
  }
  .entry-main-radio:after {
    top: 50%;
    left: 19px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00B2B3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

.entry-main-radio.is-active:after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.entry-main-select {
  position: relative;
  width: 100%;
  height: 55px;
  border: 2px solid #cfcfcf;
  font-size: 1.8rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .entry-main-select {
    box-sizing: content-box;
  }
}
@media screen and (max-width:767px) and (max-height:750px) {
  .entry-main-select {
    box-sizing: border-box;
    height: 45px;
  }
}

.entry-main-select-text {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 400;
  color: #000;
}
@media screen and (max-width:767px) {
  .entry-main-select-text {
    left: 10px
  }
}

.entry-main-select select {
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: 0 0;
  font-size: 1.8rem;
  color: #999;
}
@media screen and (max-width:767px) and (max-height:750px) {
  .entry-main-select select {
    font-size: 1.7rem;
  }
}

.entry-main-select option {
  color: #000
}

.entry-main-select:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-top: 7px solid #00B2B3;
  z-index: 3;
}
@media screen and (max-width:767px) and (max-height:750px) {
  .entry-main-select:after {
    top: 25px;
  }
}

.entry-main-select.add {
  width: calc(100% - 70px)
}

.entry-main-select-button {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: none;
  background: #00B2B3;
  cursor: pointer;
  outline: 0
}
@media screen and (max-width:767px) ,
screen and (orientation: landscape) and (max-height: 450px) {
  .entry-main-select-button {
    display: block;
    width: 100%;
    height: 42px;
    border-radius: 25px;
    color: #fff;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 374px) {
  .entry-main-select-button {
    font-size: 1.5rem;
  }
}

.entry-main-select-button:after, .entry-main-select-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  background: #fff
}
@media screen and (max-width:767px) ,
screen and (orientation: landscape) and (max-height: 450px) {
  .entry-main-select-button:after, .entry-main-select-button:before {
    left: 17%;
  }
}
.entry-main-select-button:before {
  width: 21px;
  height: 3px
}
@media only screen and (max-width: 374px) {
  .entry-main-select-button:before {
    width: 15px;
  }
}

.entry-main-select-button:after {
  width: 3px;
  height: 21px
}
@media only screen and (max-width: 374px) {
  .entry-main-select-button:after {
    height: 15px
  }
}

.entry-main-select-button span {
  display: none;
}
@media screen and (max-width:767px) ,
screen and (orientation: landscape) and (max-height: 450px) {
  .entry-main-select-button span {
    display: inline;
  }
}

.entry-main-select.is-error {
  border-color: #db0000;
  background: #ffe6e7;
  color: #db0000;
  font-weight: 700;
}
.entry-main-select.is-error select {
  color: #343a40;
}

.entry-main-select.is-active {
  border-color: #00B2B3;
  background: #EDF8F9
}

.entry-main-select.is-active, .entry-main-select.is-active select {
  color: #00B2B3;
  font-weight: 700
}

.entry-main-select.is-focus {
  border-color: #cfcfcf;
  background: #EDF8F9
}

.entry-main-buttonwrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-bottom: 0px;
}
@media screen and (max-width:767px) {
  .entry-main-buttonwrap {
    margin-bottom: inherit;
  }
}

.entry-main-next, .entry-main-submit {
  margin: 0 250px 0 0;
  position: relative;
  display: block;
  width: 500px;
  height: 70px;
  border-radius: 15px;
  border: none;
  background: #aaa;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  outline: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: no-drop
}
@media screen and (max-width:767px) ,
screen and (orientation: landscape) and (max-height: 450px) {
  .entry-main-next, .entry-main-submit {
    width: 100%;
    height: 65px;
    border-radius: 10px;
    margin: auto
  }
}

.entry-main-next:after, .entry-main-submit:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  vertical-align: middle;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer
}
@media screen and (max-width:767px) {
  .entry-main-next:after, .entry-main-submit:after {
    width: 10px;
    height: 10px
  }
}

.entry-main-next.is-active {
  background: #00B2B3;
  cursor: pointer
}

.entry-main-submit {
  margin: auto;
  font-weight: 400;
  width: 700px;
  height: 70px;
}
@media screen and (max-width:767px) {
  .entry-main-submit {
    width: 100%;
    height: 65px;
    padding: 10px 0;
    font-size: 1.2rem
  }
}

.entry-main-submit__text {
  display: block;
  font-weight: 700
}
@media screen and (max-width:767px) {
  .entry-main-submit__text {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}

.entry-main-submit:after {
  display: none
}

.entry-main-submit.is-active {
  background: #ff7b38;
  cursor: pointer
}

.entry-main-submit.is-active:hover {
  opacity: .75
}

.entry-main-submit .submit-txt-1 {
  display: block;
}
.entry-main-submit .submit-txt-2 {
  display: none;
}
.entry-main-submit.is-active .submit-txt-1 {
  display: none;
}
.entry-main-submit.is-active .submit-txt-2 {
  display: block;
}

.entry-main-error {
  width: 100%;
  margin: 5px 0 0;
  font-weight: 700;
  color: #db0000;
  font-size: 1.4rem;
}

.entry-main-section {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width:767px) {
  .entry-main-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.entry-main-section1 {
  padding-top: 25px;
}
@media screen and (max-width:767px) {
  .entry-main-section1 {
    padding-top: 20px
  }
}
@media screen and (max-width:767px) and (max-height:750px) {
  .entry-main-section1 {
    padding-top: 10px
  }
}

.entry-main-section1 .line1 li {
  width: calc(50% - 10px)
}
@media screen and (max-width:767px) {
  .entry-main-section1 .line1 li {
    width: 100%
  }
}

.entry-main-section1 .line2 li {
  width: calc(33.3333% - 13.3333px)
}
@media screen and (max-width:767px) {
  .entry-main-section1 .line2 li {
    width: 100%
  }
}

@media screen and (min-width:768px) {
  .entry-main-section1 #job_skr_crtfcton_cd_subject li {
    width: 23%
  }
  .entry-main-section1 #job_skr_crtfcton_cd_count li {
    width: 18%
  }
}

.entry-main-section2 {
  display: none;
  background-color: #F7F7F5;
}

.entry-main-section2 .line3 {
  margin-bottom: 20px
}
@media screen and (max-width:767px) {
  .entry-main-section2 .line3 {
    margin-bottom: 10px;
  }
}

.entry-main-section2 .line5 {
  -webkit-box-pack: start;
  justify-content: flex-start
}
@media screen and (max-width:767px) ,
screen and (orientation: landscape) and (max-height: 450px) {
  .entry-main-section2 .line5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
  }
}

.entry-main-section2 .pref {
  width: 320px;
  margin-right: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
@media screen and (max-width:767px) ,
screen and (orientation: landscape) and (max-height: 450px) {
  .entry-main-section2 .pref {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
  }
}

.entry-main-section2 .pref select {
  padding-left: 100px
}
@media screen and (max-width:767px) ,
screen and (orientation: landscape) and (max-height: 450px) {
  .entry-main-section2 .pref2, .entry-main-section2 .pref3 {
    display: none
  }
}

.entry-main-section2 .pref3 {
  margin-right: 0
}

@media screen and (max-width:767px) ,
screen and (orientation: landscape) and (max-height: 450px) {
  .entry-main-section2 .pref.long {
    width: 100%;
    margin-right: 0
  }
}

.entry-main-section2 .line1 {
  margin-bottom: 0;
}

.entry-main-section2 .line1 li {
  width: 15%
}
@media screen and (max-width:767px) {
  .entry-main-section2 .line1 li {
    width: 100%
  }
}

.entry-main-section2 .line3 {
  -webkit-box-pack: start;
  justify-content: flex-start
}

.entry-main-section2 .line3 li {
  width: 49%;
  margin: 0 20px 20px 0
}
@media screen and (orientation: landscape) and (max-height: 450px) {
  .entry-main-section2 .line3 li {
    width: 49%;
    margin: 0 1% 1% 0
  }
}
@media screen and (max-width:767px) {
  .entry-main-section2 .line3 li {
    width: 100%;
    margin: 0
  }
}

.entry-main-section2 .line3 li:nth-of-type(even) {
  margin-right: 0
}

.entry-main-section3 {
  display: none;
  padding-bottom: 30px;
}
@media screen and (max-width:767px) {
  .entry-main-section3 {
    padding-top: 50px
  }
}

.entry-main-section3 #birth_dt {
    width: 35%
}
@media screen and (max-width: 767px) {
    .entry-main-section3 #birth_dt {
        width:100%
    }
}

.entry-main-section3 .line1 {
  margin-bottom: 25px;
}
@media screen and (max-width:767px) {
  .entry-main-section3 .line1 {
    margin-bottom: 10px
  }
}

@media screen and (max-width:767px) {
  .entry-main-section3 .line1, .entry-main-section3 .line2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
  }
}

.entry-main-section3 .line1 .entry-main-normal, .entry-main-section3 .line2 .entry-main-normal {
  width: 490px
}
@media screen and (max-width:767px) {
  .entry-main-section3 .line1 .entry-main-normal, .entry-main-section3 .line2 .entry-main-normal {
    width: 100%;
    margin-bottom: 20px
  }
}

.entry-main-section3 .line1 .entry-main-text, .entry-main-section3 .line2 .entry-main-text {
  width: 60px
}
@media screen and (max-width:767px) {
  .entry-main-section3 .line1 .entry-main-text, .entry-main-section3 .line2 .entry-main-text {
    width: auto
  }
}

.entry-main-section3 .line5 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.4
}
@media screen and (max-width:767px) {
  .entry-main-section3 .line5 {
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 1.2rem
  }
}

.entry-main-section3 .line6 {
  -webkit-box-pack: center;
  justify-content: center
}

.entry-main-section3 .line6 li {
  margin: 0 20px
}
@media screen and (max-width:767px) {
  .entry-main-section3 .line6 li {
    margin: 0 0 5px
  }
}

.entry-main-section3 .line6 li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-top: 2px solid #00B2B3;
  border-right: 2px solid #00B2B3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle
}

#p-section__error {
  width: 1000px;
  margin: 0 auto;
  padding-top: 25px;
  color: #db0000;
}
@media screen and (max-width:767px) ,
screen and (orientation: landscape) and (max-height: 450px) {
  #p-section__error {
    width: 100%;
    padding: 20px 10px 0
  }
}

/* IOS safari 電話番号リンク */
.example-tel a[href^="tel:"],
.entry-main-title__notice a[href^="tel:"]{
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

/* 必須・任意アイコン */
.entry-main-icon {
  margin-right: 5px;
  margin-bottom: 6px;
  padding: 2px 4px 1px;
  font-size: 14px;
  color: #FFF;
}
@media all and (-ms-high-contrast: none) {
  .entry-main-icon {
    padding: 2px 4px 0px;
  }
}
.entry-main-icon.any-icon {
  background: #808080;
}
.entry-main-icon.required-icon {
  background:  #FFA337;
}

/* 経験社数 */
.note-text {
  margin-top: 10px;
}

/* 姓名/セイメイ(PC) */
.entry-input-block {
  display: block;
}
.entry-input-block .entry-main-text {
  display: inline-block;
}
.entry-input-block .entry-main-normal {
  float: right;
}
@media screen and (max-width:767px) {
  .entry-input-block {
    width: 48%;
    display: block;
  }
}
/* 姓名/セイメイ(SP) */
.focus-input-title {
    top: 6px;
    left: 12px;
    position: relative;
    margin-bottom: -22px;
    padding-right: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #00B2B3;
    text-align: justify
}
@media screen and (max-width: 767px) {
    .focus-input-title {
        font-size:11.5px
    }
}

input[type=text].input-text {
    height: 60px;
}

.input-text:focus {
    outline: 0;
    border-bottom: 4px solid #2aa765;
    padding-top: 20px;
    padding-bottom: 5px
}

/* 希望勤務地 */
.recommended-pref {
  display: flex;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .recommended-pref {
    display: block;
  }
}
.recommended-pref p {
  padding-top: 5px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width:767px) {
  .recommended-pref p {
    padding-bottom: 15px;
    margin-right: 0;
  }
}
.recommended-pref p i {
  display: inline;
  margin-right: 5px;
}
.recommended-pref p i::before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 9pt;
  height: 17px;
  background-image: url(../img/pc/recommended_pref_icon.svg);
  opacity: 1;
  background-size: contain;
}
.recommended-pref li {
  display: inline-block;
  background-color: #00B2B3;
  color: #fff;
  border-radius: 15px;
  padding: 3px;
  cursor: pointer;
  margin-right: 5px;
}
@media only screen and (max-width: 374px) {
  .recommended-pref li {
    margin-right: 0px;
  }
}
.recommended-pref li span {
  float: left;
  padding: 4px 10px 4px 0px;
}
.recommended-pref li i {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 5px;
}
@media only screen and (max-width: 374px) {
  .recommended-pref li i {
    width: 15px
  }
}
.recommended-pref li i::before,
.recommended-pref li i::after {
  display: block;
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  width: 60%;
  height: 10%;
  margin: -8% 0 0 -42%;
  background: #fff;
}
@media screen and (max-width:767px) {
  .recommended-pref li i::before,
  .recommended-pref li i::after {
    top: 12px;
  }
}
.recommended-pref li i::after {
  transform: rotate(90deg);
}

.recommended-pref-txt {
  margin-top: 30px;
}
.recommended-pref-txt.is-pc {
  display: block;
}
.recommended-pref-txt.is-sp {
  display: none;
}
@media screen and (max-width:767px) {
  .recommended-pref-txt.is-pc {
    display: none;
  }
  .recommended-pref-txt.is-sp {
    display: block;
  }
  .recommended-pref-txt.is-sp:last-of-type {
    margin-top: 10px;
  }
}

.recommended-pref-txt .txt-green {
  color: #00B2B3;
  font-weight: 700;
}

select::-ms-expand {
    display: none;
}

.entry-main-submit-under__text {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .entry-main-submit-under__text .is-pc {
    display: none;
  }
}

.entry-main-section .line7 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .entry-main-section .line7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

/* footer */
.p-securities {
  display: table;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed
}
@media screen and (max-width:767px) {
  .p-securities {
    display: block
  }
}

.p-securities-wrap {
  position: relative;
  padding: 40px 0 190px 0;
  color: #555;
  font-family: ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif
}
@media screen and (max-width:767px) {
  .p-securities-wrap {
    padding: 30px 0
  }
}

.p-securities__block {
  display: table-cell;
  width: 50%;
  vertical-align: middle
}
@media screen and (max-width:767px) {
  .p-securities__block {
    display: block;
    width: 100%
  }
}

.p-security {
  display: table;
  margin: 0 10px
}

.p-security__caption, .p-security__icon {
  display: table-cell;
  vertical-align: middle
}

.p-security__icon {
  width: 84px
}

.p-security__icon img {
  max-width: 100%;
  height: auto
}

.p-security__caption {
  font-size: 11px;  padding: 0 5px 0 15px;
  line-height: 1.5;

}

.footer__copyWrap {
  padding: 25px;
  background: #00B2B3;
  width: 100%;
}
.footer__copyright {
  display: block;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
}
@media screen and (min-width:768px) {
  /* PC・タブレット */
  body {
    min-height: 100vh;
    position: relative;
  }
  .footer__copyWrap {
    bottom: 0;
    position: absolute;
  }
}
.footer__corpInfo {
  padding: 15px;
  background: #f5f5f5;
  width: 100%;
  font-weight: bold;
}

.footer__corpInfoIn {
  display: block;
  font-size: 11px;
  text-align: left;
  margin: 0 auto;
  line-height: 1.8;
}

.footer__corpInfoIn th {
  color: #14b7b8;
  width: 60px;
}

@media screen and (min-width:768px) {
  .footer__corpInfo {
    bottom: 60px;
    position: absolute;
    padding: 15px 0;
    background: #f5f5f5;
  }

  .footer__corpInfoIn {
    width: 1000px;
  }
}

@media screen and (orientation: landscape) and (max-height: 450px) {
  .footer__corpInfoIn {
    width: 100%;
  }
}