html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 100px;
  background: #B82A26;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

body * {
  box-sizing: border-box;
}

a {
  color: inherit;
}

img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #1674ad;
}

.site-nav__inner {
  position: relative;
  max-width: 1060px;
  height: 100px;
  margin: 0 auto;
  padding: 0 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-nav__brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #fff;
  text-decoration: none;
}

.site-nav__logo {
  width: 100%;
  flex-shrink: 0;
}

.site-nav__button {
  position: relative;
  width: 52px;
  height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-nav__button span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: top 0.3s, transform 0.3s, opacity 0.3s;
}

.site-nav__button span:nth-child(1) {
  top: 8px;
}

.site-nav__button span:nth-child(2) {
  top: 25px;
}

.site-nav__button span:nth-child(3) {
  top: 42px;
}

.site-nav__button.is-open span:nth-child(1) {
  top: 25px;
  transform: rotate(45deg);
}

.site-nav__button.is-open span:nth-child(2) {
  opacity: 0;
}

.site-nav__button.is-open span:nth-child(3) {
  top: 25px;
  transform: rotate(-45deg);
}

.site-nav__menu {
  position: absolute;
  top: 100px;
  right: 0;
  width: 320px;
  padding: 24px;
  background: #1674ad;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  display: none;
}

.site-nav__menu.is-open {
  display: block;
}

.site-nav__menu a {
  display: block;
  padding: 16px 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.site-nav__menu a:hover {
  opacity: 0.75;
}

.hero__title {
  position: relative;
  line-height: 0;
}

.fv-button {
  position: absolute;
  left: 50%;
  bottom: 2.6%;
  z-index: 2;
  display: block;
  width: 82%;
  max-width: 760px;
  transform: translateX(-50%);
  text-decoration: none;
}

.fv-button img {
  display: block;
  width: 100%;
  height: auto;
}

.l-inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.hero__title {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.toptext {
  width: 100%;
  padding: auto 25px;
  background: #fff;
}

.img {
  width: 100%;
  padding: 10px 40px;
  background: #fff;
  margin-bottom:20px;
}

.page-content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
}

.procedure {
  width: 100%;
  padding: 20px 40px 45px;
  background: #fff;
}

.procedure__inner {
  padding: 40px 45px 40px;
  border: 10px solid #bb2b26;
  border-radius: 16px;
}

.procedure__title {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 22px;
}

.procedure__lead {
  margin: 0 0 22px;
  color: #211815;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
}

.procedure__button {
  display: block;
  width: 98%;
  margin: 0 auto 18px;
  text-decoration: none;
}

.procedure__button img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 22px;
}

.procedure__text {
  margin: 24px 0 22px;
  color: #211815;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.9;
}

.procedure__icons {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.red {
  color: #bb2b26;
}

.purchase-results {
  width: 100%;
  padding: 0 40px 45px;
  background: #fff;
}

.purchase-results__inner {
  overflow: hidden;
  border: 10px solid #1674ad;
  border-radius:16px;
  background: #1674ad;
}

.car-card__button {
  transition: opacity 0.3s;
}

.car-card__button:hover {
  opacity: 0.85;
}

.purchase-results__title {
  margin: 0;
  padding: 28px 20px 30px;
  color: #fff;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.purchase-results__title span {
  color: #fff22d;
}

.purchase-results__body {
  padding: 50px 55px 65px;
  background: #fff;
}

.purchase-results__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px 32px;
}

.car-card {
  padding: 0;
  background: transparent;
}

.car-card h3 {
  margin: 0 0 16px;
  color: #1674ad;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.car-card__image {
  margin-bottom: 16px;
}

.car-card__image img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}

.car-card__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin: 0 0 18px;
  padding: 15px 8px;
  border-radius: 8px;
  background: #fde8e5;
  color: #d71920;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.car-card__price span {
  font-size: 58px;
  font-weight: 800;
}

.car-card p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #000;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.car-card p b {
  display: inline-block;
  padding: 7px 12px 8px;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.car-card__button {
  display: block;
  padding: 17px 20px 19px;
  border-radius: 8px;
  background: #1674ad;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.purchase-results__more {
  display: block;
  width: 60%;
  margin: 70px auto 0;
  text-decoration: none;
}

.purchase-results__more img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.3s, transform 0.3s;
}

.purchase-results__more:hover img {
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.35));
  transform: translateY(-2px);
}

.voice {
  width: 100%;
  padding: 0 40px 45px;
  background: #fff;
}

