@charset "UTF-8";
/******************************************************************
カスタム　○○○○用レイアウト
*****************************************************************/
/******************************************************************
  ■mainimg
*****************************************************************/
.mainimg {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 768px) {
  .mainimg {
    padding-top: 52px;
  }
}

@media (min-width: 769px) {
  .mainimg .slick-slide .PcHdn {
    display: none;
  }
}

@media (max-width: 768px) {
  .mainimg .slick-slide .SpnHdn {
    display: none;
  }
}

.mainimg .slick-slide img {
  width: 100%;
}

.mainimg .txt-img {
  position: absolute;
  z-index: 10;
}

@media (max-width: 768px) {
  .mainimg .txt-img {
    margin: 0 10px;
    top: calc(15% + 52px);
    width: 53%;
  }
}

@media (min-width: 769px) {
  .mainimg .txt-img {
    left: 10px;
    top: 16.67%;
    width: 42.5%;
  }
}

@media (min-width: 1201px) {
  .mainimg .txt-img {
    left: calc((100% - 1200px)/2);
  }
}

/******************************************************************
  ■top-contents 
*****************************************************************/
/* top-category
------------------------------------*/
#top-category {
  margin-top: -20px;
}

@media (min-width: 769px) {
  #top-category ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 600px;
    margin: 0 auto;
  }
}

@media (min-width: 1201px) {
  #top-category ul {
    justify-content: space-between;
    width: auto;
  }
}

@media (max-width: 768px) {
  #top-category li {
    position: relative;
  }
  #top-category li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
  }
}

@media (min-width: 769px) {
  #top-category li {
    margin: 10px;
    width: 180px;
    border: 4px solid #ccc;
    text-align: center;
    overflow: hidden;
    border-radius: 40px;
    position: relative;
  }
  #top-category li:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  #top-category li.foods .category-name {
    transform: translateY(20px);
  }
  #top-category li.foods figure {
    height: 100px;
    width: auto;
    transform: translateY(21px);
  }
}

@media (min-width: 1201px) {
  #top-category li {
    width: calc(20% - 28px);
    font-size: 1.3rem;
    line-height: 1;
  }
}

@media (min-width: 769px) {
  #top-category li:hover .category-name {
    color: #fff;
  }
}

@media (min-width: 769px) {
  #top-category li:hover svg {
    fill: #fff;
  }
}

@media (min-width: 769px) {
  #top-category a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 0 10px;
  }
}

@media (max-width: 768px) {
  #top-category a {
    display: block;
    position: relative;
    padding: 15px 0;
  }
}

#top-category a:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  #top-category figure {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 12px;
    left: 0;
  }
}

@media (min-width: 769px) {
  #top-category figure {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1201px) {
  #top-category figure {
    width: 85px;
    height: 85px;
  }
}

#top-category figure svg {
  width: 100%;
  height: 100%;
}

#top-category .category-name {
  font-size: 2.2rem;
  padding: 0 10px;
}

@media (min-width: 769px) {
  #top-category .category-name {
    line-height: 1.8;
    font-weight: bold;
    font-size: 2.1rem;
  }
}

@media (max-width: 768px) {
  #top-category .category-name {
    padding-left: 40px;
  }
  #top-category .category-name br {
    display: none;
  }
}

@media (min-width: 769px) {
  #top-category .fashion {
    border: solid 4px #e88fa7;
  }
}

@media (max-width: 768px) {
  #top-category .fashion {
    border-bottom: solid 1px #e88fa7;
  }
  #top-category .fashion::after {
    border-color: #e88fa7;
  }
}

@media (min-width: 769px) {
  #top-category .fashion .category-name {
    color: #e88fa7;
  }
}

#top-category .fashion svg {
  fill: #e88fa7;
}

@media (min-width: 769px) {
  #top-category .fashion:hover {
    background: #e88fa7;
  }
}

@media (min-width: 769px) {
  #top-category .goods {
    border: solid 4px #79c59a;
  }
}

@media (max-width: 768px) {
  #top-category .goods {
    border-bottom: solid 1px #79c59a;
  }
  #top-category .goods::after {
    border-color: #79c59a;
  }
}

@media (min-width: 769px) {
  #top-category .goods .category-name {
    color: #79c59a;
  }
}

#top-category .goods svg {
  fill: #79c59a;
}

@media (min-width: 769px) {
  #top-category .goods:hover {
    background: #79c59a;
  }
}

@media (min-width: 769px) {
  #top-category .interior {
    border: solid 4px #dcb469;
  }
}

@media (max-width: 768px) {
  #top-category .interior {
    border-bottom: solid 1px #dcb469;
  }
  #top-category .interior::after {
    border-color: #dcb469;
  }
}

@media (min-width: 769px) {
  #top-category .interior .category-name {
    color: #dcb469;
  }
}

#top-category .interior svg {
  fill: #dcb469;
}

@media (min-width: 769px) {
  #top-category .interior:hover {
    background: #dcb469;
  }
}

@media (min-width: 769px) {
  #top-category .foods {
    border: solid 4px #eca085;
  }
}

@media (max-width: 768px) {
  #top-category .foods {
    border-bottom: solid 1px #eca085;
  }
  #top-category .foods::after {
    border-color: #eca085;
  }
}

@media (min-width: 769px) {
  #top-category .foods .category-name {
    color: #eca085;
  }
}

#top-category .foods svg {
  fill: #eca085;
}

@media (min-width: 769px) {
  #top-category .foods:hover {
    background: #eca085;
  }
}

@media (min-width: 769px) {
  #top-category .other {
    border: solid 4px #85d5ec;
  }
}

@media (max-width: 768px) {
  #top-category .other {
    border-bottom: solid 1px #85d5ec;
  }
  #top-category .other::after {
    border-color: #85d5ec;
  }
}

@media (min-width: 769px) {
  #top-category .other .category-name {
    color: #85d5ec;
  }
}

#top-category .other svg {
  fill: #85d5ec;
}

@media (min-width: 769px) {
  #top-category .other:hover {
    background: #85d5ec;
  }
}

/* banner
------------------------------------*/
#banner .single-bnr-item {
  text-align: center;
}

#banner .single-bnr-item:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  #banner .single-bnr-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

#list-banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#list-banner ul li {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  #list-banner ul li {
    width: calc((100% - 60px)/2);
  }
}

@media (max-width: 768px) {
  #list-banner ul li {
    width: calc((100% - 10px)/2);
  }
}

#list-banner ul li a {
  display: block;
}

/* search
------------------------------------*/
.search {
  background: #f2eeea;
}

.search .contents-inn {
  background: url(../img/common/bg-img-form.png) no-repeat right 0 bottom 0;
}

@media (min-width: 769px) {
  .search .pul-colm, .search .pul-colm4, .search .pul-colm5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width: 1201px) {
  .search .pul-colm, .search .pul-colm4, .search .pul-colm5 {
    margin: 0 -10px;
  }
}

.search .pul-colm .search-form-fw-btn, .search .pul-colm4 .search-form-fw-btn, .search .pul-colm5 .search-form-fw-btn {
  position: relative;
  margin: 20px 0;
  width: 100%;
  height: 50px;
}

@media (max-width: 768px) {
  .search .pul-colm .search-form-fw-btn, .search .pul-colm4 .search-form-fw-btn, .search .pul-colm5 .search-form-fw-btn {
    height: 40px;
  }
}

.search .pul-colm .search-form-fw-btn input[type="button"], .search .pul-colm4 .search-form-fw-btn input[type="button"], .search .pul-colm5 .search-form-fw-btn input[type="button"] {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 85px;
  background: #444444 url(../img/common/ic-search.svg) 50px 45%/20px 20px no-repeat;
  color: #fff;
  height: 100%;
  border-radius: 10px;
  font-size: 1.8rem;
  letter-spacing: 0.5em;
  white-space: nowrap;
  font-weight: bold;
}

@media (max-width: 768px) {
  .search .pul-colm .search-form-fw-btn input[type="button"], .search .pul-colm4 .search-form-fw-btn input[type="button"], .search .pul-colm5 .search-form-fw-btn input[type="button"] {
    border-radius: 5px;
    width: 290px;
    background: #444444 url(../img/common/ic-search.svg) 88px 45%/20px 20px no-repeat;
  }
}

