@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important; }

  .pc-only {
    display: none !important; }

  .sp_only {
    display: block !important; } }
@media screen and (min-width: 769px) {
  .pc_only {
    display: block !important; }

  .sp_only {
    display: none !important; } }
body {
  overflow-x: hidden; }

@media screen and (max-width: 768px) {
  div.menu_button_sp {
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 0.7rem 0.4rem 0.4rem 0.4rem; } }

.mv_slider {
  list-style: none;
  margin: 40px auto;
  text-align: center;
  padding: 0;
  width: 100%;
  max-width: 1245px; }
  @media screen and (max-width: 768px) {
    .mv_slider {
      width: 95%; } }
  .mv_slider li {
    display: block;
    text-align: center;
    margin: auto; }
    .mv_slider li img {
      max-width: 100%;
      height: auto; }
  .mv_slider .slick-dots li {
    position: relative;
    display: inline-block !important;
    width: 20px !important;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }

/*slick setting*/
.slick-prev:before, .slick-next:before {
  color: #006a8f;
  font-size: 35px; }
  @media screen and (max-width: 768px) {
    .slick-prev:before, .slick-next:before {
      display: none !important; } }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #006a8f; }

.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button:focus {
  color: #006a8f; }

.slick-prev:before, .slick-next:before {
  content: "";
  width: 24px;
  height: 24px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  margin-top: -10px;
  opacity: 1; }

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-next:before {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  left: 7px; }

.slick-prev:before {
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
  position: absolute;
  right: 7px; }

.slick-prev, .slick-next {
  z-index: 99; }
  @media screen and (max-width: 768px) {
    .slick-prev, .slick-next {
      display: none !important; } }

.mv_list {
  list-style: none;
  margin: 40px auto 40px auto;
  text-align: center;
  padding: 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .mv_list {
      margin: 20px auto 20px auto; } }
  .mv_list li {
    float: left;
    display: block;
    width: 32%;
    margin: 0 0.5%; }
    @media screen and (max-width: 414px) {
      .mv_list li {
        width: calc( 94% / 3 );
        margin: 0 1%; } }
    .mv_list li img {
      width: 100%;
      max-width: 406px; }

section.recruit_form_section_thanks,
section.recruit_form_section_confirm {
  margin: 5% auto; }

section.recruit_form_section_thanks {
  text-align: center; }

section.recruit_form_section {
  margin: 10% auto 0; }

section.recruit_form_section > div {
  margin-bottom: 2rem;
  padding-bottom: 2rem; }

h2.recruit_main_h2 {
  margin: 6rem 0 6%;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.8rem;
  color: #333;
  line-height: 190%; }
  @media screen and (max-width: 768px) {
    h2.recruit_main_h2 {
      font-size: 2.6rem; } }

.point {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  background: #006a8f !important;
  display: table; }
  @media screen and (max-width: 768px) {
    .point {
      display: block; } }

.point:after {
  content: "";
  display: block;
  clear: both; }

.point dt {
  display: table-cell;
  font-size: 18px;
  letter-spacing: 2px;
  color: #FFF;
  vertical-align: middle;
  width: 18%; }
  @media screen and (max-width: 768px) {
    .point dt {
      display: block;
      width: 100%;
      font-size: 2.3rem;
      padding: 10px 0; } }
  @media screen and (max-width: 768px) {
    .point dt br {
      display: none; } }

.point dd {
  display: table-cell;
  color: #FFF; }
  @media screen and (max-width: 768px) {
    .point dd {
      display: block;
      width: 100%;
      font-size: 1.6rem; } }

.point dd ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1% 0;
  display: block; }
  @media screen and (max-width: 768px) {
    .point dd ul {
      padding-bottom: 10px;
      margin: 0 auto;
      text-align: center;
      width: 98%; } }
  @media screen and (max-width: 414px) {
    .point dd ul {
      padding-bottom: 10px;
      margin: 0 auto;
      text-align: center;
      width: 100%; } }
  @media screen and (max-width: 320px) {
    .point dd ul {
      padding-bottom: 10px;
      margin: 0 auto;
      text-align: center;
      width: 98%; } }

.point dd ul:after {
  content: "";
  display: block;
  clear: both; }

.point dd ul li {
  display: block;
  float: left;
  color: #FFF;
  border: 2px solid #FFF;
  border-radius: 5px;
  padding: 5px; }
  @media screen and (max-width: 414px) {
    .point dd ul li {
      font-size: 1.5rem;
      display: inline-block; } }
  @media screen and (max-width: 375px) {
    .point dd ul li {
      font-size: 1.5rem;
      display: inline-block; } }
  @media screen and (max-width: 360px) {
    .point dd ul li {
      font-size: 1.6rem;
      width: 100% !important;
      display: block;
      margin: 1% auto !important; } }

.point dd ul li:nth-of-type(1) {
  width: 32%;
  margin: 1% 0 0 1%; }
  @media screen and (max-width: 522px) {
    .point dd ul li:nth-of-type(1) {
      margin: 1%;
      width: 26%; } }

.point dd ul li:nth-of-type(2) {
  margin: 1% 1% 1% 1%;
  width: 32%; }
  @media screen and (max-width: 522px) {
    .point dd ul li:nth-of-type(2) {
      margin: 1% 1% 1% 0;
      width: 41%; } }

.point dd ul li:nth-of-type(3) {
  width: 32%;
  margin: 1% 0 0 0; }
  @media screen and (max-width: 522px) {
    .point dd ul li:nth-of-type(3) {
      margin: 1% 1% 1% 0;
      width: 29%; } }

.point dd ul li:nth-of-type(4) {
  width: 48.5%;
  margin: 0 1% 0 1%; }
  @media screen and (max-width: 522px) {
    .point dd ul li:nth-of-type(4) {
      margin: 0 1% 0 1%; } }

.point dd ul li:nth-of-type(5) {
  width: 48.5%;
  margin: 0 1% 0 0; }
  @media screen and (max-width: 522px) {
    .point dd ul li:nth-of-type(5) {
      margin: 0 0 0 0; } }

div.recruit_description_left {
  width: 12em;
  padding: 2rem;
  background-color: #f1f2f2;
  position: relative; }
  @media screen and (max-width: 768px) {
    div.recruit_description_left {
      float: none;
      width: 100%; } }
  div.recruit_description_left h5 {
    font-weight: bold;
    color: #595757;
    font-size: 16px;
    letter-spacing: 5px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 20px;
    display: block;
    margin: auto; }

div.recruit_description_right {
  width: calc(100% - 12em);
  padding: 2rem 2.5rem 1rem 2.5rem; }
  @media screen and (max-width: 768px) {
    div.recruit_description_right {
      float: none;
      width: 100%;
      padding: 1rem 1rem 1rem 1rem; } }
  @media screen and (max-width: 375px) {
    div.recruit_description_right {
      float: none;
      width: 100%;
      padding: 1rem 0rem 1rem 0rem; } }
  div.recruit_description_right p {
    margin: 0;
    padding-bottom: 1em;
    line-height: 180%; }
    div.recruit_description_right p:last-child {
      padding-bottom: 0; }
  div.recruit_description_right ul {
    display: block;
    list-style: none;
    padding-left: 0; }
    @media screen and (max-width: 414px) {
      div.recruit_description_right ul {
        width: 96%;
        margin: 10px auto 20px auto; } }
    @media screen and (max-width: 375px) {
      div.recruit_description_right ul {
        width: 100%; } }
    div.recruit_description_right ul:after {
      content: "";
      display: block;
      clear: both; }
  div.recruit_description_right span {
    display: block;
    background: #5ea1bb;
    color: #FFF;
    border-radius: 5px;
    padding: 2px 15px; }
    @media screen and (max-width: 768px) {
      div.recruit_description_right span {
        padding: 6px 8px;
        font-size: 1.6rem; } }

/* 奇数
------------------------------*/
@media screen and (max-width: 414px) {
  div.recruit_description_right > ul {
    width: 100%;
    margin: 0 auto; } }

div.recruit_description_right > ul > li:nth-child(odd) {
  float: left;
  width: 48.5%;
  display: block;
  margin: 0 0.5% 10px 1%; }
  @media screen and (max-width: 414px) {
    div.recruit_description_right > ul > li:nth-child(odd) {
      font-size: 1.6rem;
      border-left: 0.3em solid #5ea1bb;
      padding-left: 10px;
      border-bottom: 1px dotted #5ea1bb;
      padding-bottom: 10px; } }

/* 偶数
------------------------------*/
div.recruit_description_right > ul > li:nth-child(even) {
  float: left;
  width: 48.5%;
  display: block;
  margin: 0 1% 10px 0.5%; }
  @media screen and (max-width: 414px) {
    div.recruit_description_right > ul > li:nth-child(even) {
      font-size: 1.6rem;
      border-left: 0.3em solid #5ea1bb;
      padding-left: 10px;
      border-bottom: 1px dotted #5ea1bb;
      padding-bottom: 10px; } }

select br, option br, value br, optgroup br {
  display: none !important; }

select::-ms-expand br {
  display: none !important; }

div.form_submit_button_area {
  width: 100%;
  margin: 3rem auto 6rem;
  display: flex; }
  @media screen and (max-width: 768px) {
    div.form_submit_button_area {
      margin: 0 auto;
      padding: 2.5rem 0; } }

button.form_subumit_button {
  display: block;
  position: relative;
  width: 45%;
  margin: 3rem auto;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 2rem 0;
  font-weight: 500;
  letter-spacing: 0.5rem;
  background: -moz-linear-gradient(left, #006a8f 0%, #00878f 100%);
  background: -webkit-linear-gradient(left, #006a8f 0%, #00878f 100%);
  background: linear-gradient(to right, #006a8f 0%, #00878f 100%);
  color: #FFF;
  border: none; }
  @media screen and (max-width: 768px) {
    button.form_subumit_button {
      width: 90%;
      margin: 0 auto; } }
  button.form_subumit_button span {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%); }

input.recruit_form_text_1 {
  width: 14em; }
  @media screen and (max-width: 414px) {
    input.recruit_form_text_1 {
      width: 22em; } }
  @media screen and (max-width: 375px) {
    input.recruit_form_text_1 {
      width: 19em; } }

input.recruit_form_text_2 {
  width: 8rem; }
  @media screen and (max-width: 414px) {
    input.recruit_form_text_2 {
      width: 30%; } }

input.recruit_form_text_3 {
  width: 100%; }

input.recruit_form_text_4 {
  width: 50%; }
  @media screen and (max-width: 414px) {
    input.recruit_form_text_4 {
      width: 100%; } }

input.recruit_form_number_1 {
  width: 5rem; }

textarea.recruit_form_textarea {
  width: 100%;
  height: 8em;
  max-width: 100%; }

div.select_wraper {
  width: auto;
  position: relative;
  display: inline-block;
  background-color: #FFF; }
  @media screen and (max-width: 414px) {
    div.select_wraper {
      width: 100%; } }

div.select_wraper:before {
  content: '';
  width: 30px;
  height: 30px;
  background-color: #2881a3;
  position: absolute;
  top: 0;
  right: 0; }

div.select_wraper:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -4px; }

select.recruit_form_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 30px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 30px 0 10px;
  border: 2px solid #2881a3;
  border-radius: 2px; }

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

div.recruit_intro_area {
  padding: 6rem 0; }

div.recruit_intro_area > p {
  padding: 5% 0 0;
  line-height: 250%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1rem; }

.recruit_note_red {
  margin-bottom: 3%;
  color: #e45514;
  font-size: 1.3rem; }

.recruit_thanks_box {
  margin: 8% 0 20%; }

/* select job
--------------------------------------------------*/
div.recruit_select_area_1 {
  margin: 7% 0 0 0; }

div.recruit_select_area_1 > p {
  font-size: 1.7rem;
  margin: 0 0 20px;
  line-height: 160%; }

div.recruit_select_area_1 > h3 {
  position: relative;
  padding: 0.5em 0;
  font-size: 1.6rem;
  text-align: center;
  background: -moz-linear-gradient(left, #006a8f 0%, #00878f 100%);
  background: -webkit-linear-gradient(left, #006a8f 0%, #00878f 100%);
  background: linear-gradient(to right, #006a8f 0%, #00878f 100%);
  color: #FFF;
  letter-spacing: 0.3rem; }

div.recruit_select_area_1 > h3 > div {
  display: none; }

div.recruit_select_area_2 > h3 {
  position: relative;
  padding: 0.5em 0;
  font-size: 1.6rem;
  text-align: center;
  background: -moz-linear-gradient(left, #009fa5 0%, #80c7c3 100%);
  background: -webkit-linear-gradient(left, #009fa5 0%, #80c7c3 100%);
  background: linear-gradient(to right, #009fa5 0%, #80c7c3 100%);
  color: #FFF;
  letter-spacing: 0.3rem; }

div.recruit_select_area_2 > h3 > div {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  background-color: #FFF;
  border-radius: 50%; }

div.recruit_select_row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem; }

a.recruit_select {
  display: block;
  width: calc(100% / 3);
  padding: 1rem 0;
  border-top: solid 2px #777;
  border-bottom: solid 2px #777;
  text-decoration: none;
  color: #333; }

a.recruit_select span {
  display: block;
  width: 100%;
  padding: 0.2em 0;
  text-align: center;
  border-left: solid 2px #777;
  font-weight: 500;
  letter-spacing: 0.4rem; }

a.recruit_select:first-child span {
  border-left: none; }

a.recruit_select:hover {
  background: -moz-linear-gradient(left, #006a8f 0%, #00878f 100%);
  background: -webkit-linear-gradient(left, #006a8f 0%, #00878f 100%);
  background: linear-gradient(to right, #006a8f 0%, #00878f 100%);
  color: #FFF; }

a.recruit_select_active {
  background: -moz-linear-gradient(left, #006a8f 0%, #00878f 100%);
  background: -webkit-linear-gradient(left, #006a8f 0%, #00878f 100%);
  background: linear-gradient(to right, #006a8f 0%, #00878f 100%);
  color: #FFF; }

a.recruit_select_active_02 {
  background: -moz-linear-gradient(left, #009fa5 0%, #81c6c2 100%);
  background: -webkit-linear-gradient(left, #009fa5 0%, #81c6c2 100%);
  background: linear-gradient(to right, #009fa5 0%, #81c6c2 100%);
  color: #FFF; }

a.recruit_select_disable {
  display: block;
  width: calc(100% / 3);
  padding: 1rem 0;
  border-top: solid 2px #777;
  border-bottom: solid 2px #777;
  color: #AAA;
  cursor: not-allowed;
  text-decoration: none; }

a.recruit_select_disable > span {
  display: block;
  width: 100%;
  padding: 0.2em 0;
  text-align: center;
  border-left: solid 2px #777; }

.form_info {
  list-style-type: disc;
  list-style-position: inside;
  margin: 30px auto; }
  @media screen and (max-width: 414px) {
    .form_info {
      padding: 0 0 0 30px; } }
  .form_info li {
    text-indent: -1.4em; }

/* description
--------------------------------------------------*/
section.recruit_description_section {
  margin: 8% 0 3%; }

section.recruit_description_section2 {
  margin: 0; }

section.recruit_description_section_mt_4 {
  margin: 4% 0 3%; }

section.recruit_description_section_mt_4_nbtn {
  margin: 2% 0 15%; }

section.recruit_description_section_mt_4 > div {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #777; }

section.recruit_description_section2 > div {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #777; }

h1.recruit_description_title {
  font-size: 2.3rem;
  font-weight: 500;
  padding-bottom: 1em;
  letter-spacing: 0.4rem;
  border-bottom: solid 1px #333;
  text-align: center; }

.recruit_description_title_top {
  font-size: 3.3rem;
  font-weight: normal;
  letter-spacing: 0.4rem;
  text-align: center;
  line-height: 2.4; }

.recruit_description_title_sub {
  font-size: 2.3rem;
  font-weight: normal;
  letter-spacing: 0.4rem;
  background: #367F8D;
  color: #FFF;
  display: block;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 25px; }

.pgn {
  text-align: center;
  margin: 0 auto 40px auto; }

.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > a:visited,
.pagination > li > span,
.pagination > span:hover {
  color: #367F8D;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #367F8D; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #367F8D !important;
  color: #FFF !important;
  border: 2px solid #367F8D; }

li.active a {
  border: 2px solid #367F8D !important; }

.pagination > li > a {
  margin: 0 4px;
  padding: 0 8px; }

.pagination > li:last-child a,
.pagination > li:first-child a {
  border: none; }

.recruit_description_list {
  padding: 0;
  display: block;
  padding-bottom: 1px;
  margin-bottom: 0;
  position: relative;
  display: flex; }

.recruit_description_list dt {
  background: #F1F2F2;
  line-height: 1.6;
  padding: 10px 10px 10px 20px;
  font-weight: normal;
  border-bottom: 2px solid #FFF;
  margin-bottom: 2px;
  display: block; }

.recruit_description_list dt:nth-of-type(1) {
  width: 16%;
  position: absolute;
  left: 0;
  top: 0; }

.recruit_description_list dt:nth-of-type(2) {
  width: 20%;
  position: absolute;
  left: 16%;
  top: 0; }

.recruit_description_list dt:nth-of-type(3) {
  width: 28%;
  position: absolute;
  left: 36%;
  top: 0; }

.recruit_description_list dt:nth-of-type(4) {
  width: 36%;
  position: absolute;
  left: 64%;
  top: 0; }

.recruit_description_list:nth-child(n + 2) dt {
  /* css指定 */
  display: none; }

.recruit_description_list:nth-child(1) {
  /* css指定 */
  padding-top: 45px; }

.recruit_description_list dd {
  padding: 10px 10px 10px 20px;
  border-bottom: 2px solid #FFF;
  margin-bottom: 2px;
  display: block;
  float: left;
  border-bottom: 1px solid #367F8D; }

.recruit_description_list dd:nth-of-type(1) {
  width: 16%; }

.recruit_description_list dd:nth-of-type(2) {
  width: 20%; }

.recruit_description_list dd:nth-of-type(3) {
  width: 28%; }

.recruit_description_list dd:nth-of-type(4) {
  width: 36%; }

.recruit_description_list:last-child dd {
  margin-bottom: 40px; }

div.recruit_description_row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #CCC; }

div.recruit_description_row:last-child {
  border-bottom: none; }

/* news
------------------------------*/
section.recruit_news_section {
  margin: 4rem 0; }

div.recruit_news_area {
  padding: 3px;
  background: -moz-linear-gradient(left, #006a8f 0%, #00878f 100%);
  background: -webkit-linear-gradient(left, #006a8f 0%, #00878f 100%);
  background: linear-gradient(to right, #006a8f 0%, #00878f 100%); }

div.recruit_news_inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  padding: 1rem; }

h3.recruit_news_title {
  width: 7em;
  margin: 0;
  padding-right: 1rem;
  text-align: center;
  font-size: 1.8rem;
  border-right: solid 1px #80c7c3; }

div.recruit_news_inner > p {
  width: calc(100% - 126px);
  margin: 0;
  padding-left: 2rem;
  font-weight: bold; }

div.recruit_description_col {
  margin-top: 15px; }

/* form
--------------------------------------------------*/
h1.recruit_form_title {
  font-size: 2.4rem;
  padding-bottom: 1em;
  border-bottom: solid 1px #333;
  text-align: center; }

div.recruit_form_row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #FFF; }

div.recruit_form_left {
  position: relative;
  width: 15em;
  padding: 2rem;
  background-color: #5ea1bb;
  color: #FFF; }

div.recruit_form_left > h5 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 2rem);
  font-weight: bold;
  margin: 0; }

span.input_require {
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  padding: 0.4em 0.5em;
  font-size: 1.2rem;
  background-color: #f3b02e;
  color: #FFF;
  letter-spacing: 0.1rem; }

div.recruit_form_right {
  width: calc(100% - 15em);
  padding: 2rem;
  background-color: #f1f5f6; }
  @media screen and (max-width: 522px) {
    div.recruit_form_right {
      padding: 2rem 1rem; } }

div.recruit_form_right > p {
  margin: 0;
  padding-bottom: 0;
  line-height: 1em; }

div.recruit_form_right > p:last-child {
  padding-bottom: 0; }

div.recruit_form_right.last {
  padding-bottom: 4rem; }

div.input_row > span {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  color: #999a9a; }

div.input_row > span.input_example_01 {
  display: inline-block;
  width: auto;
  margin-top: 0.5rem;
  margin-left: 3%;
  color: #999a9a; }

div.input_row > span.input_example_02 {
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500; }

button.document_btnRETURN {
  display: block;
  position: relative;
  width: 45%;
  margin: 3rem auto;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 2rem 0;
  font-weight: 500;
  letter-spacing: 0.5rem;
  background: -moz-linear-gradient(left, #006a8f 0%, #00878f 100%);
  background: -webkit-linear-gradient(left, #006a8f 0%, #00878f 100%);
  background: linear-gradient(to right, #006a8f 0%, #00878f 100%);
  color: #FFF;
  border: none; }

button.document_btnRETURN > span {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%); }

/* form parts
------------------------------*/
input,
textarea {
  padding: 0.5rem 0 0.5rem 1rem;
  border: solid 2px #2881a3; }

::placeholder {
  padding-top: 0.5rem;
  font-size: 1.3rem;
  color: #bbb;
  letter-spacing: 0.1rem; }

label.recruit_form_label:nth-last-of-type(1) span {
  padding: 0 15px 0 15px; }
  @media screen and (max-width: 522px) {
    label.recruit_form_label:nth-last-of-type(1) span {
      padding: 0 8px 0 0; } }
  @media screen and (max-width: 414px) {
    label.recruit_form_label:nth-last-of-type(1) span {
      padding: 0 15px 0 0; } }

label.recruit_form_label:nth-last-of-type(2) span {
  padding: 0 15px 0 0; }
  @media screen and (max-width: 522px) {
    label.recruit_form_label:nth-last-of-type(2) span {
      padding: 0 8px 0 0; } }
  @media screen and (max-width: 414px) {
    label.recruit_form_label:nth-last-of-type(2) span {
      padding: 0 15px 0 0; } }

input.recruit_form_file {
  border: none; }

input[type=checkbox] {
  display: none; }

.checkbox_label {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 0 0 28px;
  border-radius: 8px;
  /* vertical-align: middle; */
  cursor: pointer; }

.checkbox_label:before {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -12px;
  width: 26px;
  height: 26px;
  border: 2px solid #2881a3;
  background-color: #FFF;
  content: ''; }

.checkbox_label:after {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -12px;
  width: 15px;
  height: 19px;
  border-right: 3px solid #2881a3;
  border-bottom: 3px solid #2881a3;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg) skew(20deg); }

input[type=checkbox]:checked + .checkbox_label:after {
  opacity: 1; }

#hope_time_other_lable {
  position: relative;
  width: calc(100% - 207px);
  text-align: right;
  margin-bottom: 0; }

#hope_time_other_lable {
  position: relative;
  width: calc(100% - 140px);
  text-align: right;
  margin-bottom: 0; }

#hope_time_other_lable > input {
  position: relative;
  width: calc(100% - 4em);
  top: 4px;
  margin-left: 5px; }

div.get_addr_button {
  position: relative;
  display: inline-block;
  margin-left: 2%;
  padding: 0.5em 2em;
  background: #2881a4;
  font-size: 1.2rem;
  color: #FFF;
  border-radius: 1.3em; }

div.get_addr_button .glyphicon {
  position: absolute;
  top: 25%;
  right: 5%; }

/*-recruit_button--------------------------------------------------------------------*/
section.recruit_button {
  max-width: 1000px;
  margin: 5% auto 20%; }

section.recruit_button div.button_entry {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  cursor: pointer; }

section.recruit_button div.button_entry a {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem 0;
  background: -moz-linear-gradient(left, #006a8f 0%, #00878f 100%);
  background: -webkit-linear-gradient(left, #006a8f 0%, #00878f 100%);
  background: linear-gradient(to right, #006a8f 0%, #00878f 100%);
  font-size: 1.8rem;
  font-weight: 300;
  color: #FFF;
  letter-spacing: 0.5rem; }

section.recruit_button div.button_entry a:hover {
  opacity: 0.7;
  text-decoration: none; }

section.recruit_button div.button_entry a span {
  position: absolute;
  top: 38%;
  right: 2%; }

/*---障がい者-------------------------------------------------------------------------*/
.recruit_handicapped {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC; }

div.recruit_description_row.handicapped {
  padding-bottom: 3%;
  border-bottom: solid 1px #595757; }

@media screen and (max-width: 960px) {
  div.recruit_select_area_1 > h3 {
    position: relative;
    padding: 0.8em 0;
    font-size: 1.6rem;
    text-align: center;
    background: -moz-linear-gradient(left, #006a8f 0%, #00878f 100%);
    background: -webkit-linear-gradient(left, #006a8f 0%, #00878f 100%);
    background: linear-gradient(to right, #006a8f 0%, #00878f 100%);
    color: #FFF; }

  div.recruit_select_area_1 > h3 > div {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    background-color: #FFF;
    border-radius: 50%; }

  div.recruit_select_area_1 > h3 > div > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-45%) translateY(-40%);
    color: #777;
    transition: all .3s; }

  div.recruit_select_area_1 > h3.open > div > span {
    transform: translateX(-56%) translateY(-55%) rotate(180deg); }

  div.recruit_select_area_2 > h3 {
    position: relative;
    padding: 0.8em 0;
    font-size: 1.6rem;
    text-align: center;
    background: -moz-linear-gradient(left, #009fa5 0%, #80c7c3 100%);
    background: -webkit-linear-gradient(left, #009fa5 0%, #80c7c3 100%);
    background: linear-gradient(to right, #009fa5 0%, #80c7c3 100%);
    color: #FFF; }

  div.recruit_select_area_2 > h3 > div {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    background-color: #FFF;
    border-radius: 50%; }

  div.recruit_select_area_2 > h3 > div > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-45%) translateY(-40%);
    color: #777;
    transition: all .3s; }

  div.recruit_select_area_2 > h3.open > div > span {
    transform: translateX(-56%) translateY(-55%) rotate(180deg); }

  div.start_hide {
    display: none; }

  div.recruit_select_row {
    margin-bottom: 0; }

  a.recruit_select {
    width: 100%;
    margin-bottom: 0.3rem;
    padding: 0.3rem 0;
    font-size: 1.4rem;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333; }

  a.recruit_select_disable {
    width: 100%;
    margin-bottom: 0.3rem;
    padding: 0.3rem 0;
    font-size: 1.4rem;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333; }

  a.recruit_select > span {
    border-left: none; }

  a.recruit_select_disable > span {
    border-left: none; }

  input.recruit_form_text_4 {
    width: 100%; }

  input.recruit_form_number_2 {
    width: 31%; }

  div.recruit_description_left {
    width: 100%; }

  div.recruit_description_right {
    width: 100%; }

  h3.recruit_news_title {
    width: 100%;
    margin: 0 0 0.5rem 0;
    padding-right: 0;
    padding-bottom: 0.5rem;
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    border-right: none;
    border-bottom: solid 1px #80c7c3; }

  div.recruit_news_inner > p {
    width: 100%;
    margin: 0;
    padding-left: 0;
    font-size: 1.6rem;
    font-weight: normal; }

  div.input_row > span.input_example_01 {
    width: 50%; }

  div.input_row > .checkbox_label {
    margin: 0 10px 5% 0; }

  div.recruit_form_left {
    width: 100%; }

  div.recruit_form_right {
    width: 100%; }

  div.recruit_input_row {
    display: block;
    width: 100%; }

  /*-recruit_button--------------------------------------------------------------------*/
  section.recruit_button div.button_entry {
    width: 95%;
    margin: 0 auto;
    background: -moz-linear-gradient(left, #006a8f 0%, #00878f 100%);
    background: -webkit-linear-gradient(left, #006a8f 0%, #00878f 100%);
    background: linear-gradient(to right, #006a8f 0%, #00878f 100%);
    text-align: center; } }
@media screen and (max-width: 873px) {
  .recruit_description_list {
    padding: 0;
    display: block;
    padding-bottom: 1px;
    position: relative;
    border-bottom: 1px solid #367F8D;
    margin-bottom: 2px;
    display: block;
    background: linear-gradient(90deg, #F1F2F2 0%, #F1F2F2 25%, #FFF 25%, #FFF 100%); }

  .recruit_description_list dt {
    background: #F1F2F2;
    line-height: 1.6;
    padding: 10px;
    font-weight: normal;
    border-bottom: 2px solid #FFF;
    margin-bottom: 2px;
    display: block; }

  .recruit_description_title_sub {
    margin-bottom: 0; }

  .recruit_description_list dt:nth-of-type(1) {
    width: 25%;
    position: static !important; }

  .recruit_description_list dt:nth-of-type(2) {
    width: 25%;
    position: static !important; }

  .recruit_description_list dt:nth-of-type(3) {
    width: 25%;
    position: static !important; }

  .recruit_description_list dt:nth-of-type(4) {
    width: 25%;
    position: static !important;
    border-bottom: 2px solid #F1F2F2 !important; }

  .recruit_description_list:nth-child(n + 2) dt {
    display: block; }

  .recruit_description_list:nth-child(1) {
    padding-top: 0; }

  .recruit_description_list dd {
    float: none;
    padding: 10px;
    border-bottom: 2px solid #FFF;
    margin-bottom: 2px;
    display: block;
    width: 75%;
    margin: -45px 0 0 25%; }

  .recruit_description_list dd:nth-of-type(1) {
    width: 75%; }

  .recruit_description_list dd:nth-of-type(2) {
    width: 75%; }

  .recruit_description_list dd:nth-of-type(3) {
    width: 75%; }

  .recruit_description_list dd:nth-of-type(4) {
    width: 75%; }

  .recruit_description_list:last-child dd {
    margin-bottom: 0px; }

  .pgn {
    text-align: center;
    margin: 40px auto 40px auto; } }
@media screen and (max-width: 420px) {
  div.recruit_intro_area br {
    display: none; }

  .recruit_description_title_sub {
    margin-bottom: 0; }

  .pgn {
    text-align: center;
    margin: 40px auto 40px auto; }

  .recruit_description_title_top {
    font-size: 2.0rem;
    font-weight: normal;
    letter-spacing: 0.4rem;
    text-align: center;
    line-height: 2.4; }

  .recruit_description_title_sub {
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.4rem;
    background: #367F8D;
    color: #FFF;
    display: block;
    text-align: center;
    line-height: 34px;
    margin-bottom: 0; }

  .recruit_description_list {
    padding: 0;
    display: block;
    border-bottom: 1px solid #367F8D;
    padding-bottom: 1px;
    margin-bottom: 2px; }

  .recruit_description_list:last-child {
    margin-bottom: 40px; }

  .recruit_description_list dt {
    background: #F1F2F2;
    line-height: 1.6;
    padding: 10px;
    font-weight: normal;
    border-bottom: 2px solid #FFF;
    margin-bottom: 2px;
    display: block;
    width: 25%; }

  .recruit_description_list dd {
    padding: 10px;
    border-bottom: 2px solid #FFF;
    margin-bottom: 2px;
    display: block;
    width: 75%;
    margin: -45px 0 0 25%; } }
ul {
  margin-bottom: 0; }

.ml-0 {
  margin-left: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-1 {
  margin-bottom: 1rem !important; }
