
/* CSS Document */

#l-header {
  position: absolute;
}

/*-----▼ 募集職種概要 ▼----*/
.p-recruit-catch {}

.p-recruit-title {
  width: 100%;
  padding: 23px 0;
  background-color: #f2f2f2;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .p-recruit-title {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-recruit-title-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1;
}

.p-recruit-title-inner .u-background-primary {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 100%;
}

.p-recruit-title-inner h1 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding-left: 35px;
  font-weight: bold;
}

.p-recruit-title-inner p {
  font-size: 1rem;
  font-style: italic;
  padding-left: 35px;
  color: #808080;
}

.p-job-overview {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 2rem auto 2.5rem auto;
}

@media print, screen and (min-width: 1024px) {
  .p-job-overview {
    padding-top: 150px;
    position: relative
  }
}

@media print, screen and (min-width: 768px) {
  .p-job-overview {
    padding-top: 140px;
  }
}

.p-job-image {
  position: relative;
  width: 50%;
}

.p-job-summary {
  width: 45%;
}

.p-job-image .slick-prev,
.p-job-image .slick-next {
  position: absolute;
  z-index: 2;
  top: 41%;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2rem;
  border-radius: 50%;
  font-size: 1.5rem;
  text-align: center;
  outline: none;
  border: 2px solid #fff;
  color: #fff;
  font-size: 0;
  background-color: rgba(0, 0, 0, .2);
}

.p-job-image .slick-prev::before,
.p-job-image .slick-next::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
}

.p-job-image .slick-prev::before {
  content: "\f0d9";
  padding-right: .1rem;
}

.p-job-image .slick-next::before {
  content: "\f0da";
  padding-left: .2rem;
}

.p-job-image .slick-prev {
  left: 0;
  margin-left: .5rem;
  opacity: .7;
  transition: all .1s linear;
}

.p-job-image .slick-next {
  right: 0;
  margin-right: .5rem;
  opacity: .7;
  transition: all .1s linear;
}

.p-job-image .slick-prev:hover,
.p-job-image .slick-next:hover {
  opacity: .9;
}

.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #DDD;
  margin: .7rem 1rem .2rem 1rem;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #666;
}

.slick-dots li:hover {
  opacity: .7;
}

.p-job-summary dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.6;
  border-bottom: solid 1px #CCC;
}

.p-job-summary dl dt {
  width: 25%;
  max-width: 200px;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.7rem 0 0.85rem 1.8rem;
}

.p-job-summary dl:first-child {
  border-top: solid 1px #CCC;
}

.p-job-summary dl:first-child dt {
  background: url(/assets/icons/icon-01.png) no-repeat left 0.8rem;
  background-size: 21px;
}

.p-job-summary dl:nth-child(2) dt {
  background: url(/assets/icons/icon-02.png) no-repeat left 0.8rem;
  background-size: 21px;
}

.p-job-summary dl:nth-child(3) dt {
  background: url(/assets/icons/icon-03.png) no-repeat left 0.8rem;
  background-size: 21px;
}

.p-job-summary dl:nth-child(4) dt {
  background: url(/assets/icons/icon-04.png) no-repeat left 0.9rem;
  background-size: 21px;
}

.p-job-summary dl dd {
  width: 99%;
  font-size: 0.9rem;
  padding: 0.7rem 0 0.85rem 7rem;
  margin-left: -7rem;
}

.c-button-recruit {
  max-width: 270px;
  margin: 1.5rem auto 0 auto;
  border-radius: 2em;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  transition: all linear 0.15s;
  cursor: pointer;
}

.c-button-recruit a {
  display: block;
  color: #FFF;
  padding: 1.24em 2em 1.1em;
  font-size: 1.05rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
}

.p-job-points .u-background-primary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .08;
}

.p-job-points {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 1rem;
  padding: 1.5rem 1rem;
  opacity: 1;
}

.p-job-points h2 {
  width: 26%;
  font-size: 1.3rem;
  padding-left: .8rem;
}

.p-job-points img {
  width: 40px;
  margin-top: -1rem;
  margin-left: 3rem;
}

.p-job-points .p-light-svg {
  fill: #00838F;
  width: 40px;
  margin-left: 3rem;
  margin-top: -.8rem;
}

