/* bootstrap対応分 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    Meiryo,
    sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  line-height: 1.42857143;
  color: #333;
  background-color: #fff
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block
}

a {
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
}

a:active,a:hover {
  outline: 0
}

a:focus,a:hover {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

img {
  vertical-align: middle;
  border: 0;
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto
}

.img-circle {
  border-radius: 50%
}

button,input,optgroup,select,textarea {
  margin: 0;
  font: inherit;
  color: inherit
}

button {
  overflow: visible
}

button,select {
  text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input {
  line-height: normal
}

input[type=checkbox],input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

:after,:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

button,input,select,textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

.h4,.h5,.h6,h4,h5,h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

.h4,h4 {
  font-size: 18px
}

p {
  margin: 0 0 10px
}

.mark,mark {
  padding: .2em;
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

ol,ul {
  margin-top: 0;
  margin-bottom: 10px
}

blockquote {
  padding: 10px 20px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .container {
      width:750px;
      padding: 0;
  }
}

@media (min-width: 992px) {
  .container {
      width:970px
  }
}

@media (min-width: 1200px) {
  .container {
      width:1170px
  }
}

.row {
  margin: 0 auto;
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
  position: relative;
  min-height: 1px;
}

@media (min-width: 768px) {
  .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
      float:left
  }

  .col-sm-12 {
      width: 100%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-2 {
    width: 16.66666667%
  }
}

@media (min-width: 992px) {
  .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
    float:left
  }

  .col-md-12 {
      width: 100%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }
}

@media (min-width: 1200px) {
  .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
    float:left
  }

  .col-lg-12 {
      width: 100%
  }

  .col-lg-11 {
      width: 91.66666667%
  }

  .col-lg-10 {
      width: 83.33333333%
  }

  .col-lg-9 {
      width: 75%
  }

  .col-lg-8 {
      width: 66.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal
}

input[type=search] {
  -webkit-appearance: none
}

.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
  color: #333;
  text-decoration: none
}

.btn.active,.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65
}

a.btn.disabled,fieldset[disabled] a.btn {
  pointer-events: none
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

@media (min-width: 768px) {
  .navbar {
      border-radius:4px
  }
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2
}

.close:focus,.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}

.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%)
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 768px) {
  .modal-dialog {
    width:600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width:900px
  }
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
  display: table;
  content: " "
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
  clear: both
}

.hide {
  display: none!important;
}

.show {
  display: block!important
}



/* Top banner */
body {
  margin: 0;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    Meiryo,
    sans-serif;
  font-size: 14px;
}

.top {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    Meiryo,
    sans-serif;
}

.text-white {
    color: #fff!important;
}

.top-slider-wrap {
  width: 100%;
}

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

.top-slider .img-wrap {
  margin: 0 auto;
  padding: 68px 45px 80px;
}

.top-slider img {
  width: 100%;
  border-radius: 25px;
}

.slick-center a{
  display: block;
}

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

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

.slick-arrow {
  position: absolute;
  top: calc( 50% + 15px );
  width: 40px;
  height: 60px;
  line-height: 50px;
  margin-top: -25px;
  border: none;
  background: transparent;
  color: #fff;
  font-family: monospace;
  font-size: 7rem;
  z-index: 2;
  outline: none;
  color: white;
	-webkit-text-stroke: 1px #ccc;
}

.top .top-slider .slick-prev {
  left: calc((100% - 1200px) / 2 + 30px);
  text-align: left;
}

.top .top-slider .slick-next {
  right: calc((100% - 1200px) / 2 + 30px);
  text-align: right;
}

.top .top-slider .slick-prev-arrow {
  background-image: url("/assets/web/images/left_arrow.png");
}

.top .top-slider .slick-next-arrow {
  background-image: url("/assets/web/images/right_arrow.png");
}

.top .top-slider .slick-prev-arrow,
.top .top-slider .slick-next-arrow {
  width: 100%;
  height: 100%;
  display: block;
}

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

.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover, 
.slick-next:focus {
  color: #eee;
}

.slick-dots li button::before{
  font-size: 13px;
  opacity: 1;
  color: #fff;
  -webkit-text-stroke: 1px #96b2dd;
}

.slick-dots li.slick-active button::before {
  color: #4a75bb;
  -webkit-text-stroke: 1px #4a75bb;
  opacity: 1;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  color: #4a75bb;
  -webkit-text-stroke: 1px #4a75bb;
}

.top-slider .slick-dots {
  bottom: 27px;
}

.tiny-banner {
  height: 45px;
  display: flex;
  font-size: 20px;
  line-height: 10px;
  font-weight: normal;
  justify-content: center;
  align-items: center;
}

.top-slider-wrap .slick-dotted.slick-slider {
  margin-bottom: -10px;
}

.slick-slider div { transition: none; }

select {
  -webkit-appearance: none;
  appearance: none;
}

