<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Job Document */


.page-node-type-job .job-details-area &gt; *{
  font-size: 1.5rem;
}

/******職種から検索サイド*******/
.occupation-side .views-row {
  margin-bottom: 15px;
}

.occupation-side .row {
  display: flex;
  flex-wrap: nowrap;
  --bs-gutter-x: 30px;
}

.occupation-side .col-left {
  width: 110px;
  height: 70px;
  margin-top: 0;
}

.occupation-side img {
  max-width: 110px;
  height: 70px;
  object-fit: cover;
}

.occupation-side .col-right {
  width: auto;
  flex: 1;
  padding-left: 0;
}

.occupation-side .col-right .occupationl_ttl {
  /*	font-size:1.3rem;	*/
  font-weight: 600;
  color: var(--first-color);
}

.col.layout-content .occupation-side.view .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4rem;
}

.col.layout-content .occupation-side.view .view-content .views-row {
  /* width:50%; */
  width: calc((100% - 4rem)/ 2);
}

@media screen and (max-width: 767px) {
  .col.layout-content .occupation-side.view .view-content {
    flex-direction: column;
  }

  .col.layout-content .occupation-side.view .view-content .views-row {
    width: 100%;
  }

  .col.layout-content .occupation-side.view .view-content .views-row .col-right p {
    font-size: 1.2rem;
  }
}

/******carousel*******/
.node--type-job.node--view-mode-carousel .block.block-layout-builder .field {
  /*	font-size:1.3rem;	*/
  display: flex;
  gap: 10px;
}

.node--type-job.node--view-mode-carousel .block.block-layout-builder .field .field__label {
  font-weight: 600;
  white-space: nowrap;
  color: var(--first-color);
}

.region-highlighted .node--type-job.node--view-mode-carousel h2 {
  font-size: 1.6rem;
}

.node--type-job.node--view-mode-carousel .layout__region--content .field {
  margin-bottom: 10px;
}

.node--type-job.node--view-mode-carousel .layout__region--content .field p {
  padding: 0px;
  margin: 0px;
}



.node--type-job.node--view-mode-list .block-extra-field-blocknodejoblinks {
  text-align: right;
}

.node--type-job.node--view-mode-list .block-extra-field-blocknodejoblinks ul li {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .node--type-job.node--view-mode-carousel .block.block-layout-builder .field {
    font-size: 1.1rem;
    display: block;
    gap: none;
  }

  .node--type-job.node--view-mode-carousel .layout__region--content .field {
    margin-bottom: 5px;
  }

}

/* links */
.node--type-job.node--view-mode-list .node__links a {
  font-size: 1.4rem;
  line-height: 3rem;
  height: 3rem;
}

/* flag */
.node--type-job.node--view-mode-list .layout--onecol .flag a {
  top: 0;
}


/* pickup */
@media screen and (max-width: 767px) {
  .node--type-job.node--view-mode-list .node__content&gt;.layout--onecol:first-child {
    position: absolute;
    top: 3rem;
    left: 0.5rem;
  }

  .node--type-job.node--view-mode-list .layout-children-badge .field__item {
    background-color: rgb(255 255 255 / 80%);
  }
}

/* .node--type-job.node--view-mode-list .node__content &gt; .layout--onecol:first-child {
  position: absolute;
  top: 3rem;
  left: 0.5rem;
}
.node--type-job.node--view-mode-list .layout-children-badge .field__item {
  background-color: rgb(255 255 255 / 80%);
} */


/* count */
.totalcnt .cnt {
  font-size: 2.4rem;
  margin: 0 0.5rem;
}

/* ***************************************************************************
 * 求人詳細
 **************************************************************************** */

@media screen and (max-width: 991.9px) {
  .job-head-area h1 {
    font-size: 1.4em;
  }
}


.page-node-type-job .layout--threecol-section.layout--threecol-section--25-50-25 {
  margin-bottom: 4rem;
  padding-bottom: 1rem;
}

#job-page-detailes .field .field__label {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--black-color);
}

#job-page-detailes .field .field__item {
  font-size: 1.5rem;
  line-height: 200%;
  font-weight: 500;
  color: var(--black-color);
  margin-bottom: 1rem;
}

#job-page-detailes .block {
  margin-bottom: 2rem;
}

#job-page-detailes .field--name-field-job-message {
  padding: 1.5rem 2rem;
  background-color: #fafafa;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 40px;
}

.page-node-type-job .layout--threecol-section.layout--threecol-section--25-50-25 .layout__region {
  z-index: 2;
}

.node.node--type-job.node--view-mode-full .block-layout-builder.block-field-blocknodejobfield-job-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (min-width: 40em) {
  .node.node--type-job.node--view-mode-full .layout--threecol-section .layout__region.layout__region--first {
    padding-right: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .page-node-type-job .layout--threecol-section.layout--threecol-section--25-50-25 {
    gap: 2rem;
  }

  #fix-footer {
    display: block;
  }

  #fix-footer .layout__region.layout__region--first {
    margin-bottom: 15px;
  }

  #fix-footer .layout__region.layout__region--second .entry-link.regentry a,
  #fix-footer .layout__region.layout__region--second .entry-link.entry a {
    width: 100%;
  }
}


.page-node-type-job .layout--threecol-section--25-50-25&gt;.layout__region--second {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}