.p-job-points ul li {
  font-size: 0.82rem;
  line-height: 1.4;
  color: #666;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.p-job-points ul li:not(:first-child) {
  margin-top: .5rem;
}

.p-job-overview > .p-job-points-youtube-bg {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}

.p-job-points-youtube-bg .youtube-wrap,
.p-job-points-youtube-bg .youtube-with-fallback,
.p-job-points-youtube-bg .youtube,
.p-job-points-youtube-bg .youtube iframe {
  width: 100% !important;
  max-width: 100% !important;
}

.p-job-points-youtube-bg .youtube iframe {
  height: 100% !important;
}

.p-job-points-youtube-bg .youtube-wrap {
  display: block;
  background-color: #000;
}

.p-points {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 8px;
  opacity: .5;
  pointer-events: none;
}

/*-----▼ 仕事内容〜企業情報 ▼----*/
.l-container-r {
  position: relative;
  margin: 1rem auto 4rem;
  max-width: 1000px;
  overflow: hidden;
}

.p-job-info {
  width: 73%;
  float: left;
  color: #666;
}

.p-job-info h2#job-info-01 {
  margin-top: 0;
}

.p-job-info h2 {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1rem;
  color: #333;
}

.p-job-info h2 .p-ico-info {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 13px;
  vertical-align: middle;
  margin: 0.5rem .7rem 0.8rem 0;
}

.p-job-info h2 .p-ico-info::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #FFF;
}

.p-job-info h2 .p-bar-info {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  margin: 0.9rem 0 1.7rem 0;
}

.p-job-info p {
  margin-bottom: 2rem;
  font-size: 0.97rem;
  line-height: 1.7;
}

.p-job-detail {
  position: relative;
  padding: 2.5rem 3rem;
}

.p-job-detail p {
  margin: 1rem 0 0 0;
  font-size: .95rem;
  line-height: 1.7;
}

.p-job-detail h3 {
  position: relative;
  display: block;
  line-height: 1;
  padding-left: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}

.p-job-detail h3 .p-jb-h3 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}

.p-job-detail .p-jb-bg.u-background-primary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .08;
}

.p-more {
  display: none;
}

.p-relation-contents {
  background-color: #f8f8f8;
  margin: 3rem 0 0 0;
  padding: 1.9rem 3.5rem 2rem 3.5rem;
  border-top: solid 1px #cacaca;
  border-bottom: solid 1px #cacaca;
  position: relative;
}

.p-relation-contents h3 {
  font-style: italic;
  padding: 0 0 1rem .4rem;
}

.p-relation-contents .p-relation-slide {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-y: scroll;
}

.p-relation-slide li p {
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0.6rem 0 0 0;
}

.p-relation-contents .p-relation-slide li {
  min-width: 190px;
  margin: 0 0.5rem;
}

.narrow-contents {
  width: 50% !important;
  margin: auto !important;
}

.p-relation-contents .p-relation-slide li a {
  color: #666;
  outline: none;
}

.p-relation-contents .p-relation-slide li .p-slide-thumb {
  height: 120px;
  overflow: hidden;
  border-radius: 7px;
}

.p-relation-contents .p-relation-slide li .p-slide-thumb img {
  transition: all 600ms ease;
}

.p-relation-contents .p-relation-slide li a:hover .p-slide-thumb img {
  transform: scale(1.07);
}

.p-job-info dl.p-job-table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.9rem;
  line-height: 1.4;
}

.p-job-info dl.p-job-table dt {
  width: 23%;
  letter-spacing: .1rem;
  background-color: #efefef;
  margin-bottom: 3px;
  padding: 0.8rem 1.5rem 0.95rem 1.5rem;
}

.p-job-info dl.p-job-table dd {
  width: 77%;
  letter-spacing: .05rem;
  background-color: #f8f8f8;
  margin-bottom: 3px;
  padding: 0.8rem 1.9rem 0.95rem 1.9rem;
}

.p-job-info dl.p-job-table dd p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1.4rem;
}

.p-job-info dl.p-job-table dd p:last-child {
  margin-bottom: .5rem;
}

.p-job-info dl.p-job-table dd a {
  text-decoration: underline;
  color: #666;
}