.voice__inner {
  overflow: hidden;
  border: 10px solid #1f9443;
  border-radius: 16px;
  background: #1f9443;
}

.voice__title {
  margin: 0;
  padding: 28px 20px 30px;
  color: #fff;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.voice__title span {
  color: #fff22d;
}

.voice__body {
  padding: 50px 45px 70px;
  background: #fff;
}

.voice__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px 36px;
}

.voice-card {
  text-align: center;
}

.voice-card__meta {
  justify-content: center;
  width: 100%;
}

.voice-card__image {
  width: 100%;
  margin-bottom:14px;
}

.voice-card__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.voice-card__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 4px;
  color: #000;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.voice-card__meta b {
  display: inline-block;
  padding: 9px 24px 10px;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.voice__more {
  display: block;
  width: 60%;
  margin: 70px auto 0;
  text-decoration: none;
}

.voice__more img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.3s, transform 0.3s;
}

.voice__more:hover img {
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.35));
  transform: translateY(-2px);
}

#contact {
  scroll-margin-top: 120px;
  padding-top:10px;
}

.contact {
  padding: 60px 0 6px;
  background: #fff;
}

.contact__title {
  margin: 0 auto 40px;
  padding: 28px 20px 30px;
  background: #1674ad;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

form#mail_form {
  margin-top: 0;
  padding: 0 10px 0;
  border-radius: 16px;
  background: #fff;
}

.form-list {
  margin: 0;
}

.form-list::after {
  content: "";
  display: block;
  clear: both;
}

.footer {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 18px 0 34px;
  min-height: 0;
  height: auto;
  background: #B82A26;
}

.copyright {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

.fv-button img,
.procedure__button img,
.detail-back-img img,
#form_submit_button {
  transition: filter 0.3s, box-shadow 0.3s, transform 0.3s;
}

.fv-button:hover img,
.procedure__button:hover img,
.detail-back-img:hover img {
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.35));
}

#form_submit_button:hover {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.35);
}

.tel-area {
  position: relative;
  width: 98%;
  margin: 0 auto 18px;
}

.tel-area > img {
  width: 100%;
}

.tel-link {
  position: absolute;
  left: 7%;
  width: 86%;
  display: block;
  text-decoration: none;
}

.tel-link img {
  transition: filter 0.3s;
}

.tel-link:hover img {
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.35));
}

.tel-link--01 {
  top: 36%;
}

.tel-link--02 {
  top: 57%;
}

.tel-link--03 {
  top: 78%;
}

#thanks {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 40px 120px;
  background: #B82A26;
}

.thanks {
  max-width: 760px;
  margin: 0 auto;
  padding: 70px 50px 60px;
  background: #fff;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.thanks h2 {
  margin: 0 0 28px;
  color: #B82A26;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.4;
}

.thanks h3 {
  margin: 0 0 42px;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}

.thanks a {
  display: inline-block;
  min-width: 280px;
  padding: 18px 32px;
  border-radius: 999px;
  background: #B82A26;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s, transform 0.3s;
}

.thanks a:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.thanks h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.staff {
  padding: 18px 40px 42px;
}

.staff__title-img.pc-img {
  display: block;
  width: 100%;
  max-width: 760px;
  margin: 0 auto 18px;
}

.staff__lead {
  margin: 0 0 28px;
  color: #211815;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.75;
  text-align: center;
}

.staff__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 38px;
  row-gap: 42px;
}

.staff-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.staff-card--center {
  grid-column: 1 / -1;
  width: calc((100% - 38px) / 2);
  justify-self: center;
}

.staff-card__photo {
  margin: 0 0 18px;
}

.staff-card__photo,
.staff-card__name,
.staff-card__hobby,
.staff-card__text {
  width: 80%;
}