.page-node-type-job .layout--threecol-section--25-50-25&gt;.job-button-area {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.page-node-type-job .layout--threecol-section--25-50-25&gt;.job-button-area a {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .page-node-type-job .layout--threecol-section--25-50-25&gt;.job-button-area {
    flex: auto;
  }

  .page-node-type-job h1.page-title {
    font-size: 2.1rem;
  }
}


.page-node-type-job .layout--onecol .block-layout-builder {
  margin-bottom: 2rem;
}

.page-node-type-job .layout--onecol .block-layout-builder.block-field-blocknodejobfield-job-salary-system {
  margin-bottom: 0;
}

.page-node-type-job .layout--onecol .block-layout-builder .field__label {
  margin-bottom: 0.8rem;
}

.page-node-type-job .layout--onecol .block-layout-builder .field__item {
  line-height: 1.4;
}


.page-node-type-job .layout--onecol .block-layout-builder.block-field-blocknodejobfield-job-salary-system .field__item {
  font-weight: bold;
}

.page-node-type-job .layout--onecol .block-field-blocknodejobfield-job-salary-low,
.page-node-type-job .layout--onecol .block-field-blocknodejobfield-job-salary-high {
  display: inline-block;
}

.page-node-type-job .layout--onecol .block-field-blocknodejobfield-job-salary-low+.block-field-blocknodejobfield-job-salary-high .field--name-field-job-salary-high:before {
  content: '～';
}

/* この企業のそのほかの求人情報 */
.block-views-blockjob-other-thiscompany-block-1 {
  margin-bottom: 5rem;
}

.block-views-blockjob-other-thiscompany-block-1 ul li {
  margin-bottom: 1.5rem;
  padding-bottom: 1.0rem;
  border-bottom: 0.1rem dotted #ccc;
}

.block-views-blockjob-other-thiscompany-block-1 ul li .views-field-title {
  margin-bottom: 0.8rem;
}

.block-views-blockjob-other-thiscompany-block-1 ul li .views-field-title a {
  font-size: 1.4rem;
  font-weight: bold;
}

.occupation-icon {
  border: 1px solid var(--green-color);
  height: 25px;
  border-radius: 120px;
  line-height: 25px;
  padding: 0px 20px;
  font-size: 1rem;
  color: var(--white-color);
  background: var(--green-color);
  display: inline-block;
}

.occupation-1 {
  border: 1px solid #a9a9a9;
  color: #000;
  background: #a9a9a9;
}

.occupation-2 {
  border: 1px solid #778899;
  color: #fff;
  background: #778899;
}

.occupation-3 {
  border: 1px solid #006400;
  color: #fff;
  background: #006400;
}

.occupation-4 {
  border: 1px solid #f5deb3;
  color: #000;
  background: #f5deb3;
}

.occupation-5 {
  border: 1px solid #ff0000;
  color: #fff;
  background: #ff0000;
}

.occupation-6 {
  border: 1px solid #c0c0c0;
  color: #fff;
  background: #c0c0c0;
}

.occupation-7 {
  border: 1px solid #b0c4de;
  color: #fff;
  background: #b0c4de;
}

.occupation-8 {
  border: 1px solid #2f4f4f;
  color: #fff;
  background: #2f4f4f;
}

.occupation-9 {
  border: 1px solid #ff4500;
  color: #fff;
  background: #ff4500;
}

.occupation-10 {
  border: 1px solid #f0f8ff;
  color: #000;
  background: #f0f8ff;
}

.occupation-11 {
  border: 1px solid #f0e68c;
  color: #000;
  background: #f0e68c;
}

.occupation-12 {
  border: 1px solid #ff8c00;
  color: #fff;
  background: #ff8c00;
}

.occupation-13 {
  border: 1px solid #1e90ff;
  color: #fff;
  background: #1e90ff;
}

.occupation-14 {
  border: 1px solid #d2691e;
  color: #fff;
  background: #d2691e;
}

.occupation-15 {
  border: 1px solid #800000;
  color: #fff;
  background: #800000;
}

.occupation-16 {
  border: 1px solid #556b2f;
  color: #fff;
  background: #556b2f;
}

.occupation-17 {
  border: 1px solid #483d8b;
  color: #fff;
  background: #483d8b;
}

.occupation-18 {
  border: 1px solid #40e0d0;
  color: #fff;
  background: #40e0d0;
}

.occupation-19 {
  border: 1px solid #9932cc;
  color: #fff;
  background: #9932cc;
}

.occupation-20 {
  border: 1px solid #FFCC00;
  color: #fff;
  background: #FFCC00;
}

.occupation-21 {
  border: 1px solid #3366FF;
  color: #fff;
  background: #3366FF;
}

.occupation-22 {
  border: 1px solid #9966CC;
  color: #fff;
  background: #9966CC;
}

.occupation-23 {
  border: 1px solid #CC3366;
  color: #fff;
  background: #CC3366;
}

.occupation-24 {
  border: 1px solid #27AE60;
  color: #fff;
  background: #27AE60;
}

.occupation-25 {
  border: 1px solid #D35400;
  color: #fff;
  background: #D35400;
}

.occupation-26 {
  border: 1px solid #9A7D0A;
  color: #fff;
  background: #9A7D0A;
}

.occupation-27 {
  border: 1px solid #E74C3C;
  color: #fff;
  background: #E74C3C;
}

.occupation-28 {
  border: 1px solid #5499C7;
  color: #fff;
  background: #5499C7;
}

.occupation-29 {
  border: 1px solid #5DADE2;
  color: #fff;
  background: #5DADE2;
}

.occupation-30 {
  border: 1px solid #a9a9a9;
  color: #000;
  background: #a9a9a9;
}

.occupation-31 {
  border: 1px solid #a9a9a9;
  color: #000;
  background: #a9a9a9;
}

.occupation-32 {
  border: 1px solid #a9a9a9;
  color: #000;
  background: #a9a9a9;
}

.occupation-33 {
  border: 1px solid #a9a9a9;
  color: #000;
  background: #a9a9a9;
}

.occupation-34 {
  border: 1px solid #a9a9a9;
  color: #000;
  background: #a9a9a9;
}

.occupation-35 {
  border: 1px solid #a9a9a9;
  color: #000;
  background: #a9a9a9;
}

.occupation-36 {
  border: 1px solid #a9a9a9;
  color: #000;
  background: #a9a9a9;
}

@media screen and (max-width: 767px) {
  .block-views-blockjob-other-thiscompany-block-1 {
    margin-bottom: 6rem;
  }


  .view .field--type-image a img {
    /* width: 100%; */
    width: auto;
    object-fit: cover;
  }
}



/* 同じ職種の求人 ******************************** */

.block-views-blockrecommend-job-block-1 .views-view-responsive-grid--horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.block-views-blockrecommend-job-block-1 .views-view-responsive-grid--horizontal .views-view-responsive-grid__item {
  width: calc((100% - 30px * 3) / 4);
}

.block-views-blockrecommend-job-block-1 .views-view-responsive-grid--horizontal .views-view-responsive-grid__item .layout__region--content {
  margin-bottom: 0;
}

.node--type-job.node--view-mode-carousel .block.block-layout-builder .field img {
  width: 100%;
  height: auto;
}

.node--type-job.node--view-mode-carousel .layout--onecol .block-layout-builder {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .block-views-blockrecommend-job-block-1 .views-view-responsive-grid--horizontal {
    gap: 2rem;
  }

  .block-views-blockrecommend-job-block-1 .views-view-responsive-grid--horizontal .views-view-responsive-grid__item {
    width: calc((100% - 20px * 2) / 3);
  }
}

@media screen and (max-width: 767px) {
  .block-views-blockrecommend-job-block-1 .views-view-responsive-grid--horizontal .views-view-responsive-grid__item {
    width: 100%;
  }

  .block-views-blockrecommend-job-block-1 .field--type-image a {
    width: 100%;
  }

  #job-page-detailes .field--name-field-job-message {
    font-size: 1.5rem;
  }

  #job-page-detailes .field .field__label {
    font-size: 1.5rem;
  }
}



