@charset "UTF-8";
/* CSS Document */
/* COMMON-PARTS-------------------------------------------*/
.pagetype-recruit .main-box {
  padding: 0 0 20px;
}

@media screen and (min-width: 769px) {
  .pagetype-recruit .main-box {
    padding: 0 0 50px;
  }
  .pagetype-recruit .box-inner {
    max-width: 1160px;
  }
}

/* メリット-------------------------------------------*/
.merit {
  position: relative;
  margin-top: 40px;
  color: #2c2c2c;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 769px) {
  .merit {
    padding: 0 20px;
  }
}

.merit::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  background: #EEF7F2;
}

@media screen and (min-width: 1281px) {
  .merit::after {
    height: calc(100% - 273px);
  }
}

@media screen and (max-width: 1280px) {
  .merit::after {
    height: calc(100% - 23.3vw);
  }
}

@media screen and (max-width: 768px) {
  .merit::after {
    height: calc(100% - 435px);
  }
}

.merit-inner {
  padding-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .merit-inner {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: calc(532 / 1160 * 100%) calc(580 / 1160 * 100%);
    gap: 0 calc(48 / 1160 * 100%);
    padding-bottom: 80px;
  }
}

.merit-title {
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .merit-title {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    margin-top: 0;
    font-size: 36px;
    letter-spacing: 0.03em;
  }
}

