.c-title.for-entry b {
  left: 8rem;
}

.c-title.for-entrystep b {
  left: 6rem;
  top: -1rem;
}

.entry-title {
  background: url(../images/recruit/recruit-mv2.jpg) no-repeat bottom
    center/cover;
  height: calc((725 / 1280) * 100vw);
  width: 100%;
}
.entry-title h2 {
  color: #222222;
  font-size: 3.2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.entry-title .c-inner {
  margin-bottom: 13.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8.4rem;
  width: 108rem;
}
.entry-title .entry-section-top {
  margin-left: auto;
  margin-right: auto;
  width: 108rem;
}
.entry-title .entry-section-top h2 {
  color: #005ba9;
  font-size: 3.2rem;
  margin-bottom: 3.3rem;
  text-align: left;
}

.entry-link {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}
.entry-link a {
  align-items: center;
  background-color: #005ba9;
  border-radius: 0.9rem;
  color: #fff;
  display: flex;
  font-size: 2rem;
  height: 8.8rem;
  justify-content: center;
  width: 34.4rem;
}

.entry-entrylink-btn {
  align-items: center;
  background-color: #005ba9;
  border-radius: 0.9rem;
  color: #fff;
  display: flex;
  height: 8.8rem;
  justify-content: center;
  position: relative;
  width: 100%;
}
.entry-entrylink-btn .c-more {
  background: #fff;
  bottom: 0;
  margin: auto 0;
  padding-bottom: 0;
  position: absolute;
  top: 0;
}

.entry-section {
  background: #fff;
  border-radius: 0px 26px 0px 0px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 22.5rem;
  padding-top: 4.8rem;
  width: 108rem;
}
.entry-section h2 {
  color: #005ba9;
  font-size: 3.2rem;
  margin-bottom: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100.8rem;
}
.entry-section dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.7rem;
  line-height: 2;
  color: #696969;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100.8rem;
}
.entry-section dl dt {
  color: #005ba9;
  white-space: nowrap;
  width: 12rem;
}
.entry-section dl dd {
  width: 88.5rem;
}
.entry-section dl dd ul {
  list-style: disc;
  list-style-position: inside;
}

.entry-wave .is-upper {
  z-index: -1;
}

.entry-form__title {
  align-items: center;
  color: #005ba9;
  display: flex;
  justify-content: flex-start;
}
.entry-form__title::after {
  border-top: 1px solid #005ba9;
  content: "";
  flex-grow: 1;
  margin-left: 0.9rem;
}