.node--type-job.node--view-mode-list .layout--twocol-section .field--name-field-job-message {
  padding: 0;
  background-color: initial;
}

@media screen and (min-width: 768px) {
  .node--type-job.node--view-mode-list .layout--twocol-section .field--name-field-job-message p {
    margin-bottom: 0;
  }
}


/* ***************************************************************************
 * 検討リスト
 **************************************************************************** */

.path-bookmarks .blazy--view--flag-bookmark .field--type-image a img {
  width: 100%;
}

.path-bookmarks .block-extra-field-blocknodejobflag-flag-job {
  left: 24rem !important;
}

/* JOB ステータス表示 **/
.block-views-blockjobstatus-block-1 {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  height: auto;
  background: #EAECEE;
  z-index: 999;
  padding: 10px;
}

.block-views-blockjobstatus-block-1 .view-jobstatus {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.block-views-blockjobstatus-block-1 .views-row {
  display: flex;
  gap: 0px;
  max-width: 100%;
  min-width: 60%;
}

.block-views-blockjobstatus-block-1 .views-row .views-label {
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #ddd;
  background: #D5D8DC;
  text-align: left;
  padding: 5px;
  display: block;
}

.block-views-blockjobstatus-block-1 .views-row .field-content {
  background: #fff;
  color:#333;
  text-align: left;
  padding: 5px;
  display: block;
}

.block-views-blockjobstatus-block-1 .views-row .views-field {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: #fff;
  min-width: 80px;
  flex: 1 0 80px;
}

.block-views-blockjobstatus-block-1 .views-row .views-field:last-child {
  border-right: 1px solid #ddd;
}

.block-views-blockjobstatus-block-1 header {
  text-align: left;
}

.question-icon {
  color: red;
}

.tooltips {
  cursor: pointer;
  text-decoration: underline;
  position: relative;
  margin-bottom: 15px;
}

.tooltips .tooltips_text {
  color: #333;
  display: none;
  text-decoration: none !important;
  cursor: default;
  opacity: 0;
  /* はじめは隠しておく */
  visibility: hidden;
  /* はじめは隠しておく */
}

.tooltips:hover .tooltips_text {
  visibility: visible;
  opacity: 1;
  display: block;
  text-decoration: none !important;
  cursor: default;
  position: absolute;
  bottom: 20px;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  max-width: 600px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.tosbox .tosbox-wrapper dd {
  display: flex;
}


/*  求人詳細 *****************************************************/

.job-head-area .sub-title {
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: bold;
  color:var(--dark-gray-color);
}

.job-head-area .job-head-id {
  font-size: 0.8em;
  display: flex;
  margin-top: 12px;
  margin-bottom: 8px;
}

.job-head-update {
  font-size: 0.8em;
  padding: 8px 0;
  text-align: right;
}


/* youtue */
.job-image-area .field--name-field-jobex-youtube {
  padding: 10px;
  border: 2px solid #ddd;
  border-radius: 3px;
  margin-bottom: 20px;
}



/* おすすめポイント********************** */
.jobpoint h4 {
  font-weight: 800;
  font-size: 2em;
  line-height: 1.6em;
  color: #fff;
  background: var(--main-color);
  position: relative;
  padding: 10px 10px 10px 100px !important;
  border-radius: 3px 3px 0 0 / 3px 3px 0 0;
  margin-top: 40px;
  margin-bottom: 0;
}

.jobpoint .point-txt {
  padding: 20px;
  border-right: 2px solid var(--main-color);
  border-left: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  border-radius: 0 0 3px 3px / 0 0 3px 3px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 127, 195, .15);
  margin-bottom: 40px;
}
.jobpoint .point-txt p,
.jobpoint .point-txt ul,
.jobpoint .point-txt ol{
  margin-top:0;
  margin-bottom: 0px;
  font-size: 15px ;
  line-height: 1.8em;
}


/* job point list-style*/
.jobpoint ul{
  list-style: disc;
   padding-inline-start: 20px;
}
.jobpoint ol{
  list-style:decimal;
  padding-inline-start: 20px;
}


/* おすすめpoint 画像*/
.jobpoint h4.point1:before {
  content: url(/themes/custom/dorazamurai_front/img/job/point_01.webp);
  margin: 5px;
  position: absolute;
  top: -27px;
  left: -10px;
}

/*お仕事内容 画像 */
.jobpoint h4.point2:before {
  content: url(/themes/custom/dorazamurai_front/img/job/point_02.webp);
  margin: 5px;
  position: absolute;
  top: -27px;
  left: -10px;
}

@media screen and (max-width: 991.9px) {
  .jobpoint h4 {
    font-size: 1.2em;
  }

  .jobpoint h4.point1:before,
  .jobpoint h4.point2:before {
    top: -43px
  }
}



/* job menu */
.jobmenu {
  padding: 20px 0;
  background: var(--list-item-bg-color);
  /* border: 1px solid #e5e5e5; */
  border-radius: 3px;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  /* gap: 8px; */
  justify-content: space-around;
  /* box-shadow: 0 2px 5px rgba(0, 127, 195, .15); */
  position: relative;
}

.jobmenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  border-radius: 0px;
  background: #eff4f8;
  box-shadow: inset 6px 6px 12px #d3dce1,
    inset -6px -6px 12px #ffffff;
  max-width: 1600px;
  z-index: 0;
}

.jobmenu .jobmenu_list {
  padding: 10px 20px;
  border: 1px solid transparent;
  box-shadow: none;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
  position: relative;
}

