@charset "UTF-8";

/*-------------------------------
中ページ用のスタイル
-------------------------------*/
/*--- ページヘッダー ---*/
/*.o-job_single h1, .o-info_single h1 {
  background-color: var(--color-main4-2);
  color: var(--color-White);
  font-size: 20px;
  font-weight: bold;
  padding: 12px 10px;
  margin: 1rem 0;
  width: 100%;
}
@media (min-width: 40em) {
  .o-job_single h1, .o-info_single h1 {
    font-size: 20px;
    padding: 18px 16px;
    margin: 1rem 0;
  }
}*/
.o-job_single h1, .o-info_single h1 {
  margin-bottom: 1rem;
  padding: 0.75rem 2.0rem 0.75rem;
  border-left: 5px solid #00327D;
  background-color: #F9F8F8;
  text-align: left;
  color:#00327D;

  font-size: 3.6rem;
  font-weight: bold;
  line-height:1.875;
  letter-spacing: 0em;
}
@media (min-width: 40em) {
  .o-job_single h1, .o-info_single h1 {
    margin-bottom: 16px;
    padding: 12px 16px;
    border-left: 5px solid #00327D;
    background-color: #F9F8F8;
    text-align: left;
    color:#00327D;
    
    font-size: 22px;
    font-weight: bold;
    line-height:1.875;
    letter-spacing: 0em;
  }
}

.o-job_single h2, .o-info_single h2 {
  font-size: 3.4rem;
  font-weight: bold;
  padding: 1.4rem 2.6rem;
  margin: 1rem 0;
  width: 100%;
  border-bottom: 1px solid #F9F8F8;
  position: relative;
  color:#00327D;
}
.o-job_single h2::after, .o-info_single h2::after {
  content: "";
  width: 15.0rem;
  height: 2px;
  border-bottom: 2px solid #00327D;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 40em) {
  .o-job_single h2, .o-info_single h2 {
    font-size: 22px;
    font-weight: bold;
    padding: 10px 27px;
    margin: 16px 0;
    width: 100%;
    border-bottom: 1px solid #F9F8F8;
    position: relative;
    color:#00327D;
  }
  .o-job_single h2::after, .o-info_single h2::after {
    content: "";
    width: 150px;
    height: 2px;
    border-bottom: 2px solid #00327D;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.o-job_single h3, .o-info_single h3 {
  background-color: #F9F8F8;
  color: #00327D;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 1.2rem 2.6rem;
  margin: 1rem 0;
  width: 100%;
}
@media (min-width: 40em) {
  .o-job_single h3, .o-info_single h3 {
    background-color: #F9F8F8;
    color: #00327D;
    font-size: 20px;
    font-weight: bold;
    padding: 9px 27px;
    margin: 16px 0;
    width: 100%;
  }
}

.o-job_single h4, .o-info_single h4 {
  background-color: #F9F8F8;
  color: #222222;
  font-size: 3.0rem;
  font-weight: bold;
  padding: 1.2rem 2.6rem;
  margin: 1rem 0;
  width: 100%;
}
@media (min-width: 40em) {
  .o-job_single h4, .o-info_single h4 {
    background-color: #F9F8F8;
    color: #222222;
    font-weight: bold;
    padding: 9px 27px;
    margin: 16px 0;
    width: 100%;
    font-size: 20px;
  }
}

.o-job_single h5,
.o-info_single h5 {
  padding: 1.2rem 2.0rem 1.2rem 2.6rem;
  color: #00327D;
  width: 100%;
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
}
.o-job_single h5::after,
.o-info_single h5::after {
  content: "";
  width: 2.0rem;
  height: 0.4rem;
  background-color: #00327D;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (min-width: 40em) {
  .o-job_single h5,
  .o-info_single h5 {
    padding: 10px 10px 10px 27px;
    color: #00327D;
    width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: bold;
  }
  .o-job_single h5::after,
  .o-info_single h5::after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #00327D;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}


.o-job_single h6,
.o-info_single h6 {
  padding: 1.2rem 2.0rem 1.2rem 2.6rem;
  color: #222222;
  width: 100%;
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
}
.o-job_single h6::after,
.o-info_single h6::after {
  content: "";
  width: 2.0rem;
  height: 0.4rem;
  background-color: #222222;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (min-width: 40em) {
  .o-job_single h6,
  .o-info_single h6 {
    padding: 10px 10px 10px 27px;
    color: #222222;
    width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: bold;
  }
  .o-job_single h6::after,
  .o-info_single h6::after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #222222;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

.o-job_single ul, .o-info_single ul,
.o-job_single ol, .o-info_single ol {
  padding-left: 1em;
}
.o-job_single ul li, .o-info_single ul li {
  list-style-type: disc;
}
.o-info_single li {
  list-style-type: decimal;
}
.o-job_single ul.o-job--point__list {
  padding: 2.0rem 1.8rem;
}
.o-job_single ul.o-job--point__list li {
  padding:1.0rem 0 0;
  list-style-type: none;
  color:#231815;
  
  font-size:2.6rem;
  font-weight:400;
  line-height:1.6875;
  letter-spacing: 0em;
}
.o-job_single ul.o-job--point__list li:first-of-type {
  padding:0 0 0;
}
@media (min-width: 40em) {
  .o-job_single ul.o-job--point__list {
    padding: 13px 14px 10px 20px;
  }
  .o-job_single ul.o-job--point__list li {
    padding:10px 0 0;
    list-style-type: none;
    color:#231815;
    
    font-size:16px;
    font-weight:400;
    line-height:1.6875;
    letter-spacing: 0em;
  }
  .o-job_single ul.o-job--point__list li:first-of-type {
    padding:0 0 0;
  }
}

/* 求人一覧 */
.o-title-area {
  width: 100%;
  border-bottom: 1px solid var(--color-border);
}
#jobs .o-title-area {
  
}
#infos .o-title-area {
  
}
.o-title {
  padding:2.0rem 0;
  font-size: 3.0rem;
  font-weight: bold;
  position: relative;
}
#outline .o-title {
  padding:2.0rem 0;
  font-size: 3.6rem;
  font-weight: bold;
  position: relative;
}
#privacy .o-title {
  padding:2.0rem 0;
  font-size: 3.6rem;
  font-weight: bold;
  position: relative;
}
#question .o-title {
  padding:2.0rem 0;
  font-size: 3.6rem;
  font-weight: bold;
  position: relative;
}
#contact .o-title {
  padding:2.0rem 0;
  font-size: 3.6rem;
  font-weight: bold;
  position: relative;
}
#entry .o-title {
  padding:2.0rem 0;
  font-size: 3.6rem;
  font-weight: bold;
  position: relative;
}
.o-title::after {
  content: "";
  width: 50px;
  height: 100%;
  border-bottom: 2px solid #00327d;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media (min-width: 40em) {
  .o-title {
    font-size: 30px;
    padding: 18px 0;
  }
  #outline .o-title {
    font-size: 26px;
    padding: 18px 0;
  }
  #privacy .o-title {
    font-size: 26px;
    padding: 18px 0;
  }
  #question .o-title {
    font-size: 26px;
    padding: 18px 0;
  }
  #contact .o-title {
    font-size: 26px;
    padding: 18px 0;
  }
  #entry .o-title {
    font-size: 26px;
    padding: 18px 0;
  }
  .o-title::after {
    width: 100px;
  }
}

