/* 履歴書ページ（/resume）用CSS */
/* あしらい */
.news-detail-ashirai {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.news-detail-ashirai .ashirai-image {
  width: 100%;
  height: auto;
}

.favtown-career-resume-page .title-area {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: flex;
  padding: 40px 0;
}
.favtown-career-resume-page .title-area .title-en {
  color: #156fc6;
  text-align: center;
  font-size: var(--28px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 33.6px */
  letter-spacing: 1.4px;
}
.favtown-career-resume-page .title-area .title-ja {
  color: #27292b;
  text-align: center;
  font-size: var(--18px);
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.9px;
}

.favtown-career-resume-page .resume-section {
  display: flex;
  flex-direction: column;
  padding: 40px 24px 64px 24px;
  background: #fffdea;
}

.favtown-career-resume-page .resume-section-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
}

.favtown-career-resume-page .resume-block {
  display: flex;
  padding: 32px 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 16px;
  background: #fff;
}

.favtown-career-resume-page .resume-block-title {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  justify-content: center;
}

.favtown-career-resume-page .resume-block-title .text {
  color: #27292b;
  font-size: var(--18px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.9px;
}

.favtown-career-resume-page .resume-block-title .text span {
  color: #156fc6;
}

.resume-block-link {
  width: var(--243px);
}

.resume-block-link img {
  width: 100%;
}

.resume-ashirai {
  position: relative;
  width: 100%;
  height: 56px;
}

.resume-ashirai .ashirai-image {
  position: absolute;
  top: -58px;
  left: 10%;
}