.jobmenu a.btn {
  /* background: var(--main-color); */
  /* border-color: var(--main-color); */
  background-color: #fff;
  background-image: linear-gradient(180deg, #006AB2 50%, #fff 0);
  background-position: 100% 100%;
  background-size: 100% 200%;
  transition: background-position .3s cubic-bezier(.47, 0, .745, .715);
  border: 1px solid #006AB2;
  /* color: #fff; */
  color: #006AB2;
  /* width: 20%; */
  width: 33.3333333%;
  /* padding: 6px 12px; */
  padding: 10px 12px;
  /* border-radius: 4px; */
  border-radius: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.jobmenu a.btn:first-of-type {
  display: none;
}

.jobmenu a.btn:hover {
  background-position: 0 0, 0 0;
  color: #fff;
}

.icon-arrow-bottom {
  display: inline-block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #006AB2;
  transform: rotate(135deg);
  margin: 0 auto;
}


.jobmenu a.btn:hover .icon-arrow-bottom {
  border-color: #fff;
}

@media only screen and (max-width: 767px) {
  .jobmenu {
    padding: 10px;
  }

  .jobmenu a.btn {
    /* width: auto; */
    font-size: 0.8em;
  }

  .icon-arrow-bottom {
    border-width: 2px 2px 0 0;
  }

}

.jobmenu.is-fixed {
  padding: 5px 5px 0px 5px;
  margin-bottom: 0px;
  border-bottom: 4px solid var(--main-color);
  border-radius: 0px;
  z-index: 4;
}

.jobmenu.is-fixed a.btn {
  padding: 12px 12px;
  font-weight: 700;
  color: #fff;
  background: var(--main-color);
  border-top: solid 2px var(--main-color);
  border-left: solid 2px var(--main-color);
  border-right: solid 2px var(--main-color);
  border-bottom: none;
  border-radius: 5px 5px 0 0 / 5px 5px 0 0;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.jobmenu.is-fixed a.btn:hover {
  color: var(--main-color);
  background: #fff;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

/* .job-data-area */
.job-data-area .job-data-ttl {
  font-weight: 800;
  font-size: 25px;
  color: #232323;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  flex-wrap: wrap;
  gap:10px;
}

.job-data-area .job-data-warp .job-data-list {
  display: flex;
  flex-wrap: wrap
}

.job-data-area .job-data-warp li {
  width: 50%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.job-data-area .job-data-warp li span {
  display: inline-block;
  width: 15%;
  font-weight: bold;
}

.job-data-area .job-data-warp li .job-data-text {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}

.job-data-area .job-data-warp li .field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media screen and (max-width: 991.9px) {
  .job-data-area .job-data-warp .job-data-list {
    display: flex;
    flex-wrap: wrap;
  }

  .job-data-area .job-data-warp li {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }

  .job-data-area .job-data-warp li span.label {
    font-weight: bold;
    border-left: solid 4px var(--main-color);
    padding-left: 5px;
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    line-height: 1.4;
    vertical-align: middle;
  }
}
/* 給与 */
.job-data-list .job-data-text .field--name-field-jobex-salary-detail {
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 7; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}



/*簡単アクセス*/
.toc-warp {
  position: fixed;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  font-size: 14px;
  line-height: 1;
  z-index: 98;
  /* max-width: 1670px; */
  /* width: 100%; */

  right: 15px;
  bottom: 10%;
  pointer-events: none;
  bottom: calc(80px + env(safe-area-inset-bottom));

}
/* 
body.not_login .toc-warp:not(.hide) {
  bottom: 220px;
}

@media screen and (max-width: 767px) {
  body.not_login .toc-warp:not(.hide) {
    bottom: 150px;
  }
} */



.toc-warp .toc-btn {
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  padding: 17px 8px 0px;
  align-items: center;
  background-color: var(--main-color);
  background-position: top 5px center;
  background-repeat: no-repeat;

  background-image: url(/themes/custom/dorazamurai_front/img/icon/jobmenu_hover.svg);
  background-size: 25px 25px;
  vertical-align: bottom;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: #0000000f 0 1px 2px, #00000029 0 2px 6px;
  cursor: pointer;
  margin-left: auto;
  line-height: 13px;
  /* margin-right: 10px; */
  pointer-events: auto;
}

.toc-warp .toc-btn:hover {
  color: var(--main-color);
  background-color: #fff;
  background-image: url(/themes/custom/dorazamurai_front/img/icon/jobmenu.svg);
}

.toc-warp-close {
  display: none;
}

body.toc-open .jobmenu {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 600px;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 11;
  background: none;
}

body.toc-open .jobmenu .jobmenu_list {
  padding: 24px 40px;
  margin-bottom: 20px;
  flex-direction: column;
  background-color: var(--white-color);
  border: 1px solid var(--main-color);
}

body.toc-open .jobmenu a.btn:first-of-type {
  display: block;
}

body.toc-open .jobmenu a.btn {
  border: none;
  width: 100%;
  border-bottom: 1px solid #ecf1f4;
  background: none;
  transition: none;
  font-size: 16px;
}

body.toc-open .jobmenu a.btn:hover {
  background-color: var(--main-color);
}

body.toc-open .jobmenu a:last-child {
  border-bottom: none;
}

body.toc-open .icon-arrow-bottom {
  display: none;
}

body.toc-open .jobmenu::before {
  content: none;
}

body.toc-open .jobmenu .toc-warp-close {
  display: block;
  position: absolute;
  top: 0px;
  right: -15px;
}

body.toc-open .job-details-area::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .3);
  padding: 40px 0;
  z-index: 5;
}

.toc-btn-close {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #333;
  border-radius: 50%;
  background: #fff;
}


.toc-btn-close::before,
.toc-btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 22px;
  background: #333;
}

.toc-btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.toc-btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.toc-btn-close:hover {
  background: #333;
}

.toc-btn-close:hover::before,
.toc-btn-close:hover::after {
  background: var(--white-color);
}

/* 1600px以上の画面幅の時の表示位置 */
@media screen and (min-width: 1600px) {
  .toc-warp {
    max-width: 1350px;
    width: 100%;
    right: initial;
  }
}



/* 募集終了 */
.job_completed {
  display: block;
  margin-top: 20px;
}

.job_completed p {
  text-align: center;
  width: 150px;
  background: #fb4848;
  border-radius: 3px;
  color: #fff;
  /* float:right; */
  margin: 0;
  margin-left: auto;
  padding: 5px 10px 2px;
}

.job_completed_msg p {
  text-align: center;
  width: 100%;
  background: #fb4848;
  color: #fff;
  border-radius: 3px;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0 !important;
}

.job_completed_msg p img {
  width: 80px;
  height: auto;
}

#block-fix-register-btn .job_completed_msg p img {
  width: 45px;
}

@media only screen and (max-width : 767px) {
  .job_completed p {
    text-align: center;
    font-size: 0.8em;
    width: 100px;
    background: #fb4848;
    color: #fff;
  }

  body.toc-open .jobmenu .toc-warp-close {
    right: 0px;
  }
}

/* job table */
.table-warp {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
}

.job-details-area h3.line {
  display: block;
  clear: both;
  position: relative;
  padding: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-color: var(--main-color);
  margin-bottom: 0px;
  border-radius: 4px 4px 0 0;
}

.table-warp .entry-link.entried {
  max-width: 350px;
}


/* youtube *****************************************/
.youtube-container--responsive {
  margin: 0;
}

.job-image-area .field--name-field-jobex-youtube {
  position: relative;
  border: none;
  border-radius: 3px;
  margin-bottom: 40px;
  /* margin-top: 30px; */
  padding: 30px 10px;
  background-color: transparent;
  /* 元の背景は透明に */
}

.job-image-area .field--name-field-jobex-youtube::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  border-radius: 0px;
  background: #eff4f8;
  box-shadow: inset 6px 6px 12px #d3dce1,
    inset -6px -6px 12px #ffffff;
  max-width: 1600px;
  z-index: 0;
}



