html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  color: #333333;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

/* パンくずリスト */
.c-breadcrumb {
  padding: 0 120px;
}
@media screen and (max-width: 999px) {
  .c-breadcrumb {
    padding: 0 16px;
  }
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  padding-top: 8px;
}
@media screen and (max-width: 999px) {
  .c-breadcrumb__list {
    gap: 4px;
  }
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #686a6c;
}
@media screen and (max-width: 999px) {
  .c-breadcrumb__item {
    font-size: 10px;
  }
}
.c-breadcrumb__item a {
  display: flex;
  align-items: center;
  color: #2d8ce4;
}
.c-breadcrumb__item img {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 999px) {
  .c-breadcrumb__item a {
    gap: 2px;
  }

  .c-breadcrumb__item img {
    width: 14px;
    height: 14px;
  }
}

.common-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .common-br {
    display: inline;
  }
}

.main {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 40px;
  padding: 0 16px;
}

@media screen and (max-width: 767px) {
  .main {
    padding: 0;
  }
}

.section__top {
  display: flex;
  gap: 16px;
  padding: 40px 120px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.section__top-outer {
  display: flex;
  align-items: center;
  gap: 16px;
}

.section__top-image {
  width: 100%;
  max-width: 200px;
  border: 1px solid #e4e8ed;
}

.section__top-container {
  width: 805px;
}

.section__top-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.section__top-inner {
  display: flex;
  gap: 2px;
  align-items: center;
}

.section__top-icon {
  width: 16px;
  height: 16px;
}

.section__top-em {
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #f88f07;
  margin-left: 6px;
}

.section__top-inner__detail {
  margin-top: 3px;
}

.section__top-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #686a6c;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #e4e8ed;
  display: inline;
}

.section__top-button {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 19px 32px;
  color: #fff;
  background-color: #2d8ce4;
  border-radius: 8px;
  flex-shrink: 0;
  height: 62px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .section__top {
    padding: 24px 16px;
    flex-direction: column;
  }

  .section__top-image {
    max-width: 72px;
    flex-shrink: 0;
  }

  .section__top-container {
    width: 100%;
  }

  .section__top-title {
    font-size: 16px;
  }

  .section__top-inner {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .section__top-icon {
    width: 12px;
    height: 12px;
  }

  .section__top-em {
    font-size: 16px;
  }

  .section__top-inner__detail {
    margin-top: 8px;
    line-height: 11px;
  }

  .section__top-text {
    font-size: 11px;
  }

  .section__top-button {
    width: 100%;
    height: 43px;
    font-size: 14px;
    padding: 11px 20px;
    text-align: center;
  }
}

.section__tab {
  height: 45px;
  width: calc(100% + 32px);
  margin: 0 -16px 40px;
  box-shadow: 0px 6px 10px 0px #0000001a;
  border-bottom: 1px solid #e4e8ed;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 20px;
}

.section__tab::-webkit-scrollbar {
  display: none;
}

.section__tab-list {
  width: 100%;
  min-width: min-content;
  display: inline-flex;
  justify-content: center;
}

.section__tab-item {
  min-width: 106px;
  max-width: 156px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #333;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.section__tab-item.__disabled {
  color: #92949b;
  cursor: initial;
}

.section__tab-item.__selected {
  color: #2d8ce4;
}

.section__tab-item a,
.section__tab-item .section__tab-text {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 0;
  width: 100%;
  height: 100%;
}

.section__tab-item.__selected::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #2d8ce4;
}

.section__tab-span {
  height: 21px;
  padding: 4px 8px;
  border: 1px solid #e4e8ed;
  border-radius: 100px;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #686a6c;
}

@media screen and (min-width: 768px) {
  .section__tab-item:has(.section__tab-span) {
    width: 156.2px;
    max-width: 156.2px;
  }
}

@media screen and (max-width: 767px) {
  .section__tab {
    height: 48px;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
    border-top: 1px solid #e4e8ed;
    box-shadow: none;
  }

  .section__tab-list {
    padding: 0;
    justify-content: flex-start;
    height: 48px;
  }

  .section__tab-item {
    min-width: fit-content;
    max-width: fit-content;
    padding: 11.5px 12px;
    font-size: 13px;
    color: #333;
    display: flex;
    gap: 4px;
    cursor: pointer;
    user-select: none;
    justify-content: center;
  }

  .__selected {
    color: #2d8ce4;
  }
}

.article {
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #333;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 840px;
  gap: 48px;
  padding: 0;
}

.article-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.__top {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .article {
    max-width: 100%;
    gap: 40px;
    padding: 24px 16px 0;
  }

  .article-title {
    font-size: 20px;
  }
}

.section__evaluation {
  margin: 0 0;
}

.section__evaluation-list {
  border-radius: 8px;
  padding: 24px;
  background-color: #f2f4f7;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 36px;
}

.section__evaluation-item {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 370px;
}

.section__evaluation-container {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26.67px 26.67px;
}

.__environment {
  background-image: url("/img/reviews/environment-icon.webp");
}

.__gap {
  background-image: url("/img/reviews/gap-icon.webp");
}

.__future {
  background-image: url("/img/reviews/future-icon.webp");
}

.__skill-up {
  background-image: url("/img/reviews/skill-up-icon.webp");
}

.__polymorphism {
  background-image: url("/img/reviews/polymorphism-icon.webp");
}

.__work-life-balance {
  background-image: url("/img/reviews/work-life-balance-icon.webp");
}

.__retirement-reason {
  background-image: url("/img/reviews/retirement-reason-icon.webp");
}

.__welfare-benefits {
  background-image: url("/img/reviews/welfare-benefits-icon.webp");
}

.__proposal {
  background-image: url("/img/reviews/proposal-icon.webp");
}

.__salary {
  background-image: url("/img/reviews/salary-icon.webp");
}

.__interview {
  background-image: url("/img/reviews/interview-icon.webp");
}

.__challenging {
  background-image: url("/img/reviews/challenging-icon.webp");
}

.section__evaluation-text {
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-left: 8px;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.section__evaluation-icon {
  width: 12px;
  height: 12px;
}

.section__evaluation-em {
  font-size: 16px;
  font-style: normal;
  color: #f88f07;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .section__evaluation-list {
    padding: 12px;
    gap: 8px;
  }

  .section__evaluation-container {
    width: 28px;
    height: 28px;
    background-size: 18.67px 18.67px;
    flex-shrink: 0;
  }

  .section__evaluation-item {
    width: 100%;
  }

  .section__evaluation-text {
    font-size: 12px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 4px;
    line-height: 1.3;
  }

  .section__evaluation-em {
    font-size: 13px;
    margin-left: auto;
  }

  .section__evaluation-icon {
    display: none;
  }
}

.section__about {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section__about-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 8px;
  letter-spacing: 0.03em;
}

.section__about-text {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .section__about {
    gap: 0;
  }

  .section__about-title {
    font-weight: 700;
    font-size: 18px;
  }

  .section__about-text {
    font-size: 12px;
  }
}

.section__review {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section__review-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 12px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.section__review-wrapper {
  position: relative;
}

.section__review-list__card {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.section__review-list__card::-webkit-scrollbar {
  display: none;
}

.section__review-button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  border: 1px solid #d8dbdd;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-color: #fff;
  cursor: pointer;
  z-index: 10;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.section__review-button:hover,
.section__review-button:focus {
  opacity: 1;
}

.section__review-button.__next {
  right: 8px;
  background-image: url("/img/reviews/arrow-icon.webp");
}

.section__review-button.__prev {
  left: 8px;
  background-image: url("/img/reviews/arrow-icon.webp");
  transform: translateY(-50%) rotate(180deg);
}

.section__review-button.__hidden {
  opacity: 0;
  pointer-events: none;
}

.section__review-item__card {
  width: 380px;
  border: 1px solid #e4e8ed;
  border-radius: 8px;
  flex-shrink: 0;
  scroll-snap-align: start;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.section__review-container__top {
  background-color: #f2f4f7;
  border-radius: 8px 8px 0 0;
}

.section__review-outer__top {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 16px;
}

.section__review-image__top {
  width: 40px;
}

.section__review-inner__top {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.section__review-em__top {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
}

.section__review-list__attribute {
  font-size: 12px;
  letter-spacing: 0.03em;
  display: flex;
  gap: 0;
}

.section__review-item__attribute {
  padding: 0 8px;
}

.section__review-item__attribute + .section__review-item__attribute {
  border-left: 1px solid #d8dbdd;
}

.section__review-item__attribute:first-of-type {
  padding-left: 0;
}

.section__review-text__top {
  display: flex;
  gap: 2px;
  align-items: center;
}

.section__review-icon {
  width: 12px;
  height: 12px;
}

.section__review-span__top {
  font-size: 12px;
  color: #92949b;
  letter-spacing: 0.03em;
  margin-left: 4px;
}

.section__review-container__middle {
  margin: 0 16px;
  padding: 16px 0 12px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  flex-grow: 1;
}

.section__review-outer__middle {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section__review-inner__mark {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background-color: #f2f4f7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
}

.section__review-text__middle {
  font-size: 10px;
  line-height: 1;
  color: #686a6c;
  letter-spacing: 0.03em;
}

.section__review-link__middle {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #2d8ce4;
  letter-spacing: 0.03em;
}

.section__review-text__explain {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.03em;
}

.__high {
  -webkit-line-clamp: 5;
}

.section__review-inner__information {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}

.section__review-text__report {
  font-size: 10px;
  color: #92949b;
  cursor: pointer;
}

.section__review-text__date {
  font-size: 12px;
  color: #686a6c;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.section__review-container__bottom {
  padding: 16px;
  display: flex;
  gap: 8px;
  margin-top: auto;
  border-top: 1px solid #e4e8ed;
  min-height: 110px;
  max-height: 110px;
}

.section__review-image__bottom {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.section__review-outer__bottom {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.section__review-em__bottom {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.section__review-span__bottom {
  font-weight: 400;
  color: #686a6c;
}

.section__review-text__bottom {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.03em;
}

.section__review-link__all {
  font-size: 14px;
  font-weight: 700;
  color: #2d8ce4;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .section__review {
    gap: 0;
  }

  .section__review-title {
    font-size: 18px;
    margin: 0 0 12px;
  }

  .section__review-wrapper {
    margin-left: -16px;
    margin-right: -16px;
  }

  .section__review-list__card {
    padding-left: 16px;
    padding-right: 16px;
    scroll-snap-type: none;
  }

  .section__review-item__card {
    width: 330px;
    margin-bottom: 10px;
    scroll-snap-align: none;
  }

  .section__review-outer__top {
    padding: 12px;
  }

  .section__review-inner__top {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .__job {
    font-size: 13px;
  }

  .section__review-list__attribute {
    font-size: 11px;
  }

  .section__review-icon {
    width: 10px;
    height: 10px;
  }

  .section__review-span__top {
    font-size: 11px;
  }

  .section__review-container__middle {
    margin: 0 12px;
    padding: 12px 0 8px;
    gap: 12px;
  }

  .section__review-outer__middle {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .section__review-inner__mark {
    width: 33px;
    height: 33px;
    background-size: 24.89px 24.89px;
  }

  .section__review-text__middle {
    font-size: 10px;
  }

  .section__review-link__middle {
    font-size: 12px;
  }

  .section__review-text__explain {
    font-size: 12px;
    -webkit-line-clamp: 4;
    margin-bottom: 8px;
  }

  .__high {
    -webkit-line-clamp: 4;
    margin-bottom: 0;
  }

  .section__review-text__date {
    font-size: 11px;
  }

  .section__review-container__bottom {
    padding: 12px;
  }

  .section__review-image__bottom {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }

  .section__review-outer__bottom {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .section__review-em__bottom {
    font-size: 11px;
  }

  .section__review-text__bottom {
    font-size: 11px;
  }

  .section__review-link__all {
    font-size: 12px;
    padding: 0 16px;
  }
}

.section__category {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section__category-title {
  font-size: 16px;
  font-weight: 700;
}

.section__category-list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.section__category-item {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 410px;
  height: 48px;
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(
      172.59deg,
      rgba(232, 226, 243, 0.2) 5.56%,
      rgba(176, 178, 210, 0.2) 94.07%
    ),
    linear-gradient(0deg, #f2f4f7, #f2f4f7);
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.section__category-item:hover {
  opacity: 0.5;
}

.section__category-item.__selected {
  background-color: #e7f0f9;
  border: 2px solid #2d8ce4;
  border-radius: 8px;
}

.section__category-item.__selected:hover {
  opacity: 1;
}

.section__category-link {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.section__category-container {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  flex-shrink: 0;
}

.section__category-text {
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-left: 8px;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.section__category-span {
  font-size: 12px;
  font-weight: 400;
  color: #686a6c;
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .section__category-title {
    font-size: 15px;
  }

  .section__category-item {
    height: auto;
    min-height: 48px;
    padding: 8px;
  }

  .section__category-item:hover {
    opacity: 0.5;
  }

  .section__category-container {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
  }

  .section__category-text {
    font-size: 12px;
    margin-left: 4px;
    width: 100%;
    justify-content: space-between;
    line-height: 1.3;
  }

  .section__category-span {
    font-size: 11px;
    margin-left: auto;
  }
}

.section__picture {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section__picture-title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.03em;
}

.section__picture-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}

.section__picture-list::-webkit-scrollbar {
  display: none;
}

.section__picture-item {
  width: 120px;
  flex-shrink: 0;
}

.section__picture-image {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
}

.section__picture-link {
  font-size: 14px;
  font-weight: 700;
  color: #2d8ce4;
}

@media screen and (max-width: 767px) {
  .section__picture {
    gap: 12px;
  }

  .section__picture-title {
    font-size: 18px;
  }

  .section__picture-item {
    width: 72px;
  }

  .section__picture-image {
    width: 72px;
    height: 72px;
  }

  .section__picture-link {
    font-size: 12px;
  }
}

.section__faq-title {
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 16px;
  border-bottom: 1px solid #e4e8ed;
}

.section__faq-label {
  display: flex;
  padding: 16px;
  color: #2d8ce4;
  font-weight: 700;
  font-size: 14px;
  align-items: center;
  gap: 4px;
  position: relative;
  cursor: pointer;
  height: auto;
  min-height: 56px;
  box-sizing: border-box;
  word-break: break-word;
  border-bottom: 1px solid #e4e8ed;
  width: 100%;
  user-select: none;
  letter-spacing: 0.03em;
}

.section__faq-label::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/img/reviews/arrow-icon.webp) no-repeat center center;
  background-size: contain;
  transform: rotate(90deg);
  position: absolute;
  right: 16px;
  transition: transform 0.3s ease;
}

.section__faq-input:checked + .section__faq-label {
  margin: 0 auto 0;
  border-radius: 24px 24px 0 0;
  border-bottom: none;
}

.section__faq-input:checked + .section__faq-label + .section__faq-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 1000px;
  padding: 0 16px 16px;
  border-bottom: 1px solid #e4e8ed;
}

.section__faq-input:checked + .section__faq-label::after {
  transform: rotate(270deg);
}

.section__faq-input {
  display: none;
}

.section__faq-container {
  display: none;
  line-height: 1.7;
  padding: 16px;
}

.section__faq-text__answer {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .section__faq-title {
    font-size: 18px;
    padding: 0 0 12px;
  }

  .section__faq-label {
    display: flex;
    padding: 16px 12px;
    color: #2d8ce4;
    font-weight: 700;
    font-size: 12px;
  }

  .section__faq-label::after {
    width: 20px;
    height: 20px;
    right: 12px;
  }

  .section__faq-input:checked + .section__faq-label {
    margin: 0 auto 0;
    border-radius: 24px 24px 0 0;
    border-bottom: none;
  }

  .section__faq-input:checked + .section__faq-label + .section__faq-container {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 1000px;
    padding: 0 12px 15px;
    border-bottom: 1px solid #e4e8ed;
    margin-top: -12px;
  }

  .section__faq-text__answer {
    font-size: 12px;
  }
}

.section__relation {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section__relation-title {
  font-size: 24px;
  font-weight: 700;
}

.section__relation-wrapper {
  position: relative;
}

.section__relation-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.section__relation-list::-webkit-scrollbar {
  display: none;
}

.section__relation-item {
  width: 100%;
  max-width: 234px;
  padding: 12px;
  background-color: #e8f1ff;
  border-radius: 8px;
  flex-shrink: 0;
  scroll-snap-align: start;
}

.section__relation-inner__company {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 60px;
  margin: 0 0 8px;
}

.section__relation-image {
  width: 60px;
  flex-shrink: 0;
}

.section__relation-em_name {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.section__relation-inner__evaluation {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.section__relation-icon {
  width: 60px;
}

.section__relation-em_evaluation {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #f88f07;
}

.section__relation-inner__detail {
  display: flex;
  align-items: center;
  gap: 6px;
}

.section__relation-text {
  font-size: 12px;
  font-weight: 700;
  color: #2d8ce4;
}

.section__relation-text img {
  width: 16px;
}

.section__relation-button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #d8dbdd;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-color: #fff;
  cursor: pointer;
  z-index: 10;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.section__relation-button:hover,
.section__relation-button:focus {
  opacity: 1;
}

.section__relation-button.__next {
  right: 8px;
  background-image: url("/img/reviews/arrow-icon.webp");
}

.section__relation-button.__prev {
  left: 8px;
  background-image: url("/img/reviews/arrow-icon.webp");
  transform: translateY(-50%) rotate(180deg);
}

.section__relation-button.__hidden {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .section__relation {
    gap: 12px;
  }

  .section__relation-title {
    font-size: 18px;
  }

  .section__relation-wrapper {
    margin-left: -16px;
    margin-right: -16px;
  }

  .section__relation-list {
    padding-left: 16px;
    padding-right: 16px;
    scroll-snap-type: none;
  }

  .section__relation-item {
    padding: 8px;
    scroll-snap-align: none;
  }

  .section__relation-em_name {
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }

  .section__relation-inner__evaluation {
    margin-bottom: 4px;
  }

  .section__relation-icon {
    width: 50px;
  }

  .section__relation-em_evaluation {
    font-size: 12px;
  }

  .section__relation-inner__detail {
    gap: 6px;
  }

  .section__relation-text {
    font-size: 11px;
  }
}

.section__sharing {
  background:
    url(/img/reviews/sharing-bg.png) no-repeat center bottom,
    linear-gradient(90deg, #403497 0%, #4c9afe 100%);
  background-size: contain, cover;
  position: relative;
  width: 100%;
  min-height: 261px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 32px 16px;
  box-sizing: border-box;
}

.section__sharing-image {
  /* 元サイズ: 67x51px */
}

.section__sharing-text {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.section__sharing-button {
  font-weight: 700;
  font-size: 16px;
  padding: 19px 32px;
  color: #434680;
  background-color: #9ae6ff;
  border-radius: 8px;
  height: 62px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.section__sharing-button:hover {
  background-color: #7ad9f5;
}

@media screen and (max-width: 450px) {
  .section__sharing {
    background:
      url(/img/reviews/sharing-bg.png) no-repeat center bottom,
      linear-gradient(90deg, #403497 0%, #4c9afe 100%);
    background-size: contain, cover;
    min-height: 214px;
    padding: 24px 16px;
  }

  .section__sharing-text {
    font-size: 16px;
  }

  .section__sharing-button {
    font-size: 14px;
    padding: 11px 20px;
    height: 43px;
  }
}

.common-list__condition {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.common-item__condition {
  height: 29px;
  font-size: 14px;
  border-radius: 100px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 4px 7.5px;
  border: 1px solid #d8dbdd;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
  white-space: nowrap;
}

.common-item__condition::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/img/reviews/arrow-icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  flex-shrink: 0;
}

.__filtering {
  font-weight: 700;
  background-color: #e7f0f9;
  color: #2d8ce4;
  border: 2px solid #2d8ce4;
}

.common-item__condition:last-of-type {
  margin-left: 6px;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #2d8ce4;
  border: none;
}

.common-item__condition:last-of-type::after {
  content: none;
}

.common-item__condition.__reset {
  margin-left: 6px;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #2d8ce4;
  border: none;
}

.common-item__condition.__reset::after {
  content: none;
}

.common-filter__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  cursor: pointer;
  padding-right: 0;
  width: 100%;
  outline: none;
}

.common-filter__select:focus {
  outline: none;
}

.common-item__condition:has(.common-filter__select) {
  position: relative;
  padding-right: 24px;
}

.common-item__condition:has(.common-filter__select[data-filter])::after {
  position: absolute;
  right: 7.5px;
  pointer-events: none;
}

.common-item__condition:has(.common-filter__select option:checked:not([value=""])) {
  font-weight: 700;
  background-color: #e7f0f9;
  color: #2d8ce4;
  border: 2px solid #2d8ce4;
}

.common-container__results {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.common-text__count {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
}

.common-select-wrapper {
  width: 100%;
  max-width: 284px;
  height: 45px;
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px #0000002b;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.common-select-wrapper::before {
  content: "並び替え";
  position: absolute;
  top: 4px;
  left: 12px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #686a6c;
  pointer-events: none;
}

.common-select {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  border-radius: 8px;
  padding: 20px 12px 4px 12px;
  border: none;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

.common-select-wrapper::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/img/reviews/arrow-icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  position: absolute;
  top: 11px;
  right: 12px;
  pointer-events: none;
}

.common-container__dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 24px 0 0;
}

.common-span__dots {
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
}

.common-list__pagination {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  height: 32px;
}

.common-item__back,
.common-item__next {
  width: 24px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.common-item__back a,
.common-item__next a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-item__back span,
.common-item__next span {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}

.common-item__page {
  padding: 8px;
  min-width: 24px;
  color: #2d8ce4;
  cursor: pointer;
  text-align: center;
}

.__dotted {
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: initial;
}

.common-item__page.__current {
  color: #333;
  border-bottom: 1px solid #333333;
  cursor: default;
}

@media screen and (max-width: 767px) {
  .common-list__condition {
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 -16px;
    padding: 0 16px;
  }

  .common-list__condition::-webkit-scrollbar {
    display: none;
  }

  .common-item__condition {
    height: 34px;
    font-size: 12px;
    padding: 8px 10px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    user-select: none;
  }

  .common-item__condition:has(.common-filter__select) {
    padding-right: 24px;
  }

  .common-container__results {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .common-text__count {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }

  .common-select-wrapper {
    width: auto;
    max-width: none;
    height: 20px;
    border-radius: 72px;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 0;
    gap: 4px;
  }

  .common-select-wrapper::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("/img/reviews/sort.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: static;
    pointer-events: none;
    flex-shrink: 0;
  }

  .common-select-wrapper::after {
    content: "並べ替え";
    position: static;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    pointer-events: none;
    width: auto;
    height: auto;
    background-image: none;
    transform: none;
  }

  .common-select {
    position: absolute;
    width: 100%;
    height: 20px;
    padding: 0;
    opacity: 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    left: 0;
    top: 0;
  }
}

.section__reviews {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section__reviews-title {
  font-size: 24px;
  font-weight: 700;
}

.section__reviews-list__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section__reviews-list__card::-webkit-scrollbar {
  display: none;
}

.section__reviews-item__card {
  width: 100%;
  border: 1px solid #e4e8ed;
  border-radius: 8px;
  flex-shrink: 0;
  scroll-snap-align: start;
}

.section__reviews-container__top {
  background-color: #f2f4f7;
  display: flex;
  justify-content: space-between;
  border-radius: 8px 8px 0 0;
  position: relative;
}

.section__reviews-outer__top {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 16px;
}

.section__reviews-inner__top {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.section__reviews-em__top {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
}

.section__reviews-list__attribute {
  font-size: 12px;
  letter-spacing: 0.03em;
  display: flex;
  gap: 0;
}

.section__reviews-item__attribute {
  padding: 0 8px;
}

.section__reviews-item__attribute + .section__reviews-item__attribute {
  border-left: 1px solid #d8dbdd;
}

.section__reviews-item__attribute:first-of-type {
  padding-left: 0;
}

.section__reviews-text__top {
  display: flex;
  gap: 2px;
  align-items: center;
}

.section__reviews-image__top {
  width: 40px;
}

.section__reviews-icon {
  width: 12px;
  height: 12px;
}

.section__reviews-span__top {
  font-size: 12px;
  color: #92949b;
  letter-spacing: 0.03em;
  margin-left: 4px;
}

.section__reviews-text__category {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 36px;
  background-color: #434680;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  gap: 4px;
  border-radius: 72px;
}

.section__reviews-span {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}

.section__reviews-container__middle {
  margin: 0 16px;
  padding: 16px 0 12px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  border-bottom: 1px solid #e4e8ed;
}

.section__reviews-text__wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.section__reviews-text__explain {
  font-size: 14px;
  line-height: 1.7;
  margin: 6px 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.03em;
}

.section__reviews-text__explain.__expanded {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.section__reviews-span__caption {
  font-weight: 700;
  color: #434680;
}

.section__reviews-text__toggle {
  font-size: 12px;
  font-weight: 700;
  color: #2d8ce4;
  cursor: pointer;
  letter-spacing: 0.03em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.section__reviews-text__toggle::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/img/reviews/arrow-down.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

.section__reviews-text__explain.__expanded
  + .section__reviews-text__toggle::after {
  transform: rotate(180deg);
}

.section__reviews-inner__information {
  display: flex;
  justify-content: space-between;
}

.section__reviews-text__report {
  font-size: 10px;
  color: #92949b;
  cursor: pointer;
}

.section__reviews-text__date {
  font-size: 12px;
  color: #686a6c;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.section__reviews-container__bottom {
  padding: 16px;
  display: flex;
  gap: 8px;
}

.section__reviews-image__bottom {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.section__reviews-outer__bottom {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.section__reviews-em__bottom {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.section__reviews-span__bottom {
  font-weight: 400;
  color: #686a6c;
}

.section__reviews-text__bottom {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .section__reviews-title {
    font-size: 18px;
  }

  .section__reviews-item__card {
    scroll-snap-align: none;
  }

  .section__reviews-outer__top {
    padding: 12px;
  }

  .section__reviews-inner__top {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .__job {
    font-size: 13px;
  }

  .section__reviews-list__attribute {
    font-size: 11px;
  }

  .section__reviews-icon {
    width: 10px;
    height: 10px;
  }

  .section__reviews-span__top {
    font-size: 11px;
  }

  .section__reviews-text__category {
    top: 6px;
    right: 6px;
    height: 23px;
    font-size: 10px;
    font-weight: 400;
    padding: 8px;
    border-radius: 72px;
  }

  .section__reviews-span {
    display: none;
  }

  .section__reviews-container__middle {
    margin: 0 12px;
    padding: 12px 0 8px;
    gap: 12px;
  }

  .section__reviews-text__explain {
    font-size: 12px;
    -webkit-line-clamp: 4;
    margin-bottom: 8px;
  }

  .__high {
    -webkit-line-clamp: 4;
    margin-bottom: 0;
  }

  .section__reviews-text__date {
    font-size: 11px;
  }

  .section__reviews-container__bottom {
    padding: 12px;
  }

  .section__reviews-image__bottom {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }

  .section__reviews-outer__bottom {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .section__reviews-em__bottom {
    font-size: 11px;
  }

  .section__reviews-text__bottom {
    font-size: 11px;
  }
}

.section__pictures {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section__pictures-title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.03em;
}

.section__pictures-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.section__pictures-item {
  width: 100%;
  max-width: 198px;
  cursor: pointer;
}

.section__pictures-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
}

.section__pictures-text {
  font-size: 14px;
  text-align: center;
  color: #686a6c;
}

@media screen and (max-width: 767px) {
  .section__pictures {
    gap: 12px;
  }

  .section__pictures-title {
    font-size: 18px;
  }

  .section__pictures-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.section__salaries {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section__salaries-title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.03em;
}

.section__salaries-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section__salaries-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background-color: #f2f4f7;
  padding: 16px;
  border-radius: 8px;
}

.section__salaries-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section__salaries-em {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.section__salaries-text {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #686a6c;
}

.section__salaries-table {
  width: 100%;
  max-width: 396px;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 4px;
}

.section__salaries-th {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 400;
  padding: 12px;
  background-color: #434680;
  color: #fff;
  text-align: center;
  border: 1px solid #e4e8ed;
  width: 50%;
}

.section__salaries-th:first-child {
  border-top-left-radius: 4px;
}

.section__salaries-th:last-child {
  border-top-right-radius: 4px;
}

.section__salaries-td {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 12px 16px;
  border: 1px solid #e4e8ed;
  text-align: center;
  background-color: #fff;
  width: 50%;
}

.section__salaries-span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #f88f07;
  margin-right: 3px;
}

.section__salaries-tr:last-child .section__salaries-td:first-child {
  border-bottom-left-radius: 4px;
}

.section__salaries-tr:last-child .section__salaries-td:last-child {
  border-bottom-right-radius: 4px;
}

@media screen and (max-width: 767px) {
  .section__salaries-title {
    font-size: 18px;
  }

  .section__salaries-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
  }

  .section__salaries-em {
    font-size: 13px;
  }

  .section__salaries-text {
    font-size: 11px;
  }

  .section__salaries-table {
    max-width: 100%;
  }

  .section__salaries-table thead {
    height: 33px;
  }

  .section__salaries-table tbody {
    height: 36px;
  }

  .section__salaries-th {
    font-size: 11px;
    padding: 0 8px;
    line-height: 1.2;
    vertical-align: middle;
  }

  .section__salaries-td {
    font-size: 11px;
    padding: 0 8px;
    line-height: 1.2;
    vertical-align: middle;
  }

  .section__salaries-span {
    font-size: 16px;
  }
}

.section__benefits {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section__benefits-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 16px;
  letter-spacing: 0.03em;
}

.section__benefits-text {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin: 0;
}

.section__benefits-label {
  display: flex;
  padding: 12px 0;
  color: #2d8ce4;
  font-weight: 700;
  font-size: 16px;
  align-items: center;
  gap: 4px;
  position: relative;
  cursor: pointer;
  height: auto;
  min-height: 24px;
  box-sizing: border-box;
  word-break: break-word;
  width: 100%;
  user-select: none;
  letter-spacing: 0.03em;
}

.section__benefits-label::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/img/reviews/arrow-icon.webp) no-repeat center center;
  background-size: contain;
  transform: rotate(90deg);
  position: absolute;
  right: 16px;
  transition: transform 0.3s ease;
}

.section__benefits-input:checked + .section__benefits-label {
  margin: 0 auto 0;
  border-radius: 24px 24px 0 0;
  border-bottom: none;
}

.section__benefits-input:checked
  + .section__benefits-label
  + .section__benefits-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 1000px;
  padding: 0 0 16px;
}

.section__benefits-input:checked + .section__benefits-label::after {
  transform: rotate(270deg);
}

.section__benefits-input {
  display: none;
}

.section__benefits-container {
  display: none;
  line-height: 1.7;
  padding: 0;
}

.section__benefits-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.section__benefits-item {
  width: 100%;
  height: 70px;
  padding: 12px 16px;
  background-color: #f9fafb;
  border: 1px solid #e4e8ed;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.section__benefits-em {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.section__benefits-inner {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: space-between;
}

.section__benefits-text__auth {
  display: flex;
  align-items: center;
  gap: 2px;
}

.section__benefits-text__auth::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/img/reviews/check-round.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .section__benefits {
    gap: 0;
  }

  .section__benefits-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 24px;
  }

  .section__benefits-text {
    font-size: 12px;
    margin: 0 0 8px;
  }

  .section__benefits-label {
    display: flex;
    padding: 16px 0;
    color: #2d8ce4;
    font-weight: 700;
    font-size: 13px;
  }

  .section__benefits-label::after {
    width: 20px;
    height: 20px;
    right: 0;
  }

  .section__benefits-input:checked + .section__benefits-label {
    margin: 0 auto 0;
    border-radius: 24px 24px 0 0;
    border-bottom: none;
  }

  .section__benefits-input:checked
    + .section__benefits-label
    + .section__benefits-container {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 1000px;
    padding: 0 0 15px;
    margin-top: -12px;
  }

  .section__benefits-list {
    margin-top: 8px;
    grid-template-columns: repeat(2, 1fr);
  }

  .section__benefits-item {
    width: 100%;
    height: 84px;
    padding: 8px 12px;
  }

  .section__benefits-em {
    font-size: 13px;
  }

  .section__benefits-inner {
    font-size: 11px;
    flex-direction: column;
    gap: 8px;
  }

  .section__benefits-text__auth::before {
    width: 14px;
    height: 14px;
  }
}

.section__jobs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section__jobs-title {
  font-size: 24px;
  font-weight: 700;
}

.section__jobs-list__card {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #e4e8ed;
  border-bottom: 1px solid #e4e8ed;
}

.section__jobs-item__card {
  width: 100%;
  padding: 24px 0;
  flex-shrink: 0;
  position: relative;
}

.section__jobs-item__card + .section__jobs-item__card {
  border-top: 1px solid #e4e8ed;
}

.section__jobs-container {
  width: 40px;
  height: 40px;
  background-color: #f2f4f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/img/reviews/star.webp");
  background-size: 26.67px 26.67px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}

.__checked {
  background-color: #ffedb5;
  background-image: url("/img/reviews/star-yellow.webp");
}

.section__jobs-list__tag {
  display: flex;
  gap: 4px;
  margin: 0 0 8px;
  flex-wrap: wrap;
  cursor: pointer;
}

.section__jobs-item__tag {
  padding: 3px 7px;
  background-color: #fff;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.__regular {
  color: #e43636;
  border: 1px solid #e43636;
}

.__arbeit {
  color: #859b01;
  border: 1px solid #859b01;
}

.__temporary {
  color: #d8a100;
  border: 1px solid #d8a100;
}

.__internship {
  color: #2d8ce4;
  border: 1px solid #2d8ce4;
}

.__new {
  color: #fff;
  border: 1px solid #e43636;
  background-color: #e43636;
}

.section__jobs-text__name {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 0 0 4px;
  color: #92949b;
}

.section__jobs-title__job {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 0 0 8px;
}

.section__jobs-table {
  width: 100%;
  border: 1px solid #e4e8ed;
  border-radius: 4px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}

.section__jobs-table.__sp {
  display: none;
}

.section__jobs-th {
  background-color: #f2f4f7;
  color: #121122;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 16px;
  padding-left: 36px;
  border-right: 1px solid #e4e8ed;
  border-bottom: 1px solid #e4e8ed;
  text-align: left;
  vertical-align: middle;
  width: 200px;
  position: relative;
}

.section__jobs-th::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.__content::before {
  background-image: url("/img/reviews/bag-gray.webp");
}

.__term::before {
  background-image: url("/img/reviews/document.webp");
}

.__income::before {
  background-image: url("/img/reviews/yen-icon.webp");
}

.__location::before {
  background-image: url("/img/reviews/pin-black-icon.webp");
}

.section__jobs-th:last-child {
  border-right: none;
}

.section__jobs-td {
  background-color: #fff;
  color: #121122;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 16px;
  border-right: 1px solid #e4e8ed;
  border-bottom: 1px solid #e4e8ed;
  vertical-align: middle;
}

.section__jobs-td:last-child {
  border-right: none;
}

.section__jobs-tr:last-child .section__jobs-th,
.section__jobs-tr:last-child .section__jobs-td {
  border-bottom: none;
}

.section__jobs-span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #f88f07;
  margin-right: 3px;
}

.section__jobs-inner {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.__short {
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .section__jobs-title {
    font-size: 18px;
  }

  .section__jobs-item__card {
    scroll-snap-align: none;
  }

  .section__jobs-container {
    top: 8px;
    right: 0;
  }

  .section__jobs-item__tag {
    font-size: 10px;
  }

  .section__jobs-text__name {
    font-size: 10px;
  }

  .section__jobs-title__job {
    font-size: 16px;
  }

  .section__jobs-table.__pc {
    display: none;
  }

  .section__jobs-table.__sp {
    display: table;
  }

  .section__jobs-th {
    font-size: 11px;
    padding: 8px;
    padding-left: 26px;
    width: 96px;
  }

  .section__jobs-th::before {
    left: 8px;
    width: 14px;
    height: 14px;
  }

  .section__jobs-td {
    font-size: 11px;
    padding: 8px;
  }

  .section__jobs-tr:nth-of-type(1) {
    height: 88px;
  }

  .section__jobs-tr:nth-of-type(2) {
    height: 72px;
  }

  .section__jobs-tr:nth-of-type(3) {
    height: 37px;
  }

  .section__jobs-tr:nth-of-type(4) {
    height: 33px;
  }

  .section__jobs-span {
    font-size: 14px;
  }

  .section__jobs-inner {
    -webkit-line-clamp: 4;
  }

  .__short {
    -webkit-line-clamp: 3;
  }
}
