header > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .meta {
  font-size: 1.5rem;
  color: #888888;
}

@media (max-width: 768px) {
  header .meta {
    font-size: 1.3rem;
  }
}

header h1 {
  position: relative;
  font-weight: bold;
  line-height: 1.8;
  padding: .8em 0;
  color: #5D463A;
  font-size: 2.6rem;
}

@media (max-width: 768px) {
  header h1 {
    padding: .5rem 0;
    font-size: 2rem;
  }
}

header h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 6rem;
  height: 2px;
  background: #5D463A;
}

main {
  margin: 6.4rem auto 11rem;
  font-size: 1.5rem;
  color: #5D463A;
}

@media (max-width: 768px) {
  main {
    margin: 4.6rem auto 6rem;
  }
}

main .text h2 {
  font-weight: normal;
}

main .text * + p {
  margin-top: 3.5rem;
}

main ul.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 7.5rem auto 3.2rem;
}

@media (max-width: 768px) {
  main ul.detail {
    margin: 5.2rem auto 2.4rem;
    font-size: 1.3rem;
  }
}

main ul.detail li .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

main ul.detail li .row h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18%;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  padding: 1.1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 768px) {
  main ul.detail li .row h3 {
    width: 9rem;
    padding: .8rem;
  }
}

main ul.detail li .row .col {
  width: 100%;
  padding: 1.1em;
  border-bottom: 1px solid #BBBBBB;
}

main ul.detail li .row .col .labels {
  margin: 0;
}

main ul.detail li .row .col .labels li {
  margin-bottom: 0;
  margin: .4rem;
}

@media (max-width: 768px) {
  main ul.detail li .row .col .labels li {
    margin-bottom: .8rem;
  }
}

main ul.detail li .row .col a.link {
  text-decoration: underline;
  word-break: break-all;
}

main ul.detail li .row .col .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main ul.detail li .row .col .sns li {
  min-width: 2.4rem;
}

main ul.detail li .row .col .sns li + li {
  margin-left: 2rem;
}

main ul.detail li .row .col .sns li a:hover .svgIcon {
  opacity: .6;
}

main ul.detail li .row .col .sns li a .svgIcon {
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

main ul.detail li .row .col .sns li a .svgIcon svg {
  height: 2.4rem;
}

main ul.chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.7rem;
}

main ul.chips li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.4rem;
  font-size: 1.3rem;
  padding: 0 1em;
  margin: 0 1em 1em 0;
  border-radius: 1.7rem;
  background: #E4E4E4;
}

main .roundedLink.recruit {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0;
}

main h2.news {
  font-family: "fertigo-script", sans-serif;
  font-size: 3.0rem;
  text-align: center;
  margin-top: 4.8rem;
  margin-bottom: 2.2rem;
}

@media (max-width: 768px) {
  main h2.news {
    font-size: 2.4rem;
  }
}

.slide {
  position: relative;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .slide {
    width: calc(100% + 3.0rem);
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: 3.0;
  }
}

.slide .mainCarousel {
  height: 63rem;
}

@media (max-width: 768px) {
  .slide .mainCarousel {
    height: 27rem;
  }
}

.slide .mainCarousel * {
  max-height: 63rem;
}

@media (max-width: 768px) {
  .slide .mainCarousel * {
    max-height: 27rem;
  }
}

.slide .mainCarousel .VueCarousel-pagination {
  position: absolute;
  bottom: 0;
}

.slide .content {
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.slide .content .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 63rem;
  background: rgba(255, 255, 255, 0.7);
}

.slide .content .img img {
  height: 100%;
}

.slide .logo {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  width: 18rem;
  height: 18rem;
}

@media (max-width: 768px) {
  .slide .logo {
    bottom: 1rem;
    right: 1rem;
    width: 8.6rem;
    height: 8.6rem;
  }
}
/*# sourceMappingURL=detail_shop.css.map */