/* table type02 *************************************/
table.type02 {
  border: 1px solid #e5e5e5;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  color: #222;
}

table.type02 thead th,
table.type02 tbody th,
table.type02 tbody td {
  padding: 1em 1em;
  border-bottom: 1px solid #e5e5e5;
}

table.type02 thead th {
  background-color: #f5f5f5;
  color: #fff;
}

table.type02 tbody th {
  background: rgba(54, 59, 63, 0.08);
}

table.type02 thead th+th,
table.type02 tbody td {
  border-left: 1px solid #ddd;
}

table.type02 thead tr th:first-child,
table.type02 tbody tr td:first-child {
  border-left: 0px;
}

table.type02 tbody tr:last-child th,
table.type02 tbody tr:last-child td {
  border-bottom: none;
}

table.type02 tbody td,
table.type02 tbody th {
  padding: 10px;
}

table.type02 {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: 100%;
}

table.type02 th {
  width: 30%;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;

  border-bottom: 1px solid #ddd;

  background: #eee;
}

table.type02 td {
  width: 70%;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

table.type02 td.flex {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  box-sizing: border-box;
}
table.type02 td.flex.f-warp{
  flex-wrap: wrap;
} 
table.type02 td.flex.flex-direction-column{
  flex-direction: column;
  align-items: flex-start;
} 

.flex.list&gt;.field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
}

table.type02 td.flex.f-warp .field{
  width:100%;
}

/* リストアイテム */
.flex.list&gt;.field__items .field__item {
  background: var(--list-item-bg-color);
  padding: 4px 8px;
  border-radius: 4px;
}
/*その他のテキスト*/
.flex.list .field--name-field-jobex-car-type-etc,
.flex.list .field--name-field-jobex-transport-item-etc,
.flex.list .field--name-field-jobex-car-option-etc{
    width:auto!important;
    background: var(--list-item-bg-color);
    padding: 4px 8px;
    border-radius: 4px;
}



@media screen and (max-width: 767px) {

  .type02&gt;tbody&gt;tr&gt;th,
  #block-views-user-list-block-1 .views-row .views-field span.views-label {
    border-bottom: 1px solid #ddd;
    display: block;
    /* width: 100%; */
    width: initial;
    border-right: none;
    padding-left: 8px;
  }

  .type02&gt;tbody&gt;tr&gt;td,
  #block-views-user-list-block-1 .views-row .views-field div.field-content {
    display: block;
    /* width: 100%; */
    width: initial;
    border-left: none !important;
    padding: 15px 8px;
  }
}

/* 応募方法内 ボタン */
.how-to .entry-link a,
.how-to .tel-entry a {
  /* margin:16px auto; */

  margin: 5px auto 16px;
  font-size: 1.5rem;
}


/* こだわり */
.kodawari-warp h4 {
  font-size: 16px;
  margin-bottom: 8px;
  border-bottom: 2px solid #175297;
  font-weight: bold;
  padding: 0 0 8px 4px;
  margin-bottom: .7em;
}

.kodawari-warp .field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kodawari-warp .field__items .field__item {
  position: relative;
  font-weight: 400;
  /* color: #fff; */
  /* background: var(--main-color); */
  padding: 6px 16px;
  border: 1px solid #cfcfcf;
  color: #333;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  /* border: solid 1px var(--main-color); */
  border-radius: 3px;
}

/*勤務地情報*************************************/
.job-location-warp {
  border-radius: 0 0 4px 4px;
}

.job-location-warp .address {
  padding: 24px 16px;
}

.job-location-warp .map {
  padding: 8px 16px;
}

.job-location-warp .access {
  padding: 24px 16px;
}



/* job ボタン************************************ */
.job-btn-warp {
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
}


.job-btn-warp-entry {
  display: flex;
  gap: 10px;
  /*max-width: 600px;*/
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}

.job-btn-warp&gt;* {
  /* width: calc(100% / 3 - 8px); */
  /* width: calc((100% - 8px * 2) / 3); */
}

.job-btn-warp.job-button-area&gt;* a,
.job-btn-warp.job-button-area .flag a {
  max-width: initial !important;
}

.job-btn-warp .entry-link,
.job-btn-warp .tel-entry,
.job-btn-warp .flag-flag-job {
  width: 100%;
  max-width: 300px;
}
/*
.page-node-type-job .job-button-area .flag-flag-job.action-flag,
.page-node-type-job .job-button-area .flag-flag-job.action-unflag {
  margin: 10px auto 0;
}
*/
@media screen and (max-width: 767px) {
  .job-details-item .job-btn-warp.job-button-area {
    flex-direction: column;
    gap: 15px;
    margin: 20px auto 40px;
    /* 		flex-wrap: wrap; */
    /* 		justify-content: center;
		gap: 10px 8px; */
  }

  .job-details-item .job-btn-warp.job-button-area&gt;* {
    width: 100%;
    /* 		width: calc((100% - 8px) / 2); */
  }

  .job-details-item .job-btn-warp.job-button-area&gt;* a,
  .job-details-item .job-btn-warp.job-button-area .flag a {
    max-width: 350px;
    height: 50px !important;
    line-height: 48px !important;
    font-size: 1.5rem !important;
  }

  .job-btn-warp-entry {
    flex-direction: column;
  }

  .job-btn-warp .entry-link,
  .job-btn-warp .tel-entry,
  .job-btn-warp .flag-flag-job {
    margin: 0 auto;
  }
}

/* 固定ボタン */
div#content_fix2 {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  left: 0;
  right: 0;
  padding-top: 10px;
  /* height: 60px; */
  min-height: calc(60px + env(safe-area-inset-bottom));
  box-shadow: rgb(49 50 93 / 25%) 0px 6px 12px -1px,
    rgb(0 0 0 / 30%) 0px 3px 7px 2px;
  padding-bottom: env(safe-area-inset-bottom);
}

#block-fix-register-btn {
  padding-left: 8px;
  padding-right: 8px;
}

body.not_login div#content_fix2 {
  display: none;
}


