/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * Keyframes
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.heroCanvas, .canvasArea {
  position: fixed;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  will-change: opacity;
}
.heroCanvas video, .canvasArea video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.heroCanvas.--active, .canvasArea.--active {
  opacity: 1;
}

.heroCanvas {
  position: absolute;
  opacity: 1;
  mix-blend-mode: darken;
}

.mainArea {
  position: relative;
  z-index: 1;
}

.trHero {
  -webkit-perspective: 1200px;
          perspective: 1200px;
  -webkit-perspective-origin: center;
          perspective-origin: center;
}
.trHero__inner {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.trHero__layer {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.trHero__layer.--mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.trHero__layer.--copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .trHero__layer.--copy {
    padding: 0 5vw 9.4rem;
  }
}
@media screen and (min-width: 600px) {
  .trHero__layer.--copy {
    padding: 0 5vw 2.5vw;
  }
}
@media screen and (min-width: 320px) {
  .trHero__layer.--menu {
    padding: 18.4rem 5vw 0;
  }
}
@media screen and (min-width: 600px) {
  .trHero__layer.--menu {
    padding: 18.4rem 5vw 0;
  }
}
.trHero__mv {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  will-change: transform;
  -webkit-transform: translateZ(0) rotateX(0deg) rotateY(0deg);
          transform: translateZ(0) rotateX(0deg) rotateY(0deg);
}
@media screen and (min-width: 320px) {
  .trHero__mv {
    width: 30%;
  }
}
@media screen and (min-width: 600px) {
  .trHero__mv {
    width: 30%;
  }
}
.trHero__mv .imgWrapper {
  padding-bottom: 124%;
  background-color: rgba(var(--color-white)/0.16);
}
.trHero__copyJa {
  font-family: var(--font-unique);
  text-align: right;
}
@media screen and (min-width: 320px) {
  .trHero__copyJa {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 600px) {
  .trHero__copyJa {
    font-size: 6.4rem;
  }
}
.trHero__copyEn {
  font-family: var(--font-unique);
  line-height: 1.12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .trHero__copyEn {
    font-size: 7.2rem;
  }
}
@media screen and (min-width: 600px) {
  .trHero__copyEn {
    font-size: 15rem;
  }
}
@media screen and (min-width: 320px) {
  .trHero__copyEn span:last-child {
    -webkit-transform: translateX(6rem);
            transform: translateX(6rem);
  }
}
@media screen and (min-width: 600px) {
  .trHero__copyEn span:last-child {
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
}
.trHero__copyTitle {
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .trHero__copyTitle {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 600px) {
  .trHero__copyTitle {
    font-size: 4rem;
  }
}
@media screen and (min-width: 320px) {
  .trHero__nav {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .trHero__nav {
    display: block;
  }
}
@media screen and (min-width: 320px) {
  .trHero__nav ul {
    padding: 0 0 0 1rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .trHero__nav ul {
    padding: 0 0 0 1rem;
    font-size: 1.8rem;
  }
}
.trHero__nav ul li {
  list-style-type: disc;
  margin-bottom: 4px;
}
.trHero__nav ul a {
  position: relative;
  display: inline-block;
}
.trHero__nav ul a::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 1px;
  background: rgb(var(--color-white));
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.trHero__nav ul a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.trHead__entitle {
  font-family: var(--font-unique);
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (min-width: 320px) {
  .trHead__entitle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .trHead__entitle {
    font-size: 3.2rem;
  }
}
.trHead__entitle span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.trHead__entitle span::before {
  content: "(";
}
.trHead__entitle span::after {
  content: ")";
}
.trHead__encopy {
  font-family: var(--font-head);
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .trHead__encopy {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 600px) {
  .trHead__encopy {
    font-size: 6.4rem;
  }
}
.trHead__catch {
  font-family: var(--font-unique);
  font-family: 400;
  margin-bottom: 12px;
}
@media screen and (min-width: 320px) {
  .trHead__catch {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 600px) {
  .trHead__catch {
    font-size: 4.8rem;
  }
}
.trHead__jatitle {
  font-family: var(--font-unique);
  font-family: 400;
}
@media screen and (min-width: 320px) {
  .trHead__jatitle {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 600px) {
  .trHead__jatitle {
    font-size: 2.8rem;
  }
}
.trHead__desc {
  line-height: 1.64;
}
@media screen and (min-width: 320px) {
  .trHead__desc {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  .trHead__desc {
    font-size: 2rem;
  }
}

@media screen and (min-width: 320px) {
  .trIntro__inner {
    padding: 80px 5vw 0;
  }
}
@media screen and (min-width: 600px) {
  .trIntro__inner {
    padding: 80px 5vw 0;
  }
}
.trIntro__head {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.trIntro__wrapper {
  display: grid;
}
@media screen and (min-width: 320px) {
  .trIntro__wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: -8rem;
  }
}
@media screen and (min-width: 600px) {
  .trIntro__wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -8rem;
  }
}
.trIntro__imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 320px) {
  .trIntro__imgs {
    gap: 16px;
  }
}
@media screen and (min-width: 600px) {
  .trIntro__imgs {
    gap: 16px;
  }
}
.trIntro__img .imgWrapper {
  padding-bottom: 148%;
  background: rgba(var(--color-white)/0.16);
}
@media screen and (min-width: 320px) {
  .trIntro__img:last-child {
    margin-top: 32px;
  }
}
@media screen and (min-width: 600px) {
  .trIntro__img:last-child {
    margin-top: 32px;
  }
}
.trIntro__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 320px) {
  .trIntro__copy {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  .trIntro__copy {
    padding: 0 5vw;
  }
}
.trIntro__title {
  font-family: var(--font-unique);
  font-weight: 400;
  margin-bottom: 32px;
}
@media screen and (min-width: 320px) {
  .trIntro__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 600px) {
  .trIntro__title {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 320px) {
  .trIntro__desc {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .trIntro__desc {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 320px) {
  .trFeature__inner {
    padding: 174px 5vw 0;
  }
}
@media screen and (min-width: 600px) {
  .trFeature__inner {
    padding: 174px 5vw 0;
  }
}
.trFeature__head {
  margin-bottom: 32px;
}
.trFeature__headEn {
  text-align: center;
}
.trFeature__headWrapper {
  display: grid;
}
@media screen and (min-width: 320px) {
  .trFeature__headWrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 600px) {
  .trFeature__headWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.trFeature__headBottom {
  padding: 0 5vw;
}
.trFeature__card {
  color: rgb(var(--color-text));
}
@media screen and (min-width: 320px) {
  .trFeature__card {
    padding: 16rem 0 0;
  }
}
@media screen and (min-width: 600px) {
  .trFeature__card {
    padding: 16rem 0 0;
  }
}
.trFeature__cardInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgb(var(--color-white));
}
.trFeature__cardNum {
  position: absolute;
  font-family: var(--font-unique);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .trFeature__cardNum {
    inset: 16px auto auto 16px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 600px) {
  .trFeature__cardNum {
    inset: 16px auto auto 16px;
    font-size: 4rem;
  }
}
.trFeature__cardNum span:last-child {
  font-size: 50%;
}
.trFeature__cardTitle {
  font-family: var(--font-unique);
  font-weight: 400;
  margin-bottom: 12px;
}
@media screen and (min-width: 320px) {
  .trFeature__cardTitle {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 600px) {
  .trFeature__cardTitle {
    font-size: 4.2rem;
  }
}
.trFeature__cardDesc {
  line-height: 1.64;
}
@media screen and (min-width: 320px) {
  .trFeature__cardDesc {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  .trFeature__cardDesc {
    font-size: 2rem;
  }
}
.trFeature__cardCopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 320px) {
  .trFeature__cardCopy {
    width: 100%;
    padding: 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  .trFeature__cardCopy {
    width: 68%;
    padding: 0 5vw;
  }
}
@media screen and (min-width: 320px) {
  .trFeature__cardImg {
    width: 100%;
    padding: 8px;
  }
}
@media screen and (min-width: 600px) {
  .trFeature__cardImg {
    width: 32%;
    padding: 8px;
  }
}
.trFeature__cardImg .imgWrapper {
  padding-bottom: 124%;
}

.trFeature {
  position: relative;
}
.trFeature__wrapper {
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
.trFeature__cards {
  position: relative;
  width: 100%;
  height: 100%;
}
.trFeature__card {
  position: absolute;
  inset: 0;
  width: 100%;
  will-change: transform, filter, opacity;
  -webkit-transform-origin: 50% 85%;
          transform-origin: 50% 85%;
}

.trSlidertext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.trSlidertext__body {
  overflow: hidden;
}
.trSlidertext__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loopCl 64000ms linear infinite both;
          animation: loopCl 64000ms linear infinite both;
}
.trSlidertext__item {
  font-family: var(--font-unique);
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .trSlidertext__item {
    font-size: 22rem;
    width: 226rem;
  }
}
@media screen and (min-width: 600px) {
  .trSlidertext__item {
    font-size: 22rem;
    width: 226rem;
  }
}
.trSlidertext.--reverse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.trSlidertext.--reverse .trSlidertext__wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-animation: loopClRv 64000ms linear infinite both;
          animation: loopClRv 64000ms linear infinite both;
}

.trVoice {
  margin-top: 32px;
}
.trVoice__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.trVoice__list {
  background: rgb(var(--color-white));
  color: rgb(var(--color-text));
}
@media screen and (min-width: 320px) {
  .trVoice__listWrapper {
    padding: 64px 5vw 64px 12.5vw;
  }
}
@media screen and (min-width: 600px) {
  .trVoice__listWrapper {
    padding: 64px 5vw 64px 12.5vw;
  }
}
.trVoice__listItem {
  position: relative;
}
@media screen and (min-width: 320px) {
  .trVoice__listItem {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 600px) {
  .trVoice__listItem {
    margin-bottom: 56px;
  }
}
.trVoice__listNum {
  font-family: var(--font-unique);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  gap: 8px;
}
@media screen and (min-width: 320px) {
  .trVoice__listNum {
    font-size: 1.6rem;
    inset: 0.4rem auto auto -7.5vw;
  }
}
@media screen and (min-width: 600px) {
  .trVoice__listNum {
    font-size: 2.4rem;
    inset: 0.4rem auto auto -7.5vw;
  }
}
.trVoice__listNum span:first-child {
  font-size: 64%;
}
.trVoice__listTitle {
  font-family: var(--font-unique);
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .trVoice__listTitle {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 600px) {
  .trVoice__listTitle {
    font-size: 3.2rem;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 320px) {
  .trVoice__listContent {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 600px) {
  .trVoice__listContent {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}
.trVoice__listTgt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 320px) {
  .trVoice__listTgt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .trVoice__listTgt {
    font-size: 1.4rem;
  }
}
.trVoice__listTgt span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
}
.trVoice__listTgt span::before {
  content: "(";
}
.trVoice__listTgt span::after {
  content: ")";
}
.trStats__inner {
  padding: 0 5vw;
}
@media screen and (min-width: 320px) {
  .trStats__copy {
    padding: 24rem 10% 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  .trStats__copy {
    padding: 24rem 55% 0 5vw;
  }
}
@media screen and (min-width: 320px) {
  .trStats__copy .trHead__jatitle {
    margin: 48px 0 24px;
  }
}
@media screen and (min-width: 600px) {
  .trStats__copy .trHead__jatitle {
    margin: 48px 0 24px;
  }
}
@media screen and (min-width: 320px) {
  .trStats__cards {
    padding: 64px 0 0 0;
  }
}
@media screen and (min-width: 600px) {
  .trStats__cards {
    padding: 64px 0 0 50%;
  }
}
.trStats__cardsWrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 320px) {
  .trStats__cardsWrapper {
    gap: 12px;
  }
}
@media screen and (min-width: 600px) {
  .trStats__cardsWrapper {
    gap: 24px;
  }
}
.trStats__cardsItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: solid 1px rgba(var(--color-white)/0.24);
  backdrop-filter: blur(24px) saturate(140%);
}
@media screen and (min-width: 320px) {
  .trStats__cardsItem {
    border-radius: 8px;
    padding: 32px 0;
  }
}
@media screen and (min-width: 600px) {
  .trStats__cardsItem {
    border-radius: 16px;
    padding: 32px 0;
  }
}
@media screen and (min-width: 320px) {
  .trStats__cardsItem:nth-child(even) {
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
}
@media screen and (min-width: 600px) {
  .trStats__cardsItem:nth-child(even) {
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
}
@media screen and (min-width: 320px) {
  .trStats__cardsTitle {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  .trStats__cardsTitle {
    font-size: 1.8rem;
  }
}
.trStats__cardsMain {
  font-family: var(--font-head);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}
@media screen and (min-width: 320px) {
  .trStats__cardsMain {
    font-size: 3.6rem;
    margin: 40px 0;
  }
}
@media screen and (min-width: 600px) {
  .trStats__cardsMain {
    font-size: 7.2rem;
    margin: 40px 0;
  }
}
.trStats__cardsMain span.unit {
  font-family: var(--font-main);
  font-size: 48%;
}
@media screen and (min-width: 320px) {
  .trStats__cardsSupple {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 600px) {
  .trStats__cardsSupple {
    font-size: 1.6rem;
  }
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: var(--font-head) !important;
}

@media screen and (min-width: 320px) {
  .trDoctor {
    margin-top: 128px;
  }
}
@media screen and (min-width: 600px) {
  .trDoctor {
    margin-top: 256px;
  }
}
.trDoctor__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trDoctor__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5vw;
}
@media screen and (min-width: 320px) {
  .trDoctor__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 600px) {
  .trDoctor__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.trDoctor__msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 320px) {
  .trDoctor__msg {
    width: 100%;
    padding: 0 5vw 0 0;
  }
}
@media screen and (min-width: 600px) {
  .trDoctor__msg {
    width: 35%;
    padding: 0 5vw 0 0;
  }
}
.trDoctor__msgTitle {
  font-family: var(--font-unique);
  margin-bottom: 24px;
}
@media screen and (min-width: 320px) {
  .trDoctor__msgTitle {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 600px) {
  .trDoctor__msgTitle {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 320px) {
  .trDoctor__msgMain {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .trDoctor__msgMain {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 320px) {
  .trDoctor__img {
    width: 60%;
    margin: 24px auto;
  }
}
@media screen and (min-width: 600px) {
  .trDoctor__img {
    width: 30%;
    margin: 0;
  }
}
.trDoctor__img .img {
  border-radius: 999vw;
}
.trDoctor__img .imgWrapper {
  padding-bottom: 124%;
}
.trDoctor__bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 320px) {
  .trDoctor__bio {
    width: 100%;
    padding: 0 0 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  .trDoctor__bio {
    width: 35%;
    padding: 0 0 0 5vw;
  }
}
.trDoctor__bioHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .trDoctor__bioHead {
    font-size: 2.4rem;
    gap: 32px;
  }
}
@media screen and (min-width: 600px) {
  .trDoctor__bioHead {
    font-size: 2.4rem;
    gap: 32px;
  }
}
.trDoctor__bioHead span {
  position: relative;
  display: inline-block;
  font-family: var(--font-head);
}
.trDoctor__bioHead span::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: rgb(var(--color-white));
  position: absolute;
  inset: 0 -16px auto auto;
}
.trDoctor__bioHead h3 {
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .trDoctor__bio p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .trDoctor__bio p {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=treatments.css.map */