/* Image slider */
.top-slider {
  width: 100%;
  margin: 0 auto;
}

.top-slider .img-wrap {
  margin: 0 auto;
  padding: 40px;
}

/* sets the inner image to 960 width(offset padding) */
.top-slider .slick-slide {
  width: 969px;
  box-sizing: border-box;
}

.top-slider img {
  width: 100%;
  height: auto;
  box-shadow: 0 5px 20px #1D50A24C;
}

.slick-center {
  transform: scale(1.08);
}

.slide:not(.slick-active) {
  cursor: pointer;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  border: none;
  background: transparent;
  /* color: #fff; */
  font-family: monospace;
  font-size: 7rem;
  z-index: 300;
  outline: none;
  /* -webkit-text-stroke: 1px #ccc; */
}

.top-slider .slick-prev, .top-slider .slick-prev:hover, .top-slider .slick-prev:focus {
  width: 42px;
  height: 61px;
  background-image: url('/assets/web/images/job_details/left_arrow.png');
  left: calc((100% - 1040px) / 2 + 52px);
  text-align: left;
  z-index: 90;
}

.top-slider .slick-next, .top-slider .slick-next:hover, .top-slider .slick-next:focus {
  width: 42px;
  height: 61px;
  background-image: url('/assets/web/images/job_details/right_arrow.png');
  right: calc((100% - 1040px) / 2 + 52px);
  text-align: right;
  z-index: 90;
}

.top-slider .slick-prev::before, .top-slider .slick-next::before {
  content: '';
}

@media only screen and (max-width: 1440px) {
  .top-slider .slick-prev, .top-slider .slick-prev:hover, .top-slider .slick-prev:focus {
    left: calc((100% - 1040px) / 2 + 52px);
  }

  .top-slider .slick-next, .top-slider .slick-next:hover, .top-slider .slick-next:focus {
    right: calc((100% - 1040px) / 2 + 52px);
  }
}

@media only screen and (max-width: 1000px) {
#banner{
    margin-top: 0;
  }

  .top-slider .img-wrap{
    padding-bottom: 20px;
  }

  .slick-center {
    transform: none;
  }

}

@media only screen and (max-width: 767px) {
  #banner {
    margin: 10px 0;
  }
}

@media only screen and (min-width: 500px) {
  .slick-list{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
  }
}

@media only screen and (max-width: 500px) {
  #banner {
    margin: 0;
  }

  .top-slider .img-wrap {
    padding: 0;
    margin-bottom: 10px;
  }

  .top-slider img{
    box-shadow: none;
  }
}

@media only screen and (max-width: 450px) {
  #page-top {
    display: none;
  }
}
/* End image slider */

/* General styles */
body {
  line-height: 2;
  font-family: 'Noto Sans JP';
}

#main.company {
  width: 100%;
  max-width: 960px;
  margin: 0px auto;
  color: #666;
  font-size: 16px;
  padding: 0;
  margin-top: 35px;
}

.wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}

.top_box_con {
  text-align: left;
  padding: 30px 50px;
  margin-bottom: 50px;
}

.mid_box {
  padding: 0px;
  margin-bottom: 50px;
  position: relative;
}