@media only screen and (max-width: 767px) {
  div#content_fix2 {
    display: block !important;
  }

  body.not_login div#content_fix2.hide {
    display: block !important;
  }
}

#content_fix2 .job-btn-warp {
  margin: 0;
}

#content_fix2 .job-btn-warp {
  margin: 0;
}

#content_fix2 .job-btn-warp .entry-link.regentry a,
#content_fix2 .job-btn-warp .entry-link.entry a,
#content_fix2 .job-btn-warp .entry-link.entried a,
#content_fix2 .job-btn-warp .tel-entry a,
#content_fix2 .job-btn-warp .flag-flag-job a {
  height: 40px;
  line-height: 40px;
  /* font-size: 0.8rem; */
  font-size: 1.0rem;
}

@media only screen and (max-width: 400px) {

  #content_fix2 .job-btn-warp .entry-link.regentry a,
  #content_fix2 .job-btn-warp .entry-link.entry a,
  #content_fix2 .job-btn-warp .entry-link.entried a,
  #content_fix2 .job-btn-warp .tel-entry a,
  #content_fix2 .job-btn-warp .flag-flag-job a {
    font-size:  1.1rem;
    line-height: 1;
  }

}

#content_fix2 .job-btn-warp .entry-link.entried a {
  font-size: 0.9rem;
}

#content_fix2 .job-btn-warp .tel-entry a,
#content_fix2 .job-btn-warp .entry-link.regentry a{
  font-size: 1.4rem;
}

/*アイコン*/
.path-access .job-button-area .flag-flag-job.action-flag a::before,
.path-access .job-button-area .flag-flag-job.action-unflag a::before,
.page-node-type-job .job-button-area .flag-flag-job.action-flag a::before,
.tel-entry a::before,
.entry-link.regentry a::before,
.entry-link.entry a::before,
.page-node-type-job .job-button-area .flag-flag-job.action-unflag a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.path-access .job-button-area .flag-flag-job.action-flag a::before ,
.page-node-type-job .job-button-area .flag-flag-job.action-flag a::before {
  background-image: url(/themes/custom/dorazamurai_front/img/icon/jobstar_line.svg);
}
.path-access .job-button-area .flag-flag-job.action-unflag a::before,
.page-node-type-job .job-button-area .flag-flag-job.action-unflag a::before {
  background-image: url(/themes/custom/dorazamurai_front/img/icon/jobstar.svg);
}

@media(hover: hover){
  .path-access .job-button-area .flag-flag-job.action-flag a:hover::before,
  .page-node-type-job .job-button-area .flag-flag-job.action-flag a:hover::before {
    background-image: url(/themes/custom/dorazamurai_front/img/icon/jobstar_white.svg);
  }
  .path-access .job-button-area .flag-flag-job.action-unflag a:hover::before,
  .page-node-type-job .job-button-area .flag-flag-job.action-unflag a:hover::before {
    background-image: url(/themes/custom/dorazamurai_front/img/icon/jobstar_line.svg);
  }
}

.tel-entry a::before {
  background-image: url(/themes/custom/dorazamurai_front/img/icon/jobtel-entry.svg);
}

.tel-entry a:hover::before {
  background-image: url(/themes/custom/dorazamurai_front/img/icon/jobtel-entry_green.svg);
}

.entry-link.regentry a::before,
.entry-link.entry a::before {
  background-image: url(/themes/custom/dorazamurai_front/img/icon/jobentry.svg);
}

.entry-link.regentry a:hover::before,
.entry-link.entry a:hover::before {
  background-image: url(/themes/custom/dorazamurai_front/img/icon/jobentry_pink.svg);
}

/*追従文字変更*/
#content_fix2 .job-btn-warp .entry-link.entry,
#content_fix2 .job-btn-warp .entry-link.regentry{
  position: relative;
}
#content_fix2 .job-btn-warp .entry-link.entry a,
#content_fix2 .job-btn-warp .entry-link.regentry a{
  color: transparent !important;
  /* border: none; */
     font-size: 1.4rem;
  cursor: pointer;
  width: auto;
  height: 40px !important;
}
#content_fix2 .job-btn-warp .entry-link.entry a::after,
#content_fix2 .job-btn-warp .entry-link.regentry a::after {
  content: "Webで応募";
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-32%, -50%);
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  pointer-events: none;
}

#content_fix2 .job-btn-warp .entry-link.entry a:hover::after,
#content_fix2 .job-btn-warp .entry-link.regentry a:hover::after{
  color: var(--red-color);
}

#content_fix2 .job-btn-warp .entry-link.entry a::before,
#content_fix2 .job-btn-warp .entry-link.regentry a::before{
  margin-right: 0px;
}

/*応募済み*/
.entry-link.entried a,
.entry-link.expired a {
  background: var(--gray-color);
  border: solid 2px var(--gray-color);
  color: var(--black-color);
}

.entry-link.regentry a,
.entry-link.entry a,
.entry-link.expired a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}

/*電話応募*/
.tel-entry a {
  display: flex;
  align-items: center;
  justify-content: center;
}

table.type02 .tel-entry a,
table.type02 .entry-link.entry a {
  margin: 5px 0 16px 0 !important;
}


/*検討リスト*/
.path-access  .job-button-area .flag-flag-job.action-flag a ,
.page-node-type-job .job-button-area .flag-flag-job.action-flag a {
  background: #fff;
  color: #fba848;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fba848 !important;
}

@media (hover: hover) {
  .path-access .job-button-area .flag-flag-job.action-flag a:hover,
  .page-node-type-job .job-button-area .flag-flag-job.action-flag a:hover {
    color: #fff;
    background: #fba848;
  }
}

.path-access .job-button-area .flag-flag-job.action-unflag a,
.page-node-type-job .job-button-area .flag-flag-job.action-unflag a {
  background: #fff;
  color: #fba848;
  border: 1px solid #fba848;
  display: flex;
  align-items: center;
  justify-content: center;
}

.path-access .job-button-area .flag-flag-job.action-unflag a:hover,
.page-node-type-job .job-button-area .flag-flag-job.action-unflag a:hover {
  background: #fff;
  color: #fba848;
  border: 1px solid #fba848;
}

/*下の追従*/
.job-btn-warp.flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.job-btn-warp.flex .flag-flag-job {
  width: 100%;
  max-width: fit-content;
}

.job-btn-warp.flex .entry-link,
.job-btn-warp.flex .tel-entry {
  max-width: 100%;
}

.job-btn-warp.flex .flag-flag-job.action-flag a::before {
  margin-right: 0;
}