.p-job-info dl.p-job-table dd a:hover {
  text-decoration: none;
  color: #999;
}


/*-----▼ アンカーナビ ▼----*/
ul.p-job-menu {
  float: right;
  width: 220px;
}

ul.p-job-menu {
  font-size: .92rem;
  font-style: italic;
  right: calc(50% - 500px);
}

ul.p-job-menu li a {
  width: 220px;
  display: block;
  padding: 1rem 0 1rem .5rem;
  transition: all .2s ease;
  padding-left: 1.1em;
  color: #777;
}

ul.p-job-menu li a::before {
  content: "＜";
  font-size: .7rem;
  font-family: "Josefin Sans", sans-serif !important;
  font-stretch: 50%;
  vertical-align: middle;
  font-style: normal;
  display: inline-block;
  margin-right: .3rem;
}

ul.p-job-menu li a:hover {
  font-weight: bold;
  padding: 1rem 0 1rem 1rem;
}

ul.p-job-menu li a.active {
  font-weight: bold;
  padding: 1rem 0 1rem 0;
}

ul.p-job-menu li:not(:last-child) {
  border-bottom: solid 1px #dfdfdf;
}

/*-----▼ 特徴・ポイント ▼----*/
.p-tag {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0 4rem 0;
  border-top: solid 1px #CCC;
  color: #666;
}

.p-tag h4 {
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
}

.p-tag ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.p-tag ul li {
  font-size: .8rem;
  padding: .4rem .7rem;
  margin: 0 .7rem .7rem 0;
  border-radius: 6px;
  border: solid 1px #d1d1d1;
}


/*-----▼ 固定メニューボタン ▼----*/
.p-burger-btn {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 80px;
  right: 50px;
  z-index: 11;
  border: none;
  background-color: #f1f1f1;
  border-radius: 6px;
}

.p-burger-btn:hover {
  opacity: .75;
  cursor: pointer;
}

.bar {
  width: 30px;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
}

.bar_top {
  top: 25px;
  transition: transform .3s;
}

.bar_bottom {
  width: 20px;
  bottom: 25px;
  transition: transform .3s;
  margin: 0 0 0 5px;
}

.p-burger-btn.close .bar_top {
  transform: translate(-50%, 5px) rotate(45deg);
  transition: transform .3s;
}

.p-burger-btn.close .bar_bottom {
  width: 30px;
  transform: translate(-65%, -4px) rotate(-45deg);
  transition: transform .3s;
}

#l-header {
  transition: all .3s;
}

#l-header.opacity {
  opacity: 0;
}

#l-header.fixed {
  position: fixed;
  opacity: 1;
  transition: all .3s;
}


/*-----▼ 固定entryボタン ▼----*/
.p-footer-entry {
  width: 100%;
  background-color: rgba(17, 17, 17, .8);
}

.p-footer-entry.fixed {
  position: fixed;
  left: 0;
  bottom: -140px;
  z-index: 2;
  opacity: 0;
  transition: all .4s linear;
}

.p-footer-entry.fixed.is-show {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 1;
}

.p-footer-entry-inner,
.p-footer-entry-inner-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem 0;
  color: #FFF;
}

.p-footer-entry-inner-line .p-job-company-wrap {
  width: 54%;
}

.p-job-company-name {
  color: #CCC;
  font-size: .95rem;
  margin-bottom: .5rem;
}

.p-job-name {
  font-size: 1.3rem;
  line-height: 1.4;
}

