@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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; }

input[type='text'], button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type='text'], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* base width */
/**
  Responsiveness Settings
*/
/* font-size */
/* margin */
/* input size */
/*xmin: 150(min: 100)
min: 200
small: 240
base: 300
large: 400
//460//特殊
//500//特殊
xlarge: 550(min: 540)*/
/* bg colors */
/* button colors */
/* border colors */
/**

  Responsive Functions

*/
/**

  Assets Functions

  Example:

    background: #000000 image('btn/btn.png') no-repeat 0 0;

*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clearfix {
  display: inline-table;
  min-height: 1px; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
* {
  box-sizing: border-box; }

body {
  background-color: #f4f4f4;
  line-height: 1.7;
  font-weight: 200;
  font-style: normal;
  font-size: 14px;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #555555; }
  @media only screen and (small) {
    body {
      min-width: 100%; } }

#footer {
  width: 100%;
  width: auto\9;
}
@media only screen and (max-width: 767px) {
  #footer {
    min-width: initial;
  }
}
#ef-container {
  min-width: 960px;
}
@media only screen and (max-width: 767px) {
  #ef-container {
    min-width: initial;
  }
}

#ef-container * {
  box-sizing: border-box; }

#zeirishi .p-shoulder {
  background-color: #00b1b2; }
#zeirishi .p-copyright {
  background-color: #00b1b2; }

.primaryTitle {
  height: 36px; }
  @media only screen and (max-width: 767px) {
    .primaryTitle {
      height: auto; } }

.ADLPODefault {
  width: 100%; }
  .ADLPODefault img {
    width: 100%; }

/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  box-sizing: content-box; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left;
  box-sizing: content-box; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/ }

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/ }

.swiper-slide-active {
  /* Specific active slide styling: */ }

.swiper-slide-visible {
  /* Specific visible slide styling: */ }

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */ }

.swiper-active-switch {
  /* Specific active button style: */ }

.swiper-visible-switch {
  /* Specific visible button style: */ }

