:root {
  --toraera-black: #1f1f1f;
  --toraera-blue: #3456b9;
  --toraera-brand-blue: #324fb2;
  --toraera-paper: #f7f7f5;
}

html {
  scroll-behavior: smooth;
}

body.toraera-body {
  margin: 0;
  background: #e9e9e7;
  color: var(--toraera-black);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.toraera-body,
.toraera-body * {
  box-sizing: border-box;
}

.toraera-body img {
  display: block;
  max-width: 100%;
}

.toraera-body a {
  color: inherit;
  text-decoration: none;
}

.toraera-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.toraera-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  background: #fff;
  border: 2px solid var(--toraera-black);
  font-size: 14px;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.toraera-skip-link:focus {
  transform: translateY(0);
}

.toraera-page {
  position: relative;
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 1440/4170;
  margin: 0 auto;
  overflow: hidden;
  background-color: var(--toraera-paper);
  background-image: url("/recruit/inc/image/raw/traera/paper-texture.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  isolation: isolate;
}

.toraera-header {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 20;
  width: 100%;
  height: 70px;
  background: #fff;
  border-bottom: 1px solid var(--toraera-black);
}

.toraera-header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  padding-left: 5.555556%;
}

.toraera-header__brand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: clamp(7px, 0.902778vw, 17.333px);
  color: var(--toraera-black);
  white-space: nowrap;
}

.toraera-header__brand img {
  width: clamp(54px, 7.083333vw, 136px);
  height: auto;
}

.toraera-header__brand span {
  color: var(--toraera-black);
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  font-kerning: normal;
  line-height: 1;
  letter-spacing: 2px;
}

.toraera-header__menu-toggle {
  display: none;
}

.toraera-header__nav {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 27.777778% 20.833333% 22.222222% 29.166667%;
      grid-template-columns: 27.777778% 20.833333% 22.222222% 29.166667%;
  width: 50%;
  margin-left: auto;
}

.toraera-header__nav a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.toraera-header__nav-number,
.toraera-header__nav-code {
  display: none;
}

.toraera-header__menu-visual {
  display: none;
}