.p-line-area {
  width: 410px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-line-area .c-button.c-button--white {
  border: solid 1px #FFF;
}

.p-line-area .c-button.c-button--white:hover {
  background: none !important;
  border: solid 1px #666;
}

.p-line-area .c-button-entry {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: #FFF;
  border: solid 1px rgba(0, 0, 0, 0);
}

.p-line-area .c-button-entry:hover {
  background: none !important;
  color: #FFF;
  border: solid 1px #666;
}

.p-line-area .c-button-line {
  min-width: 200px;
}

.c-button-tel {
  min-width: 200px;
  margin: 0 0 0 3rem;
  padding: 1.2em .5em 1.1rem .5em;
  border-radius: 2em;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  transition: all linear 0.15s;
  background-color: #666;
}

.p-line-area .c-button-tel {
  width: 100%;
  margin: .5rem 0 0 0;
  padding: .5em .5em .3rem .5em;
  background-color: #272727;
}

.c-button-tel a {
  color: #FFF;
  pointer-events: none;
}

.p-circle {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #FFF;
  margin: 0 .3rem .2rem .3rem;
}

.p-number {
  font-size: 1.2rem;
}

.p-line-area .p-number {
  font-size: 1.2rem;
  letter-spacing: .1rem;
}

.c-button-entry {
  position: relative;
  min-width: 200px;
  margin: 0 0 0 1rem;
  padding: 1.8rem .5em 1.8rem .5em;
  border-radius: 2em;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  transition: all linear 0.15s;
  cursor: pointer;
}

.p-line-area .c-button-entry {
  position: relative;
  min-width: 200px;
  margin: 0;
  padding: 1.4em .5em 1.2em .5em;
  border-radius: 2em;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  transition: all linear 0.15s;
  cursor: pointer;
}

.c-button-entry a {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #FFF;
  font-weight: bold;
  box-sizing: border-box;
  padding: 1.4rem 0 1.2rem;
  text-align: center;
}

.p-line-area .c-button-entry a {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #FFF;
  font-weight: bold;
  box-sizing: border-box;
  padding: 1em 0 .8em 0;
  text-align: center;
}

.p-footer-entry-inner .c-button--primary:hover {
  background: none !important;
  border: solid 2px #666;
}

/*-----▼ 固定shareボタン ▼----*/
.p-share-buttons--vertical {
  background-color: #f1f1f1;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 0;
  padding: 1rem .5rem 1.5rem .4em;
  text-align: center;
}

.p-share-buttons--vertical.fixed {
  position: fixed;
  left: -70px;
  top: 50%;
  transform: translateY(-80%);
  z-index: 2;
  transition: all .4s linear;
  opacity: 0;
}

.p-share-buttons--vertical.fixed.is-show {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-80%);
  z-index: 2;
  opacity: 1;
}

.p-share-buttons__heading--vertical {
  font-size: .75rem;
  letter-spacing: 0.02em !important;
  background-color: #FFF;
  color: #000;
  text-align: center;
  width: 55px;
  border-radius: 30px;
  padding: 1.2rem 0 1.1rem 0;
}

.p-share-buttons__list__item--vertical {
  text-align: center;
  margin-top: 1rem;
}

.p-share-buttons__list__item--hatena--vertical {
  width: 26px;
  margin-left: 2px;
}

.p-share-buttons__list__item--vertical a {
  color: #000;
}

.p-share-buttons__list__item--vertical i {
  font-size: 30px;
}

/*-----▼ スライダー ▼----*/
.slick-slide {
  outline: none;
}

.slick-list.draggable {
  padding: 0 0 !important;
}

.slick-track {
  display: flex;
  width: 670px;
}

.p-slick-recommended__controller,
.p-slick-recruit__controller {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  top: 43%;
  left: 0;
}

.p-slick-recruit__controller .slick-prev,
.p-slick-recruit__controller .slick-next {
  top: 0;
  border: 2px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, .2);
}

.p-slick-recommended__controller .slick-prev,
.p-slick-recruit__controller .slick-prev {
  left: 0.7rem;
  transition: all .1s linear;
}

.p-slick-recommended__controller .slick-next,
.p-slick-recruit__controller .slick-next {
  right: 0.7rem;
}

.p-slick-recruit__controller .slick-prev:hover,
.p-slick-recruit__controller .slick-next:hover {
  opacity: .7;
}

.p-button-gototop {
  bottom: 2.4rem;
}