.mid_box_ttl {
  padding: 5px 50px;
  border-radius: 10px 10px 0px 0px;
  background-color: #1d50a2;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}

.mid_box_content {
  padding: 15px 50px;
  border-radius: 0px 0px 10px 10px;
}

.c_ttl {
  line-height: 1.2;
  font-size: 24px;
  margin: 20px 0px 20px;
  border-left: 8px solid #1D50A2;
  padding: 8px 15px;
  font-weight: 500;
}

main p {
  margin-bottom: 30px;
  line-height: 1.5em;
}

hr {
  border-top: 1px solid #CCC;
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
  box-sizing: content-box;
  height: 0;
}

.s_btn {
  padding: 5px 10px;
  height: 30px;
  font-size: 15px;
  margin-top: 5px;
  margin-right: 5px;
  line-height: 1em;
  border: none;
  display: inline-block;
}

.division_jobs_container {
  background-color: #fff;
  padding-bottom: 45px;
  border-radius: 13px;
}

.division_jobs_container .item {
  padding: 0 50px;
}

.division_jobs_container hr {
  margin-left: 50px;
  margin-right: 50px;
}

.division_jobs_container .item-content img {
  width: 100%;
  height: auto;
}

.division_jobs_container .item-content .description {
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 15px;
  line-height: 22px;
}

.division_jobs_container .item-content .item-description-wrap .occupation i,
.division_jobs_container .item-content .item-description-wrap .location i,
.division_jobs_container .item-content .item-description-wrap .salary i {
  background-color: #eee;
  font-size: 15px;
  padding: 8px 3px;
  border-radius: 50px;
  color: #1f51a2;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}

.division_jobs_container .item-content .item-description-wrap .occupation,
.division_jobs_container .item-content .item-description-wrap .location,
.division_jobs_container .item-content .item-description-wrap .salary {
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

.division_jobs_container .item .item-content .item-description-wrap .occupation {
  color: #32befc;
}

.item-description-wrap .item-detail .btn-wrap button {
  width: 196px;
  height: 54px;
}

.item-description-wrap .item-detail button {
  font-size: 17px;
  background: transparent linear-gradient(90deg, #32BEFC 0%, #84D9FF 100%) 0% 0% no-repeat padding-box;
  border: none;
}

.fukidashi_on, .fukidashi_out {
  position: absolute;
  z-index: 100;
  display: none;
  font-size: 10px;
  text-align: center;
  background: #ccc;
  margin: 10px 0;
  padding: 10px 5px;
  border-radius: 6px;
  line-height: 1em;
  width: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 40%);
}

.fukidashi_on:after, .fukidashi_out:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ccc;
}

.division_jobs_container .item-description-wrap .heart-wrap {
  bottom: -10px;
  right: 0;
}

.division_jobs_container .heart .keep_btn1 {
  color: #ccc;
  line-height: 32px;
}

.truncated-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

main .modal-favorite_action p {
  margin-bottom: 0;
}

.division_jobs_container .item-description-wrap .heart-wrap .keep_on .fa-heart:before {
  color: #ff817a;
}

a {
  text-decoration: none;
}

.page-title-wrap {
  background-color: #1f51a2;
}

.page-title-wrap #page-title {
  padding: 20px 0;
}

.page-title-wrap .container {
  padding: 0;
  margin: 0 auto;
}

.page-title-wrap #page-title h1 {
  padding: 0 5px 0 0;
}

@media (min-width: 960px) {
  .page-title-wrap .container {
    width: 960px;
  }
}

@media (max-width: 959px) {
  .page-title-wrap .container {
    width: 100%;
  }

  .page-title-wrap #page-title {
    padding: 20px;
  }
}

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

  .pc-only {
    display: none;
  }

  #main.wrapper {
    padding: 20px 20px 30px;
  }

  h3 { font-size: 18px; }

  .c_ttl {
    margin: 20px 0px 10px;
    padding: 5px 10px;
    border-left: 6px solid #1d50a2;
  }

  #banner {
    margin: 10px 0;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  section {
    padding: 20px 20px 30px;
  }

  h3 { font-size: 18px; }

  .c_ttl {
    margin: 20px 0 10px;
    padding: 5px 10px;
    border-left: 6px solid #1d50a2;
  }

  .top_box_con {
    padding: 20px;
  }

  main { font-size: 14px; }

  #content_nav ul {
    justify-content: center;
    gap: 20px;
    font-size: 13px;
  }

  #content_nav ul a {
    border-bottom: 2px solid transparent;
  }

  #content_nav ul a:hover {
    border-bottom: 2px solid #32BEFC;
  }

  #content_nav ul a.active {
    border-bottom: 2px solid #3ebffc;
  }

  .mid_box {
    margin-bottom: 30px;
  }

  .mid_box_ttl {
    padding: 5px 20px;
  }

  .mid_box_content {
    padding: 10px 20px;
  }

  .recommend_content {
    display: block;
  }

  .recommend_content>div {
    width: 100%;
    margin-top: 10px;
  }

  .breadcrumbs {
    margin-bottom: 5px;
    line-height: 1em;
    padding: 0px 10px;
  }

  .breadcrumbs a {
    font-size: 10px;
  }

  .sticky-div {
    width: 100%;
    padding: 10px;
    bottom: 0!important;
    top: auto!important;
    left: 0;
    background-color: rgba(192, 192, 192, 0.3);
    height: 60px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 60px;
    gap: 10px;
  }

  .sticky-icon {
    position: fixed;
    color: rgba(192, 192, 192, 0.5);
    z-index: 10;
    right: 3%;
    bottom: 100px;
    cursor: pointer;
  }

  .sticky_btn {
    width: calc(50% - 5px);
  }

  .sticky_btn.bg-light-yellow {
    width: 100%;
  }

  .call-btn {
    width: 180px;
    padding: 15px 20px;
    margin: 0px 5px;
    display: block;
  }

  .sticky_btn2 {
    display:none;
  }

  .sticky-div a {
    text-decoration: none;
    width: calc(50% - 5px);
  }

  .sticky-div a.sticky_btn {
    width: 100%;
  }

  .djob_button .sticky_btn{
    width:100%;
  }

  .djob_button{
    width:100% !important;
  }
}

