section.staffblog-index {
  background: #FFFAED;
  padding: 132px 0 80px;
}
section.staffblog-index .staffblog-index-wrapper {
  width: 1000px;
  margin: 0 auto;
}
section.staffblog-index .staffblog-index-wrapper .staffblog-container {
  margin-top: 47px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 38px 41px;
}
section.staffblog-index .staffblog-index-wrapper .staffblog-container .staffblog-item {
  position: relative;
  width: 306px;
}
section.staffblog-index .staffblog-index-wrapper .staffblog-container .staffblog-item img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
section.staffblog-index .staffblog-index-wrapper .staffblog-container .staffblog-item h2 {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}
section.staffblog-index .staffblog-index-wrapper .staffblog-container .staffblog-item .date {
  font-family: "Inter", sans-serif;
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
section.staffblog-index .staffblog-index-wrapper .staffblog-container .staffblog-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.staffblog-detail {
  background: #FFFAED;
  padding: 132px 0 80px;
}
section.staffblog-detail .staffblog-wrapper {
  width: 712px;
  margin: 0 auto;
}
section.staffblog-detail .staffblog-wrapper .staffblog-header h1 {
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.05em;
  margin-top: 32px;
}
section.staffblog-detail .staffblog-wrapper .staffblog-header .date {
  font-family: "Inter", sans-serif;
  margin-top: 14px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
section.staffblog-detail .staffblog-wrapper .staffblog-content {
  margin-top: 34px;
}
section.staffblog-detail .staffblog-wrapper .staffblog-content p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
section.staffblog-detail .staffblog-wrapper .staffblog-content p + figure {
  margin-top: 35px;
}
section.staffblog-detail .staffblog-wrapper .staffblog-content p + p {
  margin-top: 20px;
}
section.staffblog-detail .staffblog-wrapper .staffblog-content figure {
  width: 100%;
}
section.staffblog-detail .staffblog-wrapper .staffblog-content figure + p {
  margin-top: 35px;
}
section.staffblog-detail .staffblog-wrapper .staffblog-content figure + figure {
  margin-top: 20px;
}
section.staffblog-detail .staffblog-wrapper .category-list {
  margin-top: 36px;
  width: 382px;
}
section.staffblog-detail .staffblog-wrapper .relation {
  margin-top: 56px;
}
section.staffblog-detail .staffblog-wrapper .relation h2 {
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 400;
}
section.staffblog-detail .staffblog-wrapper .relation .activity-container {
  margin-top: 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item {
  position: relative;
  width: 472px;
  padding: 34px 0;
  display: grid;
  gap: 0 24px;
  border-bottom: 1px solid #D0CAB9;
}
section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item:nth-of-type(1) {
  border-top: 1px solid #D0CAB9;
}
section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item img {
  width: 176px;
  height: 176px;
  object-fit: cover;
  grid-column: 1/2;
  grid-row: 1/3;
}
section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .activity-txt {
  width: 272px;
  grid-column: 2/3;
  grid-row: 1/2;
}
section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .activity-txt .title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .activity-txt .title span {
  font-size: 14px;
  color: #0099DB;
  display: block;
}
section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .activity-txt ul {
  margin-top: 6px;
}
section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .activity-txt ul li {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  display: flex;
  align-items: baseline;
  gap: 0 6px;
}
section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .activity-txt ul li:not(:last-child) {
  margin-bottom: 2px;
}
section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .activity-txt ul li::before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #000000;
  border-right: 0;
}
section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .time-price {
  grid-column: 2/3;
  grid-row: 2/3;
  align-content: end;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 13px;
}
section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .time-price .time {
  display: flex;
  align-items: center;
}
section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .time-price .time::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon-time.svg) no-repeat;
  background-size: cover;
  margin-right: 6px;
}
section.staffblog-detail .staffblog-wrapper .more {
  margin-top: 56px;
}

@media (max-width: 768px) {
  section.staffblog-index {
    padding: calc(108 / var(--sp)) 0 calc(80 / var(--sp));
  }
  section.staffblog-index .staffblog-index-wrapper {
    width: calc(350 / var(--sp));
  }
  section.staffblog-index .staffblog-index-wrapper .staffblog-container {
    margin-top: calc(28 / var(--sp));
    flex-direction: column;
    align-items: center;
    gap: calc(30 / var(--sp)) 0;
  }
  section.staffblog-index .staffblog-index-wrapper .staffblog-container .staffblog-item {
    position: relative;
    width: 100%;
  }
  section.staffblog-index .staffblog-index-wrapper .staffblog-container .staffblog-item img {
    height: calc(216 / var(--sp));
  }
  section.staffblog-index .staffblog-index-wrapper .staffblog-container .staffblog-item h2 {
    margin-top: calc(12 / var(--sp));
    font-size: calc(14 / var(--sp));
    line-height: calc(20 / var(--sp));
  }
  section.staffblog-index .staffblog-index-wrapper .staffblog-container .staffblog-item .date {
    margin-top: calc(6 / var(--sp));
    font-size: calc(12 / var(--sp));
  }
  section.staffblog-detail {
    padding: calc(108 / var(--sp)) 0 calc(80 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper {
    width: calc(350 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .staffblog-header h1 {
    font-size: calc(22 / var(--sp));
    line-height: unset;
    margin-top: calc(24 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .staffblog-header .date {
    margin-top: calc(10 / var(--sp));
    font-size: calc(12 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .staffblog-content {
    margin-top: calc(27 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .staffblog-content p {
    font-size: calc(14 / var(--sp));
    line-height: calc(20 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .staffblog-content p + figure {
    margin-top: calc(29 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .staffblog-content p + p {
    margin-top: calc(20 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .staffblog-content figure + p {
    margin-top: calc(29 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .staffblog-content figure + figure {
    margin-top: calc(20 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .category-list {
    margin-top: calc(18 / var(--sp));
    width: calc(310 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .relation {
    margin-top: calc(56 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .relation h2 {
    font-size: calc(18 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .relation .activity-container {
    margin-top: calc(33 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item {
    width: 100%;
    padding: calc(24 / var(--sp)) 0;
    display: grid;
    gap: 0 calc(16 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item img {
    width: calc(150 / var(--sp));
    height: calc(150 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .activity-txt {
    width: calc(185 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .activity-txt .title {
    font-size: calc(14 / var(--sp));
    line-height: calc(20 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .activity-txt .title span {
    font-size: calc(10 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .activity-txt ul {
    margin-top: calc(6 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .activity-txt ul li {
    font-size: calc(12 / var(--sp));
    line-height: calc(14 / var(--sp));
    gap: 0 calc(6 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .activity-txt ul li:not(:last-child) {
    margin-bottom: calc(4 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .activity-txt ul li::before {
    border-top: calc(5 / var(--sp)) solid transparent;
    border-bottom: calc(5 / var(--sp)) solid transparent;
    border-left: calc(8 / var(--sp)) solid #000000;
  }
  section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .time-price {
    font-size: calc(12 / var(--sp));
    margin-top: calc(11 / var(--sp));
  }
  section.staffblog-detail .staffblog-wrapper .relation .activity-container .activity-item .time-price .time::before {
    width: calc(12 / var(--sp));
    height: calc(12 / var(--sp));
    margin-right: calc(6 / var(--sp));
  }
  section.staffblog-detail .more {
    margin-top: calc(56 / var(--sp));
  }
}/*# sourceMappingURL=staffblog.css.map */