@media print,
screen and (max-width: 1000px) {
  .p-recruit-title {
    padding: 23px 2rem;
  }

  .p-recruit-title-inner h1 {
    margin-bottom: .5rem;
    padding-left: 2rem;
    line-height: 1.3;
  }

  .p-recruit-title-inner p {
    padding-left: 2rem;
  }

  .p-job-points h2 {
    width: 35%;
    font-size: 1.2rem;
    padding-left: 1rem;
  }

  .p-job-points .p-light-svg {
    margin-left: 1rem;
  }

  .p-job-info {
    width: 70%;
    margin-left: 2rem;
  }

  .p-tag {
    margin: 0 2rem;
  }

  .p-job-info dl.p-job-table dt {
    width: 27%;
    padding: 0.8rem 1rem 0.95rem 1rem;
  }

  .p-job-info dl.p-job-table dd {
    width: 73%;
    padding: 0.8rem 1rem 0.95rem 1rem;
  }

  .p-job-summary dl dd {
    padding: 0.7rem 0 0.85rem 8rem;
  }

  /*-----▼ 固定shareボタン ▼----*/
  .p-share-buttons--vertical {
    display: none;
  }

  /*-----▼ 固定entryボタン ▼----*/
  .p-footer-entry-inner,
  .p-footer-entry-inner-line {
    padding: 1rem 4rem 1rem 2rem;
  }

  .c-button-tel {
    margin: 0 0 0 1rem;
  }

  .p-line-area .c-button {
    padding: 1em 1em 0.75em;
  }

  .p-line-area .c-button-line {
    min-width: 170px;
  }

  .p-line-area .c-button-entry {
    min-width: 180px;
  }
}

@media(max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  .p-job-menu {
    position: absolute;
    right: calc(50% - 440px) !important;
  }

  ul.p-job-menu li a {
    width: 160px !important;
  }
}

@media(max-width: 767px) {
  .p-navbar__fullscreen-panel.sp-r-nav {
    top: 0;
    height: 100vh;
    overflow: hidden;
  }

  .p-burger-btn {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1000;
    border: none;
    background-color: #f1f1f1;
    border-radius: 6px;
  }

  .p-burger-btn.close {
    opacity: .5;
  }

  .bar_top {
    top: 20px;
  }

  .bar_bottom {
    bottom: 20px;
  }
}

@media(max-width: 735px) {
  .p-line-area .c-button {
    padding: 1em 1.5em 0.75em;
  }

  .p-line-area .c-button-entry {
    min-width: 170px;
  }
}