@media (max-width: 768px) {
  .search .pul-colm .pull-wrap, .search .pul-colm4 .pull-wrap, .search .pul-colm5 .pull-wrap {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .search .pul-colm .pull-wrap, .search .pul-colm4 .pull-wrap, .search .pul-colm5 .pull-wrap {
    margin: 0 10px;
    width: calc(33.33% - 20px);
  }
}

@media (min-width: 1201px) {
  .search .pul-colm .pull-wrap, .search .pul-colm4 .pull-wrap, .search .pul-colm5 .pull-wrap {
    width: calc(25% - 20px);
  }
}

@media (max-width: 768px) {
  .search .pul-colm .search-form-fw-wrap, .search .pul-colm4 .search-form-fw-wrap, .search .pul-colm5 .search-form-fw-wrap {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .search .pul-colm .search-form-fw-wrap, .search .pul-colm4 .search-form-fw-wrap, .search .pul-colm5 .search-form-fw-wrap {
    width: 66%;
    width: calc(66.66% - 20px);
    margin: 0 10px;
  }
}

@media (min-width: 1201px) {
  .search .pul-colm .search-form-fw-wrap, .search .pul-colm4 .search-form-fw-wrap, .search .pul-colm5 .search-form-fw-wrap {
    width: calc(50% - 20px);
  }
}

.search .pul-colm .search-form-fw-wrap .search-form-fw, .search .pul-colm4 .search-form-fw-wrap .search-form-fw, .search .pul-colm5 .search-form-fw-wrap .search-form-fw {
  width: 100%;
  line-height: 17px;
}

.search .pul-colm .item-tit, .search .pul-colm4 .item-tit, .search .pul-colm5 .item-tit {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.4rem;
}

.search .pul-colm select, .search .pul-colm4 select, .search .pul-colm5 select {
  background: url(../img/common/selectbox-arrow.png) right center/27px auto no-repeat #fff;
}

.search .arrow04::after {
  right: 20px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
}

.fig-search {
  position: relative;
  top: 3px;
  width: 18px !important;
  height: 18px !important;
  margin-top: 3px;
}

/* top-interview
------------------------------------*/
.bg-interview {
  background: #d6e1f2;
}

#top-interview .staff-list {
  margin-bottom: 40px;
}

.no-result-txt {
  margin: 80px 0;
  text-align: center;
}

/* top-benefit
------------------------------------*/
#top-benefit .benefit-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  counter-reset: num;
}

#top-benefit .benefit-box {
  position: relative;
}

@media (min-width: 769px) {
  #top-benefit .benefit-box {
    width: 300px;
    margin: 0 4% 60px;
  }
}

@media (max-width: 768px) {
  #top-benefit .benefit-box {
    width: 100%;
    max-width: 400px;
    margin: 30px 10px;
  }
}

#top-benefit .benefit-num::before {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  padding-right: 10px;
  content: counter(num);
  counter-increment: num;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #bc006d;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 4.0rem;
  font-style: italic;
  line-height: 62px;
}

@media (max-width: 768px) {
  #top-benefit .benefit-num::before {
    position: absolute;
    top: -15px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    padding-right: 4px;
    font-size: 2.0rem;
    line-height: 31px;
  }
}

@media (min-width: 769px) {
  #top-benefit .benefit-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  #top-benefit .benefit-item-wrap {
    max-width: 400px;
  }
}

#top-benefit .benefit-item-fig {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
}

#top-benefit .benefit-item-fig::before {
  content: "";
  display: block;
  padding-top: 75%;
}

#top-benefit .benefit-item-fig img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#top-benefit .benefit-item-fig img {
  max-width: none;
  max-height: 100%;
}

#top-benefit .benefit-item-fig:before {
  padding-top: 66.6%;
}

#top-benefit .benefit-item-txt {
  line-height: 1.6;
}

@media (max-width: 768px) {
  #top-benefit .benefit-item-txt {
    font-size: 1.4rem;
  }
}

#top-benefit .benefit-tlt {
  border-bottom: solid 1px #cccccc;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 769px) {
  #top-benefit .benefit-tlt {
    margin-bottom: 10px;
    padding: 15px 0;
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  #top-benefit .benefit-tlt {
    margin: 8px 0;
    font-size: 1.4rem;
  }
}

/* interview-list
------------------------------------*/
@media (min-width: 769px) {
  .interview-cts .contents-inn {
    padding: 40px 20px 0;
  }
}

@media (max-width: 768px) {
  .interview-cts .contents-inn {
    padding: 20px 20px 0;
  }
}

.interview-cts .pageNavi {
  width: 90%;
  margin: 0 auto 60px;
}

.staff-list {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .staff-list {
    justify-content: space-between;
  }
}

.staff-list li {
  text-align: center;
  overflow: hidden;
}

@media (min-width: 769px) {
  .staff-list li {
    width: calc( (100% - 78px) / 4);
    margin: 0 9px 30px;
  }
  #top-interview .staff-list li {
    margin: 0 9px;
  }
}

@media (max-width: 768px) {
  .staff-list li {
    width: calc(100% / 2 - 10px);
  }
}

.staff-list li a {
  display: block;
}

.staff-prof-img {
  background: #fff;
  border: solid 1px #dddddd;
  border-radius: 20px 20px 0 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 400px;
}

.staff-prof-img::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.staff-prof-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .staff-prof-img {
    border-radius: 10px 10px 0 0;
  }
}

.staff-prof-img img {
  max-width: none;
  max-height: 100%;
}

.staff-prof-img:before {
  padding-top: 85%;
}

.staff-prof-logo {
  margin-bottom: 20px;
  padding: 10px 0;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  background: #fff;
  border-radius: 0 0 20px 20px;
}

@media (max-width: 768px) {
  .staff-prof-logo {
    margin-bottom: 10px;
    border-radius: 0 0 10px 10px;
  }
}

.staff-prof-logo img {
  width: 65%;
}

.staff-prof-name {
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .staff-prof-name {
    font-size: 14px;
  }
}

/* interview-detail
------------------------------------*/
@media (min-width: 769px) {
  .interview-detail .contents-inn {
    padding: 40px 20px 0;
    max-width: 980px;
  }
}

@media (max-width: 768px) {
  .interview-detail .contents-inn {
    padding: 20px 20px 0;
  }
}

.interview-block {
  padding: 60px 0;
  border: 1px solid #dddddd;
  border-radius: 10px;
  background: #fff;
}

@media (min-width: 769px) {
  .interview-block {
    margin: 35px auto 60px;
  }
}

@media (max-width: 768px) {
  .interview-block {
    margin: 0 auto 60px;
    padding: 20px 0;
  }
}

.interview-block-inner {
  max-width: 640px;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .interview-block-inner {
    width: calc(100% - 40px);
  }
}

.interview-staff {
  position: relative;
  margin: 0 auto 60px;
}

@media (min-width: 769px) {
  .interview-staff {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .interview-staff {
    margin: 0 auto;
    position: relative;
  }
}

.interview-staff .staff-photo {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 400px;
}

.interview-staff .staff-photo::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.interview-staff .staff-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 769px) {
  .interview-staff .staff-photo {
    margin: 0;
    width: 300px;
    height: 300px;
    border-radius: 20px;
    box-shadow: 10px 10px #e6ebf2;
  }
}

@media (max-width: 768px) {
  .interview-staff .staff-photo {
    max-width: 400px;
    margin: 0 auto 20px;
    padding: 0 10px;
    border-radius: 10px;
    box-shadow: 6px 6px #e6ebf2;
  }
}

.interview-staff .staff-photo img {
  max-width: none;
  height: 100%;
}

.interview-staff .staff-photo::before {
  padding-top: 100%;
}

@media (min-width: 769px) {
  .interview-staff .staff-profile-wrap {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .interview-staff .staff-profile-wrap .staff-profile-inner {
    width: auto;
    margin: 20px 0;
    display: flex;
    align-items: center;
  }
}

.interview-staff .staff-profile-wrap h2 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.35;
}

