.pagehead__image {
  background-color: #182e5a;
}
h3.heading-2 {
  text-align: center;
  margin-top: 40px;
}
.box__inner2 {
  padding: 0;
}

/*
@media screen and (min-width: 768px) {
  h3.heading-2 {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
*/

.list-jobs h4.hr__job--head{
  color: #182e5a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
}
.list-jobs .description {
  line-height: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-jobs .languageRequirements,
.list-jobs .workinghours,
.list-jobs .workinglocation,
.list-jobs .worksalary {
  line-height: 27px; 
  margin-top: 10px;
}
.list-jobs .languageRequirements .label,
.list-jobs .workinghours .label,
.list-jobs .worksalary .label,
.list-jobs .workinglocation .label {
  font-weight: 600;
  color: #182e5a;
  position: relative;
  padding-left: 20px;
}

.list-jobs .languageRequirements .label:before,
.list-jobs .workinghours .label:before,
.list-jobs .worksalary .label:before,
.list-jobs .workinglocation .label:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  text-align: center;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
}

.list-jobs .languageRequirements .label:before {
  background: url(/common/img/ico-global-lang.svg) no-repeat;
  background-size: contain;
}

.list-jobs .worksalary .label:before {
  background: url(/common/img/ico-yen-blue.svg) no-repeat;
  background-size: contain;
}

.list-jobs .workinglocation .label:before {
  background: url(/common/img/ico-map-blue.svg) no-repeat;
  background-size: contain;
}

.list-jobs .button-container {
  margin-top: 20px;
}
.list-jobs .button-container .footer__button {
  max-width: 100%;
  text-align: center;
  color: #fff;
  background: #182e5a;
}
.list-jobs .button-container .footer__button:before {
  background: #182e5a;
}
.list-jobs .button-container .footer__button:hover {
  opacity: 0.9;
}
.noborder {
  border-color: transparent;
}
.jobs-search {
  padding: 0;
  position: relative;
}
.jobs-search input {
  width: 100%; 
  border: solid 1px #d2d2d2;
  padding: 6px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.jobs-search input:focus-visible {
  outline: none;
}
.jobs-search button {
    background-color: #182e5a;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0 4px 4px 0;
    display: block;
    font-size: 14px;
    text-shadow: none;
    position: absolute;
    height: 100%;
    width: 40px;
    right: 0px;
    top: -0;
    cursor: pointer;
}
.jobs-search button div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    fill: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; 
    -webkit-box-align: center; 
    -webkit-align-items: center;
    -ms-flex-align: center; 
    align-items: center; 
}

.l-hr__footer.l-hr__footer__jobs .l-hr-footer__main {
  background: #182e5a;
}

.hr .l-hr-footer__main .footer__heading--en {
  color: #fff;
}

.l-hr__footer.l-hr__footer__jobs .l-footer__main__inner > div:nth-child(2) {
  border-left: solid 1px transparent;
}

@media screen and (min-width: 768px) {
  .l-hr__footer.l-hr__footer__jobs .l-footer__main__inner > div:nth-child(2) {
    border-left: solid 1px #fff;
  }
}

.l-hr__footer.l-hr__footer__jobs .footer__button {
  background: #4077e6;
}
.l-hr__footer.l-hr__footer__jobs .footer__button:before {
  background: #4077e6;
}



@media screen and (min-width: 768px) {
  .jobs-search {
    width: calc(100% / 2 - 20px);
  }
  .f-container-wrap .hr__job--wrap:nth-child(2n) {
    /* background: red; */
    margin-left: 40px;
  }
  .hr__job--wrap {
    width: calc(100% / 2 - 20px);
    margin-left: 0;
    margin-right: 0;
  }
  .box__inner2 {
    max-width: inherit;
  }
  .l-hr__footer .l-footer__txt.footer__txt__jobs {
    margin-top: -40px;
  }
  .hr .footer__navi.footer__navi__jobs {
    margin-top: -60px;
  }
  .l-hr__footer .l-footer__txt.footer__txt__jobs_ja {
    margin-top: -100px;
  }
  .hr .footer__navi.footer__navi__jobs_ja {
    margin-top: -150px;
  }
}

@media screen and (min-width: 1000px) {
  .jobs-search {
    width: calc(100% / 3 - 20px);
  }
  .f-container-wrap .hr__job--wrap:nth-child(2n) {
    margin-left: 0;
  }
  .f-container-wrap .hr__job--wrap:nth-child(3n+2) {
    /* background: yellow; */
    margin-left: 30px;
    margin-right: 30px;
  }
  .hr__job--wrap {
    width: calc(100% / 3 - 20px);
    margin-left: 0;
    margin-right: 0;
  }
}

/*
@media screen and (min-width: 821px) {
    .globalnavi__child {
        margin: 0 20px;
        max-width: inherit;
    }
}
*/


/* .line-view */

/* */
.line-view .hr__job--head {
    color: #000;
    line-height: 20px;
}
.line-view .hr__job--head span{
    color: #8a94ad;
}
.line-view .hr__job--conditions dt:before {
    background: none !important;
}
.line-view .hr__job--conditions dt {
    padding-left: 0;
}
.line-view .box__inner2 {
    padding-top: 0;
}
.line-view {
    background-color: #8dabd8;
}
.line-view .hr__job--wrap {
    border: solid 1px #fff;
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.line-view .hr__job--type {
    background: #009df7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.line-view .btn-detail {
    color: #fff;
    width: 100%;
    height: 36px;
    border-radius: 5px;
    background-color: #1fc46e;
    transition: background-color .2s;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    border: 0;
    margin-top: 10px;
}
.line-view dd.detail {
    width: 100%;
    display: none;
}
.line-view dd.detail h3 {
    color: #323639;
    font-weight: 600;
    margin-bottom: 10px;
}
.line-view dd.detail dt, dd.detail dd {
    width: 100%;
}
.line-view #search-bar-hidden,
.line-view #search-bar {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid transparent;
}
.line-view #search-bar {
    border-bottom: 1px solid #c5c6c9;
    background-color: #f1f1f1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;

    display: flex;
    align-items: center;
    gap: 10px;
}
.line-view #search-bar-logo {
    width: 100px;
    margin-left: 10px;
    margin-top: 4px;
}
.line-view #search-container {
    background-color: #fff;
    border: 1px solid #c5c6c9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: calc(100% - 100px - 40px);
    position: relative;
}
.line-view #search-bar-logo,
.line-view #search-container {
    display: inline-block;
    vertical-align: middle;
}
.line-view #seach-input {
    width: calc(100% - 10px - 30px);
    height: 35px;
    margin-left: 10px;
    border: 1px solid transparent;
    outline: none;
    box-shadow: none;
}
.line-view #search-container button {
    background-color: #1fc46e;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0 4px 4px 0;
    display: block;
    font-size: 14px;
    text-shadow: none;
    position: absolute;
    height: calc(100% + 2px);
    width: 40px;
    right: 0;
    top: -1px;
}
.line-view #search-container button div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    fill: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; 
    -webkit-box-align: center; 
    -webkit-align-items: center;
    -ms-flex-align: center; 
    align-items: center; 
}

/* */