.c-btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  position: relative;
  padding: 0 1%; }
  @media only screen and (max-width: 767px) {
    .c-btn {
      padding: 0 4%; } }
  @media only screen and (min-width: 768px) {
    .c-btn:hover {
      margin-top: 4px;
      margin-bottom: -4px;
      box-shadow: none;
      cursor: pointer; } }
  .c-btn__nm:hover {
    margin-top: 0;
    margin-bottom: 0;
    opacity: 0.9; }
  .is-disabled .c-btn__nm {
    opacity: 0.4;
  }
  .is-disabled .c-btn__nm:hover {
    cursor: default;
  }
  .c-btn + .c-btn {
    margin-left: 60px; }
    @media only screen and (max-width: 767px) {
      .c-btn + .c-btn {
        margin-left: 2%; } }
  .c-btn--prev {
    width: 190px;
    height: 50px;
    background: #cccccc;
    box-shadow: 0px 4px 0px #999999;
    font-weight: 600;
    font-size: 16px;
    color: #444444; }
    @media only screen and (max-width: 767px) {
      .c-btn--prev {
        width: 33.3333333333%;
        font-size: 14px;
        padding-left: 10%; } }
    .c-btn--prev::before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 16px;
      background: url(/entry/assets/img/pc/icn-arrow-l-w.png) no-repeat;
      background-size: 10px 16px;
      position: absolute;
      top: 50%;
      left: 20px;
      margin-top: -8px; }
      @media only screen and (max-width: 767px) {
        .c-btn--prev::before {
          left: 12px; } }
  .c-btn--next, .c-btn--submit {
    display: none;
    width: 220px;
    height: 60px;
    background-color: #f67a00;
    box-shadow: 0px 4px 0px 0px #bb5c00;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff; }
    .c-btn--next.is-active, .c-btn--submit.is-active {
      display: inline-block; }
    @media only screen and (max-width: 767px) {
      .c-btn--next, .c-btn--submit {
        width: 53.3333333333%;
        padding-right: 10%;
        font-size: 17px; } }
    .c-btn--next::after, .c-btn--submit::after {
      content: '';
      display: inline-block;
      width: 10px;
      height: 16px;
      background: url(/entry/assets/img/pc/icn-arrow-r-w.png) no-repeat;
      background-size: 10px 16px;
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -8px; }
      @media only screen and (max-width: 767px) {
        .c-btn--next::after, .c-btn--submit::after {
          right: 12px; } }
  .c-btn--submit {
    width: 340px;
    padding-right: 30px; }
    @media only screen and (max-width: 767px) {
      .c-btn--submit {
        width: 60%;
        padding-right: 10%;
        font-size: 14px;
        text-align: center; } }

.c-checkbox__content {
  padding: 6px 14px;
  border-radius: 3px; }
  .c-checkbox__content label {
    display: inline-block;
    margin: 0 25px 0 0; }
    @media (max-width: 320px) {
      .c-checkbox__content label {
        line-height: 1;
        margin: 0 14px 0 0; } }

.c-confirm-list {
  display: table;
  width: 100%; }
  .c-confirm-list + .c-confirm-list {
    margin-top: 5px; }
    @media only screen and (max-width: 767px) {
      .c-confirm-list + .c-confirm-list {
        margin-top: 8px; } }
  .c-confirm-list__title {
    display: table-cell;
    width: 130px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .c-confirm-list__title {
        display: block;
        width: auto; } }
  .c-confirm-list__body {
    display: table-cell; }
    @media only screen and (max-width: 767px) {
      .c-confirm-list__body {
        display: block; } }

.c-container {
  width: 960px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 767px) {
    .c-container {
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }

.c-error-txt {
  display: block;
  font-size: 11px;
  color: #f34d47; }
  @media only screen and (min-width: 768px) and (max-width: 719px) {
    .c-error-txt {
      margin-top: 1em; } }
  .c-error-txt.is-hidden {
    display: none; }

.c-example {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }
  @media only screen and (max-width: 767px) {
    .c-example {
      font-size: 12px; } }
  .c-example::before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../img/sp/icn-example.png) no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    margin-right: 6px;
    vertical-align: top; }
    @media only screen and (max-width: 767px) {
      .c-example::before {
        width: 16px;
        height: 16px; } }

.c-headline {
  padding: 0 0 0 1em;
  border: none;
  background: none;
  text-align: left;
  line-height: inherit;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .c-headline {
      font-size: 14px; } }
  .c-headline__step-num {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 400; }

.c-input-group {
  border-radius: 3px; }
#zeirishi .c-input-group {
  width: 100%; }
  .c-input-group + .c-input-group {
    margin-top: 12px; }
  .c-input-group.is-valid {
    background: #b7f0ff; }
    .c-input-group.is-valid.is-error {
      background-color: #ffe5e5; }
  .c-input-group--d-ib {
    display: inline-block;
    padding: 6px 14px; }
    @media only screen and (max-width: 767px) {
      #zeirishi .c-input-group--d-ib {
        padding: 0px 3px;
        display: block; } }

.c-input-item {
  display: inline-block;
  vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    .c-input-item {
      line-height: 1.2; }
      .c-input-item.is-sp-row {
        width: 50%; } }
  .c-input-item + .c-input-item {
    margin-left: 28px; }
    @media only screen and (max-width: 767px) {
      .c-input-item + .c-input-item {
        margin-left: 0; } }
  .c-input-item select {
    background: #fff; }
  .c-input-item select::-ms-expand {
    display: none; }
  .c-input-item.is-valid input,
  .c-input-item.is-valid textarea,
  .c-input-item.is-valid select {
    background: #b7f0ff; }
  .c-input-item--ml-small + .c-input-item--ml-small {
    margin-left: 10px; }
  .c-input-item--ml-small label {
    width: auto !important; }
  .c-input-item label {
    display: inline-block;
    width: 36px; }
  .c-input-item .c-input-item__in-label {
    display: inline-block;
    width: auto; }
  .c-input-item input,
  .c-input-item textarea,
  .c-input-item select,
  .c-input-item option {
    border: 1px solid #e6e6e6; }
    .c-input-item input.is-error,
    .c-input-item textarea.is-error,
    .c-input-item select.is-error,
    .c-input-item option.is-error {
      background-color: #ffe5e5; }
  .c-input-item input,
  .c-input-item textarea {
    padding: 6px;
    font-size: 14px; }
    .c-input-item input:placeholder, .c-input-item input:placeholder-shown,
    .c-input-item textarea:placeholder,
    .c-input-item textarea:placeholder-shown {
      color: #555555; }
  .c-input-item input[type="text"] {
    width: 200px;
    height: 36px;
    border-radius: 3px; }
    @media only screen and (max-width: 767px) {
      .c-input-item input[type="text"] {
        width: auto; } }
  .c-input-item input[type="checkbox"] {
    margin-right: 8px;
    -webkit-appearance: checkbox;
       -moz-appearance: checkbox;
            appearance: checkbox; }
    @media only screen and (max-width: 767px) {
      .c-input-item input[type="checkbox"] {
        margin-right: 4px; } }
  .c-input-item input[type="radio"] {
    -webkit-appearance: radio;
       -moz-appearance: radio;
            appearance: radio; }
  .c-input-item select,
  .c-input-item option {
      height: 36px;
      padding-left: 8px;
      border-radius: 3px;
      font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .c-input-item select,
      .c-input-item option {
        width: 78px;
        height: 32px; } }
  .c-input-item--medium input[type="text"],
  .c-input-item--medium input[type="tel"],
  .c-input-item--medium input[type="email"],
  .c-input-item--medium textarea,
  .c-input-item--medium select,
  .c-input-item--medium option {
    width: 400px; }
    @media only screen and (max-width: 767px) {
      .c-input-item--medium input[type="text"],
      .c-input-item--medium input[type="tel"],
      .c-input-item--medium input[type="email"],
      .c-input-item--medium textarea,
      .c-input-item--medium select,
      .c-input-item--medium option {
        width: 100%; } }
  .c-input-item--large input[type="text"] {
    width: 460px; }
    @media only screen and (max-width: 767px) {
      .c-input-item--large input[type="text"] {
        width: 100%; } }

.c-label {
  padding: 4px;
  margin-left: 10px;
  background-color: #adadad;
  line-height: 1;
  font-size: 11px;
  color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .c-label {
      padding: 2px;
      margin-left: 5px;
      font-size: 10px; } }
  .c-label--required {
    background-color: #de1407; }

.c-link {
  display: inline-block;
  padding-right: 10px;
  background: transparent url(../img/pc/icon-arrow-link.png) no-repeat right center; }
  .c-link + .c-link {
    margin-left: 30px; }
  .c-link a {
    color: #005ead;
    text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      .c-link a {
        font-size: 12px; } }
  .c-link:hover a {
    text-decoration: none; }

.c-notices {
  margin-top: 10px; }

.c-notice {
  line-height: 1.4; }
  .c-notice small {
    font-size: 11px;
    color: #555555; }
    .c-notice small strong {
      text-decoration: underline; }

.c-radios__content {
  display: inline-block;
  position: relative; }

.c-radio {
  position: relative; }
  .c-radio span {
    position: relative;
    z-index: 2; }
  .c-radio + .c-radio:last-child {
    margin-right: 25px; }

.c-select span {
  position: relative; }
  .c-select span::after {
    content: ' ';
    display: block;
    width: 7px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    background: transparent url(../img/pc/icon-select-arrows.png) no-repeat 0 0;
    pointer-events: none; }
    @media only screen and (max-width: 767px) {
      .c-select span::after {
        right: 5px; } }
.c-select--middle select {
  width: 150px; }
  @media only screen and (max-width: 767px) {
    .c-select--middle select {
      width: auto; } }
  @media only screen and (max-width: 767px) {
    .c-select--large select {
      width: auto; } }
.c-select--xlarge select {
  width: 250px; }
  @media only screen and (max-width: 767px) {
    .c-select--xlarge select {
      width: auto; } }

@media only screen and (max-width: 767px) {
  .p-address-input .c-input-item__in-label {
    margin-bottom: 5px;
    font-size: 12px; } }

.p-apply-notes {
  background-color: #f4f4f4;
  font-size: 10px; }
  .p-apply-notes__h {
    position: relative;
    padding: 10px;
    font-size: 12px;
    font-weight: bold; }
    .p-apply-notes__h > span {
      display: block;
      position: relative; }
      .p-apply-notes__h > span:after {
        display: inline-block;
        width: 15px;
        height: 9px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -4px;
        background: transparent url(../img/sp/icn-opener-arrow-bottom.png) no-repeat 0 0;
        background-size: 15px 9px;
        content: ' '; }
  .p-apply-notes__body {
    height: 0;
    overflow: hidden; }
    .p-apply-notes__body a {
      color: #005ead; }
  .p-apply-notes__content {
    padding: 0 10px 15px 10px; }
  .p-apply-notes.is-show .p-apply-notes__h > span:after {
    margin-top: -6px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .p-apply-notes.is-show .p-apply-notes__body {
    height: auto; }
@media only screen and (min-width: 768px) {
  .p-area-select {
    display: inline-block; } }
@media only screen and (max-width: 767px) {
  .p-area-select {
    width: 48%; } }
@media only screen and (max-width: 767px) {
  .p-area-select .c-input-item__in-label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px; } }
.p-area-select select {
  width: 100%; }
.p-area-select + .p-area-select {
  margin-left: 25px; }
  @media only screen and (max-width: 767px) {
    .p-area-select + .p-area-select {
      margin-left: 4%; } }
@media only screen and (max-width: 767px) {
  .p-area-select .c-input-item {
    display: block; } }
@media only screen and (max-width: 767px) {
  .p-area-select__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media only screen and (min-width: 768px) {
  .p-area-select__pref select {
    width: 150px; } }
@media only screen and (min-width: 768px) {
  .p-area-select__city select {
    width: 255px; } }
@media only screen and (max-width: 767px) {
  .p-area-select__city select {
    min-width: 140px;
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .p-career-company {
    width: 100%; }
    .p-career-company select {
      width: 100%; } }
@media only screen and (max-width: 767px) {
  .p-confirmation {
    padding: 0 10px; } }
@media only screen and (max-width: 767px) {
  .p-confirmation__header {
    margin-top: 0;
    padding-top: 38px; } }
.p-confirmation__title {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
  color: #555555; }
  @media only screen and (max-width: 767px) {
    .p-confirmation__title {
      text-align: left;
      font-size: 15px; } }
.p-confirmation__contents {
  width: 76.1904761905%;
  margin: 26px auto 0; }
  @media only screen and (max-width: 767px) {
    .p-confirmation__contents {
      width: 100%; } }
.p-confirmation__section + .p-confirmation__section {
  margin-top: 24px; }
.p-confirmation__body {
  margin-top: 6px; }
.p-confirmation__footer {
  margin-top: 34px; }
.p-confirmation__footer-submit {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .p-confirmation__footer-submit {
      margin: 0 15px; }
      .p-confirmation__footer-submit img {
        width: 100%; } }

@media only screen and (max-width: 767px) {
  .p-complete {
    padding: 0 10px; } }
.p-complete__header {
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .p-complete__header {
      margin-top: 0;
      padding-top: 38px; } }
.p-complete__title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #005cb0; }
  @media only screen and (max-width: 767px) {
    .p-complete__title {
      text-align: left;
      font-size: 15px; } }
.p-complete__body {
  margin-top: 14px; }
  .p-complete__body p {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .p-complete__body p {
        text-align: left;
        font-size: 12px; } }
.p-complete__footer {
  margin-top: 34px;
  text-align: center; }
.p-complete__footer-submit {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .p-complete__footer-submit {
      margin: 0 15px; }
      .p-complete__footer-submit img {
        width: 100%; } }

.p-contact-time__item {
  display: block; }
  .p-contact-time__item__radio, .p-contact-time__item__label {
    vertical-align: top;
    position: relative;
    top: 8px; }
    @media only screen and (max-width: 767px) {
      .p-contact-time__item__radio, .p-contact-time__item__label {
        position: static;
        top: 0;
        vertical-align: middle; } }
  @media only screen and (max-width: 767px) {
    .p-contact-time__item span {
      font-size: 12px; } }
.p-contact-time__selects-wrap {
  position: relative;
  left: 260px;
  top: -20px;
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .p-contact-time__selects-wrap {
      position: static;
      display: block;
      margin-top: 8px; }
    .p-contact-time__selects-wrap span {
      font-size: 12px; } }
@media only screen and (max-width: 767px) {
  .p-contact-time label {
    width: auto; }
  .p-contact-time .c-input-item select {
    width: 56px; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    .p-contact-time .c-input-item select {
      min-width: 20.3703703704%; } }

.p-contact-time .p-contact-time__item + .p-contact-time__item {
  margin-top: 10px;
  margin-left: 0 !important; }
  @media only screen and (max-width: 767px) {
    .p-contact-time .p-contact-time__item + .p-contact-time__item {
      margin-top: 5px; } }
.p-contact-time.is-error{
  background-color: #ffe5e5;
  border-radius: 5px;
}
.p-contact-time__selects {
  display: none; }
  .p-contact-time__selects + .p-contact-time__selects {
    margin-top: 10px; }
    @media only screen and (max-width: 767px) {
      .p-contact-time__selects + .p-contact-time__selects {
        margin-top: 5px; } }
  .p-contact-time__selects.is-active {
    display: block; }
  @media only screen and (max-width: 767px) {
    .p-contact-time__selects .c-input-item select {
      width: 99px; } }
  @media only screen and (min-width: 768px) {
    .p-contact-time__selects .c-input-item select {
      width: 140px; } }

.p-copyright {
  display: block;
  width: 100%;
  padding: 5px 0;
  background-color: #115fad;
  color: #ffffff;
  font-size: 11px; }
  @media only screen and (max-width: 767px) {
    .p-copyright {
      text-align: center; } }

.p-experience {
  padding: 16px 20px 16px 28px; }
  @media only screen and (max-width: 767px) {
    .p-experience {
      padding: 8px 12px 8px 16px;
      overflow-y: scroll; }
    #zeirishi .p-experience {
      height: 160px; }
      .p-experience::-webkit-scrollbar {
        width: 4px; }
      .p-experience::-webkit-scrollbar-thumb {
        background: #b3b3b3;
        border-radius: 10px; }
      .p-experience::-webkit-scrollbar-track-piece:start, .p-experience::-webkit-scrollbar-track-piece:end {
        background: #fff; } }
  .p-experience .c-input-item {
    display: block;
    width: 28%;
    float: left;
    text-indent: -1.3em;
    padding-left: 1em; }
    @media only screen and (max-width: 767px) {
      .p-experience .c-input-item {
        width: 50%;
        margin: 4px 0;
        text-indent: -1.5em;
        padding-left: 1.2em; } }
    .p-experience .c-input-item.p-experience__item {
      margin-left: 0; }
  .p-experience.is-valid {
    background-color: #b7f0ff;
    border-radius: 5px; }
    .p-experience.is-valid.is-error {
      background-color: #ffe5e5; }

.p-form-area .swiper-container {
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.p-form-area__scene {
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .p-form-area__scene {
      margin-top: 4px; } }
.p-form-area__privacy {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .p-form-area__privacy {
      margin-top: 140px; } }
  .p-form-area__privacy__links {
    margin-top: 10px; }
.p-form-area__links {
  margin-top: 34px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .p-form-area__links {
      margin-top: 5px;
      padding: 0 3%; } }
  .p-form-area__links__btns {
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .p-form-area__links__btns {
        margin-top: 10px; } }
  .p-form-area__links__privacy {
    margin-top: 16px; }
    @media only screen and (max-width: 767px) {
      .p-form-area__links__privacy {
        margin-top: 4px; } }
  @media only screen and (max-width: 767px) {
    .p-form-area__links .c-notice {
      text-align: left; } }
.p-form-area__notes {
  margin-top: 15px;
  padding-right: 10px;
  padding-left: 10px; }
  @media only screen and (max-width: 767px) {
    .p-form-area__notes {
      margin-top: 0; } }

.p-form-item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e5e5e5; }
  @media only screen and (max-width: 767px) {
    .p-form-item {
      border-bottom: none; } }
  .p-form-item__headline, .p-form-item__body {
    display: table-cell;
    vertical-align: top;
    padding: 40px 10px 30px 28px;
    height: 98px;
    color: #555555; }
    @media only screen and (max-width: 767px) {
      .p-form-item__headline, .p-form-item__body {
        display: block;
        height: auto;
        padding: 0 10px;
        line-height: 31px; } }
  .p-form-item__headline {
    width: 27%;
    padding-top: 46px;
    background: #fafafa; }
    @media only screen and (max-width: 767px) {
      .p-form-item__headline {
        width: 100%;
        padding-top: 0;
        font-size: 12px;
        background-color: #f1f1f1; } }
  .p-form-item__body {
    width: 72%; }
    @media only screen and (max-width: 767px) {
      .p-form-item__body {
        width: 100%;
        padding: 10px; } }
  .p-form-item__single-question {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background: #fafafa; }
    @media only screen and (max-width: 767px) {
      .p-form-item__single-question {
        padding: 10px 10px 6px 10px;
        background: none; } }
  .p-form-item__more {
    display: none; }
    .p-form-item__more.is-active {
      display: block; }

.p-form-item__from-symbol {
  display: inline;
  margin: 0 9px; }
  @media only screen and (max-width: 767px) {
    .p-form-item__from-symbol {
      margin: 0 2px; } }

.p-hidden-city-list {
  display: none; }

.p-hope-item {
  display: none;
  position: relative; }
  .p-hope-item + .p-hope-item {
    margin-top: 10px; }
  .p-hope-item.is-active {
    display: block; }
  @media only screen and (max-width: 767px) {
    .p-hope-item .p-increase-form__button {
      position: absolute;
      bottom: 0;
      right: 0; }
    .p-hope-item .c-select--large,
    .p-hope-item .c-select--large select {
      width: 100%; }
    .p-hope-item .c-select--large {
      padding-right: 45px; } }
  @media only screen and (max-width: 767px) {
    .p-hope-item__title-db-sp {
      display: block; } }
  .p-hope-item .c-input-item__more {
    display: none; }
    .p-hope-item .c-input-item__more.is-active {
      display: inline-block; }
  .p-hope-item .p-hope-item-block {
    position: relative; }

.p-icon {
  color: #ffffff;
  font-size: 11px;
  padding: 2px 4px;
  margin-left: 10px; }
  .p-icon--optional {
    background-color: #adadad; }

.p-increase-form {
  display: none;
  padding: 16px 20px; }
  @media only screen and (max-width: 767px) {
    .p-increase-form {
      padding: 8px 10px; } }
  .p-increase-form.is-active {
    display: block; }
  .p-increase-form.is-valid {
    background: #b5f0ff;
    border-radius: 5px; }
  .p-increase-form + .p-increase-form {
    margin-top: 20px; }
  .p-increase-form__button {
    display: none; }
    .p-increase-form__button.is-active {
      display: inline-block; }
    .p-increase-form__button .c-btn {
      width: 125px;
      height: 25px;
      background: #005ead;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .p-increase-form__button .c-btn {
          width: 30px;
          height: 30px;
          box-sizing: border-box; } }
    .p-increase-form__button__icn {
      display: inline-block; }
      .p-increase-form__button__icn img {
        display: inline-block; }
        @media only screen and (max-width: 767px) {
          .p-increase-form__button__icn img {
            width: 14px;
            height: 14px; } }
  .p-increase-form .c-input-item + .c-input-item {
    margin-left: 14px; }
    @media only screen and (max-width: 767px) {
      .p-increase-form .c-input-item + .c-input-item {
        margin-left: 10px; } }

@media only screen and (max-width: 767px) {
  .p-job-career {
    display: block; } }
@media only screen and (max-width: 767px) {
  .p-job-career-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media only screen and (max-width: 767px) {
  .p-job-career__half-sec {
    width: 50%; } }
.p-job-career__time {
  display: inline-block;
  vertical-align: middle; }
  @media only screen and (min-width: 768px) {
    .p-job-career__time {
      width: 49%; } }
  @media only screen and (max-width: 767px) {
    .p-job-career__time select {
      width: 46px;
      padding-left: 4px;
      font-size: 12px; } }
  .p-job-career__time label {
    width: 62px; }

@media only screen and (max-width: 767px) {
  .p-label-set {
    display: table;
    width: 100%; }
    .p-label-set label {
      font-size: 12px; }
    .p-label-set label,
    .p-label-set span,
    .p-label-set .c-example {
      display: table-cell;
      vertical-align: middle; }
    .p-label-set span input[type="text"] {
      width: 100%; }
    .p-label-set .c-example {
      padding-left: 10px; } }
.p-label-set--half {
  display: inline-block;
  vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    .p-label-set--half {
      width: 49%; }
      .p-label-set--half label {
        padding-left: 5px; } }

.p-mini-table__inner {
  display: table;
  width: 100%; }
.p-mini-table__caption__inner {
  display: table-caption;
  background-color: #adadad;
  padding: 0.2em 0.75em;
  color: #ffffff;
  font-weight: bold;
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .p-mini-table__caption__inner {
      margin-top: 10px;
      padding: 0.1em 0.75em; } }
.p-mini-table__row {
  display: table-row; }
  .p-mini-table__row__inner {
    display: table-row; }
.p-mini-table__cell__inner {
  display: table-cell;
  padding-top: 30px;
  vertical-align: top; }
  @media only screen and (max-width: 767px) {
    .p-mini-table__cell__inner {
      padding: 0;
      margin-top: 10px;
      display: block; } }
  @media only screen and (max-width: 767px) {
    .p-mini-table__cell__inner.is-none {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .p-mini-table__cell__inner.is-active {
      display: block; } }
  .p-mini-table__cell__inner--ttl {
    width: 115px; }
    @media only screen and (max-width: 767px) {
      .p-mini-table__cell__inner--ttl {
        width: 100%;
        position: relative;
        border-bottom: 1px solid #e5e5e5; }
        .p-mini-table__cell__inner--ttl:after {
          background: transparent url("/entry/assets/img/sp/icn-opener-arrow-bottom.png") no-repeat right center;
          position: absolute;
          top: 50%;
          right: 5px;
          content: "";
          display: block;
          background-size: 15px 9px;
          width: 15px;
          height: 9px;
          margin-top: -4px; }
        .p-mini-table__cell__inner--ttl.is-active:after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); } }
    .p-mini-table__cell__inner--ttl__main {
      font-weight: bold; }
  @media (max-width: 320px) {
    .p-mini-table__cell__inner .c-radio {
      line-height: 1; }
    .p-mini-table__cell__inner .c-radio + .c-radio {
      margin-top: 0; } }

@media only screen and (max-width: 767px) {
  .p-zip-cd .c-input-item__in-label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px; } }

.p-pagetop {
  position: absolute;
  bottom: 15px;
  right: 0; }
  .p-pagetop a {
    color: #005ead;
    padding-left: 12px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    background: transparent url(../img/pc/icon-arrow-pagetop.png) no-repeat left center; }
    @media only screen and (min-width: 768px) {
      .p-pagetop a:hover {
        filter: alpha(opactiy=75);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
        -moz-opacity: 0.75;
        -khtml-opacity: 0.75;
        opacity: 0.75; } }
    @media only screen and (max-width: 767px) {
    .p-pagetop {
      right: 10px;
      bottom: 10px; }
      .p-pagetop a {
        font-size: 10px;
        background: transparent url(../img/sp/icon-arrow-pagetop.png) no-repeat left center;
        background-size: 8px 6px; } }

@media only screen and (max-width: 767px) {
  .p-radio-group--sp {
    width: 100%; }
    .p-radio-group--sp .c-input-item {
      width: 49%; } }

#zeirishi .p-section__header {
  background: transparent url(/entry/assets/img/pc/bg-ttl.png) no-repeat 0 0; }
.p-section__header {
  height: 43px;
  line-height: 43px; }
  @media only screen and (max-width: 767px) {
    .p-section__header {
      height: 35px;
      background-size: 100% 100%;
      line-height: 35px; }
    #zeirishi .p-section__header {
      background: transparent url(/entry/assets/img/sp/bg-ttl.png) no-repeat 0 0;} }
  .p-section__header--confirm {
    background: none!important;
    font-weight: bold;
    font-size: 16px; }
  #zeirishi .p-section__header--confirm {
    color: #00b1b2; }

.p-securities-wrap {
  position: relative;
  padding: 60px 0; }
  @media only screen and (max-width: 767px) {
    .p-securities-wrap {
      padding: 25px 0 60px; } }

.p-securities {
  display: table;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed; }
  .p-securities__block {
    display: table-cell;
    width: 50%;
    vertical-align: middle; }
    .p-securities__block--pmark {
      width: 40%; }
    .p-securities__block--norton {
      width: 60%; }
  @media only screen and (max-width: 767px) {
    .p-securities {
      display: block; }
      .p-securities__block {
        display: block;
        width: 100%; } }

.p-security {
  display: table;
  margin: 0 10px; }
  .p-security__icon, .p-security__caption {
    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 15px 0 0; }
  .p-security--norton .p-security__icon {
    width: 120px;
    padding: 0 15px 0 0; }
  .p-security--norton .p-security__caption {
    padding: 0 30px 0 0; }
  @media only screen and (max-width: 767px) {
    .p-security__icon {
      width: 75px !important;
      padding-right: 0 !important;
      text-align: center;
      vertical-align: top; }
      .p-security__icon img {
        max-width: 58px; }
    .p-security__caption {
      padding: 0 !important;
      font-size: 10px; }
    .p-security--norton {
      margin-top: 10px; } }

.p-shoulder {
  min-width: 960px;
  background-color: #666666;
  color: #ffffff;
  font-size: 10px; }
  @media only screen and (max-width: 767px) {
    .p-shoulder {
      min-width: 100%; } }
  .p-shoulder__logo {
    display: block;
    width: 121px;
    height: 115px;
    position: absolute;
    top: 0;
    z-index: 9999; }
    @media only screen and (max-width: 767px) {
      .p-shoulder__logo {
        width: 23%;
        height: auto; }
        .p-shoulder__logo img {
          width: 100%; } }

.p-slide-counter {
  text-align: right;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .p-slide-counter {
      padding-top: 10px;
      padding-right: 10px; } }
  #zeirishi .p-slide-counter__num {
    color: #00b1b2; }
  .p-slide-counter__num {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 500;
    font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .p-slide-counter__num {
        font-size: 12px; } }
    .p-slide-counter__num--max::before {
      content: '/';
      margin-right: 6px;
      display: inline-block; }

.p-slide__pager {
  margin: 10px auto 0; }
  @media only screen and (max-width: 767px) {
    .p-slide__pager {
      padding: 0 5px;
      margin-top: -5px; } }
  .p-slide__pager span {
    display: inline-block;
    width: 11.6%;
    height: 6px;
    background: #dddddd;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .p-slide__pager span {
        width: 10.5%;
        height: 4px; } }
    .p-slide__pager span + span {
      margin-left: 2px; }
    #zeirishi .p-slide__pager span.is-completed {
      border: 1px solid #00b1b2;
      background: #fff; }
    #zeirishi .p-slide__pager span.is-current {
      background: #00b1b2; }

.special-1 .p-shoulder__content {
  height: 60px;
  background-color: #fff; }

.special-1 .p-shoulder p {
  padding-left: 125px; }
  @media only screen and (max-width: 767px) {
    .special-1 .p-shoulder p {
      padding-left: 25%; } }

#ef-header {
  padding: 60px 0 30px 0; }

.special-1 #ef-header {
  padding-top: 40px; }
  @media only screen and (max-width: 767px) {
    .special-1 #ef-header {
      padding: 0; } }

@media only screen and (max-width: 767px) {
  .special-1 .p-shoulder__content {
    height: 45px;
    border-bottom: 1px solid #f4f4f4; } }
.special-1 .p-shoulder__content ul {
  padding-left: 125px; }
  @media only screen and (max-width: 767px) {
    .special-1 .p-shoulder__content ul {
      padding-left: 25%; } }
  .special-1 .p-shoulder__content ul .p-shoulder__content__item {
    width: 48%; }
    @media only screen and (max-width: 767px) {
      .special-1 .p-shoulder__content ul .p-shoulder__content__item img {
        width: 100%; } }
    .special-1 .p-shoulder__content ul .p-shoulder__content__item--left {
      float: left; }
    .special-1 .p-shoulder__content ul .p-shoulder__content__item--right {
      float: right;
      text-align: right; }
      @media only screen and (max-width: 767px) {
        .special-1 .p-shoulder__content ul .p-shoulder__content__item--right {
          margin-top: 4px;
          padding-right: 10px; } }

.u-d-ib {
  display: inline-block; }

@media only screen and (max-width: 767px) {
  .u-device--pc {
    display: none !important; } }

.u-device--sp {
  display: none !important; }
  @media only screen and (max-width: 767px) {
    .u-device--sp {
      display: block !important; } }

.u-device--sp-in {
  display: none; }
  @media only screen and (max-width: 767px) {
    .u-device--sp-in {
      display: inline; } }

.u-font-size-note {
  font-size: 11px;
  margin-left: 10px; }

.u-mt-1 {
  margin-top: 10px; }

#main {
  background-color: #ffffff;
  padding-top: 30px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px; }
  @media only screen and (max-width: 767px) {
    #main {
      padding: 0 0 30px; } }

.p-btn-cta {
  display: block;
  width: 430px;
  height: 90px;
  background: none;
  border: none;
  margin: 0 auto;
  padding: 0;
  outline: none;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .p-btn-cta {
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
      -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
      transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); } }
  @media only screen and (max-width: 767px) {
    .p-btn-cta {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      position: relative;
      width: 100%;
      height: 55px;
      background-color: #f87a00;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 4px 0 #bd5d00; }
    .p-btn-cta img {
      position: relative;
      z-index: 2; }
    .p-btn-cta:after {
      background-color: #f8a900;
      background-image: -webkit-radial-gradient(#f8a900, #f87a00);
      background-image: radial-gradient(  #f8a900, #f87a00);
      display: block;
      width: 100%;
      height: 200%;
      position: absolute;
      top: -100%;
      right: 0;
      bottom: 0;
      left: 0;
      content: ' '; } }

.p-btn-cta--blue {
  width: 400px;
  height: 60px; }
  @media only screen and (max-width: 767px) {
    .p-btn-cta--blue {
      width: 265px;
      height: 45px;
      background-color: #005ead;
      box-shadow: 0 4px 0 #00488a; }
    .p-btn-cta--blue:after {
      background-color: #00abec;
      background-image: -webkit-radial-gradient(#00abec, #005cb0);
      background-image: radial-gradient(  #00abec, #005cb0); }
    #zeirishi .p-btn-cta--blue {
      background-color: #00b1b2;
      box-shadow: 0 4px 0 #0077b3; }
    #zeirishi .p-btn-cta--blue:after {
      background-color: #00b1b2;
      background-image: -webkit-radial-gradient(#00b1b2, #0077b3);
      background-image: radial-gradient(  #00b1b2, #0077b3); } }

#p-section__error {
  display: none;
  padding-bottom: 30px; }
  @media only screen and (max-width: 719px) {
    #p-section__error {
      padding: 30px 10px 0; } }

#p-section__error .p-error{
  margin-top: 0;
  color: #f34d47 !important;
  font-size: 12px; }

.noscript {
  padding-bottom: 30px;
  color: #f34d47;
}

.u-device-sp--in {display: none;}

@media only screen and (max-width: 767px) {
	.u-device-sp--in {display: inline;}
	.u-device-pc {display: none !important;}
}


@media only screen and (min-width: 768px){select{width: 100px;}}
@media only screen and (max-width: 767px) {select#career_wrkng_trm_from_yr_cd,select#career_wrkng_trm_from_mth_cd,select#career_wrkng_trm_to_mth_cd,select#career_wrkng_trm_to_yr_cd{width: 60px;}}