.o-recruitment-lists {
  padding-right: 0;
}
.o-recruitment-lists-table {
  width:100%;
  display:block;
  margin-bottom:0;
}
.o-recruitment-lists-table > div{
  display:block;
  vertical-align: middle;
}
.o-recruitment-number.p-job-header-pagenation{
  padding-right:0;
}
@media (min-width: 40em) {
  .o-recruitment-lists {
    padding-right: 32px;
  }
  .o-recruitment-lists-table {
    width:100%;
    display:block;
    margin-bottom:20px;
  }
  .o-recruitment-lists-table > div{
    display:inline-block;
    vertical-align: middle;
  }
  .o-recruitment-number{
    text-align: left;
  }
  .o-recruitment-number.p-job-header-pagenation{
    padding-top:10px;
    padding-bottom:10px;
    padding-right:90px;
  }
  .o-recruitment-pagination{
    text-align: right;
  }
  .o-recruitment-pagination.p-job-header-pagenation{
    padding-top:10px;
    padding-bottom:10px;
  }
}
.o-sort__text {
  line-height: 1em;
  font-size: 2.6rem;
  width: 100%;
}
@media (min-width: 40em) {
  .o-sort__text {
    font-size: 15px;
    margin: 6px 12px;
    padding: 4px 0 0 0;
    width: auto;
  }
}
a.o-sort-button {
  margin: 2.0rem 1.0rem 1.0rem 0;
  font-size: 2.6rem;
  padding: 1.0rem 1.5rem;
  border: none;
  border: 1px solid #eeefef;
  background-color: var(--color-White);
  color: #f6ab00;
  cursor: pointer;
  line-height: 1.75;
  display: block;
}
.select.o-sort-button {
  margin: 2.0rem 1.0rem 1.0rem 0;
  padding: 1.0rem 1.5rem;
  background-color: #f6ab00;
  border: 2px solid #f6ab00;
  color: var(--color-White);
}
@media (min-width: 40em) {
  a.o-sort-button {
    margin: 6px 3px;
    font-size: 14px;
    padding: 3px 5px;
    line-height: 1em;
  }
  .select.o-sort-button {
    margin: 6px 3px;
    padding: 3px 5px;
    background-color: #f6ab00;
    border: 2px solid #f6ab00;
    color: var(--color-White);
  }
}
.o-sort__boder-r {
  position: relative;
}
.o-sort__boder-r::after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: var(--color-border);
  position: absolute;
  top: 50%;
  right: -1.5vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display:none;
}
.select.o-sort__boder-r::after {
  right: -0.75vw;
}
@media (min-width: 40em) {
  .o-sort__boder-r::after {
    height: 16px;
    right: -12px;
  }
  .select.o-sort__boder-r::after {
    right: -6px;
  }
}
.sort-list{
  margin-bottom:0 !important;
}
.sort-list select{
  display:block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;

  margin-right:0;
  margin-bottom:2.0rem;
  vertical-align: top;
  width: 27.0rem;
  height: 5.5rem;
  border: 1px solid #eeefef;
  border-radius:0.6rem;
  background: url("../img/top/block01-icon02_pc.png") right 2.0rem top 1.8rem no-repeat #FFFFFF;
  background-size: 2.0rem auto;
  min-height: 1.8rem;
  padding: 0.5rem 6.0rem 0.5rem 2.5rem;
  cursor: pointer;
  position: relative;
  font-family: 'Noto Sans JP', 'Noto Sans', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', sans-serif;
  outline: transparent;
  color:#333333;

  font-size: 2.6rem;
  font-weight:400;
  line-height:1.75;
  letter-spacing: 0.01em;
}
/* 求人一覧アイテム */
.o-recruitment__item {
  padding: 0 0;
  border: 1px solid #dbdbdb;
  margin-top:4.0rem;
}
.o-recruitment__item-header {
  padding:2.0rem 2.0rem;
  background:#e8f3f9;
}
.o-recruitment__item-body{
  padding:2.0rem 2.0rem 4.8rem;
}
.o-recruitment__item-table{
  /*border-top:1px solid #dadada;*/
}
.o-job-description--bg{
  display:block !important;
}
@media (min-width: 40em) {
  .sort-list{
    margin-bottom:0 !important;
  }
  .sort-list select{
    display:inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    
    margin-right:25px;
    margin-bottom:0;
    vertical-align: top;
    width: 180px;
    height: 47px;
    border: 1px solid #eeefef;
    border-radius:3px;
    background: url("../img/top/block01-icon02_pc.png") right 15px top 18px no-repeat #FFFFFF;
    background-size: 15px auto;
    min-height: 13px;
    padding: 5px 35px 5px 20px;
    cursor: pointer;
    position: relative;
    font-family: 'Noto Sans JP', 'Noto Sans', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', sans-serif;
    outline: transparent;
    color:#333333;
    
    font-size: 16px;
    font-weight:400;
    line-height:1.75;
    letter-spacing: 0.01em;
  }
  .o-recruitment__item {
    padding: 0 0;
    border: 1px solid #dbdbdb;
    margin-top:0;
  }
  .o-recruitment__item-header {
    padding:20px 30px;
    background:#e8f3f9;
  }
  .o-recruitment__item-body{
    padding:25px 30px 30px;
  }
  .o-recruitment__item-table{
    /*border-top:1px solid #dadada;*/
  }
  .o-job-description--bg{
    display:block !important;
  }
}
.o-item__padding {
  padding: 0 0;
}
@media (min-width: 40em) {
  .o-item__padding {
    padding: 0 0;
  }
}
.o-item_boder-b {
  border-bottom: 1px solid var(--color-border);
}
.o-recruitment__item-table > div:last-of-type > div:first-of-type{
  border-top: 1px solid var(--color-border);
}
.o-item__icon {
  font-size: 2.6rem;
  font-weight: bold;
  color: #00327d;
  width: 20.0rem;
  padding:1.5rem 1.2rem;
  background:#f9f8f8;
}
.o-item__icon i {
  font-size: 2.6rem;
  margin-right: 1.25rem;
  width:2.6rem;
  color: #00327d;
}
@media (min-width: 40em) {
  .o-item__icon {
    font-size: 14px;
    font-weight: bold;
    color: #00327d;
    width: 150px;
    padding:14px 12px;
    background:#f9f8f8;
  }
  .o-item__icon i {
    width:12px;
    text-align: center;
    font-size: 16px;
    margin-right: 0.75rem;
    width:auto;
    color: #00327d;
  }
}
.o-item__detail {
  font-size: 2.6rem;
  padding:0 0 1.5rem;
}
.o-recruitment__item-table .o-item__detail {
  font-size: 2.6rem;
  padding:1.5rem 2.5rem;
}
@media (min-width: 40em) {
  .o-item__detail {
    font-size: 15px;
    padding:0 0 14px;
  }
  .o-recruitment__item-table .o-item__detail {
    font-size: 15px;
    padding:14px 25px;
  }
}
.o-job-description--bg {
  background-color: #f9f8f8;
  padding: 2.5rem 3.0rem;
  margin-top: 3.5rem;
}
@media (min-width: 40em) {
  .o-job-description--bg {
    background-color: #f9f8f8;
    padding: 18px 21px;
    margin-top: 21px;
  }
}
.o-item__type {
  font-size: 2.6rem;
  color: #FFFFFF;
  background-color: #2BA0D5;
  border-radius: 0.8rem;
  margin-right: 0.5rem;
  padding: 0 2.4rem;
}
.o-item__recommend {
  font-size: 2.4rem;
  color: #00327d;
  border-radius: 0.8rem;
  padding: 0 2.4rem;
}
.o-item__recommend span{
  font-size: 2.4rem;
  color: #00327d;
}
.o-item__date {
  margin-left:auto;
  font-size:2.6rem;
  display:none;
}
@media (min-width: 40em) {
  .o-item__type {
    font-size: 14px;
    color: #FFFFFF;
    background-color: #2BA0D5;
    border-radius: 4px;
    margin-right: 8px;
    padding: 0 12px;
  }
  .o-item__recommend {
    font-size: 14px;
    color: #00327d;
    border-radius: 4px;
    padding: 0 12px;
  }
  .o-item__recommend span{
    font-size: 14px;
    color: #00327d;
  }
  .o-item__date {
    margin-left:auto;
    font-size:16px;
    display:none;
  }
}
.o-item__title {
  font-size: 3.6rem;
  line-height: 1.38;
  font-weight: bold;
  padding: 1.5rem 0;
  width: 100%;
}
@media (min-width: 40em) {
  .o-item__title {
    font-size: 18px;
    line-height: 1.38;
    font-weight: bold;
    padding: 13px 0 0;
    width: 100%;
  }
}
.o-item__img {
  padding: 1rem 0 3.0rem;
  max-height: 100%;
}
@media (min-width: 40em) {
  .o-item__img {
    padding: 0 0 0 30px;
    max-height: 100%;
  }
}
.o-item__icon--job {
  position: relative;
  top:0;
}
@media (min-width: 40em) {
  .o-item__icon--job {
    position: static;
    width: 95px;
  }
}
.o-job-fukidashi--sp {
  position: static;
  top: 0;
  left: 0;
  margin-bottom:0.5rem;
}
.o-job-description--icon {
  display: block;
  width: 70px;
  font-size: 14px;
  padding: 3px 0;
  line-height: 1.5em;
  background-color: #00327d;
  color: var(--color-White);
  position: relative;
  text-align: center;
}
.o-job-description--icon::after {
  content: "";
  width: 1px;
  height: 1px;
  border-top: 10px solid #f6ab00;
  border-right: 4px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  
  display:none;
}
@media (min-width: 40em) {
  .o-job-fukidashi--sp {
    position: relative;
    top: 0;
  }
  .o-job-description--icon {
    display: block;
    width: 82px;
    padding: 3px 10px;
    font-size: 15px;
    text-align: left;
    line-height: 2em;
  }
  .o-job-description--icon::after {
    content: "";
    width: 1px;
    height: 1px;
    border-top: 4px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 10px solid #f6ab00;
    position: absolute;
    top: 50%;
    right: -18px;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    
    display:none;
  }
}
.o-tags {
  margin-top: 2.8rem;
}
.o-tag {
  font-size: 2.6rem;
  line-height: 1.2;
  color: #00327d;
  border: 1px solid #00327d;
  border-radius: 1.0rem;
  padding: 0.6rem 1.5rem;
  margin-right: 1.0rem;
  margin-bottom: 1.0rem;
  background-color: #FFFFFF;
}
.o-item__btn {
  text-align: center;
  margin-top: 4.0rem;
}
@media (min-width: 40em) {
  .o-tags {
    margin-top: 32px;
  }
  .o-tag {
    font-size: 13px;
    line-height: 1em;
    color: #00327d;
    border: 1px solid #00327d;
    border-radius: 5px;
    padding: 6px 10px;
    margin-right: 5px;
    margin-bottom: 3px;
    background-color: #FFFFFF;
  }
  .o-item__btn {
    text-align: center;
    margin-top: 38px;
  }
}
@media (min-width: 40em) {
  .o-conditions-scroll {
    position: sticky;
    top: 135px;
    width: 220px;
  }
}
.o-search-conditions {
  background-color: #f9f8f8;
  padding: 2.0rem 2.0rem;
}
.o-search-cap {
  font-size: 15px;
  font-weight: bold;
  background-color: #00327d;
  color: var(--color-White);
  text-align: left;
  border-radius: 4px 4px 0 0;
  padding: 5px 0 5px 10px;
}
.o-search-details {
  background-color: transparent;
  overflow-y: auto;
}
@media (min-width: 40em) {
  .o-search-conditions {
    background-color: #f9f8f8;
    padding: 13px 12px;
  }
  .o-search-cap {
    font-size: 1rem;
    border-radius: 8px 8px 0 0;
    padding: 8px 0;
    text-align: center;
  }
  .o-search-details {
    background-color: var(--color-White);
    overflow-y: auto;
    max-height: calc(95vh - 300px);
  }
  .o-search-details.o-search-cat {
    background-color: var(--color-White);
    overflow-y: auto;
    max-height: none;
  }
}
.o-search-cat i {
  color: #00327d;
  font-size: 15px;
}
.o-search-detail {
  font-size: 12px;
  padding: 10px 7px;
  border-top: 1px solid var(--color-border);
}
.o-search-detail:first-of-type{
  border-top: none;
}
.o-search-detail span {
  line-height: 1.2em;
  padding: 4px;
}
.o-search-detail__tag {
  background-color: #FFFFFF;
  border-radius: 4px;
  border:1px solid #00327d;
  color:#00327d;
}
.o-search-term__tag {
  background-color: var(--color-White);
  border-radius: 0.8rem;
  font-size: 2.6rem;
  padding: 0.2rem 2.0rem;
  margin: 0.6rem 0.6rem 0.6rem 0;
  display: inline-block;
  border:1px solid #00327d;
}
@media (min-width: 40em) {
  .o-search-term__tag {
    background-color: var(--color-White);
    border-radius: 4px;
    font-size: 13px;
    padding: 0 5px;
    margin: 3px 3px 3px 0;
    display: inline-block;
  }
}
.o-cange-btn--terms, .o-cange-btn--view {
  width: 100%;
  padding: 6px 5px;
  text-align: center;
  background-color: #f6ab00;
  color: #00327d;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  border: 1px solid #f6ab00;
  line-height: 2em;
}
.o-cange-btn--terms {
  background-color: #e8f3f9;
  border: 1px solid #e8f3f9;
}
.o-cange-btn--view {
  border: 1px solid #FFFFFF;
  color: #00327d;
}
@media (max-width: 39.9999999em) {
  .o-cange-btn--terms {
    width: auto;
    padding: 1.2rem 4.0rem;
    margin: 0 auto;
    font-size: 2.6rem;
  }
}
.o-cange-btn--view {
  background-color: var(--color-White);
  color: #00327d;
}
.o-cange-btn--terms i {
  font-size: 2.6rem;
  margin-right: 4px;
  color:#00327d;
}
.o-cange-btn--view i {
  font-size: 14px;
  margin-right: 4px;
  color: #00327d;
}
@media (min-width: 40em) {
  .o-cange-btn--terms i {
    font-size: 14px;
    margin-right: 4px;
    color:#00327d;
  }
  .o-cange-btn--view i {
    font-size: 14px;
    margin-right: 4px;
    color:#00327d;
  }
}
.o-jobs-title{
  align-items: center;
  margin-bottom:20px;
}
.o-recruitment-number {
  width:100%;
  font-size: 2.6rem;
  margin-top: 20px;
  line-height: 1;
  display:table;
}
.o-recruitment-number > div {
  display:table-cell;
  vertical-align: middle;
}
.o-recruitment-number > div:first-of-type {
  text-align: left;
}
.o-recruitment-number > div:last-of-type {
  text-align: left;
  font-size: 3.0rem;
}
.o-recruitment-number span.color01{
  font-size: 3.6rem;
  margin-top: 20px;
  margin-right: 3.0rem;
  line-height: 1;
}
.o-recruitment-number span.color02{
  font-size: 4.7rem;
  color:#00327d;
  line-height: 1;
  padding-right: 1.0rem;
}
.o-recruitment-pagination {
  font-size: 15px;
  margin-top: 20px;
  margin-left:auto;
  margin-right:auto;
}
.o-recruitment-pagination-footer {
  margin-top: 4.0rem !important;
}
.o-recruitment-pagination .page-numbers {
  width:auto;
  border: 1px solid var(--color-border);
  border-radius: 0.6rem;
  display: inline-block;
  min-width: 6.0rem;
  padding: 0 0.8rem;
  height: 6.0rem;
  line-height: 5.5rem;
  text-align: center;
  font-size: 2.6rem;
  margin:0 0.4rem;
}
.o-recruitment-pagination .page-numbers.next,
.o-recruitment-pagination .page-numbers.prev {
  padding: 0 1.0rem;
  width: auto;
}
.o-recruitment-pagination .page-numbers:first-child{
  margin-left: 0;
}
.o-recruitment-pagination span.page-numbers {
  background-color: #00327d;
  color: var(--color-White);
  border: 1px solid #00327d;
}
.o-recruitment-pagination span.dots {
  background-color: var(--color-White);
  color: #00327d;
  border: 1px solid #eeefef;
  width: auto;
}
@media (min-width: 40em) {
  .o-jobs-title{
    align-items: center;
    margin-bottom:20px;
  }
  .o-recruitment-number {
    width:auto;
    font-size: 24px;
    margin-top: 0;
    line-height: 1;
    display:block;
  }
  .o-recruitment-number > div {
    display:inline-block;
    vertical-align: middle;
  }
  .o-recruitment-number > div:first-of-type {
    text-align: left;
  }
  .o-recruitment-number > div:last-of-type {
    text-align: left;
    font-size: 16px;
  }
  .o-recruitment-number span.color01{
    font-size: 30px;
    margin-right: 30px;
    line-height: 1;
  }
  .o-recruitment-number span.color02{
    font-size: 28px;
    color:#00327d;
    margin-right: 10px;
    line-height: 1;
    padding-right: 0;
  }
  .o-recruitment-pagination {
    font-size: 1.0rem;
    margin-top: 0;
    margin-left:auto;
    margin-right:0;
  }
  .o-recruitment-pagination-footer {
    margin-top: 40px !important;
  }
  .o-recruitment-pagination .page-numbers {    
    width: auto;
    padding: 0 3px;
    border: 1px solid var(--color-border);
    border-radius: 3px;
    display: inline-block;
    min-width: 47px;
    padding: 0 5px;
    height: 47px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    margin:0 4px;
  }
  .o-recruitment-pagination .page-numbers.next,
  .o-recruitment-pagination .page-numbers.prev {
    padding: 0 10px;
    width: auto;
  }
  .o-recruitment-pagination .page-numbers:first-child{
    margin-left: 0;
  }
  .o-recruitment-pagination span.page-numbers {
    background-color: #00327d;
    color: var(--color-White);
    border: 1px solid #00327d;
  }
  .o-recruitment-pagination span.dots {
    background-color: var(--color-White);
    color: #00327d;
    border: 1px solid #eeefef;
    width: auto;
  }
}