.kantan_search_selects_occupation_wrap,
.kantan_search_selects_prefecture_wrap {
  position: relative;
}
.kantan_search_selects_occupation_wrap::after,
.kantan_search_selects_prefecture_wrap::after {
  content: """";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #1F51A2 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  pointer-events: none;
}

@media only screen and (max-width: 1199px) {
  .top .top-slider .slick-prev {
    left: calc((100% - 980px) / 2 + 30px);
    text-align: left;
  }
  
  .top .top-slider .slick-next {
    right: calc((100% - 980px) / 2 + 30px);
    text-align: right;
  }
}

@media only screen and (max-width: 1024px) {
  .tiny-banner {
    font-size: 16px;
    text-align: left;
    padding: 12px 20px;
    justify-content: start;
  }

  .slick-dots li button::before {
    font-size: 13px;
  }

  .slick-dots li {
    padding: 0px 10px;
  }

  .slick-dots {
    bottom: -45px;
  }
}

@media only screen and (max-width: 1000px) {
  .top-slider {
    padding-bottom: 30px;
  }

  .top-slider-wrap {
    height: auto;
  }

  .top-slider .img-wrap {
    padding: 0;
  }

  .slick-center {
    transform: unset;
  }

  .top-slider img {
    border-radius: unset;
  }

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

  .top-slider .slick-dots {
    bottom: -10px;
  }
}
/* End banner */



/* Top search not logged in*/
.top .search-form .inner {
  display: flex;
  align-items: center;
}

.top .search-form .inner:first-child {
  margin-bottom: 46px;
}

.search-col-2 {
  text-align: center;
}

.kantan_search_selects_occupation_wrap select,
.kantan_search_selects_prefecture_wrap select {
  width: 140px;
  border-radius: 4px;
  background-color: #efefef;
  border: 2px solid #efefef;
  padding: 15px;
}

.kantan_search_selects_prefecture_wrap select#prefecture  {
  border: 2px solid #efefef;
}

.top .search-form .inner input {
  width: calc(100% - 180px);
  font-size: 16px;
}

.top .search-form .inner input::placeholder {
  color: #9B9B9B;
}

.top .search-form {
  padding: 50px;
  background: #fff;
  margin: 0;
}

.search-col-1 .inner-wrap-1{
  white-space: nowrap;
  width: auto;
  padding-right: 10px!important;
}

.inner-wrap-2.flex-1{
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logged-in .search-col-1 .inner-wrap-2 {
  grid-template-columns: 1fr auto;
}

.search-col-1 .inner-wrap-2 {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-col-1 .inner:nth-child(1) .inner-wrap-1,
.search-col-1 .inner:nth-child(1) .inner-wrap-2,
.search-col-1 .inner:nth-child(2) .inner-wrap-1,
.search-col-1 .inner:nth-child(2) .inner-wrap-2 {
  padding: 0px;
}

.search-col-1 .inner:nth-child(1) .inner-wrap-2 {
  gap: 10px;
}

.search-col-1 .inner:nth-child(2) .inner-wrap-2 {
  display: flex;
}

.search-col-1 .inner:nth-child(1) .inner-wrap-1 .text-blue,
.search-col-1 .inner:nth-child(2) .inner-wrap-1 .text-blue {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.top .search-form .inner select,
.top .search-form .inner select#prefecture {
  width: 100%;
  font-size:16px;
  line-height: 22px;
}

.search-col-1 .inner button {
  width: 120px;
  border: 0;
  padding: 18px 30px;
  font-size: 17px;
  font-weight: 500;
}

.search-col-1 .inner button:hover {
  opacity: .8;
}

#top_job_nums .text-blue {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

#top_job_nums .text-orange span {
  font-size: 43px;
  font-weight: 500;
  line-height: 27px;
}

.search-col-2 .inner button {
  width: 100%;
}

.top .search-col-2 .inner button {
  background: linear-gradient(to right, #32befc, #84d9ff);
  box-shadow: 0 3px 6px rgba(31, 81, 166, .15);
  height: 60px;
  font-size: 19px;
}

.search-col-2 .inner {
  justify-content: center;
}

.search-col-2 .main-search-btn {
  flex: 1;
}

.search-col-2 .main-search-btn a {
  display: flex;
}

.search-col-2 .main-search-btn a:hover {
  opacity: .8;
  text-decoration: none;
}

.search-col-2 .main-search-btn a button {
  flex: 1;
  display: flex;
  justify-content: center;
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
}

.search-col-2 .main-search-btn::before {
  position: absolute;
  content: '＼会員登録でもっと詳細に！／';
  font-size: 15px;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  color: #216cbc;
  width: 100%;
  text-align: center;
  font-weight: normal;
}

.top .search-form-wrap {
  padding-bottom: 50px;
}

.top .search-form .col-md-8,
.top .search-form .col-md-4 {
  padding: 0;
}


.top .search-col-2 .main-search-btn::before {
  position: absolute;
  content: '\\ 会員登録でもっと便利に /';
  font-size: 19px;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  color: #216cbc;
  width: 100%;
  text-align: center;
  font-weight: normal;
  line-height: 9px;
}

.kantan_search_selects_occupation_wrap,
.kantan_search_selects_prefecture_wrap {
  width: calc(50% - 112px);
}

.top-my-filters.text-blue {
  margin-bottom: 10px;
  display: block;
}

.top-my-filters-wrap div a span,
.top-my-filters-wrap div a i {
  font-size: 19px;
}

@media only screen and (max-width: 1000px) {
  .top .search-form .inner:first-child {
    margin-bottom: 2em;
  }
  .search-col-1 .inner:nth-child(1) .inner-wrap-1 .text-blue,
  .search-col-1 .inner:nth-child(2) .inner-wrap-1 .text-blue {
    font-size: 16px;
  }
  .top-my-filters-wrap div a span, .top-my-filters-wrap div a i {
    font-size: 16px;
  }
  .top .new-jobs-wrap .company-names > div {
    font-size: 16px;
  }
  .top .search-form {
    padding: 50px 30px;
    background: #fff;
    margin: 0;
  }
  .company-names a {
    font-size: 16px;
  }
  
  .top .search-form .inner select,
  .top .search-form .inner select#prefecture {
    width: 100%;
-webkit-appearance: none;
    appearance: none;
  }

  .top .top-slider .slick-prev {
    left: calc((100% - 1000px) / 2 + 30px);
  }

  .top .top-slider .slick-next {
    right: calc((100% - 1000px) / 2 + 30px);
  }

  .kantan_search_selects_occupation_wrap, .kantan_search_selects_prefecture_wrap{
    width: calc(50% - 82px);
  }

  .top .search-form .search-col-2.col-md-4 {
    padding: 0 15px;
  }

  .top .search-form .inner input {
    width: calc(100% - 120px);
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .kantan_search_selects_occupation_wrap select,
  .kantan_search_selects_prefecture_wrap select {
    width: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .top .search-form .inner:nth-child(1),
  .top .search-form .inner:nth-child(2) {
    display: block;
  }
}

@media only screen and (max-width: 428px) {
  .top .search-form .search-col-2 .inner:nth-child(1) {
    display: none !important;
  }

  .search-col-2 .main-search-btn {
    margin-top: 50px;
  }

  .search-form .inner-wrap-1 {
    margin-bottom: 5px;
  }

  .top .search-form {
    background-color: #e2effe; 
    padding: 0;
    margin-right: -15px;
    margin-left: -15px;
  }

  .top .search-form select#prefecture,
  .top .search-form .inner select,
  .top .search-form .inner input {
    background-color: #fff;
    border-color: #fff;
    margin: 0;
    font-size: 13px;
    width: 100%;
  }

  .top .search-form .inner input{
    width: calc(100% - 90px);
  }

  .top-my-filters-wrap div a span {
    font-size: 14px;
  }

  .top .search-form-wrap {
    padding-bottom: 30px;
  }

  .search-col-1 .inner:nth-child(1) .inner-wrap-1,
  .search-col-1 .inner:nth-child(1) .inner-wrap-2,
  .search-col-1 .inner:nth-child(2) .inner-wrap-1,
  .search-col-1 .inner:nth-child(2) .inner-wrap-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .kantan_search_selects_occupation_wrap,
  .kantan_search_selects_prefecture_wrap {
    width: calc(50% - 67px);
  }

  .top .search-form .inner select, 
  .top .search-form .inner select#prefecture {
    width: 100%;
    height: 52px;
  }

  .search-col-1 .inner button {
    width: 90px;
    padding: 15px 10px;
    height: 55px;
  }

  .top .search-form .inner select, 
  .top .search-form .inner select#prefecture,
  .search-col-2 .main-search-btn a button,
  .search-col-1 .inner button,
  .search-col-1 .inner:nth-child(1) .inner-wrap-1 .text-blue,
  .search-col-1 .inner:nth-child(2) .inner-wrap-1 .text-blue {
    font-size: 13px;
  }
}

@media only screen and (max-width: 375px) {
  .kantan_search_selects_occupation_wrap,
  .kantan_search_selects_prefecture_wrap {
    width: calc(50% - 62px);
  }

  .top .search-form .inner input{
    width: calc(100% - 80px);
  }

  .search-col-1 .inner button {
    width: 80px;
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 320px) {
  .kantan_search_selects_occupation_wrap select,
  .kantan_search_selects_prefecture_wrap select {
    width: 80px;
    padding: 15px 5px;
  }

  .top .search-form .inner input {
    width: 100%;
  }

  .search-col-1 .inner button {
    width: 80px;
    padding: 15px 10px;
  }

  .top .search-form .inner select,
  .top .search-form .inner select#prefecture {
    width: 84px;
  }
}
/* End top search not logged in*/


/* Top search logged in */
.top .logged-in .search-form .outer-wrap .inner > div {
  display: flex;
}

.top .logged-in .search-col-1 .inner:nth-child(1) .inner-wrap-2 {
  gap: 0;
}

.top .logged-in .search-form .inner:nth-child(1) .col-md-12 div,
.top .logged-in .search-form .inner:nth-child(2) .col-md-12 div {
  padding: 6px 5px 6px 0;
}

.top .logged-in .search-form .inner:nth-child(1) .col-md-12 div + div,
.top .logged-in .search-form .inner:nth-child(2) .col-md-12 div + div {
  padding: 6px 15px;
}

.top .logged-in .search-form .inner:nth-child(1) .col-md-12 div + div .text-black{
  color: #666;
}

.top .logged-in .search-form .outer-wrap .inner > div > div {
  padding-right: 20px;
  font-size: 17px;
}

.top .logged-in .search-col-2 .main-search-btn::before {
  position: absolute;
  content: '\\ こだわりの条件を入れて検索 /';
  font-size: 19px;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  color: #216cbc;
  width: 100%;
  text-align: center;
  font-weight: normal;
}

.top .logged-in .search-form .outer-wrap:nth-child(1) div div div + div:hover,
.top .logged-in .search-form .outer-wrap:nth-child(2) div div div + div:hover {
  background: #E2EFFE 0% 0% no-repeat padding-box;
  border-radius: 21px;
  opacity: 1;
  padding: 6px 15px
}

.text-blue.font-w-semi-bold {
  width: 140px;
}


@media only screen and (max-width: 991px) {
  .search-col-2 {
    margin-top: 40px;
  }

  .top .logged-in .search-form .inner:nth-child(1) .col-md-12 div + div, .top .logged-in .search-form .inner:nth-child(2) .col-md-12 div + div {
    padding: 6px 10px;
  }

  .top .logged-in .search-form .outer-wrap .inner > div > div {
    padding-right: 5px;
    font-size: 14px;
  }
  
  .search-col-1 .inner:nth-child(1) .inner-wrap-1 .text-blue,
  .search-col-1 .inner:nth-child(2) .inner-wrap-1 .text-blue {
    font-size: 14px;
  }
  .top-my-filters-wrap div a span, .top-my-filters-wrap div a i {
    font-size: 14px;
  }
  .top .new-jobs-wrap .company-names > div {
    font-size: 14px;
  }

  .search-col-1 .inner:nth-child(1) .inner-wrap-1 .text-blue, .search-col-1 .inner:nth-child(2) .inner-wrap-1 .text-blue {
    font-size: 14px;
  }

  .top-my-filters-wrap div a span, .top-my-filters-wrap div a i {
    font-size: 14px;
  }
  .top .new-jobs-wrap .company-names > div {
    font-size: 14px;
  }
  .company-names a {
    font-size: 14px;
  }
  .top .search-form .inner {
    align-items: center;
    justify-content: space-between;
  }
  .text-blue.font-w-semi-bold {
    width: 120px;
  }
}

@media only screen and (max-width: 700px) {
  .top .logged-in .search-form .outer-wrap .inner > div > div {
    padding-right: 5px;
  }

  .top .logged-in .search-form .inner:nth-child(1) .col-md-12 div + div,
  .top .logged-in .search-form .inner:nth-child(2) .col-md-12 div + div {
    padding: 6px 9px;
  }

  .top .logged-in .search-form .outer-wrap:nth-child(1) div div div + div:hover,
  .top .logged-in .search-form .outer-wrap:nth-child(2) div div div + div:hover {
    padding: 6px 9px;
  }
}

@media only screen and (min-width: 429px) {
  .top .logged-in .search-form .sp-options {
    display: none;
  }
}

@media only screen and (max-width: 428px) {
  .top .logged-in .search-form .pc-options {
    display: none;
  }

  .top .logged-in .search-form .sp-options .wrap {
    justify-content: space-evenly;
  }

  .top .logged-in .search-form .sp-options .wrap .icon {
    font-size: 32px;
    justify-content: space-evenly;
  }

  .top .logged-in .truck-icon {
    width: 32px;
  }

  .top .logged-in .map-icon {
    width: 23px;
    height: 23px;
  }

  .top .logged-in .check-icon {
    width: 20px;
    height: 21px;
  }

  .top .sp-label-icon {
    font-size: 12px;
    font-weight: 500;
  }

  .top .logged-in .truck-icon img,
  .top .logged-in .map-icon img,
  .top .logged-in .check-icon img {
    width: 100%;
    height: 100%;
  }

  .top .logged-in .icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
  }

  .top .logged-in .search-form .sp-options .wrap .item {
    background-color: white;
    flex: 1;
    text-align: center;
    padding: 15px;
    padding: 10px 5px;
  }

  .top .logged-in .search-form .sp-options .wrap .item a {
    color: #1F51A2;
  }

  .top .logged-in .search-form .sp-options .wrap .item:nth-child(2) {
    border-left: 2px solid #E3E3E3;
    border-right: 2px solid #E3E3E3;
  }
}
/* End top search logged in */


.swiper-slide {
  font-size:12px;
}


/* Top recommended */
.recommend-wrap .img-wrap img {
  width: 100%;
  object-fit: cover;
}

.swiper-slide a {
  display: block;
}


.top .recommend-wrap {
  padding-bottom: 43px;
}

.top .recommend-wrap .recommend-slides {
  will-change: transform;
}

.top .recommend-slides .inner-wrap,
.swiper-slide.p_news__item {
  margin-bottom: 7px;
}

.swiper-slide.p_news__item {
  border-radius: 10px;
}
.recommend-title {
  font-size: 12px;
}
.recommend-wrap .recommend-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  height: 4em;
  line-height: 1;
  font-size: 12px;
}

@media only screen and (max-width: 500px) {
  .top .recommend-wrap .section-title {
      font-size: 18px;
    }
    .top .recommend-wrap .section-title {
      line-height: 28px;
    }
}

@media only screen and (max-width: 428px) {
  .top .recommend-wrap {
    padding: 25px 0 23px;
  }
}
/* End top recommended */

/* Top new jobs */
.top .new-jobs-wrap > div:first-child{
  margin-bottom: 20px;
}

.top .new-jobs-wrap .img-wrap {
  height: 190px;
}

.top .new-jobs-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top .new-jobs-slider .inner-wrap {
  width: 300px;
  margin: 0px 10px 10px;
  align-items: stretch;
  display: flex;
}

.top .new-jobs-slider mark {
  background-color: #e3efff;
  display: inline-block;
  margin: 1px;
  font-size: 14px;
  font-weight: normal;
}

.top .new-jobs-slider .category {
  font-size: 10px;
  flex-wrap: wrap;
  gap: 2px;
}

.top .new-jobs-wrap .slick-c-controls .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top .new-jobs-wrap .slick-c-controls .wrap .slick-arrow {
  color: #4a75bb;
  -webkit-text-stroke: 1px #4a75bb;
  margin: 0;
  position: unset;
  font-weight: 500;
  font-size: 36px;
  padding: 0;
}

.top .new-jobs-wrap .slick-c-controls .wrap .slick-dots {
  position: unset;
  line-height: 0px;
}

.top .new-jobs-wrap .slick-c-controls .wrap .slick-dots li button::before {
  line-height: 26px;
  font-size: 13px;
}

.top .new-jobs-slider.slick-dotted {
  margin-bottom: 0;
}

.top .new-jobs-wrap .company-names {
  margin-top: 10px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.top .new-jobs-wrap .company-names .btn-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.top .new-jobs-wrap .company-names .btn-wrap button {
  width: 245px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  background: linear-gradient(to right, #32befc, #84d9ff);
}

.top .new-jobs-wrap .company-names > p {
  padding: 5px;
}

.top .new-jobs-wrap .company-names > div {
  padding: 23px;
  font-size: 19px;
  line-height: 32px;
  /* below is used for truncating in a flexbox */
  min-width: 0;
}

.top .new-jobs-wrap .company-names > div p {
  margin-bottom: 10px;
  line-height: 1.2;
}

.top .new-jobs-wrap .company-names > div p a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.top .new-jobs-info .description.truncated {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 16px;
  line-height: 25px;
}

.top .new-jobs-info .description.truncated a {
  color: #1F51A2;
}

.new-jobs-label,
.benefits-label,
.video-label,
.viewed-job-label,
.rec-label {
  height: 70px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.new-jobs-label .section-label span:first-child,
.video-label .section-label span:first-child {
  font-size: 28px;
  line-height: 1.42857143;
}

/* Make slick slides have the same height */
.top .new-jobs-wrap .slick-track
{
  display: flex !important;
}

.top .new-jobs-wrap .slick-slide
{
  height: auto !important;
}
/* End make slides have the same height */

@media only screen and (max-width: 1450px) {
  .top .new-jobs-wrap .company-names {
    margin: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .top .new-jobs-wrap .company-names {
    margin-top: 20px;
  }

  .top .new-jobs-wrap .company-names > div {
    padding: 20px 15px;
  }

  .top .new-jobs-wrap .company-names .btn-wrap button {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .new-jobs-label .container,
  .benefits-label .container,
  .video-label .container,
  .viewed-job-label .container,
  .rec-label .container {
    margin: 0;
    text-align: left;
  }
  .top .new-jobs-wrap .company-names .btn-wrap a {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 428px) {
  .new-jobs-wrap .slick-c-controls .slick-c-prev,
  .new-jobs-wrap .slick-c-controls .slick-c-next {
    display: none;
  }

  .top .new-jobs-wrap .company-names {
    flex-direction: column;
    margin-top: 10px;
  }

  .top .new-jobs-wrap .company-names > p {
    padding: 0;
  }

  .top .new-jobs-wrap .company-names {
    padding: 20px;
  }

  .top .new-jobs-wrap .company-names .btn-wrap button {
    width: 100%;
    margin-top: 10px;
  }

  .top .new-jobs-slider .inner-wrap {
    width: 260px;
  }

  .top .new-jobs-wrap .company-names > div {
    padding: 0;
    font-size: 14px;
  }

  .top .new-jobs-wrap .company-names .btn-wrap {
    justify-content: center;
    align-items: center;
  }

  .new-jobs-wrap.py-50 {
    padding: 25px 0;
  }
}
/* End top new jobs */





/* Top benefits */
.top .benefits .item-wrap {
  width: 100%;
  height: 100%;
}

.top .benefits .grid-wrap {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
}

.top .benefits .grid-wrap .item-wrap {
  justify-self: center;
}

.top .benefits .grid-wrap .item-wrap img {
  width: 100%;
  height: 100%;
}

.top .benefits .recommend-wrap .wrap {
  display: flex;
  flex-wrap: wrap;
}

.top .benefits .recommend-wrap .recommend-cat {
  padding: 10px 15px 10px 30px;
  background-color: #32befc;
  border-radius: 50px 0 0 50px;
  margin: 5px;
  color: #fff;
}

.top .benefits .outer-recommend-wrap {
  padding: 10px;
  border-radius: 10px;
  background-color: #efefef;
}

.top .benefits .recommend-wrap > div:first-child {
  font-size: 18px;
}

.top .benefits .outer-grid-wrap {
  padding: 0 15px;
}

@media only screen and (max-width: 428px) {
  .top .benefits {
    flex-direction: column;
    margin-right: -15px;
    margin-left: -15px;
  }

  .top .benefits .outer-grid-wrap {
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; 
  }

  .top .benefits .outer-grid-wrap::-webkit-scrollbar { /* WebKit */
    width: 0px;
  }

  .top .benefits .grid-wrap {
    width: 580px;
  }

  .top .benefits .outer-recommend-wrap {
    margin: unset;
    padding: 15px;
    border-radius: unset;
    background-color: unset;
  }

  .top .benefits .recommend-wrap {
    margin: 15px 0;
    padding: 20px 23px;
    border-radius: 10px;
    background-color: #efefef;
    min-height: 400px;
  }

  .top .benefits .recommend-wrap > div:first-child{
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    margin-left: 5px;
  }

  .top .benefits .item-wrap {
    width: 100%;
    height: 100%;
  }

  .top .benefits-wrap {
    padding: 25px 0 0;
  }
}
/* End top benefits */




/* Video */
.top blockquote {
 border: unset;
}

.top .video-wrap .grid-wrap {
  width: 100%;
}

.top .video-wrap .inner-wrap {
  height: 350px;
}

.top .video-wrap .inner-wrap .iframe-wrap {
  margin: 10px 15px;
  overflow: hidden;
  transform: translateZ(0px);
  border: 1px solid #fff;
}

.top .tiktok-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.top .tiktok-wrap .col-wrap {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .top .video-wrap .outer-grid-wrap {
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; 
  }

  .top .video-wrap .outer-grid-wrap::-webkit-scrollbar { /* WebKit */
    width: 0;
  }

  .top .video-wrap .grid-wrap {
    display: inline-grid;
    grid-template-columns: auto auto;
    min-width: 600px;
  }

  .top .video-wrap .inner-wrap .iframe-wrap {
    margin: 10px 5px;
  }

  .top .video-wrap .inner-wrap {
    height: 250px;
  }
  .top .tiktok-wrap {
    grid-template-columns: 1fr;
  }
  .top .tiktok-wrap .col-wrap {
    margin-bottom: 0;
  }
  .top .video-wrap .col-md-12 .wrap {
    position: relative;
    padding-bottom: 0;
  }
  .top .video-wrap .col-md-12 .wrap.tiktok-wrap {
    padding-bottom: 30px;
  }
  .tiktok-wrap .pb-15.text-right.strong.text-blue {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
}

@media only screen and (max-width: 428px) {
  .top .video-wrap {
    padding: 25px 0 0;
  }

  .top .video-wrap .col-md-12 .wrap {
    padding-bottom: 0;
    margin-bottom: 25px;
  }

  .top .video-wrap .col-md-12 .wrap.tiktok-wrap {
    padding-bottom: 30px;
  }

  .top .video-wrap .outer-grid-wrap,
  .top .video-wrap .outer-grid-wrap .pb-15 {
    padding: 0;
  }
}
/* End video */





/* Recruitment/Recommended */
.top .rec-wrap .img-wrap {
  height: 200px;
}

.top .rec-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top .rec-slider .inner-wrap {
  margin: 10px;
  display: flex;
}

.top .rec-slider mark {
  background-color: #e3efff;
  font-size: 14px;
  font-weight: normal;
  word-break: keep-all;
  line-height: 2;
  padding: 0.1em 0.5em;
}

.top .rec-slider .category {
  font-size: 10px;
  flex-wrap: wrap;
  gap: 3px;
}

.salary{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.top .rec-wrap .slick-c-controls .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Make slides same height */
.top .rec-wrap .slick-track
{
    display: flex !important;
}

.top .rec-wrap .slick-slide
{
    height: auto !important;
}
/* End make slides same height */

.top .rec-wrap .slick-c-controls .wrap .slick-arrow {
  color: #4a75bb;
  -webkit-text-stroke: 1px #4a75bb;
  margin: 0;
  position: unset;
  font-weight: 500;
  font-size: 40px;
  padding: 0;
}

.top .rec-wrap .slick-c-controls .wrap .slick-dots {
  position: unset;
}

.top .rec-wrap .slick-c-controls .wrap .slick-dots li button::before {
  line-height: 26px;
  font-size: 13px;
}

.top .rec-slider.slick-dotted {
  margin-bottom: 0;
}

.top .rec-wrap .company-names {
  margin: 0;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.top .rec-wrap .company-names .btn-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.top .rec-wrap .company-names .btn-wrap button {
  width: 250px;
}

.top .rec-wrap .company-names > p {
  padding: 5px;
}

.top .rec-wrap .slick-c-controls {
  display: none;
}

.top .rec-slider {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.top .rec-wrap .rec-slider .description.truncated {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 16px;
}

.top .rec-wrap .rec-slider .description.truncated a {
  color: #1F51A2;
}

.top .rec-slider .inner-wrap .box-shadow-light {
  height: auto !important;
  background-color: #fff;
}

@media only screen and (max-width: 1024px) {
  .top .rec-wrap .img-wrap {
    height: 166px;
  }
}

@media only screen and (max-width: 1000px) {
  .top .rec-slider {
    display: block;
    grid-template-columns: unset;
  }

  .top .rec-wrap .slick-slide {
    width: 250px;
  }

  .top .rec-wrap .img-wrap {
    width: 250px;
  }
}

@media only screen and (max-width: 1024px) {
  .top .rec-wrap {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 428px) {
  .top .rec-wrap .slick-c-controls {
    display: block;
  }

  .top .rec-slider {
    display: block;
    grid-template-columns: unset;
  }

  .top .rec-slider .inner-wrap {
    width: 300px;
  }

  .top .rec-slider .inner-wrap {
    width: 250px;
  }

  .top .rec-wrap {
    padding-bottom: 80px;
  }
}


@media (min-width: 600px) {
  .br-600 {
    display: none;
  }
}
/* End recruitment/recommended */





/* Viewed job */

.top .viewed-job-wrap {
  padding: 25px 0;
}

.top .viewed-job-slides .inner-wrap {
  width: 250px;
  margin: 2px 10px;
}

.top .viewed-job-slides .inner-wrap .description.truncated {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 500;
  color: #1F51A2;
}

.top .viewed-job-slides .inner-wrap .location,
.top .viewed-job-slides .inner-wrap .salary {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
}

.top .viewed-job-slides .inner-wrap .name {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}


/* Make slides same height */
.top .viewed-job-slides .slick-track
{
    display: flex !important;
}

.top .viewed-job-slides .slick-slide
{
    height: auto !important;
}
/* End make slides same height */

@media only screen and (max-width: 428px) {
  .top .viewed-job-slides .inner-wrap .description.truncated {
    font-size: 16px;
    font-weight: 500;
    color: #1F51A2;
  }

  .top .viewed-job-slides .inner-wrap .name {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    padding: 5px 0;
  }

  .top .viewed-job-slides .inner-wrap .location,
  .top .viewed-job-slides .inner-wrap .salary {
    font-size: 12px;
    font-weight: normal;
    color: #666666;
  }

  .top .viewed-job-slides .inner-wrap {
    width: 160px;
    height: 120px;
    margin: 2px 5px;
  }

  .top .viewed-job-slides .inner-wrap .viewed-job-info {
    padding: 12px;
  }
}
/* End viewed job */




/* Column content */
.top .section-title {
  border-left: 5px solid #1f51a2;
  margin: 50px 0 30px;
  padding: 0 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.column-wrap .img-wrap img {
  width: 100%;
}

.top .column-slides .inner-wrap {
  width: 250px;
  margin: 10px;
}

.top .column-wrap .column-slides .column-title {
  padding: 6px 8px 0 8px;
}

.top .column-wrap .column-slides .column-title.truncated {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  line-height: 1;
}

.top .column-wrap .column-title {
  min-height: 40px;
}

.top .column-wrap {
  padding-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .section-label {
    line-height: 1;
    margin-top: 4px;
  }
}

@media only screen and (max-width: 500px) {
  .new-jobs-label,
  .benefits-label,
  .video-label,
  .viewed-job-label,
  .rec-label {
    height: 50px;
  }
  .new-jobs-label .section-label,
  .benefits-label .section-label,
  .video-label .section-label,
  .viewed-job-label .section-label,
  .rec-label .section-label {
    font-size: 18px;
    font-weight: 500;
  }
  .top .section-title,
  .benefits-label .section-label,
  .new-jobs-label .section-label span:first-child,
  .video-label .section-label span:first-child {
    font-size: 18px;
  }

  .new-jobs-label .text-light-yellow,
  .video-label .text-light-yellow,
  .rec-label .text-light-yellow {
    font-size: 18px;
    font-weight: 500;
  }
  .top .section-title {
      line-height: 27px;
  }
}

/* Make slides same height */
.top .column-slides .slick-track
{
    display: flex !important;
}

.top .column-slides .slick-slide
{
    height: 100% !important;
}
/* End make slides same height */

@media only screen and (max-width: 428px) {
  .top .column-slides .inner-wrap {
    width: 160px;
    margin: 0 5px;
  }

  .top .column-wrap .column-slides .column-title.truncated {
    font-size: 12px;
  }
}
/* End column content */





/* Social media */
.top .social-media-wrap .inner-wrap .item:nth-child(1) {
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 35px 15px;
}

.top .social-media-wrap .inner-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
}

.top .social-media-wrap .inner-wrap .item {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.top .social-media-wrap .item:nth-child(2) .wrap:nth-child(2) {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.top .social-media-wrap .sns-wrap .sns-links {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;  
  gap: 20px 17px;
  margin-bottom: 48px;
}

.top .social-media-wrap .sns-wrap .sns-links div {
  width: calc(100% / 3 - 12px);
}

.top .social-media-wrap .sns-wrap .other-links {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.top .social-media-wrap .sns-wrap .sns-links div > a{
  display: block;
  background: #fff;
  border-radius: 4px;
  padding: 30px;
  box-shadow: 0 3px 6px #1F51A226;
}

.sns-links div:nth-child(3) > a,
.sns-links div:nth-child(6) > a{
  padding: 0!important;
}

@media only screen and (max-width: 1200px) {
  .top .social-media-wrap .sns-wrap .sns-links div > a{
    padding: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .top .social-media-wrap .sns-wrap .sns-links div > a{
    padding: 30px;
  }
}

.top .social-media-wrap .sns-wrap .other-links:first-child {
  background: #2196f3;
  padding: 15px 15px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
}

.top .social-media-wrap .sns-wrap .sns-links img,
.top .social-media-wrap .sns-wrap .other-links img {
  width: 100%;
  height: 100%;
}

.top .social-media-wrap .ads-wrap .ads-links {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}

.top .social-media-wrap .ads-wrap .ads-links div {
  justify-self: center
}

.top .social-media-wrap .ads-wrap .other-media {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (max-width: 1000px) {
  .top .social-media-wrap .inner-wrap {
    flex-direction: column;
    align-items: center;
  }

  .top .social-media-wrap .inner-wrap .item:nth-child(1) {
    margin: 0;
  }

  .top .social-media-wrap .inner-wrap .item {
    padding: 0;
    width: 100%;
      max-width: 500px;
  }

  .top .social-media-wrap .inner-wrap .item.ads-wrap {
    padding: 5px;
  }
}

@media only screen and (max-width: 428px) {
  .top .social-media-wrap .inner-wrap .item {
    width: 100%;
  }

  .viewed-job-label .section-label,
  .column-wrap .section-title,
  .social-media-wrap .section-title {
    font-size: 18px;
  }

  .top .section-title {
    margin: 0 0 15px;
    line-height: 28px;
  }

  .top .column-wrap {
    padding-bottom: 25px;
  }

  .top .social-media-wrap,
  .top .column-wrap {
    padding-top: 25px;
  }
}
/* End social media */





/* General */
.top {
  margin-top: 83px;
}

.top .rec-wrap .heart,
.top .new-jobs-wrap .heart  {
  bottom: 5px;
  right: 5px;
  background-color: #fff;
  font-size: 27px;
  padding: 0px 5px 0px 5px;
  border-radius: 50px;
  border: 1px solid #fff;
}

.top .viewed-job-slides .slick-track,
.top .column-slides .slick-track {
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 7px;
}

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

.top .rec-wrap .heart .keep_on .fa-heart:before,
.top .new-jobs-wrap .heart .keep_on .fa-heart:before {
  color: #ff817a;
}

.top a:hover,
.top a:focus,
.top-modal a:hover,
.top-modal a:focus,
.nav-modal a:hover,
.nav-modal a:focus  {
  text-decoration: none;
  color: #8c8c8c;
}

.selected-marker,
.selected-region {
  padding: 5px 8px;
}

.top button:hover {
  opacity: .8;
}

.top-modal button:hover {
  opacity: .8;
}

#main-search .sp-wrap {
  display: block;
}

.top a:hover,
.top a:focus,
.top-modal a:hover,
.top-modal a:focus,
.nav-modal a:hover,
.nav-modal a:focus,
.top select:focus-visible {
  outline: 0;
}

#main-search .truncated {
  width: 90%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}

.top .search-form-wrap .container .col-md-12 {
  padding-right: 0;
  padding-left: 0;
}


@media only screen and (min-width: 800px)  {
  .top-slider .slick-slide {
    width: 800px;
  }
}

@media only screen and (min-width: 1000px)  {
  .top-slider .slick-slide {
    width: 1000px;
  }
}

@media only screen and (min-width: 1200px)  {
  .top-slider .slick-slide {
    width: 1200px;
    box-sizing: border-box;
  }

  .top .container {
    max-width: 1200px;
    width: 100%;
  }

  .top .container .col-md-12 {
    padding-right: 0;
    padding-left: 0;
  }

  .top .container .row {
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 428px) {
  .top .sp-wrap .modal-dialog,
  .top .sp-wrap .modal-content {
    height: 100%;
  }

  .top .search-form-wrap .search-form .outer-wrap .row {
    margin: 0;
  }

  .top .search-form-wrap .search-form .search-col-1 .inner-wrap-1,
  .top .search-form-wrap .search-form .search-col-1 .inner-wrap-2 {
    padding: 0;
  }
}
/* End general */






/* Utilities */
.box-shadow-blue-s {
  box-shadow: 0 3px 6px rgb(31 81 162 / 0.15);
}

.box-shadow-blue {
  box-shadow: 0 5px 50px rgb(31 81 162 / 0.4);
}



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




.text-light-yellow {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.42857143;
}

.text-transparent-gray {
  color: #9B9B9B;
}


.text-light-gray {
  color: #474747;
}








.py-5 label{
  font-weight: 500;
}


.py-50 {
  padding: 50px 0;
}







.pb-50 {
  padding-bottom: 50px;
}







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

  .top .benefits .outer-recommend-wrap{
    margin: 30px 15px 0;
  }

  .video-wrap .font-s-big {
    padding-left: 5px;
  }
}

@media only screen and (max-width: 428px) {
  .video-wrap .font-s-big {
    font-size: 16px;
  }
  .video-wrap .font-s-semi-big {
    font-size: 16px;
  }
  .video-wrap .font-s-mediumish {
    font-size: 14px;
  }
}


/* End utilities */





/* Require log in modal */
.modal-require-login .modal-content {
  position: absolute;
  z-index: 1043;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 100%;
  max-width: 700px;
  border-radius: 10px;
  padding: 15px;
}

.modal-require-login .modal-footer-txt {
  font-size: 12px;
}

.modal-require-login .modal-footer-ttl {
  font-size: 16px;
}

.modal-require-login .modal-footer-ttl,
.modal-require-login .modal-footer-txt {
  font-weight: 500;
}

.modal-require-login .modal-header-close {
  max-width: 25px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  cursor: pointer;
}

.modal-require-login .modal-header {
  font-size: 25px;
  text-align: center;
  color: #000;
  padding: 35px 0 15px;
  position: relative;
}

.modal-require-login .modal-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1042;
}
/* End require log in modal */




/* Floating links */
.floating-links-container {
  width: 130px;
  bottom: 45px;
  right: 16px;
  z-index: 1000;
}

.floating-links > div {
  margin-bottom: 10px;
}

.floating-links a {
  color: #fff;
}

.floating-links a:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .top {
    margin-top: 64px;
  }
  .floating-links-container {
    width: 100%;
    bottom: 5px;
    right: 0;
    background: rgb(255 255 255 / 40%);
    padding: 10px;
  }

  .floating-links {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 10px;
  }

  .floating-links > div {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }

  .floating-links > div:first-child a div {
    flex-direction: row;
    display: flex;
    align-items: center;
  }

  .floating-links > div:first-child a div div:nth-child(2) {
    margin-left: 5px;
  }
}

@media (max-width: 375px) {
  .floating-links {
    gap: 1px;
  }
}

@media (max-width: 320px) {
  .floating-links-container {
    bottom: 40px;
  }

  .floating-links {
    gap: 10px;
  }
}
/* End floating links */




/* Main slider spinner */
.loading-slider .spinner-border {
  display: flex;
  min-height: 455px;
  justify-content: center;
  align-items: center;
}

.loading-slider .spinner-border .spinner-wrap {
  font-size: 100px;
  color: #1f51a2;
}

.loading-slider .spinner-border .fa-spin {
  animation-duration: 1.5s;
}

.top-slider-wrap.hide_in_search_area,
.loading-slider.hide_in_search_area {
  display: none;
}

.loading-slider .spinner-border.small {
  min-height: 200px;
}

.loading-slider .spinner-border.small .spinner-wrap {
  font-size: 50px;
  color: #1f51a2;
}
/* End main slider spinner */




@media only screen and (max-width: 1000px) {
  .top .search-form {
    padding: 50px 20px;
  }

  button.slick-c-prev,button.slick-c-next {
    border: none;
    margin-top: .5em;
    background: none;
  }

  .top .new-jobs-wrap .slick-c-controls .wrap {
    color: #4a75bb;
    -webkit-text-stroke: 1px #4a75bb;
    margin: 0;
    position: unset;
    font-weight: 500;
    font-size: 30px;
    padding: 0;
  }
  .top .new-jobs-wrap .slick-c-controls .wrap .slick-dots {
    line-height: 30px;
  }

  .top-slider-wrap .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
   .top .search-form .inner:first-child {
    margin-bottom: 30px;
   }

  .top .logged-in .search-form .outer-wrap .inner > div {
    flex-wrap: wrap;
  }
  .top .logged-in .search-form .outer-wrap .inner > div > div.text-blue {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .top .new-jobs-wrap .company-names {
    flex-wrap: wrap;
  }
  .top .new-jobs-wrap .company-names .w-100 {
    width: 50%;
  }

  .top .new-jobs-wrap .company-names .w-100.btn-wrap {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .top .new-jobs-wrap .company-names .btn-wrap button{
    width: 290px;
  }
}

@media only screen and (max-width: 428px) {
  .top .search-form {
    padding: 10px 20px;
  }

  .top .search-form .inner:first-child {
    margin-bottom: 10px;
  }

  .top .new-jobs-wrap .company-names .w-100 {
    padding: 0;
    width: 100%;
  }

  .top .search-form .search-col-2.col-md-4 {
    padding: 0;
    margin: 0;
  }

  .top-slider-wrap .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }

  .top .new-jobs-wrap .company-names .btn-wrap button {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }

  .search-col-1 .inner:nth-child(1) .inner-wrap-2{
    gap: inherit;
  }

  .top .sp-wrap .modal-dialog,
  .top .sp-wrap .modal-content {
    height: 100%;
  }

  .top .search-form-wrap .search-form .outer-wrap .row {
    margin: 0;
  }

  .top .search-form-wrap .search-form .search-col-1 .inner-wrap-1,
  .top .search-form-wrap .search-form .search-col-1 .inner-wrap-2 {
    padding: 0;
    justify-content: space-between;
  }

  .next-form-modal {
    font-size: 12px;
  }
}

@media only screen and (max-width: 375px) {
  .top .search-form {
    padding: 10px 10px;
  }
}

b, strong{
  font-weight: 500;
}

/* Zoom in/out effect for modals */
.modal.fade .modal-dialog {
  transform: scale(.5);
}

.modal.fade.in .modal-dialog {
  transform: scale(1);
  opacity: 1;
  display: grid;
  place-items: center;
  height: 100%;
  margin: 0 auto;
}
/* End zoom in/out effect for modals */

header#masthead {
    margin-top: 0;
}


#page-top {
  position: fixed;
  z-index: 2000;
  right: 15px;
  bottom: 17px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}

#page-top i {
  width: 30px;
  height: 30px;
  opacity: .5;
  border-radius: 4px;
  background: #2196f3;
  line-height: 30px;
  -webkit-transition: opacity .15s linear 0s;
  transition: opacity .15s linear 0s;
  vertical-align: top;
}

#page-top i:hover {
  opacity: 1;
}

/* 気になる */
.keep_btn {
  border-radius: 6px;
  width: 130px;
  background: transparent;
  position: relative;
}

.fukidashi_on,
.fukidashi_out {
    display: block;
    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;
}

.fukidashi_out button {
    margin: 0 5px;
    background: #000;
    border: none;
    color: #fff;
    padding: 5px 10px;
}

.keep_btn {
  border-radius: 6px;
  width: 110px;
  background: transparent;
  position: relative;
  line-height: 1.5em;
}

.fukidashi_on,
.fukidashi_out {
    display: none;
    position: absolute;
    z-index: 100;
}

.close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 15px;
  top: 10px;
  background: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
}

a img:active, a img:hover {
  opacity: 0.7;
}

a:active, a:hover {
  opacity: 0.7;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 6px;
  border: medium none;
  border-radius: 4px;
  background-image: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  cursor: pointer;
  -moz-user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.search-row .container {
  padding: 0;
  max-width: 1140px;
}

.other-links.app_store_links {
    padding: 10px 0 !important;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.other-links .img-responsive {
    width: 100% !important;
    height: auto !important;
    display: block;
}

.store_btn_flex {
    border: 5px solid #fff001;
    margin: 0;
    width: 100%;
    padding: 10px 5px;
    background: #fff;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
}

.store_btn_flex a {
    display: block;
    text-align: center;
    cursor: pointer;
}

.store_btn_flex a img {
    width: auto !important;
    height: 45px !important;
    display: block;
}

@media screen and (max-width: 767px) {
  #apply_form.apply_web .top_wrap small,
  .small {
    font-size: 10px;
  }
  .fukidashi_on, .fukidashi_out {
    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%);
    z-index: 100;
  }
  .fukidashi_on, .fukidashi_out {
    display: none;
    position: absolute;
  }
}