.interview-staff .staff-profile-wrap figure {
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .interview-staff .staff-profile-wrap figure {
    flex: 1;
  }
}

.interview-staff .staff-profile-wrap figure img {
  width: 160px;
}

.interview-staff .staff-profile-wrap .staff-profile-txt {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .interview-staff .staff-profile-wrap .staff-profile-txt {
    padding: 0 10px;
    flex: 1;
    font-size: 1.2rem;
  }
}

.interview-item {
  max-width: 640px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .interview-item dt, .interview-item dd {
    margin-bottom: 10px;
    vertical-align: middle;
    display: inline-block;
  }
}

.interview-item dt {
  font-weight: bold;
}

@media (min-width: 769px) {
  .interview-item dt {
    margin-bottom: 20px;
    padding: 5px 0;
    display: block;
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .interview-item dt {
    padding: 8px 0;
    line-height: 14px;
    font-size: 1.5rem;
  }
}

.interview-item dt::after {
  content: "";
  display: block;
  height: 10px;
  background-color: #e6ebf2;
  border-radius: 3px;
  margin-top: -2px;
}

.interview-item dd {
  font-size: 1.4rem;
  line-height: 23px;
}

@media (min-width: 769px) {
  .interview-item dd {
    margin-bottom: 30px;
    width: 100%;
    letter-spacing: .03em;
  }
}

@media (max-width: 768px) {
  .interview-item dd {
    padding: 5px 0 10px;
    background: #fff;
  }
  .interview-item dd:nth-child(n + 3) {
    padding: 0 0 10px;
  }
}

.interview-item figure {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 400px;
  max-width: none;
  border-radius: 20px;
}

.interview-item figure::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.interview-item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .interview-item figure {
    border-radius: 10px;
  }
}

@media (min-width: 769px) {
  .interview-item figure::before {
    padding-top: 56%;
  }
}

@media (max-width: 768px) {
  .interview-item figure::before {
    padding-top: 72%;
  }
}

@media (min-width: 769px) {
  .interview-item figure img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .interview-item figure img {
    height: 100%;
  }
}

@media (min-width: 769px) {
  .interview-movie {
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
  }
}

@media (max-width: 768px) {
  .interview-movie {
    width: 100%;
    padding-top: 56.25%;
    margin: 0 0 15px;
    position: relative;
  }
}

@media (min-width: 769px) {
  .interview-movie iframe {
    width: 510px;
    height: 287px;
  }
}

@media (max-width: 768px) {
  .interview-movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

#detail-shop {
  margin: 60px 0;
}

#detail-shop .listItem.list-normal {
  padding: 20px 0 40px;
}

#detail-shop .info-exit {
  margin-bottom: 50px;
  text-align: center;
}

.back-to-list, .back-to-home {
  position: relative;
  padding-left: 30px;
  padding-bottom: 30px;
}

.back-to-list::before, .back-to-home::before {
  content: '';
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 10px;
}

.back-to-list a, .back-to-home a {
  text-decoration: underline;
  font-weight: bold;
}

/* benefit
------------------------------------*/
.benefit-cts {
  background: #fafafa;
}

@media (min-width: 769px) {
  .benefit-cts .contents-inn {
    padding: 40px 20px 0;
  }
}

@media (max-width: 768px) {
  .benefit-cts .contents-inn {
    padding: 20px 20px 0;
  }
}

@media (max-width: 768px) {
  .benefit-cts .contents-tit {
    margin-top: 0;
  }
}

.benefit-cts .benefit-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  counter-reset: num;
}

.benefit-cts .benefit-box {
  width: 100%;
  position: relative;
  border: solid 1px #e6ebf2;
  background: #fff;
}

@media (min-width: 769px) {
  .benefit-cts .benefit-box {
    margin: 50px 0 30px;
    padding: 50px 50px 40px;
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .benefit-cts .benefit-box {
    margin: 35px 0 30px;
    padding: 20px 20px 20px;
    border-radius: 10px;
  }
}

.benefit-cts .benefit-num-area {
  position: absolute;
  z-index: 0;
  top: -50px;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 180px;
  height: 50px;
  margin: 0 auto;
}

.benefit-cts .benefit-num-area::before {
  content: "";
  display: block;
  height: 90px;
  border: solid #e6ebf2;
  border-width: 1px 1px 0 1px;
  border-radius: 90px 90px 0 0;
  background: #fff;
}

@media (max-width: 768px) {
  .benefit-cts .benefit-num-area {
    top: -30px;
    width: 60px;
  }
  .benefit-cts .benefit-num-area::before {
    height: 30px;
    border-radius: 30px 30px 0 0;
  }
}

.benefit-cts .benefit-num::before {
  position: absolute;
  z-index: 1;
  top: -30px;
  right: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  padding-right: 10px;
  content: counter(num);
  counter-increment: num;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #bc006d;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 4.0rem;
  font-style: italic;
  line-height: 62px;
}

@media (max-width: 768px) {
  .benefit-cts .benefit-num::before {
    top: -20px;
    width: 30px;
    height: 30px;
    padding-right: 4px;
    font-size: 2.0rem;
    line-height: 31px;
  }
}

@media (min-width: 769px) {
  .benefit-cts .benefit-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .benefit-cts .benefit-item-wrap {
    max-width: 400px;
  }
}

@media (min-width: 769px) {
  .benefit-cts .benefit-item-fig {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .benefit-cts .benefit-item-fig {
    margin: 0 auto 1%;
  }
}

.benefit-cts .benefit-item-fig img {
  width: 100%;
}

.benefit-cts .benefit-item-txt {
  line-height: 1.6;
}

@media (min-width: 769px) {
  .benefit-cts .benefit-item-txt {
    width: calc(60% - 40px);
  }
}

@media (max-width: 768px) {
  .benefit-cts .benefit-item-txt {
    font-size: 1.4rem;
  }
}

.benefit-cts .benefit-tlt {
  border-bottom: solid 1px #bc006d;
  font-weight: bold;
}

@media (min-width: 769px) {
  .benefit-cts .benefit-tlt {
    margin-bottom: 20px;
    padding: 13px;
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .benefit-cts .benefit-tlt {
    margin: 8px 0;
    font-size: 1.4rem;
  }
}

/* access
------------------------------------*/
#access {
  background: url(../img/access/bg-access.jpg);
  background-size: cover;
}

#access .map_group {
  background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 769px) {
  #access .map_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    align-items: center;
    height: 400px;
  }
  #access .map_group > div {
    width: 50%;
  }
}

#access .map_group .access-logo {
  width: 300px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  #access .map_group .access-logo {
    width: 370px;
    margin: 30px auto 60px;
    padding: 30px 20px;
    padding: 0 20px;
  }
}

@media (min-width: 769px) {
  #access .map_group .map-link {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  #access .map_group .map-link {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 27.5px;
    height: 200px;
  }
}

#access .map_group .other-link .btn-common {
  font-weight: normal;
}

@media (max-width: 768px) {
  #access .map_group .other-link .btn-common {
    display: block;
    padding: 4.5px 35px 4.5px 30px;
    margin: 4px -7.5px 28px;
    border-radius: 5px;
    font-size: 1.5rem;
    width: auto;
  }
}

@media (min-width: 769px) {
  #access .map_group .other-link .btn-common {
    letter-spacing: .1em;
    text-align: left;
    padding: 20px 25px 20px 66px;
    min-width: 260px;
  }
}

#access .map_group .other-link .btn-common::after {
  background: url(../img/common/ic-ft-blank.png) center/cover no-repeat;
  border: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: -3px;
}

@media (max-width: 768px) {
  #access .map_group .other-link .btn-common::after {
    right: 30%;
  }
}

@media (min-width: 769px) {
  #access .map_group .other-link .btn-common::after {
    right: 70px;
    width: 20px;
    height: 20px;
  }
}

#access .map_group .address {
  position: relative;
  padding: 40px;
  line-height: 1.8;
}

#access .map_group .address .access-facility-name {
  margin-bottom: 35px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (min-width: 769px) {
  #access .map_group .address .access-facility-name {
    font-size: 2.0rem;
  }
}

#access .map_group .address .access-postcode {
  margin-top: 30px;
}