/* 求人詳細 */
.o-job_single__copntent {
  width: 100%;
}
@media (min-width: 40em) {
  .o-job_single__copntent {
    padding-right: 2rem;
  }
}
.o-job--title-area {
  border-radius:1.0rem 1.0rem 0 0;
  padding:2.4rem 3.0rem;
  background:#E8F3F9;
}
.o-job--title {
  margin-top: 0;
  font-size: 3.6rem;
  line-height: 1.38;
  font-weight: bold;
  padding: 1.5rem 0;
  width: 100%;
}
@media (min-width: 40em) {
  .o-job--title-area {
    border-radius:5px 5px 0 0;
    padding:24px 30px;
    background:#E8F3F9;
  }
  .o-job--title {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.38;
    font-weight: bold;
    padding: 13px 0 0;
    width: 100%;
  }
}
.o-job--catchCopy {
  font-size: 3.2rem;
  line-height: 1.77;
  margin: 2.0rem 0;    
  font-weight: bold;
  color: #231815;
  padding-right: 0;
  max-width: 100%;
}
@media (min-width: 40em) {
  .o-job--catchCopy {
    font-size: 18px;
    line-height: 1.77;
    margin: 25px 0;    
    font-weight: bold;
    color: #231815;
    padding-right: 32px;
    max-width: 100%;
  }
}
.o-job--point {
  width: 100%;
  position: relative;
  margin-top: 3.5rem;
}
.o-job--point__head, .o-job--commitment__head {
  background-color: #00327D;
  border-radius: 1.0rem 1.0rem 0 0;
  padding: 1.5rem 3.0rem;
  display: inline-block;
  color: var(--color-White);
  font-size: 2.8rem;
  font-weight: bold;
}
.o-job--point .o-job--point__head{  
  display:inline-block;
  border-radius: 1.0rem 1.0rem 0 0;
  padding: 1.5rem 2.0rem;
  color: var(--color-White);
  font-size: 2.8rem;
  font-weight: 400;
}
@media (min-width: 40em) {
  .o-job--point {
    width: 60%;
    margin-top: 0;
    padding-right: 2rem;
  }
  .o-job--point__head, .o-job--commitment__head {
    background-color: #00327D;
    border-radius: 10px 10px 0 0;
    padding: 10px 20px;
    display: inline-block;
    color: var(--color-White);
    font-size: 18px;
    font-weight: bold;
  }
  .o-job--point .o-job--point__head{
    display:inline-block;
    border-radius: 10px 10px 0 0;
    padding: 10px 20px;
    color: var(--color-White);
    font-size: 18px;
    font-weight: 400;
  }
}
.o-check {
  font-size: 13px;
  margin-right: 1rem;
  padding: 3px 5px;
  background-color: #FFD638;
  color: var(--color-main4-2);
  position: relative;
}
.o-check::after {
  content: "";
  width: 1px;
  height: 1px;
  border-top: 4px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 10px solid #FFD638;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (min-width: 40em) {
  .o-check {
    font-size: 13px;
    margin-right: 2rem;
    padding: 3px 10px 3px 13px;
  }
}
.o-job--point__list {
  background-color: #F9F8F8;
  padding: 13px 14px 10px;
  font-size: 14px;
}
.o-job--point__list li i {
  color: #00327D;
  margin-right: 1.5rem;
}
@media (min-width: 40em) {
  .o-job--point__list {
    padding: 14px 20px 35px;
    font-size: 15px;
  }
  .o-job--point__list li i {
    color: #00327D;
    margin-right: 8px;
  }
}
.o-job--point--img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 40em) {
  .o-job--point--img {
    width: 40%;
    margin: 0 auto;
  }
}
.o-job--point--img img {
  width: 100%;
  height: auto;
}
.o-job-btn-area {
  margin: 6.5rem 0 0;
  padding:0 6.5rem;
}
.o-job-btn--listen, .o-job-btn--web {
  font-size: 13px;
  line-height: 1.3em;
  border-radius: 50px;
}
.o-job-btn--listen {
  background-color: #F9F8F8;
  color: #00327D;
  border: 2px solid #F9F8F8;
}
.o-job-btn--web {
  background-color: #00327D;
  color: #FFFFFF;
  border: 2px solid #00327D;
}
.o-job-btn--listen a, .o-job-btn--web a {
  padding: 7px 0;
}
.o-job-btn--listen a div, .o-job-btn--web a div {
  font-size: 12px;
}
@media (min-width: 40em) {
  .o-job-btn-area {
    margin: 50px 0;
    padding:0 0;
  }
  .o-job-btn--listen, .o-job-btn--web {
    font-size: 20px;
    line-height: 1.3em;
    border-radius: 50px;
  }
  .o-job-btn--listen {
    background-color: #F9F8F8;
    color: #00327D;
    border: 2px solid #F9F8F8;
  }
  .o-job-btn--web {
    background-color: #00327D;
    color: #FFFFFF;
    border: 2px solid #00327D;
  }
  .o-job-btn--listen a,
  .o-job-btn--web a {
    padding: 10px 0;
  }
  .o-job-btn--listen a div,
  .o-job-btn--web a div {
    font-size: 16px;
  }
}
.o-job--letterBody{
  padding-top:5.0rem;
  font-size:2.6rem;
  font-weight:400;
  line-height: 1.875;
  letter-spacing: 0em;
}
.o-job--letterBody p {
  margin: 13px 0;
}
.o-job--img-area {
  width: 100%;
  display: flex;
  overflow-x: scroll;
}
.o-job--img-area__item {
  width: 65vw;
  aspect-ratio: 59/40;
  flex-shrink: 0;
  margin-right: 6px;
}
.o-job--img-area__item img {
  width: 100%;
  aspect-ratio: 245/164;
  object-fit: cover;
}
@media (min-width: 40em) {
  .o-job--letterBody{
    padding-top:0;
    font-size:16px;
    font-weight:400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  .o-job--letterBody p {
    margin: 13px 0;
  }
  .o-job--img-area {
    width: 100%;
    display: flex;
    overflow-x: scroll;
  }
  .o-job--img-area__item {
    width: 233px;
    height: 200px;
    aspect-ratio: none;
  }
  .o-job--img-area__item img {
    width: 100%;
  }
}
.o-job--img-area::-webkit-scrollbar {
  height: 8px;
}
.o-job--img-area::-webkit-scrollbar-thumb {
  background: #B6B6B6;
  border-radius: 7px;
}
.o-job--commitment {
  margin-top: 2.5rem;
}
.o-job--commitment__tagsarea {
  padding: 2.5rem 2.5rem;
  background-color: #F9F8F8;
  border-top: 1px solid #F9F8F8;
  margin-top: -1px;
}
@media (min-width: 40em) {
  .o-job--commitment {
    margin-top: 25px;
  }
  .o-job--commitment__tagsarea {
    padding: 20px 30px;
    background-color: #F9F8F8;
    border-top: none;
    margin-top: 0;
  }
}
/* 求人詳細ページテーブル */
.o-job--tables .o-job--table--head {
  font-size: 2.8rem;
  font-weight: bold;
  background-color: #00327D;
  color: var(--color-White);
  border-radius: 1.6rem 1.6rem 0 0;
  padding: 1.5rem 3.0rem;
  margin-top: 5.0rem;
}
.o-job--tables .o-job--table--head i {
  width: 4.0rem;
  font-size: 2.6rem;
}
@media (min-width: 40em) {
  .o-job--tables .o-job--table--head {
    font-size: 18px;
    font-weight: bold;
    background-color: #00327D;
    color: var(--color-White);
    border-radius: 10px 10px 0 0;
    padding: 10px 20px;
    margin-top: 50px;
  }
  .o-job--tables .o-job--table--head i {
    width: 32px;
    font-size: 20px;
  }
}
.o-job--tables .o-job--table {
  width: 100%;
}
.o-job--tables .o-job--table th {
  background-color: #F9F8F8;
  color: #231815;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #DCDCDC;
  padding: 1.5rem 1.5rem;
  width: 100%;
}
.o-job--tables .o-job--table th i {
  width: 4.5rem;
  font-size: 2.6rem;
  color:#00327D;
}
@media (min-width: 40em) {
  .o-job--tables .o-job--table th {
    background-color: #F9F8F8;
    color: #231815;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #b2aeb2;
    padding: 14px 17px;
    width: 250px;
  }
  .o-job--tables .o-job--table th i {
    width: 30px;
    font-size: 16px;
    color:#00327D;
  }
}
.o-job--tables .o-job--table td {
  font-size: 2.6rem;
  border-bottom: 1px solid #b2aeb2;
  padding: 1.5rem 1.5rem;
  width: 100%;
}
@media (min-width: 40em) {
  .o-job--tables .o-job--table td {
    font-size: 16px;
    border-bottom: 1px solid #b2aeb2;
    padding: 14px 17px;
    width: calc(100% - 250px);
  }
}
@media (max-width: 39.9375rem) {
  .o-job--tables .o-job--table td,
  .o-job--tables .o-job--table th {
    display: block;
    min-height: auto;
  }
}
.o-interview {
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #DCDCDC;
  font-size:2.6rem;
}
.o-interview--img {
  width: 49.0rem;
  padding: 1.5rem 0;
  margin:0 auto;
}
@media (min-width: 40em) {
  .o-interview {
    width: 75%;
    padding: 8px 15px 8px 15px;
    border-bottom: 1px solid #DCDCDC;
    font-size:15px;
  }
  .o-interview--img {
    width: 25%;
    padding: 8px 0 1rem 13px;
    border-bottom: 1px solid #DCDCDC;
  }
}
.o-job_single__date{
  margin-left: auto;
  font-size: 2.6rem;
}
@media (min-width: 40em) {
  .o-job_single__date{
    margin-left: auto;
    font-size: 16px;
  }
}
.o-map {
  margin-top:10px;
  padding: 8px 0;
  border-bottom: 1px solid #DCDCDC;
  height: 300px;
}
.o-sns-icons {
  width: 11rem;  
  margin: 25px 0;
}
.o-info_single .o-sns-icons {
  margin: 0 0 10px;

}

.o-job-id {
  text-align: right;
  margin: 1rem 0;
  font-size: 2.4rem;
}
@media (min-width: 40em) {
  .o-job-id {
    text-align: right;
    margin: 16px 0;
    font-size: 13px;
  }
}

/* お役立ち情報一覧 */
.o-infos, .o-info_single {
  margin-bottom: 1.5rem;
}
@media (min-width: 40em) {
  .o-infos, .o-info_single {
    margin-bottom: 3rem;
  }
}
.o-infos__item {
  border-bottom: 1px solid #DADADA;
  padding: 10px 0;
  width: 100%;
  position: relative;
}
.o-infos .o-infos__item:first-of-type {
  border-top: 1px solid #DADADA;
}
@media (min-width: 40em) {
  .o-infos__item {
    border: 1px solid #DADADA;
    margin-bottom: 24px;
    padding: 0;
  }
  .o-infos .o-infos__item:first-of-type {
    border-top: 1px solid #DADADA;
  }
}
.o-infos__item__thumbnail {
  width: 30vw;
  height: 20vw;
}
@media (min-width: 40em) {
  .o-infos__item__thumbnail {
    width: 276px;
    height: 184px;
  }
}
.o-infos__item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o-infos__item__content {
  padding: 2px 1.9vw 0 1.9vw;
}
@media (min-width: 40em) {
  .o-infos__item__content {
    padding: 24px 30px 20px 24px;
  }
}
.o-infos__item__date {
  font-size: 2.6rem;
  margin-top: auto;
  line-height: 1em;
  margin-left: 1.2vw;
  margin-bottom: 2.0rem;
}
.o-infos__item__cat {
  font-size: 2.8rem;
  margin-top: auto;
  margin-right: 6px;
  margin-bottom: 5px;
  background-color: #80B0CE;
  color: var(--color-White);
  padding: 0.6rem 1.6rem;
  line-height: 1em;
  border-radius: 4px;
}
.o-infos__item__title {
  font-size: 3.3vw;
  font-weight: bold;
  margin-top: 1.1vw;
  line-height: 1.4em;
}
@media (min-width: 40em) {
  .o-infos__item__date {
    font-size: 15px;
    margin:3px 16px 7px 0;
  }
  .o-infos__item__cat {
    font-size: 14px;
    padding: 4px 12px;
    line-height: 1em;
    border-radius: 5px;
  }
  .o-infos__item__title {
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.8em;
  }
}
/* お役立ち情報詳細 */
.o-info_single--content {
  margin-top: 1rem;
}
@media (min-width: 40em) {
  .o-info_single--content {
    margin-top: 4.25rem;
    min-height: 80vh;
  }
}
.o-info-heading {
  font-size: 3.2rem;
  line-height: 1.5em;
  font-weight: bold;
  margin: 2.4rem 0 4.8rem;
}
@media (min-width: 40em) {
  .o-info-heading {
    font-size: 24px;
    line-height: normal;
    margin: 12px 0;
  }
}
.o-info-body-text {
  font-size:2.8rem;
  margin-bottom: 5.0rem;
}
@media (min-width: 40em) {
  .o-info-body-text {
    font-size:15px;
    margin-bottom: 50px;
  }
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}
