*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
  box-sizing: border-box;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:root {
  --vh: 1vh;
  --vw: 1vw;
  --black: #000;
  --container: 1200px;
  --spacing: 24px;
  --patient: #B4522B;
  --patient_bg: #FFF2ED;
  --medical: #24713A;
  --medical_bg: #E7F5EB;
  --maru_gothic: "Zen Maru Gothic", serif;
}

html,
body {
  line-height: 2;
  font-family: "Noto Sans JP", serif;
  color: var(--black);
  background: #fff;
}

#pageTop,
.sr-only {
  speak: none;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 24px;
  background: #fff;
  border-radius: 0 0 24px 0;
  z-index: 1;
}
#header::before {
  width: 24px;
  height: 24px;
  background: url(https://www.psychiatry-hokudai.net/univ/lp/clozapine/images/header_sumi.svg) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  bottom: -23px;
  left: 24px;
}
#header::after {
  width: 24px;
  height: 24px;
  background: url(https://www.psychiatry-hokudai.net/univ/lp/clozapine/images/header_sumi.svg) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  right: -24px;
}

.header__logo a {
  display: block;
  transition: opacity 300ms;
}
.header__logo a:hover {
  opacity: 0.8;
}

#footer {
  margin-top: 74px;
}

.footer__pageTop {
  display: block;
  color: #24713A;
  font-size: 1.25rem;
  text-align: center;
  text-decoration: none;
  transition: opacity 300ms;
  padding-top: 40px;
  margin-bottom: 36px;
  font-weight: 500;
  position: relative;
}
.footer__pageTop::before {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 35px;
  top: 0;
  left: calc(50% - 18px);
  background: url(https://www.psychiatry-hokudai.net/univ/lp/clozapine/images/icon_pagetop.svg);
  transition: top 300ms ease-in-out;
}
.footer__pageTop:hover {
  text-decoration: underline;
}
.footer__pageTop:hover::before {
  top: -10px;
}
.footer__inner {
  border-top: 1px solid #C5C5C5;
  padding: 24px 40px;
  display: grid;
  grid-template-columns: 1fr 48px;
  gap: 12px 48px;
  align-items: center;
}
.footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  line-height: 1.5;
}
.footer__list a {
  display: inline-flex;
  align-items: center;
  color: #24713A;
  gap: 0 8px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.footer__list a:hover {
  text-decoration: none;
}
.footer__list a img {
  margin-top: 2px;
}
.footer__copy {
  font-size: 0.75rem;
}
.footer__sns {
  display: flex;
}
.footer__sns a {
  transition: opacity 300ms;
  display: block;
}
.footer__sns a img {
  transition: transform 300ms;
}
.footer__sns a:hover img {
  transform: scale(1.1);
}

#fv {
  border: 24px solid #fff;
  background: #fff;
  font-family: var(--maru_gothic);
}