.toraera-header__nav a::after {
  content: "";
  position: absolute;
  right: 18%;
  bottom: 9px;
  left: 18%;
  height: 2px;
  background: var(--toraera-blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.toraera-header__nav a:hover::after,
.toraera-header__nav a:focus-visible::after {
  transform: scaleX(1);
}

.toraera-header__brand:focus-visible,
.toraera-header__menu-toggle:focus-visible,
.toraera-header__nav a:focus-visible {
  outline: 2px solid var(--toraera-blue);
  outline-offset: -2px;
}

@media (min-width: 768px) {
  .toraera-header__nav {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    height: 100%;
    border-right: 1px solid #999;
  }
  .toraera-header__nav a {
    padding-right: clamp(4px, 0.555556vw, 10.667px);
    padding-left: clamp(4px, 0.555556vw, 10.667px);
    border-left: 1px solid #999;
    font-family: "Roboto Condensed", sans-serif;
    font-size: clamp(13px, 1.111111vw, 21.333px);
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  .toraera-header__nav a::after {
    display: none;
  }
  .toraera-header__nav a:hover,
  .toraera-header__nav a:focus-visible {
    background: #666;
    color: #fff;
  }
  .toraera-header__nav a[data-nav=internship] {
    background: var(--toraera-black);
    color: #fff;
  }
  .toraera-header__nav a[data-nav=internship]:hover,
  .toraera-header__nav a[data-nav=internship]:focus-visible {
    background: #666;
  }
}
.toraera-asset,
.toraera-anchor {
  position: absolute;
}

.toraera-asset {
  z-index: 2;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.toraera-anchor {
  left: 0;
  width: 1px;
  height: 1px;
  scroll-margin-top: 82px;
}

.toraera-anchor--introduction {
  top: 23.980815%;
}

.toraera-anchor--navigator {
  top: 46.642686%;
}

.toraera-anchor--case-files {
  top: 68.009592%;
}

.toraera-anchor--internship {
  top: 85.083933%;
}

.toraera-hero {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 15.251799%;
  overflow: hidden;
  border-bottom: 1px solid var(--toraera-black);
}

.toraera-hero__asset,
.toraera-hero__vertical,
.toraera-hero__title-group {
  position: absolute;
}

.toraera-hero__asset {
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.toraera-hero__photo {
  inset: 0 0 auto auto;
  z-index: 1;
  width: 89.027778%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.toraera-hero__vertical {
  z-index: 3;
  display: block;
  color: #211718;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-character;
  text-orientation: sideways;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.toraera-hero__vertical--log {
  top: 10.534591%;
  left: 2.916667%;
  width: 2.986111%;
  height: 76.257862%;
  font-family: "Space Grotesk", sans-serif;
  font-size: 4.035417vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.toraera-hero__vertical--site {
  top: 10.691824%;
  left: 6.458333%;
  width: 1.944444%;
  height: 76.257862%;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.642361vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.toraera-hero__title-group {
  top: 50%;
  left: 38.194444%;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 49.444444%;
  transform: translate(-50%, -50%);
}

.toraera-hero__eyebrow {
  width: 100%;
  margin: 0 0 min(0.972222vw, 18.667px);
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: min(1.25vw, 24px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.toraera-hero__logo {
  position: static;
  width: 100%;
}

.toraera-hero__tagline {
  width: 68.117978%;
  height: 1.136364em;
  margin: min(2.430556vw, 46.667px) 0 0;
  overflow: hidden;
  background: #222;
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: clamp(12px, 1.527778vw, 29.333px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.136364;
  letter-spacing: 0;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-character;
  white-space: nowrap;
}

.toraera-hero__data,
.toraera-hero__unit {
  opacity: 0.5;
}

.toraera-hero__data {
  top: 72.169811%;
  left: 15.416667%;
  z-index: 4;
  width: 15.486111%;
}

.toraera-hero__unit {
  top: 5.188679%;
  left: 84.722222%;
  z-index: 4;
  width: 14.305556%;
}

.toraera-intro__wordmark,
.toraera-intro__summary,
.toraera-section-heading,
.toraera-intro__card {
  position: absolute;
}

.toraera-intro__wordmark {
  top: 18.848921%;
  left: 24.930556%;
  z-index: 2;
  width: 71.597222%;
  margin: 0;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12.283333vw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.toraera-intro__summary {
  top: 19.520384%;
  left: 5.555556%;
  z-index: 3;
  width: 25%;
  margin: 0;
  font-size: min(1.25vw, 24px);
  font-weight: 700;
  line-height: 1.666667;
  letter-spacing: 0;
}

.toraera-section-heading {
  z-index: 6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 1.02em;
  margin: 0;
  padding: 0 calc(min(0.347222vw, 6.667px) + 0.08em) 0 min(0.347222vw, 6.667px);
  overflow: hidden;
  background: #222;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: min(6.944444vw, 133.333px);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.toraera-section-heading--introduction {
  top: 23.980815%;
  left: 3.194444%;
  z-index: 2;
}

.toraera-intro__card {
  top: 25.707434%;
  left: 5.555556%;
  z-index: 3;
  width: 66.666667%;
  height: 17.170264%;
  padding: min(1.319444vw, 25.333px);
  background: #fff;
  border: 1px solid var(--toraera-black);
}

.toraera-intro__visual {
  display: contents;
}

.toraera-intro__visual > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.toraera-intro__copy,
.toraera-intro__copy-block--place {
  font-size: min(1.25vw, 24px);
  font-weight: 500;
  line-height: 1.72;
}

.toraera-intro__copy {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.toraera-intro__copy-overlay {
  display: contents;
}

.toraera-intro__copy-block {
  position: absolute;
  left: 6.25%;
  margin: 0;
}

.toraera-intro__copy-block span {
  padding: min(0.138889vw, 2.667px) min(0.277778vw, 5.333px);
  background: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.toraera-intro__copy-block--place {
  top: 8.1%;
}

.toraera-intro__copy-block--daily {
  top: 17.8%;
}

.toraera-intro__copy-block--doctor {
  top: 45.1%;
  white-space: nowrap;
}

.toraera-intro__copy-block--observer {
  top: 55.4%;
}

.toraera-intro__copy-block--value {
  top: 73.5%;
  font-size: min(1.736111vw, 33.333px);
  font-weight: 900;
  line-height: 1.68;
}

.toraera-asset--observation-note {
  top: 43.764988%;
  left: 51.875%;
  width: 28.819444%;
  z-index: 3;
}

.toraera-section-heading--navigator {
  top: 50.167866%;
  left: 25.486111%;
  z-index: 4;
  padding-right: calc(min(0.347222vw, 6.667px) + 0.12em);
}

.toraera-navigator__profile,
.toraera-navigator__portrait {
  position: absolute;
}

.toraera-navigator__profile {
  top: 51.894484%;
  left: 27.777778%;
  z-index: 5;
  width: 66.666667%;
  height: 7.965074%;
  background: #fff;
  border: 1px solid var(--toraera-black);
}

.toraera-navigator__copy {
  position: absolute;
  top: 5.681818%;
  left: 2.083333%;
  z-index: 2;
  width: 51%;
}

.toraera-navigator__copy small {
  display: block;
  font-size: min(0.972222vw, 18.667px);
  line-height: 1;
}

.toraera-navigator__copy h3 {
  margin: min(0.694444vw, 13.333px) 0 min(1.25vw, 24px);
  font-size: min(4.166667vw, 80px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
}

.toraera-navigator__copy p {
  margin: 0;
  font-size: min(1.25vw, 24px);
  line-height: 1.8;
  white-space: nowrap;
}

.toraera-navigator__copy strong {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: min(1.805556vw, 34.667px);
  padding-bottom: min(0.277778vw, 5.333px);
  border-bottom: 2px solid var(--toraera-black);
  font-size: min(1.944444vw, 37.333px);
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.toraera-nobr {
  white-space: nowrap;
}

.toraera-navigator__signature {
  position: absolute;
  top: 16%;
  left: 51%;
  z-index: 8;
  width: 30%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.toraera-navigator__portrait {
  top: 47.242206%;
  left: 66.666667%;
  z-index: 7;
  width: 33.333333%;
  height: auto;
  transform: translateX(10%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.toraera-asset--navigator-notes {
  top: 62.264748%;
  left: 15.041667%;
  width: 49.8125%;
  opacity: 1;
}

.toraera-case-files {
  position: absolute;
  top: 68.009592%;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 17.074341%;
}

.toraera-case__heading {
  position: absolute;
  top: 0;
  left: 5.555556%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 12.640449%;
  margin: 0;
  white-space: nowrap;
}

.toraera-case__heading > span {
  -ms-flex-item-align: center;
      align-self: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 1em;
  padding: 0 calc(min(0.347222vw, 6.667px) + 0.055em) 0 min(0.347222vw, 6.667px);
  background: #222;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(5.555556vw, 106.667px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.055em;
}

.toraera-case__heading small {
  margin-left: min(1.388889vw, 26.667px);
  font-size: min(2.916667vw, 56px);
  font-weight: 900;
}

.toraera-case__list {
  position: absolute;
  top: 18.258427%;
  left: 5.555556%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: min(2.777778vw, 53.333px);
  width: 88.888889%;
}

.toraera-case__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min(13.888889vw, 266.667px) minmax(0, 1fr) auto;
      grid-template-columns: min(13.888889vw, 266.667px) minmax(0, 1fr) auto;
  -ms-flex-align: center;
      align-items: center;
  gap: min(1.527778vw, 29.333px);
  height: min(10.694444vw, 205.333px);
  padding: min(1.319444vw, 25.333px);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--toraera-black);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.toraera-case__item:hover,
.toraera-case__item:focus-visible {
  background: var(--toraera-black);
  color: #fff;
  outline: 0;
}

.toraera-case__item--unavailable {
  background: transparent;
  opacity: 0.3;
}

.toraera-case__item--unavailable:hover,
.toraera-case__item--unavailable:focus-visible {
  background: transparent;
  color: inherit;
}

.toraera-case__item img {
  width: 100%;
  height: min(7.986111vw, 153.333px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 52%;
     object-position: center 52%;
}

.toraera-case__item > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
}

.toraera-case__item small {
  font-family: "Space Grotesk", sans-serif;
  font-size: min(2.777778vw, 53.333px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

.toraera-case__item strong {
  overflow: hidden;
  font-size: min(3.472222vw, 66.667px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.toraera-case__item > svg {
  width: min(1.736111vw, 33.333px);
  height: auto;
}

.toraera-case__item:hover > svg path,
.toraera-case__item:focus-visible > svg path {
  stroke: #fff;
}

.toraera-internship {
  position: absolute;
  top: 85.083933%;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 10.167866%;
}

.toraera-internship h2 {
  position: absolute;
  top: 22.877358%;
  left: 8.333333%;
  margin: 0;
  color: var(--toraera-black);
  font-size: min(2.916667vw, 56px);
  font-weight: 900;
  line-height: 1.3;
}

.toraera-internship h2 span {
  display: inline-block;
  padding: 0 min(0.416667vw, 8px);
  border: 1px solid var(--toraera-black);
}

.toraera-internship h2 br + span {
  margin-top: -1px;
}

.toraera-internship > p {
  position: absolute;
  top: 54%;
  left: 8.333333%;
  margin: 0;
  font-size: min(1.25vw, 24px);
  font-weight: 500;
  line-height: 1.78;
}

.toraera-internship__cta {
  position: absolute;
  top: 35.613208%;
  left: 56.111111%;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  padding: min(1.25vw, 24px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--toraera-black);
  transition: opacity 0.2s ease;
}

.toraera-internship__cta:hover,
.toraera-internship__cta:focus-visible {
  opacity: 0.7;
}

.toraera-internship__cta small,
.toraera-internship__cta strong {
  display: block;
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}

.toraera-internship__cta small {
  margin-bottom: min(0.694444vw, 13.333px);
  font-size: min(1.527778vw, 29.333px);
}

.toraera-internship__cta strong {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: clamp(8px, 1.041667vw, 20px);
  padding: 0 min(0.694444vw, 13.333px);
  background: var(--toraera-black);
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: min(2.222222vw, 42.667px);
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.toraera-internship__cta strong img {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: clamp(18px, 1.736111vw, 33.333px);
  height: auto;
}

.toraera-internship__wordmark {
  position: absolute;
  bottom: -0.24em;
  left: 31.25%;
  z-index: -1;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(14.583333vw, 280px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.toraera-footer {
  position: absolute;
  top: 95.251799%;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 4.748201%;
  background: #fff;
}

.toraera-footer__brand {
  position: absolute;
  top: 21.212121%;
  left: 8.888889%;
  width: 21.25%;
}

.toraera-footer__brand small {
  display: block;
  margin-bottom: min(0.416667vw, 8px);
  font-size: min(0.902778vw, 17.333px);
  font-weight: 700;
  text-align: center;
}

.toraera-footer__brand img {
  width: 100%;
  height: auto;
}

.toraera-footer__brand span {
  display: block;
  margin: min(0.347222vw, 6.667px) auto 0;
  padding: 0 min(0.277778vw, 5.333px);
  width: -moz-max-content;
  width: max-content;
  background: #222;
  color: #fff;
  font-size: min(0.763889vw, 14.667px);
  line-height: 1.2;
  letter-spacing: min(0.347222vw, 6.667px);
}

.toraera-footer__nav {
  position: absolute;
  top: 22.727273%;
  right: 8.333333%;
  display: -ms-flexbox;
  display: flex;
  gap: min(4.305556vw, 82.667px);
}

.toraera-footer__nav a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(1.25vw, 24px);
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.toraera-footer__nav img {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.toraera-footer__nav a:hover,
.toraera-footer__nav a:focus-visible {
  opacity: 0.7;
}

.toraera-footer__copyright {
  position: absolute;
  right: 8.333333%;
  bottom: 19.69697%;
  color: #999;
  font-size: min(0.694444vw, 13.333px);
}

@media (max-width: 767px) {
  body.toraera-body {
    --toraera-mobile-header-height: calc(70px + env(safe-area-inset-top, 0px));
    background: var(--toraera-paper);
  }
  .toraera-page {
    min-width: 320px;
    padding-top: var(--toraera-mobile-header-height);
    aspect-ratio: auto;
    background-size: auto 100%;
  }
  .toraera-anchor {
    position: static;
    display: block;
    width: auto;
    height: 0;
    scroll-margin-top: calc(var(--toraera-mobile-header-height) + 12px);
  }
  .toraera-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--toraera-mobile-header-height);
    padding: 0;
    border-bottom: 1px solid var(--toraera-black);
  }
  .toraera-header__inner {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: env(safe-area-inset-top, 0px);
    padding-left: 0;
  }
  .toraera-header__brand {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 4px;
    min-width: 0;
    height: 70px;
    padding: 0 12px;
    background: #fff;
  }
  .toraera-header__brand img {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 86px;
  }
  .toraera-header__brand span {
    max-width: none;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  .toraera-header__menu-toggle {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 70px;
        flex: 0 0 70px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 70px;
    height: 70px;
    padding: 0;
    background: var(--toraera-black);
    border: 0;
    color: #fff;
    cursor: pointer;
  }
  .toraera-header__menu-label {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1;
  }
  .toraera-header__nav {
    position: fixed;
    inset: var(--toraera-mobile-header-height) 0 auto;
    z-index: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: (minmax(0, 1fr))[4] auto;
        grid-template-rows: repeat(4, minmax(0, 1fr)) auto;
    width: 100%;
    height: calc(var(--toraera-viewport-height, 100dvh) - var(--toraera-mobile-header-height));
    margin: 0;
    padding-bottom: env(safe-area-inset-bottom, 0);
    overflow: hidden;
    overscroll-behavior: none;
    background: transparent;
    border-top: 0;
    -ms-touch-action: none;
        touch-action: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }
  body.toraera-menu-ready .toraera-header__nav {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
  }
  body.toraera-menu-ready .toraera-header.is-menu-open .toraera-header__nav {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .toraera-header__nav a {
    --toraera-nav-rail: 56px;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: var(--toraera-nav-rail) minmax(0, 1fr);
        grid-template-columns: var(--toraera-nav-rail) minmax(0, 1fr);
    -ms-grid-rows: auto minmax(0, 1fr);
        grid-template-rows: auto minmax(0, 1fr);
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: stretch;
        justify-content: stretch;
    padding: 0;
    background: var(--toraera-paper);
    border-bottom: 1px solid var(--toraera-black);
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 0;
  }
  .toraera-header__nav a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--toraera-nav-rail);
    width: 1px;
    background: currentColor;
  }
  .toraera-header__nav a::after {
    content: none;
    display: none;
  }
  .toraera-header__nav a[data-nav=internship] {
    background: var(--toraera-black);
    color: #fff;
  }
  .toraera-header__nav-number {
    -ms-grid-row: 1;
        grid-row: 1;
    -ms-grid-column: 1;
        grid-column: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
    padding-top: 16px;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
  }
  .toraera-header__nav-number::before {
    content: none;
    display: none;
  }
  .toraera-header__nav-code {
    display: none;
  }
  .toraera-header__nav-label {
    grid-row: 1/3;
    -ms-grid-column: 2;
        grid-column: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 20px;
    font-size: clamp(32px, min(13vw, 7.5dvh), 62px);
    font-weight: 300;
    letter-spacing: -0.035em;
    line-height: 0.9;
  }
  .toraera-header__nav-label::after {
    content: none;
    display: none;
  }
  .toraera-header__menu-visual {
    display: block;
    width: 100%;
    aspect-ratio: 2/1;
    min-height: 0;
    max-height: 35dvh;
    background: rgba(31, 31, 31, 0.85);
    border-bottom: 1px solid var(--toraera-black);
  }
  html.toraera-menu-open,
  body.toraera-menu-open {
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
    -ms-touch-action: none;
        touch-action: none;
  }
  .toraera-hero {
    position: relative;
    top: auto;
    left: auto;
    aspect-ratio: 1/1;
    height: auto;
    background: #312d25;
  }
  .toraera-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.14);
    pointer-events: none;
  }
  .toraera-hero__photo {
    inset: 0;
    width: 100%;
    -o-object-position: 62% center;
       object-position: 62% center;
  }
  .toraera-hero__title-group {
    left: calc(20px + min(38vw, 155px));
    width: min(76%, 310px);
  }
  .toraera-hero__logo {
    filter: drop-shadow(0 2px 1px rgba(255, 255, 255, 0.28));
  }
  .toraera-hero__eyebrow {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
  }
  .toraera-hero__tagline {
    width: auto;
    height: auto;
    margin-top: 5px;
    padding: 3px 8px 4px;
    overflow: visible;
    background: #222;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.22em;
    text-align: left;
    text-align-last: auto;
  }
  .toraera-introduction,
  .toraera-navigator,
  .toraera-case-files,
  .toraera-internship {
    position: static;
    width: auto;
    height: auto;
    padding: 0 20px;
    scroll-margin-top: 12px;
  }
  .toraera-introduction {
    position: relative;
    isolation: isolate;
  }
  .toraera-section-heading {
    position: static;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 0 0 24px;
    font-size: clamp(43px, 13vw, 58px);
  }
  .toraera-section-heading--introduction {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    margin-bottom: -10px;
    margin-left: 0;
  }
  .toraera-intro__wordmark {
    top: 28px;
    right: -88px;
    left: auto;
    z-index: 0;
    width: auto;
    color: #fff;
    font-size: clamp(84px, 24vw, 116px);
    line-height: 0.9;
    pointer-events: none;
  }
  .toraera-intro__summary {
    position: relative;
    z-index: 1;
    width: auto;
    margin: 46px 0 64px;
    font-size: 14px;
    line-height: 1.9;
  }
  .toraera-intro__summary .toraera-nobr {
    white-space: normal;
  }
  .toraera-intro__card {
    position: relative;
    top: auto;
    left: auto;
    z-index: 3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
    width: auto;
    height: auto;
    padding: 8px;
  }
  .toraera-intro__visual {
    position: relative;
    grid-area: 1/1;
    display: block;
    min-height: 0;
  }
  .toraera-intro__visual > img {
    position: absolute;
    inset: 0;
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }
  .toraera-intro__copy {
    position: static;
    inset: auto;
    z-index: auto;
    display: contents;
    font-size: 13px;
    line-height: 1.9;
  }
  .toraera-intro__copy-overlay {
    position: relative;
    grid-area: 1/1;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 12px;
    padding: 28px 12px 20px;
  }
  .toraera-intro__copy-block {
    position: static;
    margin: 0;
  }
  .toraera-intro__copy-block + .toraera-intro__copy-block {
    margin-top: 12px;
  }
  .toraera-intro__copy-overlay .toraera-intro__copy-block + .toraera-intro__copy-block {
    margin-top: 0;
  }
  .toraera-intro__copy-block br {
    display: none;
  }
  .toraera-intro__copy-block span {
    padding: 2px 4px;
  }
  .toraera-intro__copy-block--place {
    font-size: inherit;
    line-height: inherit;
  }
  .toraera-intro__copy-block--doctor {
    white-space: normal;
  }
  .toraera-intro__copy-block--value {
    grid-area: 2/1;
    padding: 18px 12px 14px;
    font-size: 16px;
    line-height: 1.9;
  }
  .toraera-intro__copy-block--value strong {
    display: block;
    margin-top: 6px;
    padding-top: 14px;
    border-top: 2px solid var(--toraera-black);
  }
  .toraera-navigator {
    position: relative;
    isolation: isolate;
    margin-top: 100px;
    padding-top: 74px;
    overflow: visible;
  }
  .toraera-asset--observation-note {
    top: -12px;
    right: 2px;
    left: auto;
    z-index: 8;
    width: 52%;
  }
  .toraera-section-heading--navigator {
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
    margin: 0 0 -10px;
    font-size: clamp(42px, 12.6vw, 54px);
  }
  .toraera-navigator__profile {
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
    width: auto;
    height: auto;
    padding: 58px 18px 24px;
    background: #fff;
  }
  .toraera-navigator__copy {
    position: relative;
    z-index: 8;
    width: auto;
  }
  .toraera-navigator__copy small {
    font-size: 12px;
    font-weight: 700;
  }
  .toraera-navigator__copy h3 {
    margin: 4px 0 0;
    font-size: clamp(38px, 11vw, 46px);
    line-height: 1.1;
  }
  .toraera-navigator__copy p {
    width: auto;
    margin: clamp(155px, 48vw, 200px) 0 0;
    padding-top: 22px;
    border-top: 1px solid var(--toraera-black);
    font-size: clamp(12px, 3.4vw, 13px);
    line-height: 1.9;
    white-space: normal;
  }
  .toraera-navigator__copy strong {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 18px;
    padding-left: 2em;
    font-size: 15px;
    line-height: 1.65;
    text-indent: -2em;
    white-space: normal;
  }
  .toraera-navigator__signature {
    top: 132px;
    right: auto;
    left: 18px;
    z-index: 4;
    width: 58%;
  }
  .toraera-navigator__portrait {
    position: absolute;
    top: 70px;
    right: -22px;
    left: auto;
    z-index: 7;
    width: clamp(220px, 64vw, 260px);
    margin: 0;
    transform: none;
  }
  .toraera-asset--navigator-notes {
    position: static;
    width: 100%;
    margin: 24px 0 0;
    opacity: 1;
  }
  .toraera-case-files {
    margin-top: 86px;
  }
  .toraera-case__heading {
    position: static;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    height: auto;
    margin-bottom: 24px;
    white-space: nowrap;
  }
  .toraera-case__heading > span {
    font-size: clamp(43px, 13vw, 58px);
  }
  .toraera-case__heading small {
    margin: 0 0 0 12px;
    font-size: 18px;
  }
  .toraera-case__list {
    position: static;
    width: auto;
    gap: 14px;
  }
  .toraera-case__item {
    -ms-grid-columns: 96px minmax(0, 1fr) auto;
        grid-template-columns: 96px minmax(0, 1fr) auto;
    gap: 0 11px;
    height: auto;
    min-height: 112px;
    padding: 9px;
  }
  .toraera-case__item img {
    height: 92px;
  }
  .toraera-case__item small {
    font-size: 18px;
  }
  .toraera-case__item strong {
    margin-top: 3px;
    overflow: visible;
    font-size: 16px;
    line-height: 1.45;
    text-overflow: clip;
    white-space: normal;
  }
  .toraera-case__item > svg {
    width: 18px;
  }
  .toraera-internship {
    position: relative;
    margin-top: 98px;
  }
  .toraera-internship h2 {
    position: static;
    font-size: 27px;
    line-height: 1.6;
  }
  .toraera-internship > p {
    position: static;
    margin: 26px 0 22px;
    font-size: 13px;
    line-height: 1.9;
  }
  .toraera-internship > p br {
    display: none;
  }
  .toraera-internship__cta {
    position: static;
    display: block;
    width: auto;
    height: auto;
    padding: 14px;
  }
  .toraera-internship__cta small {
    margin-bottom: 7px;
    font-size: 12px;
    white-space: normal;
  }
  .toraera-internship__cta strong {
    padding: 6px 8px 7px;
    font-size: clamp(15px, 4.615385vw, 18px);
    text-align: center;
    white-space: normal;
  }
  .toraera-internship__cta strong img {
    width: clamp(20px, 6.410256vw, 25px);
  }
  .toraera-internship__wordmark {
    right: 0;
    bottom: calc(-72px - 0.24em);
    left: auto;
    font-size: clamp(92px, 27vw, 118px);
  }
  .toraera-footer {
    position: static;
    height: auto;
    margin-top: 72px;
    padding: 34px 20px 28px;
  }
  .toraera-footer__brand {
    position: static;
    width: 210px;
    margin-bottom: 30px;
  }
  .toraera-footer__nav {
    position: static;
    display: -ms-grid;
    display: grid;
    gap: 11px;
  }
  .toraera-footer__nav a {
    font-size: 15px;
  }
  .toraera-footer__copyright {
    position: static;
    display: block;
    margin-top: 30px;
    color: #8b8b88;
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .toraera-skip-link {
    transition: none;
  }
  .toraera-header__nav {
    transition: none;
  }
}
/*# sourceMappingURL=../_map/project/traera.css.map */