.entry-form__steps {
  align-items: center;
  display: flex;
  justify-content: center;
}
.entry-form__steps li {
  align-items: center;
  color: #aaaaaa;
  display: flex;
  justify-content: center;
}
.entry-form__steps li.is-current {
  color: #005ba9;
}
.entry-form__steps li::after {
  border-top: 1px solid #aaa;
  content: "";
  display: block;
}
.entry-form__steps li:last-child::after {
  display: none;
}
.entry-form__steps p {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.entry-form__steps p::before {
  background: currentColor;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
  content: "";
}
.entry-form__steps p.is-current {
  color: #005ba9;
}
.entry-form__steps p.is-current::before {
  background: #005ba9;
}

.entry-form__box {
  background: #fff;
  border-radius: 0 0 0.9rem 0.9rem;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.entry-form__global-error {
  background: rgba(255, 0, 0, 0.1);
  color: #f00;
  text-align: center;
}

.entry-form__lead {
  color: #696969;
}

.entry-form__agree {
  align-items: center;
  background: rgba(0, 91, 169, 0.1);
  display: flex;
  justify-content: center;
}

.entry-form__error {
  color: #f00;
}

.entry-form__agree + .entry-form__error {
  text-align: center;
}
.entry-form__table > dt {
  align-items: center;
  color: #005ba9;
  display: flex;
  justify-content: flex-start;
}
.entry-form__table > dt::after {
  border-top: 1px solid #005ba9;
  content: "";
  display: block;
}

.entry-form__button {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.entry-form__button button,
.entry-form__button a {
  align-items: center;
  background: #005ba9;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-form__button a:hover {
  color: #fff;
}
.entry-form__button span {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  pointer-events: none;
  position: relative;
}
.entry-form__button span::after {
  border-right: 1px solid #fff;
  content: "";
  display: block;
  margin: 0 2rem;
}
.entry-form__button i {
  align-items: center;
  background: #fff;
  border-radius: 3.2rem;
  box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.16);
  display: flex;
  height: 6.4rem;
  justify-content: center;
  pointer-events: none;
  position: relative;
  width: 6.4rem;
}
.entry-form__button i svg {
  width: 2.6rem;
}
.entry-form__button i path {
  fill: #005ba9;
}
.entry-form__button.for-back {
  flex-direction: row-reverse;
}
.entry-form__button.for-back button {
  background: #aaaaaa;
  color: #fff;
  flex-direction: row-reverse;
}
.entry-form__button.for-back span {
  flex-direction: row-reverse;
}
.entry-form__button.for-back i svg {
  transform: rotate(180deg);
}

.entry-form__thanks {
  color: #696969;
  font-weight: 500;
  text-align: center;
}

.entry__button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005baa;
  color: #fff;
  position: relative;

  width: 55rem;
  height: 7.8rem;
  border-radius: 3.9rem;
  margin: 0 auto;
}

.entry__button b img {
  width: auto;
  height: 3.4rem;
}

.entry__button span {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;

  width: 5.6rem;
  height: 5.6rem;
  border-radius: 2.8rem;
  right: 1.1rem;
}
.entry__button span svg {
  width: 2.3rem;
}

.entry__button span svg path {
  fill: #005baa;
}

@media only screen and (max-width: 768px) {
  .entry-title {
    background: url(../images/recruit/recruit-mv2-sp.jpg) no-repeat center
      center/cover;
    height: calc((725 / 768) * 100vh);
  }
  .entry-title h2 {
    font-size: 3rem;
  }
  .entry-title .c-inner {
    margin-left: 3.2rem;
    width: auto;
  }
  .entry-title .entry-section-top {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    width: 100%;
  }
  .entry-title .entry-section-top h2 {
    font-size: 3.4rem;
  }
  .entry-link {
    flex-wrap: wrap;
    margin: 0 3.2rem;
  }
  .entry-link a {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
    font-size: 2.4rem;
    height: 7.2rem;
    margin-bottom: 2.4rem;
    width: 34rem;
  }
  .entry-link a:first-child {
    margin-left: calc((100% - 34rem) / 2);
    margin-right: calc((100% - 34rem) / 2);
  }
  .entry-link img {
    width: 1.4rem;
  }
  .entry-link2 {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  .entry-entrylink-btn {
    height: 7.2rem;
    width: 100%;
  }
  .entry-entrylink-btn img {
    margin-top: 0.3rem;
    width: 12.6rem;
  }
  .entry-entrylink-btn .c-more {
    height: 5.6rem;
    right: 9rem;
    width: 5.6rem;
  }
  .entry-entrylink-btn .c-more path {
    fill: #005ba9;
  }
  .entry-section {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    width: 100%;
  }
  .entry-section h2 {
    font-size: 3rem;
    width: 100%;
  }
  .entry-section dl {
    font-size: 2.4rem;
    width: 100%;
  }
  .entry-section dl dt {
    width: 17rem;
  }
  .entry-section dl dd {
    margin-left: 2rem;
    width: 44rem;
  }
  .entry-section dl dd span {
    display: block;
    font-size: 1.2rem;
    margin-top: 6.5rem;
  }
  .entry-section dl dd ul {
    text-indent: -2.4rem;
  }
  .entry-form {
    padding-bottom: 40rem;
  }
  .entry-form__title {
    font-size: 2.6rem;
    margin-bottom: 12.3rem;
    margin-left: 6.4rem;
    width: 43.5rem;
  }
  .entry-form__steps {
    margin-bottom: 6rem;
  }
  .entry-form__steps li::after {
    margin: 0 3.7rem 0;
    width: 5.6rem;
  }
  .entry-form__steps p::before {
    border-radius: 0.45rem;
    height: 0.9rem;
    margin-bottom: 1.6rem;
    width: 0.9rem;
  }
  .entry-form__steps img {
    height: 3.4rem;
    width: auto;
  }
  .entry-form__steps span {
    font-size: 2.4rem;
  }
  .entry-form__box {
    margin: 0 3.2rem;
    padding-top: 6.4rem;
  }
  .entry-form__global-error {
    font-size: 2.4rem;
    line-height: 2.0833333333;
    margin: 0 3.2rem 6.4rem;
    padding: 3.6rem;
  }
  .entry-form__lead {
    font-size: 2.4rem;
    line-height: 2.0833333333;
    margin: 0 3.2rem;
  }
  .entry-form__lead p + p {
    margin-top: 5rem;
  }
  .entry-form__agree {
    height: 12rem;
    margin: 3.6rem 3.2rem 10rem;
  }
  .entry-form__agree .c-form__checkbox {
    font-size: 3rem;
  }
  .entry-form__error {
    font-size: 2.4rem;
    margin: 0 3.2rem;
  }
  .entry-form__agree + .entry-form__error {
    margin-bottom: 10rem;
    margin-top: -8.5rem;
  }
  .entry-form__table {
    margin: 5rem 3.2rem;
  }
  .entry-form__table > dt {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .entry-form__table > dt::after {
    margin-left: 1.8rem;
    width: 9.2rem;
  }
  .entry-form__table > dd + dt {
    margin-top: 5.6rem;
  }
  .entry-form__guide {
    font-size: 2.4rem;
    margin: 0 3.2rem;
  }
  .entry-form__buttons {
    margin-top: 13rem;
  }
  .entry-form__button {
    font-size: 2.4rem;
    height: 17.2rem;
    width: 100%;
  }
  .entry-form__button span::after {
    height: 6rem;
  }
  .entry-form__button span br {
    display: none;
  }
  .entry-form__button span img {
    width: 12.7rem;
  }
  .entry-form__button.for-confirm a,
  .entry-form__button.for-confirm button {
    padding-left: 21.2rem;
  }
  .entry-form__button.for-confirm span {
    margin-left: 4.2rem;
  }
  .entry-form__button.for-confirm i {
    margin-right: 2.2rem;
  }
  .entry-form__button.for-back button {
    padding-right: 21.6rem;
  }
  .entry-form__button.for-back span {
    margin-right: 4.2rem;
  }
  .entry-form__button.for-back i {
    margin-left: 2.2rem;
  }
  .entry-form__button.for-submit button {
    padding-left: 21.2rem;
  }
  .entry-form__button.for-submit button br {
    display: none;
  }
  .entry-form__button.for-submit span {
    margin-left: 4.2rem;
  }
  .entry-form__button.for-submit i {
    margin-right: 2.2rem;
  }
  .entry-form__thanks {
    font-size: 2.4rem;
    line-height: 2.0833333333;
    margin-bottom: 10.3rem;
  }
}

@media not screen and (max-width: 768px), print {
  .entry-link {
    margin: 0 auto;
    width: 108rem;
  }
  .entry-link a {
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease;
  }
  .entry-link a:hover {
    opacity: 0.6;
  }
  .entry-link a:hover {
    color: #fff;
  }
  .entry-link img {
    height: auto;
    margin-left: 2.5rem;
    width: 1rem;
  }
  .entry-link2 {
    margin: 2.4rem auto 0;
    width: 108rem;
  }
  .entry-entrylink-btn {
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease;
  }
  .entry-entrylink-btn:hover {
    opacity: 0.6;
  }
  .entry-entrylink-btn img {
    margin-top: 1rem;
    width: 13.7rem;
  }
  .entry-entrylink-btn .c-more {
    height: 6.4rem;
    right: 13.8rem;
    width: 6.4rem;
  }
  .entry-entrylink-btn:hover .c-more path {
    fill: #005ba9;
  }
  .entry-form {
    padding-bottom: 27.4rem;
  }
  .entry-form__title {
    font-size: 2.2rem;
    margin-bottom: 10rem;
    width: 41.3rem;
  }
  .entry-form__steps {
    margin-bottom: 6.7rem;
  }
  .entry-form__steps li::after {
    margin: 0 2.6rem 3rem;
    width: 8rem;
  }
  .entry-form__steps p::before {
    border-radius: 0.4rem;
    height: 0.8rem;
    margin-bottom: 1rem;
    width: 0.8rem;
  }
  .entry-form__steps img {
    height: 4rem;
    width: auto;
  }
  .entry-form__steps span {
    font-size: 2.2rem;
  }
  .entry-form__box {
    padding-top: 6.5rem;
  }
  .entry-form__global-error {
    font-size: 1.7rem;
    line-height: 2.3529411765;
    margin: 0 7.2rem 6.5rem;
    padding: 3.6rem;
  }
  .entry-form__lead {
    font-size: 1.7rem;
    line-height: 2.3529411765;
    margin: 0 7.2rem;
  }
  .entry-form__lead p + p {
    margin-top: 4rem;
  }
  .entry-form__agree {
    height: 10rem;
    margin: 3.6rem 7.2rem 6rem;
  }
  .entry-form__agree .c-form__checkbox {
    font-size: 2.2rem;
  }
  .entry-form__error {
    font-size: 1.7rem;
    margin: 0 7.2rem;
  }
  .entry-form__agree + .entry-form__error {
    margin-bottom: 6rem;
    margin-top: -4.5rem;
  }
  .entry-form__table {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 6.4rem 7.2rem 10rem;
  }
  .entry-form__table > dt {
    flex-basis: 17.6rem;
    flex-shrink: 0;
    font-size: 1.7rem;
    margin-right: 3rem;
    width: 17.6rem;
  }
  .entry-form__table > dt::after {
    flex-grow: 1;
    margin-left: 1rem;
  }
  .entry-form__table > dt.has-offset {
    padding-top: 1.5rem;
  }
  .entry-form__table > dd {
    flex-basis: calc(100% - 17.6rem - 3rem);
    width: calc(100% - 17.6rem - 3rem);
  }
  .entry-form__table > dd + dt,
  .entry-form__table > dd + dt + dd {
    margin-top: 3.6rem;
  }
  .entry-form__address {
    margin: 0 0 2.6rem 4.8rem;
  }
  .entry-form__guide {
    font-size: 1.7rem;
    margin: 0 7.2rem;
  }
  .entry-form__buttons {
    align-items: stretch;
    display: flex;
    height: 17.2rem;
    justify-content: stretch;
    margin-top: 5.6rem;
  }
  .entry-form__button {
    flex-grow: 1;
    font-size: 1.7rem;
    min-width: 50%;
  }
  .entry-form__button button,
  .entry-form__button a {
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease;
  }
  .entry-form__button button:hover,
  .entry-form__button a:hover {
    opacity: 0.6;
  }
  .entry-form__button span::after {
    height: 5.5rem;
  }
  .entry-form__button span img {
    width: 12.7rem;
  }
  .entry-form__button.for-confirm a,
  .entry-form__button.for-confirm button {
    padding-left: 48rem;
  }
  .entry-form__button.for-confirm span {
    margin-left: 31.2rem;
  }
  .entry-form__button.for-confirm i {
    margin-right: 13.6rem;
  }
  .entry-form__button.for-back button {
    padding-right: 22rem;
  }
  .entry-form__button.for-back span {
    margin-right: 6rem;
  }
  .entry-form__button.for-back i {
    margin-left: 8rem;
  }
  .entry-form__button.for-submit button {
    padding-left: 23rem;
    text-align: left;
  }
  .entry-form__button.for-submit span {
    margin-left: 6rem;
  }
  .entry-form__button.for-submit i {
    margin-right: 8rem;
  }
  .entry-form__thanks {
    font-size: 1.7rem;
    line-height: 2.3529411765;
    margin-bottom: 10.3rem;
  }
  .entry__button {
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease;
  }
  .entry__button:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .entry-section dl dd span {
    font-size: 2rem;
    margin-top: 5rem;
  }
}


.entry-section dl dd span {
  display: block;
  margin-top: 5rem;
}

.entry-section dl dd span small {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3;
}

.entry-section dl dd small {
  font-size: 1.2rem;
  font-weight: 400;
}

.entry-section dl dd + dd {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .entry-section dl dd span small {
    line-height: 1.5;
  }
  .entry-section dl dd small {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    margin-top: 3rem;
  }

  .entry-section dl dd + dd {
    margin-left: 0;
    width: 63rem;
    padding-left: 19rem;
  }
}