#access .map_group .address .access-tel {
  margin-bottom: 28px;
}

/******************************************************************
  ■list-block-item 
*****************************************************************/
/* list-block-item loadした求人情報
------------------------------------*/
.list-block-item {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-block-item .block-item-wrap {
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #c9c9c9;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
}

.list-block-item .block-item-wrap a {
  display: block;
}

.list-block-item .block-item-wrap a figure.img-keep {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 400px;
  margin: 5px auto 15px;
}

.list-block-item .block-item-wrap a figure.img-keep::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.list-block-item .block-item-wrap a figure.img-keep img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.list-block-item .block-item-wrap a .tag-category {
  padding: 3px 0px;
  text-align: center;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  white-space: nowrap;
}

.list-block-item .block-item-wrap a .tag-category figure {
  width: 20px;
  height: 16px;
  margin: 0;
  padding: 0 2px 0 0;
  display: inline-block;
}

.list-block-item .block-item-wrap a .tag-category figure svg {
  width: 100%;
  height: 100%;
}

.list-block-item .block-item-wrap a .txt-company-name {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 5px 5px;
}

.list-block-item .block-item-wrap a .list-txt-BOX .list-txt-l {
  border-top: 1px solid #dddddd;
  padding: 8px 5px;
  line-height: 1.4;
}

.list-block-item .block-item-wrap a .list-txt-BOX .list-txt-l .item-tit {
  font-weight: bold;
  font-size: 1.2rem;
  color: #9f9f9f;
  padding: 0 0 5px 0;
}

.list-block-item .block-item-wrap a .list-txt-BOX .list-txt-l .item-txt {
  font-size: 1.4rem;
  font-weight: bold;
}

.list-block-item .block-item-wrap a .viewing-period-BOX {
  font-size: 12px;
  color: #9f9f9f;
  text-align: center;
  padding: 10px 0 0 0;
}

.list-block-item .block-item-wrap a .txt-setsumeikai {
  font-size: 1.4rem;
  line-height: 1.2;
}

.list-block-item .block-item-inner {
  margin: 0 auto;
}

@media (min-width: 769px) {
  .list-block-item .block-item-inner {
    width: calc(90% - 20px);
  }
}

@media (max-width: 768px) {
  .list-block-item .block-item-inner {
    width: calc(90% - 10px);
  }
}

@media (min-width: 769px) {
  .top-list.list-block-item::before {
    content: "";
    display: block;
    width: calc( 100% / 3 - 20px);
    order: 1;
  }
  .top-list.list-block-item::after {
    content: "";
    display: block;
    width: calc( 100% / 3 - 20px);
  }
}

@media (max-width: 768px) {
  .top-list.list-block-item {
    display: block;
    margin: 0 10px;
  }
}

.top-list.list-block-item .block-item-wrap {
  padding-bottom: 40px;
}

@media (min-width: 769px) {
  .top-list.list-block-item .block-item-wrap {
    width: calc( 100% / 3 - 20px);
  }
}

.top-list.list-block-item .txt-company-name {
  margin: 0 5px 5px;
}

.top-list.list-block-item a .tag-category {
  margin: 0 0 15px 0;
  padding: 6px 0;
  color: #fff;
  justify-content: center;
}

.top-list.list-block-item a .tag-category.fashion {
  background-color: #e88fa7;
}

.top-list.list-block-item a .tag-category.goods {
  background-color: #79c59a;
}

.top-list.list-block-item a .tag-category.interior {
  background-color: #dcb469;
}

.top-list.list-block-item a .tag-category.foods {
  background-color: #eca085;
}

.top-list.list-block-item a .tag-category.other {
  background-color: #85d5ec;
}

.top-list.list-block-item a .tag-category svg {
  fill: #fff;
}

@media (min-width: 769px) {
  .load-list.list-block-item::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }
  .load-list.list-block-item::after {
    content: "";
    display: block;
    width: 23%;
  }
}