.fv__inner {
  border-radius: 24px;
  padding-left: 24px;
  padding-right: 24px;
  background: url(https://www.psychiatry-hokudai.net/univ/lp/clozapine/images/fv_bg.jpg) no-repeat center center/cover;
  position: relative;
}
.fv__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 213px;
  aspect-ratio: 213/148;
  background: url(https://www.psychiatry-hokudai.net/univ/lp/clozapine/images/fv_image.png) no-repeat center center/contain;
  right: 34px;
  bottom: -70px;
  pointer-events: none;
}
.fv__grid {
  max-width: 1392px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: min(47%, 642px) 1fr;
  align-items: flex-end;
  gap: clamp(24px, 2.1333333333vw, 32px);
}
.fv__hg {
  display: block;
  padding: clamp(80px, 10vw, 150px) 0 clamp(40px, 5.3333333333vw, 80px);
}
.fv__label {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  padding: 12px 16px;
  background: #24713A;
  width: fit-content;
  border-radius: 8px;
  margin-bottom: 24px;
  font-size: clamp(0.875rem, 1.6vw, 1.5rem);
}
.fv__heading {
  font-size: clamp(2rem, 3.6vw, 3.375rem);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 24px;
}
.fv__heading span {
  color: #24713A;
}
.fv__desc {
  font-size: clamp(1rem, 1.3333333333vw, 1.25rem);
}

.tab-head {
  padding: 0 24px;
  margin-top: 30px;
  font-family: var(--maru_gothic);
}
.tab-head__inner {
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  gap: 0 32px;
  grid-template-columns: repeat(2, 1fr);
}
.tab-head__button {
  border-radius: 16px 16px 0 0;
  font-size: clamp(1.125rem, 2.3333333333vw, 1.75rem);
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 48px;
  padding: 20px clamp(16px, 4vw, 48px);
  transition: background 300ms, color 300ms;
  gap: 0 16px;
  cursor: pointer;
}
.tab-head__button span {
  display: flex;
}
.tab-head__button#tabPatientButton {
  border: 1px solid #B4522B;
  border-bottom: none;
  color: #B4522B;
}
.tab-head__button#tabPatientButton::before {
  content: "";
  width: clamp(68px, 8.0833333333vw, 97px);
  aspect-ratio: 97/56;
  display: block;
  background: url(https://www.psychiatry-hokudai.net/univ/lp/clozapine/images/tab_patient.svg) no-repeat center center/contain;
  transition: filter 100ms;
}
.tab-head__button#tabPatientButton:hover {
  background: #B4522B;
  color: #fff;
}
.tab-head__button#tabPatientButton:hover::before {
  filter: brightness(100) contrast(100);
}
.tab-head__button#tabMedicalButton {
  border: 1px solid #24713A;
  border-bottom: none;
  color: #24713A;
}
.tab-head__button#tabMedicalButton::before {
  content: "";
  width: clamp(48px, 5.25vw, 63px);
  aspect-ratio: 63/56;
  display: block;
  background: url(https://www.psychiatry-hokudai.net/univ/lp/clozapine/images/tab_medical.svg) no-repeat center center/contain;
  transition: filter 100ms;
}
.tab-head__button#tabMedicalButton:hover {
  color: #fff;
  background: #24713A;
}
.tab-head__button#tabMedicalButton:hover::before {
  filter: brightness(100) contrast(100);
}
.tab-head__button[aria-selected=true] {
  color: #fff !important;
  pointer-events: none;
}
.tab-head__button[aria-selected=true]#tabPatientButton {
  background: #B4522B;
}
.tab-head__button[aria-selected=true]#tabPatientButton::before {
  filter: brightness(100) contrast(100);
}
.tab-head__button[aria-selected=true]#tabMedicalButton {
  background: #24713A;
}
.tab-head__button[aria-selected=true]#tabMedicalButton::before {
  filter: brightness(100) contrast(100);
}

.bg-area {
  background: var(--bg_color);
  padding: 46px 24px 80px;
  border-top: 8px solid var(--text_color);
}
.bg-area > *:first-child {
  margin-top: 0 !important;
}
.bg-area > *:last-child {
  margin-bottom: 0 !important;
}
.bg-area p {
  letter-spacing: 0.1em;
}

.bg-patient,
.footer-area--patient {
  --text_color: var(--patient);
  --bg_color: var(--patient_bg);
}

.bg-medical,
.footer-area--medical {
  --text_color: var(--medical);
  --bg_color: var(--medical_bg);
}

.box-white {
  max-width: 1200px;
  margin-inline: auto;
  border-radius: 24px;
  background: #fff;
  padding: 80px 100px;
}
.box-white > *:first-child {
  margin-top: 0 !important;
}
.box-white > *:last-child {
  margin-bottom: 0 !important;
}

.box-gray {
  border-radius: 16px;
  background: #F5F5F5;
  padding: 32px 48px;
  margin-top: 40px;
}
.box-gray ol {
  counter-reset: ol-bullet;
}
.box-gray ol li {
  display: block;
  padding-left: 1.5em;
  position: relative;
}
.box-gray ol li::before {
  counter-increment: ol-bullet;
  content: counter(ol-bullet) ". ";
  display: block;
  width: 2em;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 5px;
}

