.intro-area_inner {
  width: 940px;
  margin: 0 auto;
}
.intro-area {
/*margin-top: 40px; */
    padding: 70px 0 60px;
}
.mod-section-title-r h2 {
    position: relative;
    padding-left: 20px;
    font-size: 3.2em;
}
.mod-section-title-r h2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 94%;
    background: url(/common/img/module/common-title_bg01.png) repeat;
    content: "";
}

@media screen and (max-width: 768px){
  .l-responsive .intro-area {
    margin-top: 0px;
  }
  .mod-section-title-r h2 {
    font-size: 2.8em;
  }
}
.bg-gray {
  background: #efeff1;
}

.r-link-header{
  position:relative;
  padding-right:5%;
  margin-bottom:20px;
}

/* SP ONLY */
@media screen and (max-width: 768px){
  .r-link-header{
    padding-right:0;
    margin-bottom:10px;
  }
}

/* table */
.srOnly {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media all and (min-width: 768px) {
  .recruitInfo_table {
    width: 100%;
    border-bottom: solid 1px rgba(160, 160, 165, 0.1);
   }
 }
@media not all and (min-width: 768px) {
  .recruitInfo_table {
      margin-top: 20px;
      padding-bottom: 60px;
      overflow-x: auto;
   }
 }
.recruitInfo_table > table {
    width: 100%;
    border-bottom: solid 1px rgba(160, 160, 165, 0.1);
 }
.recruitInfo_table > table > caption {
    padding-bottom: 20px;
    color: #0064d2;
    font-weight: bold;
    text-align: left;
    line-height: 1;
}
.recruitInfo_table > table > tbody > tr + tr > td {
    border-top: solid 1px rgba(160, 160, 165, 0.1);
}
.recruitInfo_table > table > tbody > tr > th {
    background-color: rgba(160, 160, 165, 0.1);
    line-height: 1;
    vertical-align: top;
    white-space: nowrap;
}
@media all and (min-width: 768px) {
  .recruitInfo_table > table > tbody > tr > th {
      width: 170px;
      padding: 30px 15px;
      text-align: right;
      border: solid 1px #dedee0;
  }
}
@media not all and (min-width: 768px) {
  .recruitInfo_table > table > tbody > tr > th {
    display: block;
    padding: 15px;
    text-align: left;
   }
 }
@media all and (min-width: 768px) {
  .recruitInfo_table > table > tbody > tr > td {
    padding-right: 17.5%;
    padding: 20px 30px;
    border: solid 1px #dedee0;
    vertical-align: middle;
  }
}
@media not all and (min-width: 768px) {
  .recruitInfo_table > table > tbody > tr > td {
    display: block;
    padding: 10px;
  }
}
.recruitInfo_table > table > tbody > tr > td > p > a {
    color: #0064d2;
    text-decoration: underline;
}
@media all and (min-width: 768px) {
  .recruitInfo_table > table > tbody > tr > td > p > a:hover {
      opacity: 0.7;
      text-decoration: none;
   }
}

/* list */

.r-simple-list > li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px;
 }
.r-simple-list > li::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: 10px;
    margin-bottom: auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    content: "";
 }
.r-num-list > li {
    position: relative;
    padding-left: 16px;
 }
 
.r-num-list > li {
    margin-top: 16px;
    margin-left: 1.2em;
    line-height: 1.4em;
    list-style-type: decimal;
}

.r-num-list > li:first-child {
    margin-top: 0;
}

.recruit_flow {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.recruit_flow li {
    position: relative;
    margin-top: 40px;
    padding: 10px;
    background: rgba(100, 175, 225, 0.40);
    line-height: 1;
    text-align: center;
}
@media (min-width: 768px) {
    .recruit_flow li {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.recruit_flow li:not(:last-of-type)::after {
    display: block;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    border-top: solid 2px #64AFE1;
    border-left: solid 2px #64AFE1;
    content: "";
    transform: rotate(-135deg);
}
.recruit_flow li:last-of-type {
    margin-bottom: 20px;
}

.r-point-inner p {
    margin-top: 15px;
    margin-bottom: 40px;
}
.r-point-inner ul {
    margin-top: 15px;
    margin-bottom: 40px;
}
.r-point-inner span {
    font-weight:bold;
}
.r-title3 {
    border-bottom: solid 2px #aeaeb2;
    display: inline-block;
}

.m-arrow-button.r-arrow-button {
    /*display: block;*/
    position: relative;
    text-align: center;
    font-weight: bold;
    background-color: #0064D2;
    color: #ffffff;
    font-size: 3.8rem;
}

.m-arrow-button.r-arrow-button::before {
    content: '';
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    background-image: var(--arrow-red);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 6px;
    transform: translateY(-2px);
    background-size: cover;
}

.m-arrow-button.r-arrow-button:hover{
    opacity:0.7;
}

@media screen and (max-width: 768px){
  .m-arrow-button.r-arrow-button {
      font-size: 2.8rem;
  }
}

.content-header-title-wrapper > .inner {
    width: auto;
}
.content-header-title-wrapper.r-header-kv {
    max-width: 1800px;
    margin: 0 auto;
    display: block;
    min-width: 960px;
    width: 100%;
}

.page-category-company .content-header-title-wrapper > .inner {
    background: url(/company/recruit/img/saasengineer-kv01.png) no-repeat right bottom;
    background-size: cover;
    height: 230px;
}

@media screen and (max-width: 768px){
  .content-header-title-wrapper.r-header-kv {
      min-width: 100%;
  }
  .page-category-company .content-header-title-wrapper > .inner {
      height: 100%;
  }
}

/* jp-en */

.lang {
    display: none;
}

.lang.active {
    display: block;
}

.langBt{
background: #6da4f9;
padding: 5px 50px;
border-radius: 30px;
font-size: 15px;
text-decoration: none;
display: inline-block;
margin: 0 0 20px 0;
cursor: pointer;
display: none;
}


.langBt:hover{
opacity: 0.8;
}