.job-btn-warp.flex .flag-flag-job a {
  text-indent: -9999px;
  margin-bottom: 0;
  font-size: 0 !important;
}

.job-btn-warp.flex .flag-flag-job.action-flag,
.job-btn-warp.flex .flag-flag-job.action-unflag {
  margin: 0;
}

.job-btn-warp.flex .flag-flag-job.action-unflag a::before {
  margin-right: 0;
}

.path-access  .job-button-area .flag-flag-job.action-flag a {
  width: 100%;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  padding: 0 8px;
  font-size: 1.4rem;
  line-height: 60px;
  border-radius: 30px;
  height: 60px;
  background: #fff;
  color: #fba848;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fba848 !important;
}




/*働く仲間*************************************/
.job-work-staff {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
  padding: 0 20px 20px;
}

.job-work-staff .job-staff-image {
  margin-top:16px;
  max-width: 500px;
}

.job-work-staff .job-staff-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.job-work-staff .job-staff-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.job-work-staff .job-staff-text .field__item {
  flex: 1;
  display: flex
;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  line-height: 1.8;
}

@media only screen and (max-width: 992px) {
  .job-work-staff{
    flex-direction: column;
    padding: 20px 20px 0px;
  }

  .job-work-staff .job-staff-image {
    width: 100%;
    margin: 0 auto;
  }

  .job-work-staff .job-staff-text {
    width: 100%;
  }
}

/* @media only screen and (max-width: 767px) {

} */


/* job 求人画像 slider style*/
.job-image-area .slick__slide .slide__content .media img {
  width: 100%;
}

/* キャプション */
.slick__slide .slide__content .blazy__caption.slide__caption,
.job-image-area .slide__caption {
  display: block;
  position: relative;
  width: 100%;
  /* z-index: 100; */
  color: #fff;
  padding: 10px;
  background-color: rgba(0, 0, 0, 1);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* サムネイルあり slick-dots*/
.slick-dots--thumbnail-hover.slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 16px;
  margin-left: 8px;
  margin-right: 8px;
}

.slick-dots--thumbnail-hover.slick-dots {
  text-align: left;
}

.slick-dots--thumbnail-hover.slick-dots li {
  width: auto;
  height: auto;
}

.slick-dots--thumbnail-hover.slick-dots li.slick-active {
  opacity: 0.6;
}

.slick-dots--thumbnail-hover.slick-dots li button:before {
  display: none;
}

.slick-dots--thumbnail-hover.slick-dots li button {
  display: none;
}

.slick-dots--thumbnail-hover.slick-dots li .slick-dots__thumbnail:hover {
  opacity: 0.6;
}

@media only screen and (max-width : 767px) {
  .slick-dots--thumbnail-hover.slick-dots {
    margin-top: 8px;
  }

  .slick-dots--thumbnail-hover.slick-dots li {
    width: calc(100% / 8);
  }

  .slick-dots--thumbnail-hover.slick-dots li img {
    width: 100%;
    height: auto;
  }
}



/* slick 矢印 */
.job-image-area .slick-arrow {
  height: 140px;
  width: 25px;
  background: #000;
  border: 2px #fff solid;
  position: absolute;
  top: 45%;
  margin-top: -70px;
  font-size: 0;
  opacity: 0.4;
}

/* prev */
.job-image-area .slick__arrow .slick-arrow.slick-prev {
  left: 2rem;
}

.job-image-area .slick__arrow .slick-arrow.slick-prev::before {
  transform: rotate(-45deg);
  left: 7px;
  right: 0;
}

.job-image-area .slick__arrow .slick-arrow.slick-prev::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* next */
.job-image-area .slick__arrow .slick-arrow.slick-next {
  right: 2rem;
}

.job-image-area .slick__arrow .slick-arrow.slick-next::before {
  transform: rotate(135deg);
  left: 0;
  right: 7px;
}

.job-image-area .slick__arrow .slick-arrow.slick-next::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width : 767px) {
  .job-image-area .slick-arrow {
    height: 50px;
    width: 25px;
    margin-top: -70px;
  }

  /* prev */
  .job-image-area .slick__arrow .slick-arrow.slick-prev {
    left: 0px;
  }

  .job-image-area .slick__arrow .slick-arrow.slick-next {
    right: 0px;
  }

}




/* 企業のホンネ *************************************/
body.page-node-type-job .job-details-area .view-job-real-list {
  margin-bottom: 60px;
}


body.page-node-type-job .job-details-area .view-job-real-list .view-header {
  margin-bottom: 20px;
}


body.page-node-type-job .job-details-area .view-job-real-list .job-real-warp {
  display: flex;
  gap: 40px;
  /* padding: 0 20px 20px; */
}

body.page-node-type-job .job-details-area .view-job-real-list .job-real-warp .job-real-img {
  max-width: 500px;
}

body.page-node-type-job .job-details-area .view-job-real-list .job-real-warp .job-real-img img {
  width: 100%;
  height: auto;
}

body.page-node-type-job .job-details-area .view-job-real-list .job-real-warp .job-real-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* 上部と下部にスペースを分散 */
  height: 100%;
  /* 親要素の高さに合わせる */
}
body.page-node-type-job .job-details-area .view-job-real-list .job-real-warp .job-real-info .txt{
  line-height: 1.8;
  margin-bottom: 16px;
  white-space: pre-wrap;
}