.h2 {
  margin-top: 80px;
  color: var(--text_color);
  padding-bottom: 8px;
  font-size: 2rem;
  margin-bottom: 24px;
  padding-left: 40px;
  position: relative;
  line-height: 1.5;
  border-bottom: 2px dotted var(--text_color);
  letter-spacing: 0.1em;
  font-family: var(--maru_gothic);
}
.h2::before {
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: calc(0.5lh - 10px);
  width: 24px;
  height: 24px;
  background: var(--text_color);
}
.h2::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: calc(0.5lh - 10px);
  width: 24px;
  height: 24px;
  padding: 8px;
  background: #fff;
  background-clip: content-box;
}

.h2-center {
  border-bottom: 2px dotted var(--text_color);
  margin-bottom: 24px;
}
.h2-center .h2 {
  width: fit-content;
  margin: 0 auto;
  border: none;
}

.h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 16px;
}

.list-step {
  display: grid;
  gap: 32px;
}
.list-step > li {
  background: var(--bg_color);
  padding: 32px 24px 32px 180px;
  border-radius: 16px;
  position: relative;
  min-height: 164px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-step > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 82px;
  left: 99px;
  bottom: -82px;
  width: 2px;
  background: var(--text_color);
  pointer-events: none;
  z-index: 1;
}
.list-step > li:last-child::before {
  display: none;
}
.list-step > li > *:first-child {
  margin-top: 0;
}
.list-step > li > *:last-child {
  margin-bottom: 0;
}
.list-step__number {
  position: absolute;
  left: 48px;
  top: 32px;
  z-index: 2;
  width: 100px;
}
.list-step__heading {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
}
.list-step ul > li {
  position: relative;
  padding-left: 32px;
}
.list-step ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: calc(0.5lh - 1px);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: currentColor;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: center;
}
.grid:has(.h2) {
  margin-top: 80px;
}
.grid:has(.voice) {
  align-items: unset;
}
.grid .h2 {
  margin-top: 0;
}
.grid__col img {
  margin-inline: auto;
}

.voice {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 0 37px;
}
.voice__contents {
  background: #F5F5F5;
  border-radius: 16px;
  padding: 20px 24px;
  font-size: 0.875rem;
  position: relative;
}
.voice__contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  left: -24px;
  width: 24px;
  height: 24px;
  background: #F5F5F5;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.button {
  border: 2px solid var(--text_color);
  background: var(--text_color);
  color: #fff;
  font-size: 1.125rem;
  border-radius: 86px;
  line-height: 1.5;
  font-weight: bold;
  min-height: 86px;
  padding: 16px 46px;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.25));
  transition: background 300ms, color 300ms;
}
.button:has(.button__icon) {
  padding-right: 100px;
}
.button__icon {
  transition: background 300ms;
  position: absolute;
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 40px;
  top: calc(50% - 16px);
}
.button:hover {
  border: 2px solid var(--text_color);
  background: #fff;
  color: var(--text_color);
}
.button:hover .button__icon {
  background: var(--text_color);
}
.button:hover .button__icon img {
  filter: brightness(100) contrast(100);
}