.load-list.list-block-item .block-item-wrap {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media (min-width: 769px) {
  .load-list.list-block-item .block-item-wrap {
    width: calc( 100% / 4 - 10px);
  }
}

@media (max-width: 768px) {
  .load-list.list-block-item .block-item-wrap {
    width: calc( 100% / 2 - 5px);
  }
}

.load-list.list-block-item .txt-company-name {
  margin: 0 5px 5px;
}

.load-list.list-block-item .txt-company-name.fashion {
  color: #e88fa7;
}

.load-list.list-block-item .txt-company-name.goods {
  color: #79c59a;
}

.load-list.list-block-item .txt-company-name.interior {
  color: #dcb469;
}

.load-list.list-block-item .txt-company-name.foods {
  color: #eca085;
}

.load-list.list-block-item .txt-company-name.other {
  color: #85d5ec;
}

@media (min-width: 769px) {
  .load-list.list-block-item .tag-category {
    margin: 10px;
  }
}

@media (max-width: 768px) {
  .load-list.list-block-item .tag-category {
    margin: 5px;
  }
}

.load-list.list-block-item .tag-category.fashion {
  border-bottom: solid 2px #e88fa7;
}

.load-list.list-block-item .tag-category.fashion svg {
  fill: #e88fa7;
}

.load-list.list-block-item .tag-category.goods {
  border-bottom: solid 2px #79c59a;
}

.load-list.list-block-item .tag-category.goods svg {
  fill: #79c59a;
}

.load-list.list-block-item .tag-category.interior {
  border-bottom: solid 2px #dcb469;
}

.load-list.list-block-item .tag-category.interior svg {
  fill: #dcb469;
}

.load-list.list-block-item .tag-category.foods {
  border-bottom: solid 2px #eca085;
}

.load-list.list-block-item .tag-category.foods svg {
  fill: #eca085;
}

.load-list.list-block-item .tag-category.other {
  border-bottom: solid 2px #85d5ec;
}

.load-list.list-block-item .tag-category.other svg {
  fill: #85d5ec;
}

.load-list.list-block-item .txt-kkcd li {
  margin-bottom: 3px;
  padding: 5.5px;
  display: inline-block;
  background-color: #ecf0f5;
  border-radius: 3px;
  color: #666;
}

/******************************************************************
  ■side-nav
*****************************************************************/
@media (min-width: 769px) {
  .column-r {
    float: right;
    width: calc(100% - 220px);
  }
}

@media (min-width: 1050px) {
  .column-r {
    width: calc(100% - 300px);
  }
}

@media (min-width: 769px) {
  .column-l {
    float: left;
    width: 200px;
  }
}

@media (min-width: 1050px) {
  .column-l {
    width: 260px;
  }
}

@media (min-width: 769px) {
  .side-nav {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
}

.side-nav .tit {
  background: #ecf0f5;
  font-weight: bold;
}

@media (min-width: 769px) {
  .side-nav .tit {
    padding: 8px 15px 15px 0;
    text-align: center;
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .side-nav .tit {
    padding: 10px;
    border-top: 1px solid #333;
    font-size: 1.6rem;
  }
}

.side-nav .fig-search {
  fill: transparent;
  stroke: #202020;
  stroke-width: 2px;
}

.side-nav .side-nav-list {
  font-size: 1.3rem;
  line-height: 1.4;
}

.side-nav dd li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

@media (min-width: 769px) {
  .side-nav dd li a {
    padding: 15px;
    font-weight: bold;
  }
}

@media (max-width: 768px) {
  .side-nav dd li a {
    padding: 15px 15px 15px 30px;
    font-size: 1.6rem;
  }
}

.side-nav dd li a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  display: block;
  content: "";
  border-right: 1px solid #888888;
  border-top: 1px solid #888888;
  width: 4px;
  height: 4px;
}

.side-nav .icon-sprite.fashion a:hover,
.side-nav .icon-sprite.fashion.active a {
  background: #e88fa7;
  color: #fff;
}

.side-nav .icon-sprite.fashion a:hover::after,
.side-nav .icon-sprite.fashion.active a::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.side-nav .icon-sprite.fashion a svg {
  fill: #e88fa7;
}

.side-nav .icon-sprite.fashion.active a svg,
.side-nav .icon-sprite.fashion:hover a svg {
  fill: #FFFFFF;
}

.side-nav .icon-sprite.fashion a {
  border-bottom: 1px solid #e88fa7;
}

.side-nav .icon-sprite.goods a:hover,
.side-nav .icon-sprite.goods.active a {
  background: #79c59a;
  color: #fff;
}

.side-nav .icon-sprite.goods a:hover::after,
.side-nav .icon-sprite.goods.active a::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.side-nav .icon-sprite.goods a svg {
  fill: #79c59a;
}

.side-nav .icon-sprite.goods.active a svg,
.side-nav .icon-sprite.goods:hover a svg {
  fill: #FFFFFF;
}

.side-nav .icon-sprite.goods a {
  border-bottom: 1px solid #79c59a;
}

.side-nav .icon-sprite.interior a:hover,
.side-nav .icon-sprite.interior.active a {
  background: #dcb469;
  color: #fff;
}

.side-nav .icon-sprite.interior a:hover::after,
.side-nav .icon-sprite.interior.active a::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.side-nav .icon-sprite.interior a svg {
  fill: #dcb469;
}

.side-nav .icon-sprite.interior.active a svg,
.side-nav .icon-sprite.interior:hover a svg {
  fill: #FFFFFF;
}

.side-nav .icon-sprite.interior a {
  border-bottom: 1px solid #dcb469;
}

.side-nav .icon-sprite.foods a:hover,
.side-nav .icon-sprite.foods.active a {
  background: #eca085;
  color: #fff;
}

.side-nav .icon-sprite.foods a:hover::after,
.side-nav .icon-sprite.foods.active a::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.side-nav .icon-sprite.foods a svg {
  fill: #eca085;
}

.side-nav .icon-sprite.foods.active a svg,
.side-nav .icon-sprite.foods:hover a svg {
  fill: #FFFFFF;
}

.side-nav .icon-sprite.foods a {
  border-bottom: 1px solid #eca085;
}

.side-nav .icon-sprite.other a:hover,
.side-nav .icon-sprite.other.active a {
  background: #85d5ec;
  color: #fff;
}

.side-nav .icon-sprite.other a:hover::after,
.side-nav .icon-sprite.other.active a::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.side-nav .icon-sprite.other a svg {
  fill: #85d5ec;
}

.side-nav .icon-sprite.other.active a svg,
.side-nav .icon-sprite.other:hover a svg {
  fill: #FFFFFF;
}

.side-nav .icon-sprite.other a {
  border-bottom: 1px solid #85d5ec;
}

.side-nav .icon-sprite figure {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.side-nav .icon-sprite figure svg {
  width: 100%;
  height: 100%;
}

/******************************************************************
  ■btnKeep
*****************************************************************/
/* header
------------------------------------*/
.menu-favorite.btn-added .btnKeep-ic {
  fill: #0bad51;
  stroke: #0bad51;
}

/* index list detail共通
------------------------------------*/
.brandItem-btnKeep,
.listItem-btnKeep,
.detaiItem-btnKeep {
  text-align: right;
  font-weight: bold;
}

.brandItem-btnKeep .btn,
.listItem-btnKeep .btn,
.detaiItem-btnKeep .btn {
  font-size: 1.4rem;
  display: inline-block;
  text-align: right;
  cursor: pointer;
}

.brandItem-btnKeep .btn .btnKeep-ic,
.listItem-btnKeep .btn .btnKeep-ic,
.detaiItem-btnKeep .btn .btnKeep-ic {
  fill: #ccc;
  width: 20px;
  height: 20px;
}

.brandItem-btnKeep .btn figure,
.listItem-btnKeep .btn figure,
.detaiItem-btnKeep .btn figure {
  background-color: #edf2f8;
  display: inline-block;
  vertical-align: text-bottom;
}

.brandItem-btnKeep .btn-added .btnKeep-ic,
.listItem-btnKeep .btn-added .btnKeep-ic,
.detaiItem-btnKeep .btn-added .btnKeep-ic {
  fill: #0bad51;
  stroke: #0bad51;
}

/* index
------------------------------------*/
.brandItem-btnKeep {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.brandItem-btnKeep .btn::before {
  content: "キープする";
}

.brandItem-btnKeep .btn .btnKeep-ic {
  width: 20px;
  height: 20px;
}

.brandItem-btnKeep .btn-added.btn::before {
  content: "キープ済";
}

/* list
------------------------------------*/
@media (min-width: 769px) {
  .listItem-btnKeep .btn {
    margin: 20px -10px -10px 0;
  }
}

@media (max-width: 768px) {
  .listItem-btnKeep .btn {
    margin: 20px 10px 10px;
  }
}

.listItem-btnKeep .btn::before {
  content: "キープリストに追加";
}

.listItem-btnKeep .delSingle-btn .btn::before {
  content: "削除する";
}

.listItem-btnKeep .delSingle-btn .btn .btnDelete-ic {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.listItem-btnKeep .btn-added.btn::before {
  content: "キープリストに追加済み";
}

/* detail
------------------------------------*/
.detaiItem-btnKeep .btn-common {
  background: #fff;
  border-color: #c9c9c9;
  color: inherit;
}

.detaiItem-btnKeep .btn-common span:before {
  content: "キープする";
}

.detaiItem-btnKeep .btn-common figure {
  margin-right: 15px;
}

.detaiItem-btnKeep .btn-common.btn-added span:before {
  content: "キープ済";
}

.detaiItem-btnKeep .btn-common.btn-added .btnKeep-ic {
  fill: #0bad51;
  stroke: #0bad51;
}

/******************************************************************
  ■list-button
*****************************************************************/
@media (min-width: 769px) {
  .list-button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .list-button {
    margin-top: 15px;
  }
}

@media (min-width: 769px) {
  .list-button li {
    width: 32%;
    margin-right: 1.99%;
  }
  .list-button li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .list-button li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 15px;
  }
}

.list-button li .btn-common {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  height: 50px;
}

@media (min-width: 1050px) {
  .list-button li .btn-common {
    font-size: 1.6rem;
  }
  .list-button li .btn-common .btn-telno {
    font-size: 1.5rem;
  }
}

@media (min-width: 769px) {
  .list-button li .btn-common {
    font-size: 1.4rem;
  }
  .list-button li .btn-common .btn-telno {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .list-button li .btn-common {
    line-height: 1.2;
  }
}

.list-button li.list-button-app .btn-common {
  background: #0bad51;
  border-color: #0bad51;
  color: #fff;
}

.list-button li.list-button-app .btn-common::after {
  border-color: #fff;
}

.list-button li.list-button-detail .btn-common {
  background: #fff;
  border-color: #cccccc;
  color: #202020;
}

.list-button li.list-button-detail .btn-common::after {
  border-color: #202020;
}

@media (max-width: 768px) {
  .list-keep .list-button li {
    width: auto;
  }
}

@media (max-width: 768px) {
  .detail-button {
    font-size: 1.5rem;
  }
}

.detail-button li .btn-common {
  max-width: 300px;
  width: 100%;
}

/* Sticky Bottom
------------------------------------*/
.sticky_bottom_wrap {
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  z-index: 10;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  .sticky_bottom_wrap {
    max-width: 100%;
    padding: 0;
  }
}

#sticky_bottom {
  display: none;
  width: calc(100% - 300px);
  margin-left: 300px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
  #sticky_bottom {
    width: 100%;
    margin-left: initial;
  }
}

#sticky_bottom .sticky_link {
  overflow: hidden;
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 20px;
}

@media (max-width: 768px) {
  #sticky_bottom .sticky_link {
    width: 100%;
    display: block;
  }
}

#sticky_bottom .sticky_link li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  padding: 5px 0;
  width: 300px;
}

@media (max-width: 768px) {
  #sticky_bottom .sticky_link li {
    display: inline-block;
    margin: 0 3px;
    padding: 5px 0;
    max-width: 300px;
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 1049px) and (min-width: 769px) {
  #sticky_bottom {
    width: calc(100% - 220px);
    margin-left: 220px;
  }
}

/* キープ一覧ページ用ボタン
------------------------------------*/
.keeplist-delbtn-list {
  margin-top: 30px;
}

@media (min-width: 769px) {
  .keeplist-delbtn-list {
    display: flex;
    justify-content: space-around;
  }
}