.staff-card__photo img {
   width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-card__hobby {
  color: #c43126;
  font-size: 16px;
  font-weight: 800;
  margin-bottom:-8px;
}

.staff-card__name {
  margin: 0 0 8px;
  padding: 0 0 12px;
  border-bottom: 2px solid #c43126;
  color: #211815;
  font-size: 31px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.staff-card__text {
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  text-align: justify;
}


@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after,
  ::backdrop {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 50px;
  }

  .site-nav__inner {
    height: 50px;
    padding: 0 14px;
  }

  .site-nav__brand {
    gap: 8px;
  }

  .site-nav__logo {
    width: 80%;
  }

  .site-nav__button {
    width: 32px;
    height: 28px;
  }

  .site-nav__button span {
    height: 2px;
  }

  .site-nav__button span:nth-child(1) {
    top: 5px;
  }

  .site-nav__button span:nth-child(2) {
    top: 13px;
  }

  .site-nav__button span:nth-child(3) {
    top: 21px;
  }

  .site-nav__button.is-open span:nth-child(1) {
    top: 13px;
    transform: rotate(45deg);
  }

  .site-nav__button.is-open span:nth-child(3) {
    top: 13px;
    transform: rotate(-45deg);
  }

  .site-nav__menu {
    top: 50px;
    right: 0;
    width: 100%;
    padding: 16px 20px 24px;
  }

  .site-nav__menu a {
    padding: 14px 4px;
    font-size: 16px;
  }

   .fv-button {
    bottom: 3.4%;
    width: 84%;
  }

  .toptext {
    width: 100%;
    padding: 0 15px 15px;
    background: #fff;
  }

  .img {
  width: 100%;
  padding: 10px 15px;
  background: #fff;
  margin-bottom:0;
}

  .procedure {
    padding: 0 3vw 7vw;
  }

  .procedure__inner {
    padding: 25px 18px 25px;
  }

  .procedure__title {
    margin-bottom: 5vw;
  }

  .procedure__lead {
    margin-bottom: 5vw;
    font-size: 4.6vw;
    line-height: 1.75;
  }

  .procedure__button {
    margin-bottom: 1.8vw;
  }

  .procedure__button img {
    margin: 0 auto 12px;
  }

    .purchase-results {
    padding: 0 3.2vw 7vw;
  }

  .purchase-results__inner {
    border-width: 8px;
    border-radius: 12px;
  }

  .purchase-results__title {
    padding: 24px 14px 26px;
    font-size: 28px;
    line-height: 1.35;
  }

  .purchase-results__body {
    padding: 28px 18px 36px;
  }

  .purchase-results__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .car-card {
    overflow: hidden;
  }

  .car-card h3 {
    margin-bottom: 18px;
    font-size: 30px;
  }

  .car-card__image {
    margin-bottom: 20px;
  }

  .car-card__image img {
    height: auto;
    max-height: 230px;
    object-fit: contain;
  }

  .car-card__price {
    justify-content: center;
    gap: 6px;
    margin-bottom: 16px;
    padding: 16px 10px;
    font-size: 17px;
    border-radius: 8px;
  }

  .car-card__price span {
    font-size: 52px;
    line-height: 0.9;
  }

  .car-card p {
    display: block;
    text-align: center;
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.6;
  }

  .car-card p b {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 6px 9px 7px;
    font-size: 15px;
  }

  .car-card__button {
    padding: 16px 14px 18px;
    font-size: 20px;
    border-radius: 8px;
  }

  .purchase-results__more {
    width: 92%;
    margin-top: 42px;
  }

  .procedure__text {
    margin: 5vw 0;
    font-size: 4.2vw;
    line-height: 1.85;
  }

  .voice {
    padding: 0 3vw 7vw;
  }

  .voice__inner {
  }

  .voice__title {
    margin: 0;
    padding: 20px auto 20px;
    font-size: 26px;
    line-height: 1.3;
  }

  .voice__body {
    padding: 6vw 5vw 8vw;
  }

  .voice__grid {
    grid-template-columns: 1fr;
    gap: 7vw;
  }

  .voice-card__meta {
    gap: 3vw;
    font-size: 4.2vw;
  }

  .voice-card__meta b {
    padding: 2vw 4vw;
    font-size: 3.8vw;
  }

  .purchase-results__more,
  .voice__more {
    width: 92%;
    margin: 42px auto 0;
    padding: 0;
    font-size: 0;
  }

  .purchase-results__more img,
  .voice__more img {
    width: 100%;
  }

  #contact {
    scroll-margin-top: 60px;
  }

  .tel-link--01 {
  top: 26%;
  }

  .tel-link--02 {
    top: 50%;
  }

  .tel-link--03 {
    top: 74%;
  }

  .footer {
    margin: 0 auto;
    padding: 18px 0 32px;
    background: #B82A26;
  }

  .copyright {
    font-size: 12px;
  }

  #thanks {
    padding: 40px 20px 80px;
  }

  .thanks {
    padding: 45px 22px 42px;
    border-radius: 12px;
  }

  .thanks h2 {
    font-size: 26px;
  }

  .thanks h3 {
    font-size: 16px;
    line-height: 1.8;
  }

  .thanks a {
    width: 100%;
    min-width: 0;
  }

  .thanks h4 {
    font-size: 17px;
  }
}


.sp-br {
  display: none;
}