@media print,
screen and (max-width: 700px) {
  .p-recruit-title {
    padding: 1rem;
  }

  .p-recruit-title-inner h1 {
    padding-left: 1.5rem;
    font-size: 1.3rem;
  }

  .p-recruit-title-inner p {
    padding-left: 1.5rem;
    line-height: 1.5;
    font-size: .9rem;
  }

  .p-job-overview {
    margin: 0;
  }

  .p-job-image {
    width: 100%;
    position: relative;
  }

  .p-job-image .slick-list.draggable {
    padding: 0 !important;
  }

  .p-job-summary {
    width: 100%;
    padding: 1rem 1.5rem 2rem 1.5rem;
  }

  .p-job-summary dl dt {
    width: 16vw;
    max-width: 200px;
    font-size: 0.8rem;
    font-weight: normal;
    text-align: center;
    padding: 0 0 0 0;
    line-height: 7.5;
    margin-bottom: -2rem;
  }

  .p-job-summary dl:first-child dt {
    background: url(/assets/icons/icon-01.png) no-repeat center 0.67rem;
    background-size: 24px;
  }

  .p-job-summary dl:nth-child(2) dt {
    background: url(/assets/icons/icon-02.png) no-repeat center 0.67rem;
    background-size: 24px;
  }

  .p-job-summary dl:nth-child(3) dt {
    background: url(/assets/icons/icon-03.png) no-repeat center 0.67rem;
    background-size: 24px;
  }

  .p-job-summary dl:nth-child(4) dt {
    background: url(/assets/icons/icon-04.png) no-repeat center 0.6rem;
    background-size: 24px;
  }

  .p-job-summary dl dd {
    width: 86vw;
    font-size: 0.97rem;
    padding: 1rem 0 1.1rem 5rem;
    margin-left: -4.1rem;
  }

  .c-button-recruit a {
    display: block;
    color: #FFF;
    font-size: 1.15rem;
    line-height: 1.3;
    letter-spacing: 0.05rem;
    font-weight: bold;
    padding: 1.2em 2em 1.1em;
  }

  .c-button-recruit {
    max-width: 70%;
    margin: 2rem auto 0.2rem auto;
  }

  .p-job-points {
    display: block;
    margin-top: 1rem;
    padding: 2.2rem 1.5rem 2.5rem 1.5rem;
    margin-bottom: 1rem;
  }

  .p-job-overview > .p-job-points-youtube-bg {
    margin-top: 0.4rem !important;
    margin-bottom: 1.6rem !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-job-points .p-light-svg {
    position: absolute;
    width: 1.7rem;
    top: 2.4rem;
    left: 16vw;
    display: inline-block;
  }

  .p-job-points h2 {
    letter-spacing: .1rem;
    display: inline-block;
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 1.2rem;
    text-align: center;
    text-indent: 1em;
  }

  .p-job-points ul li {
    font-size: .95rem;
  }

  .p-job-points ul li:not(:first-child) {
    margin-top: 1rem;
  }

  .p-job-info {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ul.p-job-menu {
    display: none;
  }

  .l-container-r {
    margin: 0 auto 4rem;
  }

  .p-job-info h2 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0 1.7rem;
  }

  .p-job-info h2 .p-ico-info {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    vertical-align: middle;
    margin: 0.5rem .5rem 0.8rem 0;
  }

  .p-job-info h2 .p-bar-info {
    display: none;
  }

  .p-job-info p {
    padding: 0 2rem;
    font-size: 1.1rem;
    line-height: 1.8;
  }

  .p-job-detail {
    padding: 2rem;
    margin: 0 2rem;
  }

  .p-job-detail p {
    padding: 0;
    font-size: .98rem;
    line-height: 1.8;
  }

  .p-blind {
    position: relative;
    height: 190px;
    overflow: hidden;
  }

  .p-blind::after {
    position: absolute;
    display: block;
    content: "";
    top: 20vw;
    left: 0;
    width: 100%;
    height: 50vw;
    z-index: 2;
    background: url(/assets/images/bg-blind.png) no-repeat center bottom;
    background-size: auto;
    transition: all .3s linear;
  }

  .p-blind.active::after {
    opacity: 0;
  }

  .p-more {
    width: 40%;
    display: block;
    margin: 2rem auto 3rem auto;
    padding: .5rem 1rem;
    color: #888;
    background-color: #f4f4f4;
    text-align: center;
    border-radius: 5px;
  }

  .p-more::first-letter {
    display: inline-block;
    content: "";
    font-size: .7rem;
    margin-top: -1rem;
  }

  .p-relation-contents {
    padding: 1.9rem 0 2.5rem 0;
    margin: 4rem 0 3.7rem 0;
  }

  .p-relation-contents h3 {
    font-size: 1.3em;
    font-weight: bold;
    font-style: italic;
    letter-spacing: .05rem;
    padding: 0 0 1.5rem 0;
    text-align: center;
    text-indent: -.1em;
  }

  .p-relation-contents .p-relation-slide {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .p-relation-contents .p-relation-slide li {
    min-width: 70vw !important;
    margin: 0;
    padding: 0 1rem;
  }

  .slick-list.draggable {
    padding: 0 3rem !important;
  }

  .p-relation-contents .p-relation-slide li .p-slide-thumb {
    width: 100%;
    height: 40vw;
    overflow: hidden;
    border-radius: 10px;
  }

  .p-relation-contents .p-relation-slide li:hover .p-slide-thumb {
    overflow: hidden;
    overflow: hidden;
  }

  .p-relation-contents .p-relation-slide li a {
    display: block;
  }

  .p-relation-slide li p {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0.6rem 0 0 0;
    padding: 0;
  }

  .p-job-info dl.p-job-table {
    font-size: 1.1rem;
    border-bottom: solid 1px #CCC;
  }

  .p-job-info dl.p-job-table dt {
    width: 100%;
    padding: 1.3rem 2rem 0 02rem;
    background-color: #FFF;
    border-top: solid 1px #CCC;
    font-size: 1.1rem;
    font-weight: bold;
    color: #444;
  }

  .p-job-info dl.p-job-table dd {
    width: 100%;
    padding: 0.1rem 2rem 1.1rem 2rem;
    background-color: #FFF;
    font-size: 1rem;
  }

  .p-job-info dl.p-job-table dd p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    padding: 0;
  }

  .p-tag h4 {
    font-size: 1.2rem;
  }

  .p-tag ul li {
    font-size: .95rem;
  }

  .p-button-gototop {
    bottom: 1.4rem;
  }

  /*-----▼ 固定entryボタン ▼----*/
  .p-footer-entry-inner,
  .p-footer-entry-inner-line {
    padding: 1rem 4rem 1rem 1rem;
  }

  .p-footer-entry-inner {
    justify-content: flex-start;
  }

  .p-footer-entry-inner div:first-child {
    display: none;
  }

  .p-job-company-wrap {
    display: none;
  }

  .p-line-area .c-button-tel {
    background: none;
  }

  .p-line-area {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-right: .5rem;
  }

  .p-line-area .c-button-line {
    min-width: 200px;
    order: 3;
  }

  .p-line-area .c-button.c-button--white {
    border: solid 1px #FFF;
    width: 54vw;
    margin-top: .4rem;
    font-size: 1.1rem;
  }

  .p-line-area .c-button-entry a {
    padding: 1rem 1.5rem .7rem 1.5rem;
  }

  .p-line-area .c-button-entry {
    width: 54vw;
    padding: .9em .5em 1.5em .5em;
  }

  .p-line-area .c-button-tel {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22vw;
    height: 100%;
    margin: 0 0;
    order: 1;
  }

  .p-line-area .c-button-tel a {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    margin: 0;
    font-size: 1.3rem;
    color: #FFF;
    padding: 1.87em .9em 2.3rem .9em;
    background-color: #666;
    order: 1;
    border-radius: .5rem;
    pointer-events: auto;
  }

  .p-line-area .c-button {
    padding: .8em 2em 0.55em;
  }

  .c-button-tel {
    padding: 0;
    margin: 0.2rem 0 0 0;
    min-width: 10vw !important;
    background: none;
  }

  .c-button-tel a {
    min-width: 10%;
    margin: 0;
    padding: 0.8em .9em .7rem .9em;
    font-size: 1.3rem;
    color: #FFF;
    background-color: #666;
    border-radius: 2em;
    pointer-events: auto;
  }

  .p-circle,
  .p-number {
    display: none;
  }

  .c-button-entry {
    min-width: 68%;
    padding: 1.5em .5em 1.5em .5em;
    font-size: 1.1rem;
  }

  .c-button-entry a {
    padding: 1.3rem 0 1rem;
  }
}

@media print,
screen and (max-width: 320px) {
  .p-job-points .p-light-svg {
    margin-left: 0rem;
    margin-top: -1rem;
  }

  .p-footer-entry-inner,
  .p-footer-entry-inner-line {
    padding: 1rem 4rem 1rem 1rem;
  }

  .p-footer-entry-inner {
    padding: 1rem 1rem 1rem 1rem;
  }

  .p-line-area .c-button-entry {
    min-width: 54vw;
    padding: .4em .5em 1.9em .5em;
    margin: 0 0 0 1rem;
  }

  .c-button-recruit {
    max-width: 90%;
    padding: 0;
  }

  .c-button-recruit a {
    padding: 1.2rem 1rem 1rem 1rem;
  }

  .p-line-area .c-button-entry a {
    padding: 1rem .1rem .7rem .1rem;
    font-size: 1rem;
  }

  .p-line-area .c-button.c-button--white {
    font-size: 1rem;
  }

  .p-line-area .c-button.c-button--white {
    border: solid 1px #FFF;
    width: 54vw;
    margin-top: .4rem;
    font-size: 1rem;
    margin-left: 4rem;
    padding: .8rem 1rem .6rem;
  }

  .c-button-entry {
    min-width: 62%;
    padding: 1.2em .5em 1.5em .5em;
    font-size: 1rem;
    margin: 0 0 0 .4rem;
  }

  .c-button-entry a {
    padding: 1.05rem 0 .7rem;
  }

  .c-button-tel a {
    font-size: 1.1rem;
    padding: 0.8em .6em .7rem .6em;
  }

  .p-line-area .c-button-tel {
    width: 16vw;
  }

  .p-line-area .c-button-tel a {
    font-size: 1rem;
    padding: 1.5em 1em 2.3rem 1em;
  }

  .p-button-gototop {
    bottom: 1.11rem;
  }
}