.keeplist-delbtn-list li {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .keeplist-delbtn-list li {
    width: 45%;
  }
}

.keeplist-delbtn-list li .btn-common {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 50px;
}

/******************************************************************
  ■modal-content
*****************************************************************/
.modal-content {
  position: fixed;
  display: none;
  z-index: 1000;
}

.modal-content-box {
  background: #ffffff;
  width: 80%;
  height: 260px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1001;
  max-width: 650px;
  text-align: center;
  padding: 0 40px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

.modal-content-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  overflow: hidden;
}

.modal-content-btn {
  margin: 30px auto 0 auto;
  overflow: hidden;
  font-size: 16px;
  max-width: 500px;
}

@media (min-width: 769px) {
  .modal-content-btn {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 769px) {
  .modal-content-btn li {
    margin: 0 10px;
    width: calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  .modal-content-btn li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.modal-content-btn li a, .modal-content-btn li input {
  display: block;
  width: 100%;
}

.modal-content-btn li.modal-cancel-btn a {
  background: #bfbfbf;
  cursor: pointer;
}

.modal-content-btn li.modal-ok-btn .btn-del {
  background: #0bad51;
  color: #ffffff;
  display: block;
  cursor: pointer;
  border-radius: 10px;
}

.modal-close-btn {
  display: block;
  background: #8c8c8c;
  width: 30px;
  height: 0;
  padding: 30px 0 0 0;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.modal-close-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  left: 4px;
  width: 22px;
  height: 2px;
  background: #ffffff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.modal-close-btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  left: 4px;
  width: 22px;
  height: 2px;
  background: #ffffff;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.modal-warning-box {
  display: block;
}

.modal-warning-box .modal-content-box {
  height: 230px;
}

.modal-warning-box .modal-content-box #warning {
  margin: 2em 0;
}

.modal-warning-box .modal-content-box #warning span {
  color: #FF0000;
}

.modal-warning-box .modal-content-box #idBox dl {
  line-height: 30px;
  width: 400px;
  margin: auto;
  text-align: center;
}

.modal-warning-box .modal-content-box #idBox dl dt {
  width: 200px;
  float: left;
  clear: left;
  position: relative;
  background: #eeeeee;
  margin: 0 0 1em 0;
  height: 30px;
  font-size: 14px;
}

.modal-warning-box .modal-content-box #idBox dl dd {
  margin: 0 0 0 200px;
  font-size: 22px;
  margin: 0 0 1em 0;
  height: 30px;
}

.modal-overlay {
  position: relative;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  opacity: 0.6;
  background: #000000;
  cursor: pointer;
  z-index: 1000;
}

/******************************************************************
  ■preview
*****************************************************************/
.detail-preview .contents-BOX {
  padding-top: 70px;
}

#preview-header ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}

#preview-header ul li {
  display: inline-block;
  width: calc(calc(100% / 3) - 12px);
  margin: 0 auto;
}

#preview-header ul li a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
  color: #FFFFFF;
  border-radius: 30px;
  text-align: center;
  letter-spacing: 1.5px;
  font-weight: bold;
  position: relative;
  background: #444444;
}

.preview-item {
  background: #eeeeee;
  padding: 30px;
  margin: 0 0 30px 0;
}

.preview-item .preview-item-inner {
  margin: 0 0 2em 0;
}

.preview-item .preview-item-inner .tit {
  border-left: 3px solid;
  margin: 0 0 1em 0;
  padding: 0 0 0 8px;
  line-height: 1;
}

.preview-item .preview-item-inner li {
  background: #FFFFFF;
  padding: 6px 12px;
  margin: 0 0 5px 5px;
  line-height: 1;
  border-radius: 30px;
}

.preview-item .preview-item-inner:last-child {
  margin: 0 0 0 0;
}

.check-box {
  text-align: center;
  background: #eeeeee;
  padding: 15px;
  margin: 0 0 30px 0;
}

.preview-kc-link a {
  display: block;
  width: 300px;
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
  color: #FFFFFF;
  border-radius: 30px;
  text-align: center;
  letter-spacing: 1.5px;
  font-weight: bold;
  position: relative;
  background: #444444;
}

/******************************************************************
  ■interview-l
*****************************************************************/
.staff-list-box {
  margin: 0 -10px;
}

.staff-list-box .staff-list {
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px;
  width: calc(33.33% - 20px);
}

.staff-list-box .staff-list a {
  display: block;
}

/******************************************************************
  ■interview-d
*****************************************************************/
.profile {
  margin: 0 0 50px;
}

/******************************************************************
  ■lp
*****************************************************************/
@media (max-width: 768px) {
  #lp header {
    height: 52px;
    display: flex;
    flex-direction: inherit;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 10px;
  }
}

@media (max-width: 768px) {
  #lp .contents-BOX {
    padding: 0;
  }
}

@media (max-width: 768px) {
  #lp #container {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  #lp .contents-inn {
    padding: 40px 10px;
  }
}

#lp .contents-tit {
  font-weight: bold;
}

@media (min-width: 769px) {
  #lp .contents-tit {
    font-size: 3.6rem;
    margin-bottom: 55px;
  }
}

#lp #lp-kyujin, #lp #lp-about {
  margin-top: -35px;
  padding-top: 35px;
}

#lp .no-kyujin {
  text-align: center;
  font-size: 3.0rem;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #lp .no-kyujin {
    font-size: 2.0rem;
    margin-bottom: 40px;
  }
}

.lp-btn {
  position: relative;
}

.lp-btn a {
  background: #c52280;
  color: #fff;
  border-radius: 5px;
  padding: 12px 20px;
  font-weight: bold;
  display: block;
}

@media (max-width: 768px) {
  .lp-btn a {
    padding: 18px 20px;
  }
}

@media (max-width: 768px) {
  header .lp-btn a {
    border-radius: 0px;
  }
}

.mainimg .lp-btn a {
  position: absolute;
  width: 200px;
  bottom: 40px;
  left: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 2.0rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .mainimg .lp-btn a {
    bottom: 10px;
    width: 120px;
    font-size: 1.8rem;
    padding: 12px 0;
  }
}

.brand-listItem-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 769px) {
  .brand-listItem-contents {
    margin-bottom: 50px;
    justify-content: flex-start;
  }
}

.brand-listItem-contents .brandItem {
  margin: 0 20px 20px 0;
  border: solid 3px #ccc;
  border-radius: 5px;
  display: flex;
}

@media (max-width: 768px) {
  .brand-listItem-contents .brandItem {
    width: calc((100% - 10px) / 2);
    margin-right: 0;
  }
}

@media (min-width: 769px) {
  .brand-listItem-contents .brandItem {
    width: calc((100% - 60px) / 4);
  }
  .brand-listItem-contents .brandItem:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 1201px) {
  .brand-listItem-contents .brandItem {
    width: calc((100% - 100px) / 6);
  }
  .brand-listItem-contents .brandItem:nth-child(4n) {
    margin-right: 20px;
  }
  .brand-listItem-contents .brandItem:nth-child(6n) {
    margin-right: 0;
  }
}

.brand-listItem-contents .brandItem a {
  padding: 10px;
  display: block;
  width: 100%;
}

.brand-listItem-contents .brandItem-img-BOX {
  margin-bottom: 10px;
}

.brand-listItem-contents .brandItem-img {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 400px;
  margin-top: 10px;
  max-width: none;
}

.brand-listItem-contents .brandItem-img::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.brand-listItem-contents .brandItem-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.brand-listItem-contents .brandItem-img img {
  max-height: 100%;
}