.pc-br {
  display: inline;
}

@media (max-width: 767px) {
  .pc-br {
    display: none;
  }

  .sp-br {
    display: inline;
  }
}

img.sp-img {
  display: none;
}

img.pc-img {
  display: block;
}

@media (max-width: 767px) {
  img.pc-img {
    display: none;
  }

  img.sp-img {
    display: block;
  }
}


.shop-map-list {
  width: 98%;
  margin: 26px auto 0;
}

.shop-map {
  width: 100%;
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: 16px;
}

.shop-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

@media (max-width: 767px) {
  .shop-map-list {
    margin-top: 18px;
  }

  .shop-map {
    margin-bottom: 20px;
  }

  .shop-map iframe {
    height: 260px;
  }
}

.faq {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 0 24px;
  background: #B82A26;
}

.faq__inner {
  width: 100%;
  padding: 24px 26px 28px;
  background: #fff;
  border-radius: 14px;
}

.faq__title {
  margin: 0 0 22px;
  padding: 18px 20px 20px;
  background: #416eb3;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.faq__list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border: 3px solid #c43126;
  border-radius: 8px;
  background: #fff;
}

.faq-item__summary {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr 50px;
  align-items: center;
  gap: 14px;
  min-height: 80px;
  padding: 14px 14px 14px 18px;
  cursor: pointer;
  list-style: none;
}

.faq-item__summary::-webkit-details-marker {
  display: none;
}

.faq-item__q {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #c43126;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.faq-item__question {
  color: #211815;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
}

.faq-item__icon {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #c43126;
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-item__icon::after {
  opacity: 0;
}

.faq-item__answer {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: flex-start;
  gap: 14px;
  padding: 0 24px 20px 18px;
  color: #211815;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.75;
}

.faq-item__answer::before {
  content: "A";
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-top: 16px;
  border-radius: 50%;
  background: #416eb3;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.faq-item__answer p {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid #f0c3bf;
}

.faq-item__q,
.faq-item__answer::before {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .faq {
   margin: 0 auto;
   padding: 18px 12px 18px;
  }

  .faq__inner {
    padding: 16px 12px 18px;
    border-radius: 10px;
  }

  .faq__title {
    margin-bottom: 14px;
    padding: 14px 12px 16px;
    font-size: 28px;
  }

  .faq__list {
    gap: 9px;
  }

  .faq-item {
    border-width: 2px;
    border-radius: 7px;
  }

  .faq-item__summary {
    grid-template-columns: 40px 1fr 36px;
    gap: 8px;
    min-height: 60px;
    padding: 10px 8px 10px 10px;
  }

  .faq-item__q {
    width: 34px;
    height: 34px;
    font-size: 21px;
  }

  .faq-item__question {
    font-size: 3.6vw;
    line-height: 1.35;
  }

  .faq-item__icon {
    width: 32px;
    height: 32px;
  }

  .faq-item__icon::before,
  .faq-item__icon::after {
    width: 16px;
    height: 3px;
  }

  .faq-item__answer {
    grid-template-columns: 40px 1fr;
    gap: 8px;
    padding: 0 12px 14px 10px;
    font-size: 3.4vw;
    line-height: 1.7;
  }

  .faq-item__answer::before {
    width: 28px;
    height: 28px;
    margin-top: 13px;
    font-size: 18px;
  }

  .faq-item__answer p {
    padding-top: 12px;
  }
}

#form_submit {
  margin: 28px 0 0 !important;
  padding: 0 !important;
}

@media (max-width: 767px) {

  #form_submit {
    margin: 22px 0 0 !important;
    padding: 0 0 36px !important;
  }

  .staff {
    padding: 12px 15px 30px;
  }

  .staff__title-img.pc-img {
    display: block;
    margin-bottom: 14px;
  }

  .staff__lead {
    margin-bottom: 22px;
    font-size: 3.7vw;
    line-height: 1.7;
  }

  .staff__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .staff-card--center {
    grid-column: auto;
    width: 100%;
  }

  .staff-card__hobby {
    font-size: 15px;
  }

  .staff-card {
    max-width: 250px;
    margin: 0 auto;
  }

  .staff-card__photo {
    width: 100%;
    height: 240px;
    margin: 0 auto 12px;
  }
  
  .staff-card__name {
    font-size: 26px;
  }

  .staff-card__text {
    font-size: 16px;
    line-height: 1.7;
  }
  
  .staff-card__photo,
  .staff-card__name,
  .staff-card__hobby,
  .staff-card__text {
    width: 100%;
  }
}


