@charset "utf-8";
/* recruit.css */
/* abbreviation.css */
.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.td-n {
  text-decoration: none;
}
.td-u {
  text-decoration: underline;
}
.td-o {
  text-decoration: overline;
}
.td-t {
  text-decoration: line-through;
}
.fw-b {
  font-weight: bold;
}
.fw-n {
  font-weight: normal;
}
.bg-n {
  background: none;
}
.bg-nr {
  background-repeat: no-repeat;
}
.d-b {
  display: block;
}
.d-i {
  display: inline;
}
.d-ib {
  display: inline-block;
}
.d-t {
  display: table;
}
.d-tc {
  display: table-cell;
}
.d-to {
  display: table-column;
}
.d-tr {
  display: table-row;
}
.d-n {
  display: none;
}
.d-r {
  display: run-in;
}
.v-v {
  visibility: visible;
}
.v-h {
  visibility: hidden;
}
.tl-f {
  table-layout: fixed;
}
.tl-a {
  table-layout: auto;
}
.clear {
  content: '';
  display: block;
  clear: both !important;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.nclear:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.after-clear {
  content: '';
  clear: both;
  display: block;
}
.p-r {
  position: relative;
}
.p-a {
  position: absolute;
}
.p-f {
  position: fixed;
}
.p-s {
  position: static;
}
.o-a {
  overflow: auto;
}
.o-h {
  overflow: hidden;
}
.o-s {
  overflow: scroll;
}
.o-v {
  overflow: visible;
}
.f-n {
  float: none;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.v-t {
  vertical-align: top;
}
.v-m {
  vertical-align: middle;
}
.v-b {
  vertical-align: bottom;
}
.v-bl {
  vertical-align: baseline;
}
.mgat {
  margin: 0 auto;
}
.bd-n {
  border: none;
}
.csr-p {
  cursor: pointer;
}
.csr-h {
  cursor: help;
}
.csr-d {
  cursor: default;
}
.tr-com {
  transition: all 0.3s ease;
}
/* reusable font-style */
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs20 {
  font-size: 20px;
}
.fs25 {
  font-size: 25px;
  font-weight: bold;
}
.fs30 {
  font-size: 30px;
}
.fwn {
  font-weight: normal;
}
/* cursor */
.csr-p {
  cursor: pointer;
}
.csr-d {
  cursor: default;
}
/* reusable vertical-align */
.va-t {
  vertical-align: top;
}
.va-b {
  vertical-align: bottom;
}
.va-m {
  vertical-align: middle;
}
/* font-family 'lato' */
.ff-l {
  font-family: 'Lato', sans-serif;
}
.ff-nkr {
  /* font-family: 'NotoKrR', sans-serif; */
}
.background_mask {
  width: 100%;
  height: 100%;
  z-index: 400;
  background: #000;
  opacity: 0.3;
  position: fixed;
  display: none;
}
section.recruit_title {
  background: linear-gradient(to right, rgba(0,123,214,.15) 0%, rgba(38,172,219,.15) 100%), url('../img/recruit/recruit_title_bg.png') 25% center;
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
  background-size: cover;
}
section.recruit_title h2 {
  padding-top: 180px;
}
section.recruit_title h2 ul {
  text-align: center;
  display: block;
}
section.recruit_title h2 ul li {
  display: inline-block;
  font-size: 42px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin: 0 22px;
  opacity: 0;
}
section.recruit_title h2 ul li:nth-child(1) {
  animation: text_op 1s forwards;
}
section.recruit_title h2 ul li:nth-child(2) {
  animation: text_op 1s .2s forwards;
}
section.recruit_title h2 ul li:nth-child(3) {
  animation: text_op 1s .4s forwards;
}
section.recruit_title h2 ul li:nth-child(4) {
  animation: text_op 1s .6s forwards;
}
section.recruit_title h2 ul li:nth-child(5) {
  animation: text_op 1s .8s forwards;
}
section.recruit_title h2 ul li:nth-child(6) {
  animation: text_op 1s 1s forwards;
}
section.recruit_title h2 ul li:nth-child(7) {
  animation: text_op 1s 1.2s forwards;
}
section.recruit_title h2:before {
  background: url('../assets/image/logo/common-title-white.png') no-repeat center;
  width: 57px;
  height: 20px;
  display: block;
  content: '';
  margin: 0 auto 20px;
  animation: mini_cube 1s 1.4s forwards;
  opacity: 0;
}
section.directivity .content_box {
  width: 1200px;
  margin: 0 auto;
}
section.directivity .content_box .recruit_text {
  width: 244px;
  height: 11px;
  background: url('../img/recruit/recruit_text.png');
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: -35px;
  left: -150%;
  z-index: 50;
  opacity: 0;
}
section.directivity .content_box .recruit_text.on {
  opacity: 1;
  left: -125px;
}
section.directivity .content_box .gradient {
  animation: gradient 15s ease infinite;
  color: #ffffff;
  padding: 70px;
  height: 248px;
  width: 248px;
  position: relative;
  display: inline-block;
  float: left;
  top: -70px;
  background: #007bd6; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #007bd6 0%, #26acdb 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #007bd6 0%,#26acdb 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #007bd6 0%,#26acdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bd6', endColorstr='#26acdb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
section.directivity .content_box .gradient h3 {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  line-height: 36px;
  padding: 0;
  margin: 0;
}
section.directivity .content_box .gradient p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1.5px;
  margin: 38px 0 0 0;
  /* opacity: 0.7; */
}
section.directivity .content_box .directivity_text_area {
  float: right;
  width: 480px;
  margin: 130px 80px 0 0;
}
section.directivity .content_box .directivity_text_area ul {
  position: relative;
  top: 50px;
}
section.directivity .content_box .directivity_text_area ul.on {
  top: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
section.directivity .content_box .directivity_text_area ul li {
  color: #444444;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: -1.5px;
}
section.directivity .content_box .directivity_text_area ul li span {
  color: #007bd6;
}
section.directivity .content_box:after {
  content: '';
  clear: both;
  display: block;
}
section.directivity .content_box .bg_object_01 {
  background: url('../assets/image/shape/recruit-shape-1.png');
  background-repeat: no-repeat;
  width: 343px;
  height: 350px;
  z-index: -10;
  display: inline-block;
  position: absolute;
  margin-top: 700px;
  margin-left: -330px;
  top: -343px;
}
section.directivity .content_box .bg_object_02 {
  background: url('../assets/image/shape/recruit-shape-2.png');
  background-repeat: no-repeat;
  width: 144px;
  height: 100px;
  z-index: -10;
  display: inline-block;
  position: absolute;
  margin-top: 950px;
  margin-left: 520px;
  top: -115px;
}
section.welfare .title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
section.welfare .title h3 {
  color: #444444;
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 42px;
  position: relative;
  top: -50px;
  opacity: 0;
}
section.welfare .title h3.on {
  opacity: 1;
  top: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
section.welfare .title h3:before {
  background: url('../assets/image/shape/recruit-wave.png');
  background-repeat: no-repeat;
  width: 71px;
  height: 6px;
  display: inline-block;
  content: '';
  position: relative;
  top: -10px;
  margin-right: 30px;
}
section.welfare .list_area {
  width: 1400px;
  height: 700px;
  background: #f4f4f4;
  margin: 0 auto;
  position: relative;
  padding: 0;
  /* box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1); */
  z-index: 50;
}
section.welfare .list_area ul {
  width: 850px;
  height: 700px;
  margin: 0 auto;
  padding: 0;
}
section.welfare .list_area ul li {
  width: 160px;
  height: 224px;
  float: left;
  margin: 80px 70px 0 0;
  text-align: center;
  opacity: 0;
}
section.welfare .list_area ul li:hover > div {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
section.welfare .list_area ul li > div {
  width: 149px;
  height: 149px;
  position: absolute;
  border-radius: 50%;
  background: #ffffff url('') no-repeat;
  z-index: -1;
  margin-left: 6px;
}
section.welfare .list_area ul li img {
  width: 149px;
  height: 149px;
}
section.welfare .list_area ul li p {
  overflow: visible;
  white-space: nowrap;
  color: #444444;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -1px;
  margin-top: 28px;
}
section.welfare .list_area ul li p span {
  color: #007bd6;
}
section.welfare .list_area ul li:after {
  content: '';
  clear: both;
  display: block;
}
section.welfare .list_area ul li:nth-of-type(4),
section.welfare .list_area ul li:nth-of-type(8) {
  margin-right: 0;
}
section.welfare .list_area.on ul li:nth-of-type(1) {
  animation: text_op 1s forwards;
  animation-delay: 0.1s;
}
section.welfare .list_area.on ul li:nth-of-type(2) {
  animation: text_op 1s forwards;
  animation-delay: 0.2s;
}
section.welfare .list_area.on ul li:nth-of-type(3) {
  animation: text_op 1s forwards;
  animation-delay: 0.3s;
}
section.welfare .list_area.on ul li:nth-of-type(4) {
  animation: text_op 1s forwards;
  animation-delay: 0.4s;
}
section.welfare .list_area.on ul li:nth-of-type(5) {
  animation: text_op 1s forwards;
  animation-delay: 0.5s;
}
section.welfare .list_area.on ul li:nth-of-type(6) {
  animation: text_op 1s forwards;
  animation-delay: 0.6s;
}
section.welfare .list_area.on ul li:nth-of-type(7) {
  animation: text_op 1s forwards;
  animation-delay: 0.7s;
}
section.welfare .list_area.on ul li:nth-of-type(8) {
  animation: text_op 1s forwards;
  animation-delay: 0.8s;
}
section.welfare .list_area.on ul li:nth-of-type(9) {
  animation: text_op 1s forwards;
  animation-delay: 0.9s;
}
section.welfare .list_area.on ul li:nth-of-type(10) {
  animation: text_op 1s forwards;
  animation-delay: 1s;
}
section.welfare .list_area.on ul li:nth-of-type(11) {
  animation: text_op 1s forwards;
  animation-delay: 1.1s;
}
section.welfare .list_area.on ul li:nth-of-type(12) {
  animation: text_op 1s forwards;
  animation-delay: 1.2s;
}
section.recruit_more_view {
  background: url('../assets/image/background/recruit-more-background.png');
  background-size: 100% 500px;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
  cursor: pointer;
  top: -80px;
  margin-bottom: -80px;
}
section.recruit_more_view > div {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  height: 100%;
}
section.recruit_more_view > div button {
  cursor: pointer;
  /* font-family: 'NotoSansJP', sans-serif; */
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 30px;
  color: #ffffff;
  line-height: 42px;
  letter-spacing: -1px;
  background: 0;
  border: 0 solid #cccccc;
  outline: 0;
  position: relative;
  top: calc(50% + 21px);
}
section.recruit_more_view .recruit_modal {
  text-align: left;
  width: 880px;
  height: 380px;
  background-color: #ffffff;
  position: relative;
  top: -640px;
  z-index: -10;
  text-align: unset;
  padding: 50px 60px;
  opacity: 0;
  transition: all 0.3s;
}
section.recruit_more_view .recruit_modal.on {
  opacity: 1;
  z-index: 450;
}
section.recruit_more_view .recruit_modal h4 {
  color: #444444;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -1px;
}
section.recruit_more_view .recruit_modal p {
  color: #999999;
  font-size: 16px;
  line-height: 42px;
  letter-spacing: -1.5px;
  margin-top: -5px;
}
section.recruit_more_view .recruit_modal button.close {
  background: url('../img/recruit/close_btn.png');
  text-indent: -9999px;
  position: relative;
  width: 36px;
  height: 36px;
  top: -75px;
  left: 96%;
}
section.recruit_more_view .recruit_modal .list_area {
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #a5a5a5;
}
section.recruit_more_view .recruit_modal .list_area li {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #dbdbdb;
  padding-left: 20px;
}
section.recruit_more_view .recruit_modal .list_area li:last-child {
  border-bottom: 0 solid #cccccc;
}
section.recruit_more_view .recruit_modal .list_area li strong {
  color: #444444;
  font-size: 19px;
  line-height: 68px;
  letter-spacing: -1.5px;
  float: left;
}
section.recruit_more_view .recruit_modal .list_area li strong:after {
  content: '';
  clear: both;
  display: block;
}
section.recruit_more_view .recruit_modal .list_area li div {
  float: right;
}
section.recruit_more_view .recruit_modal .list_area li div input[type="button"] {
  color: #666666;
  border: 0 solid #cccccc;
  background: #ebebeb url('') no-repeat;
  min-height: 44px;
  min-width: 162px;
  cursor: pointer;
  margin: 12px 10px 0 0;
  font-size: 14px;
  letter-spacing: -1px;
  box-sizing: border-box;
  border-radius: 0;
  outline: 0;
  /* font-family: 'NotoSansJP', sans-serif; */
  font-family: 'Noto Sans Japanese', sans-serif;
}
section.recruit_more_view .recruit_modal .list_area li div input[type="button"]:hover {
  color: #ffffff;
  background: linear-gradient(-45deg, #007bd6, #26acdb, #007bd6, #26acdb);
  background-size: 400%;
  animation: gradient 15s ease infinite;
}
section.recruit_more_view .recruit_modal .list_area li div:after {
  content: '';
  clear: both;
  display: block;
}
section.recruit_more_view .recruit_modal .list_area li.disable {
  opacity: 0.3;
  cursor: no-drop;
}
section.recruit_more_view .recruit_modal .list_area li.disable > div input[type="button"] {
  cursor: no-drop;
}
section.recruit_more_view .recruit_modal .list_area li.disable > div input[type="button"]:hover {
  color: #666666;
  border: 0 solid #cccccc;
  background: #ebebeb url('') no-repeat;
}
section.recruit_more_view .recruit_modal .list_area li input[type="button"].disable {
  cursor: no-drop;
  opacity: 0.3;
}
section.recruit_more_view .recruit_modal .list_area li input[type="button"].disable:hover {
  color: #666666;
  border: 0 solid #cccccc;
  background: #ebebeb url('') no-repeat;
}
@keyframes text_op {
  form {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mini_cube {
  form {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Mobile */
@media screen and (max-width: 768px) {
  section.recruit_title {
    background: linear-gradient(to right, to right, rgba(0,123,214,.15) 0%, rgba(38,172,219,.15) 100%), url('../img/recruit/recruit_title_bg_m.png') 25% center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vw;
    max-height: 500px;
    width: 100%;
  }
  section.recruit_title h2 {
    padding-top: 25vw;
  }
  section.recruit_title h2 ul li {
    font-size: 6vw;
    margin: 0 3vw;
  }
  section.recruit_title h2:before {
    margin-bottom: 2vw;
  }
  section.directivity .content_box {
    width: 100%;
    margin: 0 auto;
    max-height: 600px;
    height: 80vw;
  }
  section.directivity .content_box .recruit_text {
    display: none;
  }
  section.directivity .content_box .gradient {
    width: 80%;
    margin: 0 5%;
    padding: 5%;
    max-height: 230px;
    height: 20vw;
    top: -10vw;
  }
  section.directivity .content_box .gradient h3 {
    font-size: 4vw;
    line-height: 5vw;
  }
  section.directivity .content_box .gradient p {
    font-size: 3vw;
    line-height: 4.5vw;
    padding-top: 5vw;
    margin: 0;
  }
  section.directivity .content_box .directivity_text_area {
    text-align: center;
    width: 100%;
    margin: 0;
    float: unset;
  }
  section.directivity .content_box .directivity_text_area ul li {
    font-size: 4vw;
    line-height: 8vw;
  }
  section.directivity .content_box .bg_object_01,
  section.directivity .content_box .bg_object_02 {
    display: none;
  }
  section.welfare .title {
    width: 100%;
  }
  section.welfare .title h3 {
    padding: 0;
    text-align: center;
    font-size: 4.5vw;
    line-height: 6vw;
  }
  section.welfare .title h3:before {
    background: url('../assets/image/shape/recruit-wave-m.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 2vw;
  }
  section.welfare .list_area {
    box-shadow: unset;
    width: 80%;
    margin: 0 5%;
    padding: 5%;
    height: 192vw;
    max-height: 2150px;
  }
  section.welfare .list_area ul {
    width: 100%;
  }
  section.welfare .list_area ul li {
    float: unset;
    width: 100%;
    height: 20vw;
    max-height: 150px;
    margin: 0 0 5% 0;
  }
  section.welfare .list_area ul li > div {
    margin: 0 0 0 0;
    max-width: 149px;
    max-height: 149px;
    width: 20vw;
    height: 20vw;
  }
  section.welfare .list_area ul li img {
    float: left;
    max-width: 149px;
    max-height: 149px;
    width: 20vw;
    height: 20vw;
  }
  section.welfare .list_area ul li img:after {
    content: '';
    clear: both;
    display: block;
  }
  section.welfare .list_area ul li p {
    float: right;
    margin: 0;
    font-size: 4vw;
    line-height: 6vw;
    text-align: left;
    width: 70%;
    margin-top: 7vw;
  }
  section.welfare .list_area ul li p:after {
    content: '';
    clear: both;
    display: block;
  }
  section.recruit_more_view {
    background: url('../assets/image/background/recruit-more-background-m.png');
    background-repeat: no-repeat;
    background-size: 100%;
    max-height: 580px;
    width: 100%;
    top: -10vw;
    margin: 0;
    height: 77vw;
    margin-bottom: -10vw;
  }
  section.recruit_more_view > div {
    width: 100%;
  }
  section.recruit_more_view > div button {
    font-size: 4.5vw;
    top: 35vw;
  }
  section.recruit_more_view .recruit_modal {
    width: 80%;
    margin: 0 5%;
    padding: 5%;
    position: fixed;
    top: 15vw;
    height: 92vw;
    max-height: 700px;
  }
  section.recruit_more_view .recruit_modal h4 {
    font-size: 4.5vw;
    line-height: 8vw;
  }
  section.recruit_more_view .recruit_modal p {
    font-size: 4vw;
    line-height: 6vw;
    margin: 0;
  }
  section.recruit_more_view .recruit_modal button.close {
    top: -18vw;
    max-width: 36px;
    max-height: 36px;
    width: 5vw;
    height: 5vw;
    background-size: 100%;
    background-repeat: no-no-repeat;
    left: 94%;
  }
  section.recruit_more_view .recruit_modal .list_area {
    height: 60vw;
    max-height: 450px;
    overflow: hidden;
    overflow-y: scroll;
  }
  section.recruit_more_view .recruit_modal .list_area li {
    height: 20vw;
    padding: 1vw 0;
  }
  section.recruit_more_view .recruit_modal .list_area li strong {
    padding: 0;
    font-size: 4vw;
    line-height: 6vw;
    width: 45%;
    margin: 7vw 0 0 1vw;
  }
  section.recruit_more_view .recruit_modal .list_area li div {
    width: 50%;
  }
  section.recruit_more_view .recruit_modal .list_area li div input[type="button"] {
    min-width: unset;
    min-height: unset;
    font-size: 3.5vw;
    padding: 1.5vw 3vw;
    margin: 1.5vw 1vw 0vw 1vw;
    width: 38vw;
    height: 8vw;
    max-width: 292px;
    max-height: 58px;
  }
  section.recruit_title h2:before {
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 100%;
    /* width: 32px; */
    width: 12vw;
    /* height: 3vw; */
  }
}
/* Tablet */
@media screen and (min-width: 769px) and (max-width: 1023px) {
  section.directivity .content_box {
    width: 100%;
  }
  section.directivity .content_box .gradient {
    padding: 50px 30px 0px 30px;
    left: 4%;
  }
  section.directivity .content_box .recruit_text {
    top: -140px;
  }
  section.directivity .content_box .recruit_text.on {
    left: -4%;
  }
  section.directivity .content_box .directivity_text_area {
    margin: 0 0 0 0;
    position: relative;
    width: 55%;
  }
  section.directivity .content_box .directivity_text_area ul {
    margin-top: 50px;
  }
  section.directivity .content_box .directivity_text_area ul.on {
    margin-top: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  section.directivity .content_box .directivity_text_area ul li {
    font-size: 16px;
    padding-left: 5vw;
  }
  section.directivity .content_box .bg_object_01 {
    position: absolute;
    top: 100px;
    left: 28%;
  }
  section.directivity .content_box .bg_object_01.on {
    top: 280px;
  }
  section.directivity .content_box .bg_object_02 {
    left: 60%;
    top: 220px;
  }
  section.directivity .content_box .bg_object_02.on {
    left: 20%;
  }
  section.welfare .title {
    margin-left: 5%;
  }
  section.welfare .list_area {
    box-shadow: unset;
    width: 100%;
    height: 560px;
    padding: 20px 0;
  }
  section.welfare .list_area ul {
    max-width: 800px;
    margin: 0 auto;
  }
  section.welfare .list_area ul li {
    margin: 25px 20px;
  }
  section.welfare .list_area ul li:nth-of-type(6),
  section.welfare .list_area ul li:nth-of-type(12) {
    margin-right: 15px;
  }
  section.recruit_more_view > div {
    width: 100%;
  }
  section.recruit_more_view .recruit_modal {
    max-width: 680px;
    height: 420px;
    padding: 30px;
  }
  section.recruit_more_view .recruit_modal button.close {
    top: -100px;
  }
  section.recruit_more_view .recruit_modal p {
    padding-top: 20px;
    line-height: 24px;
  }
}
/* PC */
@media screen and (min-width: 1024px) {
  section.directivity .content_box .directivity_text_area ul {
    opacity: 0;
    margin-top: 50px;
  }
  section.directivity .content_box .directivity_text_area ul.on {
    opacity: 1;
    margin-top: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}
/* etc */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  section.directivity .content_box .directivity_text_area {
    position: relative;
    width: 55%;
    margin: 10px 0 0 0;
  }
  section.directivity .content_box .recruit_text {
    top: -140px;
  }
  section.directivity .content_box .recruit_text.on {
    top: -140px;
  }
  section.directivity .content_box .bg_object_01.on {
    position: absolute;
    left: 28%;
    top: 380px;
  }
  section.welfare .title {
    width: 980px;
  }
  section.welfare .list_area {
    box-shadow: unset;
    width: 100%;
    height: 560px;
    padding: 20px 0;
  }
  section.welfare .list_area ul {
    max-width: 800px;
    margin: 0 auto;
  }
  section.welfare .list_area ul li {
    margin: 28px 20px;
  }
  section.welfare .list_area ul li:nth-of-type(6),
  section.welfare .list_area ul li:nth-of-type(12) {
    margin-right: 15px;
  }
  section.recruit_more_view > div {
    width: 980px;
  }
}
/* all firefox */
@-moz-document url-prefix() {
  section.recruit_more_view > div {
    height: 0;
  }
  section.recruit_more_view > div button {
    top: 280px;
  }
  section.recruit_more_view .recruit_modal.on {
    top: -50px;
  }
}
/* CSS specific to iOS devices */
@supports (-webkit-overflow-scrolling: touch) {
  section.recruit_more_view .recruit_modal button.close {
    background-size: 20px;
    background-repeat: no-repeat;
  }
}