.brand-listItem-contents .brandItem-setsumeikai {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  background: linear-gradient(#fff 75%, #ffff01 25%);
  display: inline;
}

.lp-lead {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media (min-width: 769px) {
  .lp-lead {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .lp-lead {
    font-size: 1.4rem;
  }
}

.lp-points {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.lp-points li {
  width: 180px;
  height: 180px;
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  padding: 10px 15px;
  margin: 0 30px 30px;
}

@media (max-width: 768px) {
  .lp-points li {
    width: 100px;
    height: 100px;
    margin: 0 9px 20px;
    padding: 10px 0;
    font-size: 1.8rem;
  }
}

.lp-points li span {
  display: block;
  margin-top: 20px;
  font-size: 4.6rem;
}

@media (max-width: 768px) {
  .lp-points li span {
    font-size: 3.0rem;
    margin-top: 10px;
  }
}

.lp-points li.tojitsu {
  background: #f2698e;
  box-shadow: 0px 0px 0px 5px #f2698e;
  border: solid 2px #f7c7d4;
}

.lp-points li.rirekisyo {
  background: #18bfef;
  box-shadow: 0px 0px 0px 5px #18bfef;
  border: solid 2px #bae7f4;
}

.lp-points li.nyujo {
  background: #1ad57b;
  box-shadow: 0px 0px 0px 5px #1ad57b;
  border: solid 2px #a9f2cf;
}

.lp-points li.fukusou {
  background: #fe6e3b;
  box-shadow: 0px 0px 0px 5px #fe6e3b;
  border: solid 2px #fac7b5;
}

.lp-points li.okosama {
  background: #f8ad20;
  box-shadow: 0px 0px 0px 5px #f8ad20;
  border: solid 2px #f4daa8;
}

.lp-flow-items {
  counter-reset: num;
}

@media (max-width: 768px) {
  .lp-flow-items {
    margin-top: 50px;
  }
}

.lp-flow-items li {
  position: relative;
  background: #fff;
  margin-bottom: 70px;
  padding: 60px 40px 40px;
}

@media (max-width: 768px) {
  .lp-flow-items li {
    margin-bottom: 50px;
    padding: 30px;
  }
}

.lp-flow-items li::before {
  position: absolute;
  z-index: 1;
  top: -35px;
  left: -8px;
  content: "0" counter(num);
  counter-increment: num;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 6.0rem;
  font-style: italic;
}

@media (max-width: 768px) {
  .lp-flow-items li::before {
    top: -20px;
    font-size: 4.0rem;
  }
}

.lp-flow-items .lp-flow-tit {
  margin-bottom: 18px;
  padding-bottom: 13px;
  font-size: 2.8rem;
  border-bottom: solid 1px #bc006d;
}

@media (max-width: 768px) {
  .lp-flow-items .lp-flow-tit {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.lp-flow-items p {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .lp-flow-items p {
    font-size: 1.4rem;
  }
}

.lp-happyentry .happyentry-img {
  text-align: center;
}

/* recruit
------------------------------------*/
#recruit {
  background: #fff;
}

#recruit p {
  margin-bottom: 24px;
  font-size: 1.8rem;
  text-align: center;
}

#recruit h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 40px;
  margin-top: 64px;
  text-align: center;
}

@media (max-width: 768px) {
  #recruit h3 {
    margin-top: 32px;
  }
}

#recruit .recruit-place li:nth-child(2n) {
  background: #e4ebf4;
}

#recruit .recruit-access {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  #recruit .recruit-access {
    display: block;
  }
}

#recruit .recruit-access-map {
  position: relative;
  margin: 0 16px 0 8px;
  width: 501px;
}

@media (max-width: 768px) {
  #recruit .recruit-access-map {
    margin: 0 8px 16px;
    width: auto;
  }
}

#recruit .recruit-access-map::before {
  content: "";
  display: block;
  padding-top: 75%;
}

@media (max-width: 768px) {
  #recruit .recruit-access-map::before {
    padding-top: 125%;
  }
}

#recruit .recruit-access-map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#recruit .recruit-access-data {
  margin: 0 8px 0 16px;
  width: 501px;
  overflow: hidden;
}

@media (max-width: 768px) {
  #recruit .recruit-access-data {
    width: auto;
  }
}

#recruit .recruit-access-data dl {
  text-align: left;
}

#recruit .recruit-access-data dt {
  position: relative;
  font-weight: bold;
}

@media (min-width: 769px) {
  #recruit .recruit-access-data dt {
    font-size: 2.4rem;
  }
}

#recruit .recruit-access-data dt::after {
  position: absolute;
  content: "";
  height: 1px;
  background: #a29e9b;
  width: 100%;
  top: 50%;
  margin-left: 30px;
}

#recruit .recruit-access-data dd {
  padding: 10px 0 25px 20px;
  line-height: 1.8;
}

@media (min-width: 769px) {
  #recruit .recruit-access-data dd {
    font-size: 1.8rem;
  }
}

#recruit .recruit-access-data dd.access-ways {
  line-height: 1.4;
}

#recruit .recruit-access-data dd a {
  text-decoration: underline;
}

#recruit .recruit-access-data p.comments {
  color: #999;
  font-size: 1.5rem;
  padding-left: 20px;
  text-align: left;
}

/******************************************************************
  ■list 
*****************************************************************/
.listItem-wrap .paging-count {
  margin-bottom: 20px;
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
  color: #202020;
}

@media (min-width: 769px) {
  .listItem-wrap .paging-count {
    font-size: 2.0rem;
    font-weight: bold;
    color: #818181;
  }
}

.listItem-wrap .no-kyujin {
  text-align: center;
  margin-top: 100px;
  line-height: 1.5;
}

.listItem-wrap .no-kyujin-home {
  text-align: left;
  margin-top: 100px;
  line-height: 1;
}

.listItem-wrap .list-lead-box {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-shadow: 1px 1px 0px #fff;
}

.listItem-wrap .list-lead-box .list-lead-list {
  line-height: 1.5;
  text-shadow: 1px 1px 0px #fff;
}

.listItem-wrap .list-lead-box .list-lead-list li {
  margin-bottom: 5px;
}

.listItem-wrap .list-keep-num {
  margin-bottom: 15px;
  text-shadow: 0px 0px 20px #fff;
}

.listItem {
  margin: 0 10px 20px;
  border: solid 1px #dddddd;
  border-radius: 10px;
  background: #fff;
  position: relative;
}

@media (min-width: 769px) {
  .listItem.list-normal {
    padding: 20px 0 10px;
  }
}

.listItem .txt-setsumeikai {
  padding: 3px 5px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.listItem .tags.tag-category {
  margin-right: 0;
}

@media (max-width: 768px) {
  .listItem .tags.tag-category {
    margin-bottom: 10px;
  }
}

.listItem .viewing-period-BOX {
  color: #888888;
  margin: 0 0 15px 0;
  font-size: 1.3rem;
}

.listItem-tit-wrap {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #dddddd;
}

.listItem-tit {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}

.listItem-tit.fashion {
  color: #e88fa7;
}

.listItem-tit.goods {
  color: #79c59a;
}

.listItem-tit.interior {
  color: #dcb469;
}

.listItem-tit.foods {
  color: #eca085;
}

.listItem-tit.other {
  color: #85d5ec;
}

.listItem-name {
  margin-bottom: 15px;
  text-align: center;
}

.listItem-name span {
  display: inline-block;
  padding: 3px 5px;
  background: #ecf0f5;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .listItem-inner {
    width: auto;
    margin: 0 30px;
  }
}

@media (max-width: 768px) {
  .listItem-inner {
    margin: 0 auto;
    width: calc(90% - 10px);
  }
}

.listItem-box {
  padding: 10px 0;
  width: 100%;
}