body.page-node-type-job .job-details-area .view-job-real-list .job-real-warp .job-real-info .ttl {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

body.page-node-type-job .job-details-area .view-job-real-list .job-real-warp .job-real-info .more {
  align-self: flex-end;
}

body.page-node-type-job .job-details-area .view-job-real-list .job-real-warp .job-real-info .more a {
  /* padding: 5px 20px; */
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  /* border-radius: 3px; */
  border-radius: .25rem;
  font-size: 16px;
  font-weight: 600;
  min-height: 3rem;
  /* background: var(--link-color); */
  background-color: #fff;
  border: 1px solid #0E7AC4;
  /* color: #fff; */
  color: #0E7AC4;
  /* font-size: 1.4rem; */
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  /* box-shadow: 0 0 3px rgba(0, 0, 0, .3); */
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  display: inline-flex;
  justify-content: center;
  line-height: 1.25;
  width: 200px;
}

body.page-node-type-job .job-details-area .view-job-real-list .job-real-warp .job-real-info .more a:hover {
  background-color: #1383d0;
  color: #fff;
}

@media screen and (max-width: 991px) {
  body.page-node-type-job .job-details-area .view-job-real-list .job-real-warp {
    flex-wrap: wrap;
    gap: 20px;
  }

  body.page-node-type-job .job-details-area .view-job-real-list .job-real-warp .job-real-img {
    width: 100%;
  }

  body.page-node-type-job .job-details-area .view-job-real-list .job-real-warp .job-real-img img {
    display: block;
    margin: 0 auto;
  }
}
/* 校閲中 企業のホンネ **/
body.path-access .job-details-area .view-job-real-list {
    margin-bottom: 60px;
}

body.path-access .job-details-area .view-job-real-list .view-header {
    margin-bottom: 20px;
}

body.path-access .job-details-area .view-job-real-list .job-real-warp {
    display: flex;
    gap: 40px;
}

body.path-access .job-details-area .view-job-real-list .job-real-warp .job-real-img {
    max-width: 500px;
}

body.path-access .job-details-area .view-job-real-list .job-real-warp .job-real-img img {
    width: 100%;
    height: auto;
}

body.path-access .job-details-area .view-job-real-list .job-real-warp .job-real-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

body.path-access .job-details-area .view-job-real-list .job-real-warp .job-real-info .txt {
    line-height: 1.8;
    margin-bottom: 16px;
    white-space: pre-wrap;
}

body.path-access .job-details-area .view-job-real-list .job-real-warp .job-real-info .ttl {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}

body.path-access .job-details-area .view-job-real-list .job-real-warp .job-real-info .more {
    align-self: flex-end;
}

body.path-access .job-details-area .view-job-real-list .job-real-warp .job-real-info .more a {
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    border-radius: .25rem;
    font-size: 16px;
    font-weight: 600;
    min-height: 3rem;
    background-color: #fff;
    border: 1px solid #0E7AC4;
    color: #0E7AC4;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: rgba(0,0,0,0.02) 0 1px 3px 0;
    display: inline-flex;
    justify-content: center;
    line-height: 1.25;
    width: 200px;
}

body.path-access .job-details-area .view-job-real-list .job-real-warp .job-real-info .more a:hover {
    background-color: #1383d0;
    color: #fff;
}

@media screen and (max-width: 991px) {
    body.path-access .job-details-area .view-job-real-list .job-real-warp {
        flex-wrap:wrap;
        gap: 20px;
    }

    body.path-access .job-details-area .view-job-real-list .job-real-warp .job-real-img {
        width: 100%;
    }

    body.path-access .job-details-area .view-job-real-list .job-real-warp .job-real-img img {
        display: block;
        margin: 0 auto;
    }
}


/* *****************************************************************
 * 求人をシェア
 ***************************************************************** */
.sns-share-btn-area.job {
  background-color: #efefef;
  border-top: none;
  padding: 40px 20px;
}

.sns-share-btn-area.job ul li a#js-share-twitter {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .sns-share-btn-area.job {
    padding: 16px 8px;
  }
}

/* *****************************************************************
 * プレビュー用
 ***************************************************************** */

.kousei {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 0, 0, 0.8);
  color: #FFF;
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  padding: 10px;
  height: 100px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100vw;
  /* 画面全体の幅に広げる */
}

/* *****************************************************************
 * 閲覧履歴
 ***************************************************************** */
.blazy--view--recently-read-page li.grid{
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, .15); */
  padding: 5px !important;
  cursor: pointer;
}

.blazy--view--recently-read-page li.grid:hover {
  opacity: 0.8;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
  /* border: 1px solid #0E7AC4; */
}



/*  タイトルエリア *****************************************************/
.job-head-title {
  background-color: var(--main-color);
  padding: 40px 8px;
  line-height: 20px;
}

.job-head-title &gt; div,
.job-head-title &gt; h1 {
  margin: 0 auto;
  color: #fff;
}

.job-head-title &gt; h1{
  line-height: 35px;
}

@media (min-width: 1400px) {
  .job-head-title &gt; div,
  .job-head-title &gt; h1 {
      max-width: 1136px;
  }
}

@media (max-width: 1400px) {
  .job-head-title &gt; div,
  .job-head-title &gt; h1 {
      max-width: 1110px;
  }
}


@media (max-width: 1199px) {
  .job-head-title &gt; div,
  .job-head-title &gt; h1 {
      max-width: 930px;
  }
}

@media (max-width: 991px) {
  .job-head-title &gt; div,
  .job-head-title &gt; h1 {
      max-width: 690px;
  }
}

@media (max-width: 767px) {
  .job-head-title &gt; div,
  .job-head-title &gt; h1 {
      max-width: 510px;
  }

  .job-head-title &gt; h1{
    line-height: 25px;
    font-size: 18px;
  }
}
/*
.job-image-area {
  margin-top: 30px;
}
*/
.job-head-area .job-head-id {
  margin-top: 50px;
}

/**非表示************************/
/* .page-node-type-job .preview_job-company-info{
  display: none;
} */

.job-company-info .pre{
  white-space: pre-wrap;
}

/* 未ログイン 検討リスト ******************************/
body:not(.modal-open-bookmarks) .modal-dialog.job-bookmarks-btn{
    display:none;
}
body.modal-open-bookmarks::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .3);
    padding: 40px 0;
    z-index: 100;
}
.modal-dialog.job-bookmarks-btn{
    position: fixed;
    left: 50%;
    top: 50%;
    right: 0;
    margin: 0;
    z-index: 99999999;
    max-width: 360px;
    height:auto;
    margin: 0 0 0 -180px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    border-radius: 8px
}
.modal-dialog.job-bookmarks-btn .modal-content{
    height:auto;
}
.modal-dialog.job-bookmarks-btn .modal-header{
    min-height:auto;
}
.modal-dialog.job-bookmarks-btn .model-title h6{
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    text-align: center;
    margin:10px 0 20px;
}
.modal-dialog.job-bookmarks-btn .btn-warp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal-dialog.job-bookmarks-btn .btn-warp a {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  text-align: center;
}
.modal-dialog.job-bookmarks-btn .btn-warp a.register {
  background: #fb4848;
  border-color: #fb4848;
  color: #fff;
  min-width: 200px;
  text-align: center;
  position: relative;
}
.modal-dialog.job-bookmarks-btn .btn-warp a.register:hover {
  background: #ff9048;
  border-color: #ff9048;
  color: #fff;
}
.modal-dialog.job-bookmarks-btn .btn-warp a.login:hover {
    color: #fff;
    background: #0E7AC4;
    border-color: #0E7AC4;
}
/*検討リストボタン*/
body:not(.not_login.role-anonymous) .flag.js-flag-flag-job-not-login{
    display:none;
}
/*SPメニューのお気に入りボタン*/
body.not_login.role-anonymous .sp-nav li.bookmark{
    display:none;
}</pre></body></html>