@media only screen and (min-width: 500px) {
  .slick-list{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
  }
}

@media only screen and (max-width: 500px) {
  #banner {
    margin: 0;
  }

  .top-slider .img-wrap {
    padding: 0;
    margin-bottom: 10px;
  }

  .top-slider img{
    box-shadow: none;
  }

  .division_jobs_container .item .item-content .item-img.flex-1 {
    margin: 0 0 15px 0;
  }

  .pos-rel .btn-rows button{
      border-radius: 7px;
  }

  .pos-rel .item-categories.d-flex {
      display: block;
  }

  .pos-rel .item-content.d-flex {
      flex-direction: column;
      margin-bottom: 0;
      gap: 0;
  }

  .division_jobs_container .item {
      padding: 0 20px;
  }

  .division_jobs_container hr {
      margin-left: 20px;
      margin-right: 20px;
  }

  .item-description-wrap .item-detail .btn-wrap button {
      width: 80%;
      height: 50px;
  }

  .division_jobs_container .item-description-wrap .btn-row-2 {
      display: block;
  }

  .division_jobs_container .item-description-wrap .heart-wrap {
      bottom: -2px;
  }

  .division_jobs_container .item-content .item-description-wrap .occupation,
  .division_jobs_container .item-content .item-description-wrap .location,
  .division_jobs_container .item-content .item-description-wrap .salary {
      margin-bottom: 0;
  }

  .division_jobs_container .item-content .description {
      font-size: 14px;
  }

  .division_jobs_container .c_ttl {
      font-size: 18px;
  }

  .item-description-wrap .item-detail button {
      font-size: 16px;
  }

  .top-slider .slick-dots li, .slick-dots li button {
    padding: 0;
  }
}

@media only screen and (max-width: 450px) {
  .c_ttl {
    margin: 20px 0px 10px;
    padding: 5px 10px;
    border-left: 6px solid #1d50a2;
    font-size: 16px;
  }

  #page-top {
    display: none;
  }

  #main.company {
    margin-top: 0;
  }
}
/* End general styles */

/* Utilities */
.text-blue {
  color: #1f51a2;
}

.text-white {
  color: #fff;
}

.w-100 {
  width: 100%;
}

.border-rad-4 {
  border-radius: 4px; 
}

.p-15 {
  padding: 15px;
}

.font-s-large {
  font-size: 30px;
}

.pos-rel {
  position: relative;
}

.j-c-center {
  justify-content: center;
}

.pos-abs {
  position: absolute;
}

.bg-white {
  background-color: #FFF;
}

.b-10 {
  border-radius: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.txt-dark-blue {
  color: #1d50a2;
}
.bg-pale-blue {
  background-color: #E2EFFE;
}

.b-5 {
  border-radius: 5px;
}

.no_view {
  display: none;
}

.gap-20 {
  gap: 20px;
}

.d-flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}
/* End utilities */