@media (min-width: 1050px) {
  .listItem-cts-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.listItem-img {
  margin: 0 auto;
}

@media (min-width: 1050px) {
  .listItem-img {
    position: relative;
    width: 240px;
    margin: 0 auto 30px 0;
  }
}

.listItem-img .img-keep {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 400px;
}

.listItem-img .img-keep::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.listItem-img .img-keep img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.listItem-txt {
  margin: 10px auto 0;
}

@media (min-width: 1050px) {
  .listItem-txt {
    width: calc(100% - 270px);
    margin: 0 0 0 auto;
  }
}

.listItem-txt-tags {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  margin-bottom: 5px;
}

.listItem-txt-cts dl {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}

.listItem-txt-cts dl dt {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333;
}

.listItem-txt-cts dl dd {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .listItem-txt-cts dl {
    padding: 15px 0;
    display: flex;
    align-items: center;
  }
  .listItem-txt-cts dl dt {
    width: 105px;
    margin-bottom: 0;
  }
  .listItem-txt-cts dl dd {
    font-size: 1.4rem;
  }
}

/* キープ一覧ページ
------------------------------------*/
.listItem.list-keep .listItem-inner {
  display: flex;
  margin: 0 30px 0 0;
  width: auto;
}

.listItem.list-keep .listItem-box {
  border-left: #eaeaea 1px solid;
}

@media (min-width: 769px) {
  .listItem.list-keep .listItem-box {
    width: calc(100% - 53px);
    padding: 30px 0 30px 30px;
  }
}

@media (max-width: 768px) {
  .listItem.list-keep .listItem-box {
    width: calc(100% - 38px);
    padding: 30px 0 30px 30px;
  }
}

.listItem-checKeep {
  margin: auto 0;
  width: 53px;
}

@media (min-width: 769px) {
  .listItem-checKeep {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .listItem-checKeep {
    width: 38px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
  }
}

.listItem-checKeep label {
  width: 100%;
  display: block;
  vertical-align: middle;
  cursor: pointer;
}

.listItem-checKeep input[type="checkbox"] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -o-appearance: checkbox;
  -ms-appearance: checkbox;
  appearance: checkbox\9;
  margin: 30px 0;
  cursor: pointer;
}

.listItem-checKeep .listItem-box {
  width: 100%;
}

.listItem-checKeep .listItem-box .listItem-cts-wrap .listItem-img {
  width: auto;
  margin: 0 auto 30px 0;
}

.listItem-checKeep .listItem-box .listItem-cts-wrap .listItem-img a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px;
}

/******************************************************************
  ■detail
*****************************************************************/
.detail-blank {
  text-align: center;
  padding: 50px 0;
}

.detailItem {
  position: relative;
  border-radius: 10px;
}

@media (min-width: 769px) {
  .detailItem {
    padding: 30px 45px;
    border: #dddddd 2px solid;
  }
}

@media (max-width: 768px) {
  .detailItem {
    margin: 0 10px;
    padding: 10px 0;
    border: #dddddd 1px solid;
  }
}

@media (max-width: 768px) {
  .detailItem-inner {
    width: calc(90% - 10px);
    margin: 0 auto;
  }
}

.detailItem-inner .txt-setsumeikai {
  padding: 7px 5px 5px;
}

.detailItem-inner .txt-company-name {
  text-align: center;
  margin-bottom: 15px;
}

.detailItem-inner .txt-company-name span {
  display: inline-block;
  padding: 3px 5px;
  background: #ecf0f5;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .detailItem-inner .txt-company-name span {
    margin-bottom: 0;
  }
}

.detailItem-inner .list-method {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .detailItem-cts-wrap {
    margin-bottom: 40px;
  }
}

.detailItem-cts-tit {
  margin: 60px 0 30px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
}

@media (max-width: 768px) {
  .detailItem-cts-tit {
    margin: 50px 0 15px;
  }
}

.detailItem-tit {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #dddddd;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}

.detailItem-tit.fashion {
  color: #e88fa7;
}

.detailItem-tit.goods {
  color: #79c59a;
}

.detailItem-tit.interior {
  color: #dcb469;
}

.detailItem-tit.foods {
  color: #eca085;
}

.detailItem-tit.other {
  color: #85d5ec;
}

@media (max-width: 768px) {
  .detailItem-tit {
    border-bottom: 1px solid #dddddd;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-right: 0;
    font-size: 1.6rem;
  }
}

.detailItem-tit span {
  display: block;
  margin-bottom: 10px;
  color: #878787;
  font-weight: normal;
  font-size: 1.4rem;
}

@media (min-width: 1050px) {
  .detail-simple {
    display: flex;
  }
}

@media (min-width: 1050px) {
  .detailItem-img {
    position: relative;
    width: 240px;
    margin: 0 auto 30px 0;
  }
}

.detailItem-img .img-keep {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 400px;
}

.detailItem-img .img-keep::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.detailItem-img .img-keep img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 769px) {
  .detailItem-img .img-keep {
    max-width: 250px;
  }
}

.detailItem-tags {
  margin-top: 10px;
}

@media (min-width: 1050px) {
  .detailItem-tags {
    width: calc(100% - 270px);
    margin-top: 0;
  }
}

.detailItem-tags .tags-inner {
  padding-bottom: 5px;
}

.detailItem-tags .tags-inner.tags-kkcd {
  padding-bottom: 0;
}

.detailItem-tags .tags {
  display: inline-block;
}

.detailItem-tags .tags.tag-category {
  margin-right: 0;
  display: block;
}

.detailItem-tags .tags.tag-style {
  border: none;
  background-color: #ecf0f5;
}

.detailItem-tags .tags.tag-style span {
  display: inline-block;
  padding: 1px;
}

.detailItem-tags .viewing-period-BOX {
  margin-top: 10px;
  color: #666666;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .detailItem-tags .viewing-period-BOX {
    margin-top: 0;
    font-size: 1.2rem;
  }
}

h3.detailItem-subtit {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  h3.detailItem-subtit {
    font-size: 1.4rem;
  }
}

.detailItem-gallery {
  margin: 0 auto 40px;
}

@media (max-width: 768px) {
  .detailItem-gallery {
    width: calc(100% - 50px);
    margin: 0 25px 25px;
  }
}

@media (min-width: 769px) {
  .detailItem-gallery p {
    text-align: center;
  }
  .detailItem-gallery p img {
    max-width: 300px;
  }
}

.detailItem-gallery .slider {
  margin: 0 auto 25px;
}

@media (min-width: 769px) {
  .detailItem-gallery .slider {
    display: none;
  }
}

@media (max-width: 768px) {
  .detailItem-gallery .slider {
    margin: 0 auto 10px;
  }
}

.detailItem-gallery .slide-item {
  height: auto !important;
}

@media (max-width: 768px) {
  .detailItem-gallery .slide-item {
    min-height: inherit;
  }
}

.detailItem-gallery .slick-slide img {
  min-width: 100%;
}

.detailItem-gallery .thumbnail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.detailItem-gallery .thumbnail-item {
  flex: 0 1 32%;
  /*margin-bottom: 10px;*/
  box-sizing: border-box;
  margin-right: 2%;
}

.detailItem-gallery .thumbnail-item:last-child {
  margin-right: 0;
}

.detailItem-gallery .thumbnail-item:only-child {
  flex: none;
  width: 100%;
  max-width: 250px;
}

.detail-cts-item {
  display: table;
  width: 100%;
  border-bottom: solid 1px #ccc;
}

@media (max-width: 768px) {
  .detail-cts-item {
    display: block;
    border-bottom: none;
  }
}

.detail-cts-item .detail-cts-tit {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0 20px 20px;
  width: 17%;
  max-width: 120px;
  min-width: 9em;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .detail-cts-item .detail-cts-tit {
    display: block;
    padding: 8px 5px 8px 10px;
    width: 100%;
    max-width: none;
    background: #ecf0f5;
    color: #222222;
  }
}

@media (max-width: 768px) {
  .detail-cts-item h3 {
    width: auto;
    padding: 10px 0 5px;
    display: block;
    font-size: 1.4rem;
  }
}

.detail-cts-item .detail-cts-txt {
  display: table-cell;
  padding: 20px;
  line-height: 2;
}

@media (max-width: 768px) {
  .detail-cts-item .detail-cts-txt {
    padding: 8px 0 10px 10px;
    display: block;
    font-size: 1.4rem;
  }
}

.detail-shop-manager {
  margin-top: 40px;
}

.detail-shop-manager .shop-manager-img {
  margin: 0 auto 30px;
  max-width: 300px;
}

.detail-shop-manager .shop-manager-txt {
  line-height: 1.4;
}

@media (min-width: 769px) {
  .detail-interview .staff-list li {
    width: calc( 100% / 3 - 20px);
  }
}

@media (max-width: 768px) {
  .detail-interview .staff-list li {
    width: calc(100% / 2 - 5px);
  }
}

@media (min-width: 769px) {
  .detail-interview .staff-prof-img {
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .detail-interview .staff-prof-img {
    border-radius: 10px;
  }
}

.detail-interview .staff-prof-name {
  margin-top: 10px;
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */