/* Point Page Styles */

/* Point Job Wrapper */
.point-job-wrapper {
  position: relative;
}

.point-job-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: linear-gradient(180deg, #FFEFDD 0%, #FFF 100%);
  z-index: 1;
}

/* Point Section */
.point-section {
  width: 100%;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}

.point-section__container {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.point-section__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.point-section__heading-main {
  font-family: 'Kiwi Maru', serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  color: #53545D;
  line-height: 1.4;
}

.point-section__heading-sub {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: #14A0D2;
  line-height: 1.4;
}

.point-section__content {
  margin-top: 5.6875rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.point-section__item {
  width: 100%;
  background-color: #FFFFFF;
  border: 2px solid #F3E7D9;
  border-radius: 1.25rem;
  padding: 3rem;
}

.point-section__item-inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.point-section__item-number {
  width: 100%;
  background-color: #FBE5CB;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.point-section__item-number-text {
  font-family: 'Kiwi Maru', serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  color: #53545D;
  line-height: 1.4;
}

.point-section__item-text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.point-section__item-paragraph {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0;
  color: #53545D;
  line-height: 1.6;
}

.point-section__item-paragraph--bold {
  font-weight: 700;
}

.point-section__item-highlight {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  color: #B78A57;
}

.point-section__item-images {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.point-section__item-image {
  flex: 1;
  line-height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
}

.point-section__item-image-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.25rem;
}

.point-section__item-image--wide {
  width: 100%;
  border-radius: 0.625rem;
}

.point-section__item-image--wide .point-section__item-image-photo {
  border-radius: 0.625rem;
}

/* Feature Box */
.point-section__feature-box {
  width: 100%;
  background-color: #FFF7EE;
  border-radius: 0.9375rem;
  padding: 1.5rem 2rem;
}

.point-section__feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.point-section__feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.point-section__feature-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.point-section__feature-text {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #53545D;
  line-height: 1.6;
}

.point-section__feature-text--highlight {
  font-weight: 700;
  color: #B78A57;
}

/* Profiles */
.point-section__profiles {
  display: flex;
  gap: 1.5rem;
}

.point-section__profile {
  flex: 1;
  background-color: #ECF9F5;
  border-radius: 0.625rem;
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.point-section__profile-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  text-align: center;
}

.point-section__profile-name-ja {
  font-family: 'Kiwi Maru', serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  color: #14A0D2;
  line-height: 1.4;
}

.point-section__profile-name-en {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: #14A0D2;
  line-height: 1.4;
}

.point-section__profile-image {
  width: 100%;
  display: flex;
  justify-content: center;
  line-height: 0;
}

.point-section__profile-photo {
  width: 100%;
  max-width: 23.75rem;
  height: auto;
  display: block;
}

.point-section__profile-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.point-section__profile-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.point-section__profile-heading {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #53545D;
  line-height: 1.6;
}

.point-section__profile-text {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #53545D;
  line-height: 1.6;
}

.point-section__profile-list {
  list-style: disc;
  margin-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.point-section__profile-list-item {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #53545D;
  line-height: 1.6;
}

.point-section__profile-message {
  background-color: #FFFFFF;
  border-radius: 0.9375rem;
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.point-section__profile-message-title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #B78A57;
  line-height: 1.6;
  text-align: center;
}

.point-section__profile-message-text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.point-section__profile-message-paragraph {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #53545D;
  line-height: 1.6;
}

/* Content Row (Text + Image) */
.point-section__item-content-row {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  width: 100%;
}

.point-section__item-image-circle {
  flex-shrink: 0;
  width: 28.125rem;
  height: 18.75rem;
  line-height: 0;
  overflow: hidden;
  border-radius: 1.25rem;
  position: relative;
}

.point-section__item-content-row .point-section__item-image-circle:first-child {
  width: 28.125rem;
  height: 18.75rem;
}

.point-section__item-image-circle-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive Design */
@media (max-width: 48rem) {
  .point-section {
    padding: 3.75rem 0;
  }

  .point-section__heading-main {
    font-size: 1.75rem;
    letter-spacing: 0.175rem;
  }

  .point-section__heading-sub {
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
  }

  .point-section__content {
    margin-top: 3rem;
  }

  .point-section__item {
    padding: 2rem 1.5rem;
  }

  .point-section__item-inner {
    gap: 2rem;
  }

  .point-section__item-number {
    padding: 0.5rem 1rem;
  }

  .point-section__item-number-text {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }

  .point-section__item-text {
    gap: 0.75rem;
  }

  .point-section__item-paragraph {
    font-size: 0.875rem;
  }

  .point-section__item-images {
    flex-direction: column;
    gap: 1rem;
  }

  .point-section__item-image {
    width: 100%;
  }

  .point-section__item-image--wide {
    border-radius: 0.625rem;
  }

  .point-section__feature-box {
    padding: 1.5rem 1.5rem;
  }

  .point-section__profiles {
    flex-direction: column;
    gap: 2rem;
  }

  .point-section__profile {
    padding: 2rem 1.5rem;
    gap: 1.5rem;
  }

  .point-section__profile-name-ja {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
  }

  .point-section__profile-name-en {
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
  }

  .point-section__profile-photo {
    max-width: 100%;
  }

  .point-section__profile-info {
    gap: 1.5rem;
  }

  .point-section__profile-heading {
    font-size: 0.875rem;
  }

  .point-section__profile-text {
    font-size: 0.875rem;
  }

  .point-section__profile-list-item {
    font-size: 0.875rem;
  }

  .point-section__profile-message {
    padding: 1.5rem 1.5rem;
  }

  .point-section__profile-message-title {
    font-size: 0.875rem;
  }

  .point-section__profile-message-paragraph {
    font-size: 0.875rem;
  }

  .point-section__feature-text {
    font-size: 0.875rem;
  }

  .point-section__item-content-row {
    flex-direction: column;
    gap: 2rem;
  }

  .point-section__item-image-circle {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
    border-radius: 0.625rem;
  }
}

/* Staff Welcome Wrapper */
.staff-welcome-wrapper {
  position: relative;
  background: linear-gradient(180deg, #FFEFDD 0%, #FFF 100%);
  padding-bottom: 10rem;
}

/* Staff Benefits Section */
.staff-benefits-section {
  width: 100%;
  padding: 5rem 0;
}

.staff-benefits-section__container {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.staff-benefits-section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  margin-bottom: 5rem;
}

.staff-benefits-section__title-main {
  font-family: 'Kiwi Maru', serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  color: #53545D;
  line-height: 1.4;
}

.staff-benefits-section__title-sub {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: #14A0D2;
  line-height: 1.4;
  white-space: nowrap;
}

/* Pentagon Diagram */
.pentagon-diagram {
  position: relative;
  width: 43.75rem;
  height: 42.375rem;
  margin: 0 auto 5rem auto;
  margin-bottom: 5rem;
}

.pentagon-diagram__circle {
  position: absolute;
  width: 15.625rem;
  height: 15.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pentagon-diagram__circle-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.pentagon-diagram__circle-text {
  position: absolute;
  font-family: 'Kiwi Maru', serif;
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: 0.175rem;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}

/* Pentagon positions - based on Figma exact coordinates */
/* 上中央: 働く環境 */
.pentagon-diagram__circle--top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pentagon-diagram__circle--top-center .pentagon-diagram__circle-text {
  color: #857766;
  left: 50%;
  transform: translateX(-50%);
}

/* 左: アクセス */
.pentagon-diagram__circle--left {
  top: 10.25rem;
  left: 0;
}

.pentagon-diagram__circle--left .pentagon-diagram__circle-text {
  color: #B78A57;
  top: 6.625rem;
  left: 50%;
  transform: translateX(-50%);
}

/* 右: スキル取得 */
.pentagon-diagram__circle--right {
  top: 10.25rem;
  right: 0;
}

.pentagon-diagram__circle--right .pentagon-diagram__circle-text {
  color: #14A0D2;
  top: 6.625rem;
  left: 50%;
  transform: translateX(-50%);
}

/* 左下: 子育て支援 */
.pentagon-diagram__circle--bottom-left {
  top: 27rem;
  left: 5.125rem;
  z-index: 1;
}

.pentagon-diagram__circle--bottom-left .pentagon-diagram__circle-text {
  color: #14A0D2;
  top: 6.625rem;
  left: 50%;
  transform: translateX(-50%);
}

/* 右下: 評価制度 */
.pentagon-diagram__circle--bottom-right {
  top: 27rem;
  left: 23rem;
  z-index: 1;
}

.pentagon-diagram__circle--bottom-right .pentagon-diagram__circle-text {
  color: #857766;
  top: 6.625rem;
  left: 50%;
  transform: translateX(-50%);
}

.pentagon-diagram__center {
  position: absolute;
  top: 8.75rem;
  left: 9.3125rem;
  width: 22.4375rem;
  height: 25rem;
}

.pentagon-diagram__center-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.staff-benefits-section__grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.staff-benefits-section__row {
  display: flex;
  gap: 2.5rem;
  line-height: 0;
  width: 100%;
}

.staff-benefits-section__row:last-child {
  justify-content: flex-start;
}

.staff-benefits-section__card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  flex: 1;
  max-width: calc((100% - 2.5rem) / 2);
}

.staff-benefits-section__card {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  width: 100%;
  margin-top: -5.3125rem;
}

.staff-benefits-section__card-inner {
  padding: 7.8125rem 2.5rem 2.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.staff-benefits-section__icon {
  width: 10.625rem;
  height: 10.625rem;
  flex-shrink: 0;
  position: relative;
}

.staff-benefits-section__icon-img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: none;
}

.staff-benefits-section__heading {
  width: 100%;
  background-color: #DFD2C2;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  box-sizing: border-box;
  flex-shrink: 0;
}

.staff-benefits-section__heading--blue {
  background-color: #D1F2F6;
}

.staff-benefits-section__heading-text {
  font-family: 'Kiwi Maru', serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  color: #53545D;
  line-height: 1.4;
  text-align: center;
}

.staff-benefits-section__content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.staff-benefits-section__paragraph {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  color: #53545D;
}

.staff-benefits-section__highlight {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #857766;
}

.staff-benefits-section__highlight--blue {
  color: #14A0D2;
}

.staff-benefits-section__feature-box {
  background-color: #FFF7EE;
  border-radius: 0.9375rem;
  padding: 1.5rem 2rem;
  width: 100%;
  box-sizing: border-box;
}

.staff-benefits-section__feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.staff-benefits-section__feature-item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.staff-benefits-section__feature-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.staff-benefits-section__feature-text {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #53545D;
  line-height: 1.6;
  flex: 1;
}

/* Responsive Design */
@media (max-width: 48rem) {
  .staff-benefits-section {
    padding: 3.75rem 0;
  }

  .staff-benefits-section__title {
    margin-bottom: 3rem;
  }

  .staff-benefits-section__title-main {
    font-size: 1.75rem;
    letter-spacing: 0.175rem;
  }

  .staff-benefits-section__title-sub {
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
  }

  .pentagon-diagram {
    width: 21.875rem;
    height: 21.1875rem;
    margin-bottom: 2rem;
  }

  .pentagon-diagram__circle {
    width: 7.8125rem;
    height: 7.8125rem;
  }

  .pentagon-diagram__circle-text {
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
  }

  .pentagon-diagram__circle--top-center {
    top: 0;
    left: 50%;
  }

  .pentagon-diagram__circle--left {
    top: 5.125rem;
    left: 0;
  }

  .pentagon-diagram__circle--right {
    top: 5.125rem;
    right: 0;
  }

  .pentagon-diagram__circle--bottom-left {
    top: 13.5rem;
    left: 2.5625rem;
  }

  .pentagon-diagram__circle--bottom-right {
    top: 13.5rem;
    left: 11.5rem;
  }

  .pentagon-diagram__circle--left .pentagon-diagram__circle-text,
  .pentagon-diagram__circle--right .pentagon-diagram__circle-text,
  .pentagon-diagram__circle--bottom-left .pentagon-diagram__circle-text,
  .pentagon-diagram__circle--bottom-right .pentagon-diagram__circle-text {
    top: 3.3125rem;
  }

  .pentagon-diagram__center {
    width: 9.6875rem;
    height: 9.6875rem;
    top: 5.875rem;
    left: 6.09375rem;
  }

  .point-section__item-content-row .point-section__item-image-circle:first-child {
    width: 100%;
    height: auto;
    aspect-ratio: 28.125 / 18.75;
  }

  .staff-benefits-section__grid {
    gap: 2rem;
  }

  .staff-benefits-section__row {
    flex-direction: column;
    gap: 2rem;
  }

  .staff-benefits-section__card-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .staff-benefits-section__card {
    width: 100%;
  }

  .staff-benefits-section__card-inner {
    padding: 7.8125rem 1.5rem 1.5rem 1.5rem;
  }

  .staff-benefits-section__heading-text {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }

  .staff-benefits-section__paragraph {
    font-size: 0.875rem;
  }

  .staff-benefits-section__feature-box {
    padding: 1.5rem 1.5rem;
  }

  .staff-benefits-section__feature-text {
    font-size: 0.875rem;
  }
}

/* Welcome Section */
.welcome-section {
  width: 100%;
  padding: 5rem 0;
}

.welcome-section__container {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.welcome-section__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  margin-bottom: 5rem;
}

.welcome-section__heading-main {
  font-family: 'Kiwi Maru', serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  color: #53545D;
  line-height: 1.4;
}

.welcome-section__heading-sub {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: #14A0D2;
  line-height: 1.4;
}

.welcome-section__cards {
  display: flex;
  gap: 1rem;
  line-height: 0;
}

.welcome-section__card {
  flex: 1;
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  width: 15.75rem;
}

.welcome-section__card-inner {
  padding: 2rem 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.welcome-section__card-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  height: 7.25rem;
}

.welcome-section__icon {
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
}

.welcome-section__text {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  flex-shrink: 0;
  width: 100%;
}

.welcome-section__text--brown {
  color: #857766;
}

.welcome-section__text--orange {
  color: #B78A57;
}

.welcome-section__illustration {
  line-height: 0;
  flex-shrink: 0;
  position: relative;
  bottom: -2rem;
}

.welcome-section__illustration-img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

/* Responsive Design */
@media (max-width: 48rem) {
  .welcome-section {
    padding: 3.75rem 0;
  }

  .welcome-section__heading {
    margin-bottom: 3rem;
  }

  .welcome-section__heading-main {
    font-size: 1.75rem;
    letter-spacing: 0.175rem;
  }

  .welcome-section__heading-sub {
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
  }

  .welcome-section__cards {
    flex-direction: column;
    gap: 1.5rem;
  }

  .welcome-section__card {
    width: 100%;
  }

  .welcome-section__card-inner {
    padding: 2rem 1.5rem 0;
  }

  .welcome-section__card-header {
    height: auto;
  }

  .welcome-section__text {
    font-size: 0.875rem;
  }
}