.footer-area {
  border: 24px solid #fff;
}
.footer-area--patient .footer-area__inner {
  background: url(https://www.psychiatry-hokudai.net/univ/lp/clozapine/images/patient_bg.jpg) no-repeat center center/cover;
}
.footer-area--medical .footer-area__inner {
  background: url(https://www.psychiatry-hokudai.net/univ/lp/clozapine/images/medical_bg.jpg) no-repeat center center/cover;
}
.footer-area__inner {
  border-radius: 24px;
  overflow: hidden;
  padding: 80px 214px;
  display: flex;
  align-items: center;
  position: relative;
}
.footer-area__inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 317px;
  aspect-ratio: 317/398;
  background: url(https://www.psychiatry-hokudai.net/univ/lp/clozapine/images/patient04.png) no-repeat center center/cover;
}
.footer-area__inner::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 315px;
  aspect-ratio: 315/398;
  background: url(https://www.psychiatry-hokudai.net/univ/lp/clozapine/images/patient05.png) no-repeat center center/cover;
}
.footer-area__box {
  background: #fff;
  padding: 72px 100px;
  border-radius: 24px;
  width: 100%;
}
.footer-area__heading {
  font-family: var(--maru_gothic);
  color: var(--text_color);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
  font-size: clamp(1.5rem, 2.1333333333vw, 2rem);
}
.footer-area .bg-gray {
  width: fit-content;
  margin-inline: auto;
  background: #F5F5F5;
  padding: 8px 16px;
  line-height: 1.5;
  border-radius: 4px;
}

.opacity-50 {
  opacity: 0.5;
}

.mail {
  color: var(--text_color);
  font-size: 1.75rem;
  line-height: 1.5;
}
.mail a {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  font-weight: 500;
  gap: 0 16px;
  text-decoration: none;
  word-break: break-all;
}
.mail a:hover {
  text-decoration: underline;
}

.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.fz-sm {
  font-size: 0.875rem !important;
}
.fz-base {
  font-size: 1rem !important;
}
.fz-lg {
  font-size: 1.25rem !important;
}
.fw-bold {
  font-weight: bold !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-md {
  line-height: 1.5 !important;
}
.lh-base {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mb-sm {
  margin-bottom: 8px !important;
}

.mt-sm {
  margin-top: 8px !important;
}
.mb-md {
  margin-bottom: 16px !important;
}

.mt-md {
  margin-top: 16px !important;
}
.mb-lg {
  margin-bottom: 24px !important;
}

.mt-lg {
  margin-top: 24px !important;
}
.m-inline-auto {
  margin-inline: auto !important;
}

.m-inline-inherit {
  margin-inline: inherit !important;
}

@media screen and (max-width: 1199px) {
  .footer-area__inner {
    padding: 6.6666666667vw 17.8333333333vw;
  }
  .footer-area__inner::before {
    width: 26.4166666667vw;
  }
  .footer-area__inner::after {
    width: 26.25vw;
  }
  .footer-area__box {
    padding: 6vw 8.3333333333vw;
  }
}

@media screen and (max-width: 991px) {
  .fv__inner {
    background-image: url(https://www.psychiatry-hokudai.net/univ/lp/clozapine/images/fv_bg_sp.jpg);
  }
  .fv__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .fv__hg {
    padding: 100px 0 0;
  }
  .fv__label {
    margin: 0 auto 16px;
    font-size: 1.125rem;
  }
  .fv__heading {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 16px;
  }
  .fv__desc {
    text-align: center;
  }
  .fv__image img {
    max-width: 480px;
    width: 100%;
    margin-inline: auto;
  }
  .box-white {
    padding: 40px 64px;
  }
}

@media screen and (max-width: 767px) {
  #header {
    padding: 16px 26px 16px 16px;
    border-radius: 0 0 16px 0;
  }
  #header::before {
    left: 16px;
  }
  #header::after {
    top: 15px;
  }
  .header__logo img {
    height: 40px;
    width: auto;
  }
  #footer {
    margin-top: 48px;
  }
  .footer__inner {
    padding: 24px;
    gap: 12px 24px;
  }
  .footer__list {
    flex-direction: column;
    gap: 12px;
  }
  .footer__copy {
    grid-column: span 2;
  }
  #fv {
    border-width: 16px;
  }
  .fv__inner {
    border-radius: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .fv__inner::after {
    width: 131px;
    right: -16px;
    bottom: -24px;
  }
  .fv__hg {
    padding: 80px 0 0;
  }
  .fv__label {
    text-align: center;
    font-size: 1rem;
  }
  .fv__heading {
    font-size: 1.875rem;
  }
  .fv__desc {
    font-size: 0.875rem;
  }
  .tab-head__inner {
    gap: 0 16px;
  }
  .tab-head__button {
    font-size: 0.875rem;
    padding-left: 16px;
    padding-right: 16px;
  }
  .tab-head__button#tabPatientButton::before {
    display: none;
  }
  .tab-head__button#tabMedicalButton::before {
    display: none;
  }
  .bg-area {
    padding: 46px 16px 80px;
  }
  .box-white {
    padding: 40px 24px;
  }
  .box-gray {
    padding: 16px 24px;
  }
  .h2 {
    font-size: 1.5rem;
    letter-spacing: 0;
    padding-left: 30px;
  }
  .h2::before {
    width: 20px;
    height: 20px;
    top: calc(0.5lh - 8px);
  }
  .h2::after {
    width: 20px;
    height: 20px;
    top: calc(0.5lh - 8px);
    padding: 6px;
  }
  .h3 {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .list-step > li {
    padding-left: 90px;
  }
  .list-step > li::before {
    left: 46px;
  }
  .list-step__number {
    width: 60px;
    left: 16px;
  }
  .list-step__heading {
    font-size: 1.125rem;
  }
  .list-step ul > li {
    font-size: 0.875rem;
  }
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .voice {
    grid-template-columns: 60px 1fr;
    gap: 0 24px;
  }
  .voice__contents::before {
    top: 24px;
    width: 16px;
    height: 16px;
    left: -16px;
  }
  .button {
    font-size: 1rem;
    padding: 16px 24px;
  }
  .button:has(.button__icon) {
    padding-right: 56px;
  }
  .button__icon {
    right: 20px;
    width: 24px;
    height: 24px;
  }
  .button__icon img {
    width: 18px;
    top: calc(50% - 9px);
  }
  .footer-area__inner {
    padding: 24px 16px 100px;
  }
  .footer-area__inner::before {
    width: 100px;
  }
  .footer-area__inner::after {
    width: 100px;
  }
  .footer-area__box {
    padding: 24px 16px;
  }
  .footer-area__heading {
    font-size: 1.25rem;
  }
  .footer-area .bg-gray {
    font-size: 0.875rem;
  }
  .mail {
    font-size: 0.875rem;
  }
  .mail a {
    gap: 0 8px;
  }
  .mail a img {
    width: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .grid--re > *:first-child {
    order: 2;
  }
  .grid--re > *:last-child {
    order: 1;
  }
  .max-w-484 {
    max-width: 484px;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .fz-md-sm {
    font-size: 0.875rem !important;
  }
  .fz-md-base {
    font-size: 1rem !important;
  }
  .fz-md-lg {
    font-size: 1.25rem !important;
  }
  .fw-md-bold {
    font-weight: bold !important;
  }
  .lh-md-1 {
    line-height: 1 !important;
  }
  .lh-md-sm {
    line-height: 1.25 !important;
  }
  .lh-md-md {
    line-height: 1.5 !important;
  }
  .lh-md-base {
    line-height: 2 !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-nowrap {
    white-space: nowrap !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-sm {
    margin-bottom: 8px !important;
  }
  .mt-md-sm {
    margin-top: 8px !important;
  }
  .mb-md-md {
    margin-bottom: 16px !important;
  }
  .mt-md-md {
    margin-top: 16px !important;
  }
  .mb-md-lg {
    margin-bottom: 24px !important;
  }
  .mt-md-lg {
    margin-top: 24px !important;
  }
  .m-inline-md-auto {
    margin-inline: auto !important;
  }
  .m-inline-md-inherit {
    margin-inline: inherit !important;
  }
}

@media screen and (min-width: 992px), print {
  .fv__image img {
    max-width: 694px;
    width: 100%;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .fz-lg-sm {
    font-size: 0.875rem !important;
  }
  .fz-lg-base {
    font-size: 1rem !important;
  }
  .fz-lg-lg {
    font-size: 1.25rem !important;
  }
  .fw-lg-bold {
    font-weight: bold !important;
  }
  .lh-lg-1 {
    line-height: 1 !important;
  }
  .lh-lg-sm {
    line-height: 1.25 !important;
  }
  .lh-lg-md {
    line-height: 1.5 !important;
  }
  .lh-lg-base {
    line-height: 2 !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-sm {
    margin-bottom: 8px !important;
  }
  .mt-lg-sm {
    margin-top: 8px !important;
  }
  .mb-lg-md {
    margin-bottom: 16px !important;
  }
  .mt-lg-md {
    margin-top: 16px !important;
  }
  .mb-lg-lg {
    margin-bottom: 24px !important;
  }
  .mt-lg-lg {
    margin-top: 24px !important;
  }
  .m-inline-lg-auto {
    margin-inline: auto !important;
  }
  .m-inline-lg-inherit {
    margin-inline: inherit !important;
  }
}
