/* Latest visual corrections. Loaded after styles.css by index.html. */

@font-face {
  font-family: "Shuei KakuGo Gin B";
  src:
    local("A-OTF Shuei KakuGo Gin Std B"),
    local("ShueiGoGinStd-B"),
    local("秀英角ゴシック銀 Std B"),
    local("秀英角ゴシック銀B");
  font-display: swap;
  font-style: normal;
  font-weight: 400 700;
}

[data-job-condition="fulltime-days"],
[data-job-condition="parttime-days"],
#work-style-title,
#strengths-title,
#benefits-title,
#workday-title,
.workday-timeline > h3,
.workday-count,
#career-title,
.career-details > summary,
.hybrid-diagram__branch--self > h3,
.hybrid-diagram__branch--clinic > h3,
a[href="#workday"] {
  font-family: "Shuei KakuGo Gin B", "A-OTF Shuei KakuGo Gin Std B", "秀英角ゴシック銀 Std B", sans-serif;
}

.hero-title__boxed {
  color: #fff;
  background: linear-gradient(90deg, #00a47b 0%, #00b889 100%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: none;
  outline: 0;
  text-shadow: none;
  transform: none;
}

.hero__actions .button,
.hero__actions .button--primary,
.hero__actions .button--ghost {
  color: #00896b;
  background: transparent;
  border: 1.5px solid #00896b;
  box-shadow: none;
}

.section-index,
.section-index--light,
.section-heading--light .section-index,
.entry__intro .section-index,
.work-style .section-index,
.career .section-index,
.workday .section-index,
.hybrid .section-index {
  top: clamp(10px, 1.3vw, 18px);
  width: max-content;
  max-width: none;
  padding-right: .08em;
  overflow: visible;
  font-size: clamp(58px, 7.1vw, 102px);
  line-height: .82;
  letter-spacing: .035em;
  opacity: .2;
}

.benefits .section-index,
.workday .section-index,
.requirements .section-index,
.faq .section-index {
  color: #adb5b2;
  opacity: .2;
}

.hybrid .section-index {
  color: #fff;
  opacity: .2;
}

.sprite-icon,
.workstyle-paths > li > .sprite-icon {
  width: 84px;
  height: 84px;
  background-color: transparent;
  background-image: url("assets/images/icon-sprite.png?v=20260818-visible-icons");
  background-repeat: no-repeat;
  background-size: 400% 200%;
  filter: brightness(0) saturate(100%) invert(35%) sepia(82%) saturate(1130%) hue-rotate(126deg) brightness(92%) contrast(101%) drop-shadow(.5px 0 0 #00896b) drop-shadow(-.5px 0 0 #00896b) drop-shadow(0 .5px 0 #00896b) drop-shadow(0 -.5px 0 #00896b);
  -webkit-mask-image: none;
  mask-image: none;
}

.workstyle-paths > li > .sprite-icon {
  width: 92px;
  height: 92px;
}

.sprite-icon--learn {
  background-position: 0 0;
}

.sprite-icon--schedule {
  background-position: 33.333% 0;
}

.sprite-icon--independence {
  background-position: 66.667% 0;
}

.sprite-icon--hybrid {
  background-position: 100% 0;
}

.sprite-icon--self {
  background-position: 0 100%;
}

.sprite-icon--clinic {
  background-position: 33.333% 100%;
}

.sprite-icon--support {
  background-position: 66.667% 100%;
}

.hybrid-diagram__center > .sprite-icon,
.hybrid-diagram article > .sprite-icon {
  background-color: transparent;
  filter: brightness(0) saturate(100%) invert(35%) sepia(82%) saturate(1130%) hue-rotate(126deg) brightness(92%) contrast(101%) drop-shadow(.5px 0 0 #00896b) drop-shadow(-.5px 0 0 #00896b) drop-shadow(0 .5px 0 #00896b) drop-shadow(0 -.5px 0 #00896b);
  opacity: 1;
}

.hybrid-diagram__center > .sprite-icon {
  width: 76px;
  height: 76px;
}

.hybrid-diagram article > .sprite-icon {
  width: 82px;
  height: 82px;
}

.specialty-list--primary li:not(:last-child)::after,
.benefit-steps li:not(:last-child)::after {
  content: "|";
}

.strengths {
  position: relative;
  overflow: hidden;
  --strengths-bg: #006956;
  --strengths-card: #075f50;
  --strengths-text: #fff;
  --strengths-muted: rgba(255, 255, 255, .78);
  --strengths-accent: #79dfc4;
  --strengths-border: rgba(255, 255, 255, .22);
  color: var(--strengths-text);
  background: var(--strengths-bg);
}

.strengths .section-heading {
  max-width: 900px;
  margin: 0 0 clamp(48px, 5vw, 64px);
  text-align: left;
}

.strengths .section-index {
  left: 0;
  width: max-content;
  color: #fff;
  opacity: .12;
  transform: none;
}

.benefits .section-index,
.workday .section-index,
.requirements .section-index,
.faq .section-index,
.hybrid .section-index,
.entry__intro .section-index {
  opacity: .12;
}

#strengths-title {
  max-width: none;
  color: var(--strengths-text);
  font-size: clamp(32px, 3.05vw, 44px);
  font-weight: 500;
  white-space: nowrap;
}

.strengths-title__brand,
.strengths-title__main {
  display: inline;
}

.strengths-title__main em {
  color: var(--strengths-accent);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.strengths .section-heading > p:last-child {
  max-width: 880px;
  margin: 20px auto 0;
  color: var(--strengths-muted);
  font-size: 16px;
  line-height: 1.9;
}

.strengths-intro__line {
  display: block;
}

.strength-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.strength-card {
  position: relative;
  display: flex;
  min-width: 0;
  padding: clamp(28px, 2.4vw, 38px);
  flex-direction: column;
  color: var(--strengths-text);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, 0)),
    var(--strengths-card);
  border: 1px solid var(--strengths-border);
  box-shadow: none;
}

.strength-card__content {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}

.strength-card h3 {
  color: var(--strengths-text);
  font-size: clamp(21px, 1.7vw, 27px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .01em;
  text-wrap: balance;
}

.sp-card-break {
  display: none;
}

.strength-card__content p {
  margin-top: 20px;
  color: var(--strengths-muted);
  font-size: 15px;
  line-height: 1.9;
}

.strength-card__number {
  position: absolute;
  z-index: 0;
  top: clamp(24px, 2vw, 30px);
  right: clamp(20px, 1.8vw, 28px);
  display: block;
  min-width: 2.1ch;
  margin: 0;
  padding: .04em .12em .12em .04em;
  overflow: visible;
  color: var(--strengths-accent);
  border: 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(72px, 5.6vw, 88px);
  font-style: italic;
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.045em;
  text-align: right;
  opacity: .14;
  pointer-events: none;
}

.strengths-note {
  max-width: 900px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
  line-height: 1.7;
  text-align: right;
}

.career-proof-number {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  box-shadow: none;
}

.career-proof-number > span,
.career-proof-number p,
.career-proof-number strong,
.career-proof-number em,
.career-proof-number small {
  color: #fff;
}

.section-heading h2 br.sp-heading-break,
.entry__intro h2 br.sp-heading-break {
  display: none;
}

/* Keep the three organization brands at one visual scale. */
.organization-parent img {
  width: 120px;
  max-height: 62px;
}

@media (max-width: 699px) {
  .hero__visual,
  .hero__shade {
    height: 780px;
  }

  .hero__shade {
    background: linear-gradient(180deg, rgba(237, 244, 241, 0) 18%, rgba(237, 244, 241, .12) 40%, rgba(237, 244, 241, .9) 72%, rgba(237, 244, 241, .9) 100%);
  }

  .section-heading h2 br.sp-heading-break,
  .entry__intro h2 br.sp-heading-break {
    display: block;
  }

  .hero__lead {
    order: 5;
  }

  .hero__actions {
    order: 6;
    margin-top: 20px;
  }

  .hero__requirements-link {
    order: 7;
  }

  .hero__supplement {
    order: 8;
  }

  .section-index,
  .section-index--light,
  .section-heading--light .section-index,
  .entry__intro .section-index,
  .work-style .section-index,
  .career .section-index,
  .workday .section-index,
  .hybrid .section-index {
    z-index: 0;
    top: 18px;
    width: max-content;
    max-width: none;
    overflow: visible;
    font-size: clamp(44px, 13vw, 52px);
    line-height: .82;
    letter-spacing: .015em;
    white-space: nowrap;
  }

  .section-heading h2,
  .entry__intro h2 {
    position: relative;
    z-index: 1;
  }

  .section-index .section-index__desktop {
    display: block;
  }

  .section-index .section-index__mobile {
    display: none;
  }

  .workday .section-index {
    font-size: clamp(25px, 7.6vw, 30px);
    letter-spacing: .01em;
  }

  .requirements .section-index,
  .hybrid .section-index {
    font-size: clamp(34px, 10.3vw, 41px);
  }

  .entry__intro .section-index {
    font-size: clamp(43px, 13vw, 51px);
  }

  .strength-card {
    min-height: 0;
    overflow: visible;
  }

  .strength-card__content h3 {
    padding-right: 62px;
    font-size: clamp(20px, 5.7vw, 23px);
  }

  .strength-card__number {
    top: 18px;
    right: 16px;
    padding-right: .16em;
    font-size: clamp(54px, 15vw, 62px);
    line-height: 1;
    opacity: .14;
  }

  .mobile-sticky {
    right: 0;
    bottom: 0;
    left: 0;
  }

  .mobile-sticky a {
    min-height: calc(64px + env(safe-area-inset-bottom));
    padding: 9px 18px calc(9px + env(safe-area-inset-bottom));
    box-shadow: 0 -8px 28px rgba(18, 59, 51, .2);
  }

  .organization-group article {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 14px;
  }

  .organization-parent img,
  .organization-group img {
    width: 100px;
    max-height: 54px;
  }

  .organization-parent strong,
  .organization-group strong {
    font-size: 14px;
  }

  .workstyle-paths > li > .sprite-icon {
    width: 64px;
    height: 64px;
  }

  .hybrid-diagram__center > .sprite-icon {
    width: 68px;
    height: 68px;
  }

  .hybrid-diagram article > .sprite-icon {
    width: 72px;
    height: 72px;
  }

  .strengths {
    padding-block: 78px;
  }

  .strengths .section-heading {
    margin-bottom: 38px;
    text-align: center;
  }

  .strengths .section-index {
    left: 50%;
    transform: translateX(-50%);
  }

  .strengths .section-heading h2 {
    font-size: clamp(27px, 8.2vw, 32px);
    line-height: 1.4;
    white-space: normal;
  }

  .strengths-title__brand,
  .strengths-title__main {
    display: block;
  }

  .strengths .section-heading > p:last-child {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.95;
    text-align: left;
  }

  .strengths-intro__line {
    display: inline;
  }

  .pc-copy-break {
    display: none;
  }

  .sp-card-break {
    display: block;
  }

  .strength-card__content h3.sp-fixed-heading {
    padding-right: 0;
    white-space: nowrap;
  }

  .strength-card {
    padding: 26px 20px 24px;
  }

  .strength-card__content p {
    margin-top: 16px;
    line-height: 1.85;
  }

  .strengths-note {
    margin-top: 18px;
    text-align: left;
  }
}

@media (min-width: 375px) and (max-width: 699px) {
  #hybrid-title.sp-fixed-heading {
    margin-left: -1px;
    white-space: nowrap;
  }
}

@media (max-width: 359px) {
  .strength-card__content h3.sp-fixed-heading {
    letter-spacing: 0;
  }
}

@media (min-width: 700px) and (max-width: 959px) {
  .strength-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .strength-card {
    grid-column: auto;
    min-height: 0;
    padding: 30px;
  }

  .strength-card:last-child {
    grid-column: 1 / -1;
    width: auto;
  }
}

@media (min-width: 960px) {
  .pc-copy-break {
    display: block;
  }

  .pc-heading-line,
  .hybrid-intro--pc-single {
    white-space: nowrap;
  }

  .strength-cards {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(18px, 1.6vw, 24px);
  }

  .strength-card {
    min-height: 0;
    padding: clamp(28px, 2.35vw, 38px);
  }

  .strength-card:nth-child(-n + 3) {
    grid-column: span 2;
  }

  .strength-card:nth-child(4) {
    grid-column: span 3;
  }

  .strength-card:nth-child(5) {
    grid-column: span 3;
  }
}

@media (min-width: 960px) and (max-width: 1039px) {
  .strength-card:nth-child(2) {
    padding-inline: 20px;
  }
}

@media (min-width: 700px) {
  .organization-parent {
    grid-template-columns: 150px 1fr;
    min-height: 116px;
    gap: 18px;
    padding: 16px 20px;
  }

  .organization-parent img {
    width: 150px;
    max-height: 68px;
  }
}

@media (hover: hover) {
  .hero__actions .button:hover,
  .hero__actions .button--primary:hover,
  .hero__actions .button--ghost:hover {
    color: #006956;
    background: rgba(255, 255, 255, .34);
    border-color: #006956;
  }
}