@media screen and (max-width: 1280px) {
  .merit-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1050px) {
  .merit-title {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .merit-title {
    font-size: 28px;
  }
}

.merit-title .large {
  font-size: 48px;
  color: #00aca0;
}

@media screen and (min-width: 769px) {
  .merit-title .large {
    font-size: 138%;
  }
}

.merit-image {
  margin-top: 25px;
}

@media screen and (min-width: 769px) {
  .merit-image {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    margin-top: 0;
  }
}

.merit-list {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin-top: 25px;
}

@media screen and (min-width: 769px) {
  .merit-list {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
}

.merit-list-item {
  padding: 0;
  background: transparent;
  border: none;
}

@media screen and (min-width: 769px) {
  .merit-list-item {
    width: calc((100% - 16px) / 2);
  }
}

@media (hover: hover) {
  .merit-list-item {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .merit-list-item:hover {
    opacity: 0.5;
  }
}

.merit-list-item img {
  width: 100%;
  max-width: auto;
}

.merit-mod-item {
  position: fixed;
  inset: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 769px) {
  .merit-mod-item {
    display: flex;
    justify-content: center;
    padding: 0 20px;
  }
}

.merit-mod-item.is-active {
  opacity: 1;
}

.merit-mod-item[data-merit-mod="1"] .illust {
  width: 190px;
}

@media screen and (min-width: 769px) {
  .merit-mod-item[data-merit-mod="1"] .illust {
    width: 250px;
  }
}

.merit-mod-item[data-merit-mod="2"] .illust {
  width: 172px;
}

@media screen and (min-width: 769px) {
  .merit-mod-item[data-merit-mod="2"] .illust {
    width: 200px;
  }
}

.merit-mod-item[data-merit-mod="3"] .illust {
  width: 212px;
}

@media screen and (min-width: 769px) {
  .merit-mod-item[data-merit-mod="3"] .illust {
    width: 275px;
  }
}

.merit-mod-item[data-merit-mod="4"] .illust {
  width: 190px;
}

@media screen and (min-width: 769px) {
  .merit-mod-item[data-merit-mod="4"] .illust {
    width: 250px;
  }
}

.merit-mod-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 39, 39, 0.8);
}

.merit-mod-body {
  position: relative;
  margin: 77px 18px 40px;
}

@media screen and (min-width: 769px) {
  .merit-mod-body {
    max-width: 960px;
    margin: 102px 0 0;
  }
}

.merit-mod-close {
  position: absolute;
  top: -45px;
  right: 0;
  width: 30px;
  margin-left: auto;
  background: none;
  border: none;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .merit-mod-close {
    width: 40px;
    top: -55px;
  }
}

@media (hover: hover) {
  .merit-mod-close {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .merit-mod-close:hover {
    opacity: 0.5;
  }
}

.merit-mod-close img {
  width: 100%;
}

.merit-mod-content {
  overflow-y: auto;
  max-height: calc(100vh - 77px - 40px - 16px - 45px);
  margin-top: 16px;
  padding: 20px 26px;
  background: #fff;
  border: 4px solid #EDC554;
  border-radius: 16px;
}

@media screen and (min-width: 769px) {
  .merit-mod-content {
    padding: 54px 80px 60px;
  }
}

@media screen and (min-width: 769px) {
  .merit-mod .merit-hd {
    display: flex;
    gap: 0 62px;
  }
}

.merit-mod .merit-hd .num {
  width: 72px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .merit-mod .merit-hd .num {
    width: 92px;
  }
}

.merit-mod .merit-hd .title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .merit-mod .merit-hd .title {
    flex: 1;
    margin-top: 58px;
    font-size: 28px;
  }
}

.merit-mod .illust {
  width: 190px;
  margin: 24px auto 0;
}

@media screen and (min-width: 769px) {
  .merit-mod .illust {
    width: 250px;
    margin-top: 35px;
  }
}

.merit-mod .text {
  margin-top: 24px;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .merit-mod .text {
    margin-top: 62px;
    font-size: 16px;
    text-align: center;
  }
}

/* カテゴリ選択-------------------------------------------*/
.floor-select-box {
  margin-bottom: 30px;
}

.floor-select-box .floor-contents-box {
  border-top: none;
  background: none;
}

@media screen and (min-width: 769px) {
  .floor-select-box .floor-contents-box {
    padding: 55px 75px 40px;
  }
}

/* 記事一覧-------------------------------------------*/
.article-box {
  background: #EEF7F2;
}

.recruit-list > li {
  background: #FFF;
  padding: 30px;
  margin-bottom: 20px;
}

.recruit-list > li .hd-box .shopttl-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.recruit-list > li .hd-box .shop-logo {
  max-width: 120px;
  margin-right: 17px;
  border: 1px solid #E3E3E3;
}

.recruit-list > li .hd-box .floor-in {
  display: inline-block;
  padding: 4px 14px;
  background: #00ACA0;
  color: #FFF;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.recruit-list > li .hd-box .shopname {
  margin-top: 5px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.recruit-list > li .hd-box .category {
  margin-top: 5px;
  font-size: 12px;
  color: #9A9A9A;
}

.recruit-list > li .shopimg-box {
  margin-bottom: 22px;
}

.recruit-list > li .shopimg-box img {
  width: 100%;
  aspect-ratio: 484/310;
  object-fit: contain;
}

.recruit-list > li .mainttl {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.recruit-list > li .comment {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .recruit-list > li {
    padding: 40px;
  }
  .recruit-list > li .hd-box .shopttl-box {
    margin-right: auto;
    padding-right: 20px;
  }
  .recruit-list > li .hd-box .shop-logo {
    max-width: 120px;
  }
  .recruit-list > li .hd-box .floor-in {
    font-size: 14px;
  }
  .recruit-list > li .hd-box .shopname {
    font-size: 24px;
  }
  .recruit-list > li .hd-box .category {
    font-size: 13px;
  }
  .recruit-list > li .shopimg-box {
    width: 100%;
  }
  .recruit-list > li .mainttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .recruit-list > li .comment {
    margin-bottom: 25px;
  }
}

.recruit-list .recruit-detail-box .detail-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #E3E3E3;
  padding: 24px 0;
}

.recruit-list .recruit-detail-box .detail-item:nth-of-type(1), .recruit-list .recruit-detail-box .detail-item:nth-of-type(4) {
  border-top: 1px solid #E3E3E3;
}

.recruit-list .recruit-detail-box .detail-item .txt-mds {
  font-weight: bold;
  font-size: 16px;
  width: 36.7%;
  padding-right: 10px;
}

.recruit-list .recruit-detail-box .detail-item .note-text {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5;
  color: red;
}

.recruit-list .recruit-detail-box .detail-item .txt-detail {
  flex: 1;
}

.recruit-list .recruit-detail-box .detail-item .txt-detail .link {
  word-break: break-all;
}

.recruit-list .recruit-detail-box .detail-item .txt-detail .link:not(:first-child) {
  margin-top: 16px;
}

.recruit-list .recruit-detail-box .detail-item .txt-detail .link a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .recruit-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
  .recruit-list > li {
    width: calc((100% - 32px)/ 2);
  }
  .recruit-list .recruit-detail-box {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .recruit-list .recruit-detail-box .deital-item-box {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .recruit-list .recruit-detail-box .detail-item {
    flex-direction: column;
    align-items: flex-start;
    width: calc((100% - 16px) / 2);
    margin-right: 0;
  }
  .recruit-list .recruit-detail-box .detail-item:nth-of-type(-n+5) {
    border-top: 1px solid #E3E3E3;
  }
  .recruit-list .recruit-detail-box .detail-item .txt-mds {
    width: auto;
  }
  .recruit-list .recruit-detail-box .detail-item .txt-detail {
    width: auto;
    margin-top: 8px;
  }
}

.btn-recruit-more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
  width: 100%;
  margin-top: 24px;
  padding-bottom: 20px;
  background: none;
  border: none;
  border-bottom: 2px solid #2C2C2C;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .btn-recruit-more {
    width: calc(100% - 176px);
    margin: 24px auto 0;
  }
}

@media (hover: hover) {
  .btn-recruit-more {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .btn-recruit-more:hover {
    opacity: 0.5;
  }
}

.btn-recruit-more .icon-arr {
  display: block;
  width: 12.48px;
  aspect-ratio: 12.48/7.65;
  background: url(../images/recruit/ico-arr.svg) no-repeat 0 0/contain;
}

.btn-recruit-more .txt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #2C2C2C;
}

.btn-recruit-more.is-open .icon-arr {
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .is-hidden-sp {
    display: none !important;
  }
}

.is-hidden {
  display: none !important;
}

body.is-modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/*# sourceMappingURL=_map/recruit2.css.map */
