@charset "UTF-8";
html {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
}

body {
  color: #333333;
}

figure {
  margin: 0;
}

a:hover {
  text-decoration: none;
}

[v-cloak] {
  display: none;
}

a {
  color: #2462a1;
}
.reverse a {
  color: #FFFFFF;
}

.header {
  position: relative;
  left: 0;
  right: 0;
  padding: 16px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 901px) {
  .header {
    position: fixed;
    top: 0;
    padding: 16px 32px;
    border-bottom: 1px solid #eeeeee;
  }
}
.header-content {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  margin: 0;
}
.header-logo--img {
  height: 28px;
  display: block;
}
@media only screen and (min-width: 901px) {
  .header-logo--img {
    height: 32px;
  }
}
.header-logo--text {
  margin: 0 0 4px;
  font-size: 11px;
  color: #666666;
  font-weight: normal;
  display: block;
}
.header-menu {
  display: none;
}
@media only screen and (min-width: 901px) {
  .header-menu {
    display: block;
  }
}
.header-menu--list {
  margin: 0;
  padding: 0;
}
.header-menu--item {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #666666;
}
.header-menu--link {
  text-decoration: none;
  color: inherit;
  padding: 8px;
}
.header-contact {
  display: none;
}
@media only screen and (min-width: 901px) {
  .header-contact {
    display: block;
  }
}
.header-contact--title {
  margin: 0;
  font-size: 14px;
  display: none;
}
@media only screen and (min-width: 901px) {
  .header-contact--title {
    display: block;
  }
}
.header-contact-tel {
  position: relative;
  top: 5px;
}
@media only screen and (min-width: 901px) {
  .header-contact-tel {
    top: 2px;
  }
}
.header-contact-tel--link {
  text-decoration: none;
  color: inherit;
}
.header-contact-tel--img {
  height: 13px;
  margin-top: -4px;
  margin-right: -2px;
}
.header-contact-tel--number {
  font-size: 18px;
  color: #2462a1;
}

@media only screen and (min-width: 901px) {
  .sp-menu {
    display: none;
  }
}
.sp-menu-button {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #2462a1;
  color: #ffffff;
  position: fixed;
  top: 16px;
  right: 8px;
  text-align: center;
  box-shadow: 0 8px 15px rgba(123, 138, 147, 0.25);
  z-index: 3;
}
.sp-menu-button.is-open {
  background-color: #ffffff;
  color: #2462a1;
}
.sp-menu-button--icon {
  height: 12px;
  display: block;
  margin: 12px auto 0;
}
.sp-menu-button--label {
  font-size: 10px;
  display: block;
  margin-top: 2px;
}
.sp-menu-cover {
  background-color: #2462a1;
  position: fixed;
  z-index: 2;
  color: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 52px 0 40px;
  overflow: auto;
}
.sp-menu-cover-enter-active {
  transition: bottom 0.5s;
}
.sp-menu-cover-enter {
  bottom: 100vh;
}
.sp-menu-cover--inner {
  max-width: 400px;
  margin: 0 auto;
}
.sp-menu-cover--logo {
  max-height: 32px;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.sp-menu-cover-item-list {
  padding: 0;
  margin-top: 24px;
  text-align: center;
}
.sp-menu-cover-item {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  width: 120px;
  height: 34px;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  position: relative;
  margin: 12px 8px;
}
.sp-menu-cover-item::after {
  content: url("/img/toyosato/icon-menu-item-arrow.svg");
  height: 16px;
  position: absolute;
  top: 2px;
  right: 0;
}
.sp-menu-cover-item--link {
  text-decoration: none;
  color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.sp-menu-cover-guide {
  text-align: center;
  margin-top: 24px;
}
.sp-menu-cover-guide--text {
  font-size: 14px;
  margin: 0;
}
.sp-menu-cover-guide--tel-link {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 4px;
  display: inline-block;
  margin-top: 8px;
}
.sp-menu-cover-guide--tel-img {
  height: 20px;
  position: relative;
  top: -4px;
}
.sp-menu-cover-guide--tel-number {
  font-size: 24px;
}
.sp-menu-cover-guide-open {
  margin: 24px 24px 0;
}

.m-section, .recruitment-apply, .recruitment-message, .recruitment-features, .recruitment-positions, .recruitment-intro {
  padding: 40px 0 60px;
  background-color: #FFFFFF;
}
.m-section-inner {
  max-width: 800px;
  margin: 0 auto;
}
.m-section--title, .recruitment-apply--title, .recruitment-message--title, .recruitment-features--title, .recruitment-positions--title {
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.2em;
  font-weight: bold;
  padding-bottom: 16px;
  text-align: center;
  position: relative;
}
.m-section--title::after, .recruitment-apply--title::after, .recruitment-message--title::after, .recruitment-features--title::after, .recruitment-positions--title::after {
  content: "";
  margin: 16px auto 0;
  width: 80px;
  height: 2px;
  background-color: #2462a1;
  display: block;
}
.m-section--subtitle {
  margin: 32px 0 0 0;
  padding: 0 24px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.m-section--power-text {
  margin: 16px 0 0 0;
  padding: 0 24px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.m-section--text {
  margin: 16px auto 0;
  padding: 0 24px;
  font-size: 15px;
  line-height: 28px;
}
.m-section--addition {
  margin: 16px auto 0;
  padding: 0 24px;
  font-size: 13px;
  line-height: 21px;
  color: #999;
}

.fixed-footer {
  position: fixed;
  z-index: 1;
  height: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 0 16px;
}
@media only screen and (min-width: 901px) {
  .fixed-footer {
    display: none;
  }
}
.fixed-footer--button, .fixed-footer--button__reverse {
  width: 200px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 8px 15px rgba(123, 138, 147, 0.25);
  color: #FFF;
  background-color: #CC4C71;
  display: inline-block;
}
.fixed-footer--button__reverse {
  color: #CC4C71;
  background-color: #FFF;
}
.fixed-footer--reserve-icon {
  height: 16px;
  margin-top: -4px;
}
.fixed-footer--tel-icon {
  height: 13px;
  margin-top: -4px;
}

.footer {
  padding: 48px 0 96px;
  background-color: #2462a1;
  color: #ffffff;
}
@media only screen and (min-width: 901px) {
  .footer {
    padding-bottom: 48px;
  }
}
.footer-site-map {
  margin-bottom: 48px;
}
.footer-site-map--list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 901px) {
  .footer-site-map--list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer-site-map--item {
  text-align: center;
  font-size: 13px;
  margin-bottom: 8px;
}
.footer-site-map--item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 901px) {
  .footer-site-map--item {
    margin-bottom: 0;
  }
  .footer-site-map--item::after {
    content: "/";
  }
  .footer-site-map--item:last-child::after {
    content: "";
  }
}
.footer-site-map--link {
  text-decoration: none;
  color: inherit;
  padding: 0 8px;
}
@media only screen and (min-width: 901px) {
  .footer-site-map--link {
    margin: 0 16px;
  }
}
.footer-content {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (min-width: 901px) {
  .footer-content {
    display: flex;
  }
}
.footer-info {
  flex: 1;
  padding: 0 16px;
}
.footer-map {
  flex: 1;
  margin-top: 24px;
  height: 300px;
}
@media only screen and (min-width: 901px) {
  .footer-map {
    margin-top: 0;
    padding: 0 16px;
    height: inherit;
  }
}
.footer--logo {
  max-height: 32px;
  max-width: 200px;
  display: block;
}
.footer--address {
  margin: 24px 0 0;
}
.footer--parking {
  margin: 8px 0 0;
  font-weight: bold;
}
.footer-tel {
  margin-top: 24px;
}
.footer-tel--text {
  margin: 0;
  font-size: 14px;
}
.footer-tel--link {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 4px;
  margin-top: 8px;
  display: inline-block;
}
.footer-tel--img {
  height: 20px;
  position: relative;
  top: -4px;
}
.footer-tel--number {
  font-size: 24px;
}
.footer-open {
  margin-top: 24px;
}
.footer-insurance {
  padding: 0 16px;
  margin-top: 48px;
}
.footer-insurance--title {
  font-size: 16px;
  text-align: center;
  margin: 0;
}
.footer-insurance--list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer-insurance--item {
  margin-top: 16px;
}
@media only screen and (min-width: 901px) {
  .footer-insurance--item {
    display: inline-block;
    padding: 0 4px;
  }
}
.footer-insurance--banner {
  width: 200px;
}
@media only screen and (min-width: 901px) {
  .footer-insurance--banner {
    height: 60px;
    width: inherit;
  }
}
.footer-credit {
  font-size: 14px;
  margin: 48px auto 0;
}
.footer-credit--label {
  text-align: right;
  opacity: 0.6;
  vertical-align: baseline;
  padding-right: 8px;
  padding-bottom: 8px;
}
.footer-credit--value {
  text-align: left;
  vertical-align: baseline;
  padding-left: 8px;
  padding-bottom: 8px;
}
.footer--copyright {
  margin-top: 48px;
  text-align: center;
  font-size: 12px;
}
.footer--hr {
  margin: 48px 0;
  height: 0;
  border: none;
  border-top: 1px solid #bbb;
}

.sub-title {
  position: relative;
  width: 100%;
  padding: 80px 0;
}
@media only screen and (min-width: 901px) {
  .sub-title {
    margin-top: 86px;
  }
}
.sub-title--text {
  margin: 0;
}
.sub-title--maintext {
  margin: 0;
  line-height: 1;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.sub-title--subtext {
  margin: 8px 0 0;
  line-height: 1;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.sub-menu {
  margin-bottom: 32px;
}
.sub-menu--list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-menu--item {
  text-align: center;
  font-size: 13px;
}
@media only screen and (min-width: 901px) {
  .sub-menu--item::after {
    content: "/";
    color: #999999;
  }
  .sub-menu--item:last-child::after {
    content: "";
  }
}
.sub-menu--link {
  text-decoration: none;
  color: #999999;
  padding: 0 8px;
}
@media only screen and (min-width: 901px) {
  .sub-menu--link {
    padding: 0 16px;
  }
}
.sub-menu--link.is-active {
  color: #2462a1;
}

.consultation-hours {
  width: 100%;
  font-size: 14px;
  border: 1px solid #eeeeee;
  text-align: center;
}
.consultation-hours--header-row {
  font-size: 12px;
  border-bottom: 1px solid #eeeeee;
}
.consultation-hours--header-cell {
  font-weight: normal;
  padding-top: 4px;
  padding-bottom: 4px;
}
.consultation-hours--left-header-cell {
  font-weight: normal;
  width: 96px;
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.consultation-hours--body-cell {
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
.consultation-hours--reserve-time {
  color: #999999;
}
.reverse .consultation-hours--reserve-time {
  color: #EEEEEE;
}
.consultation-hours-complement {
  color: #999999;
}
.consultation-hours-complement__reverse, .reverse .consultation-hours-complement {
  color: #FFFFFF;
}
.consultation-hours-complement--list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}
.consultation-hours-complement--item {
  font-size: 13px;
  line-height: 26px;
}
.consultation-hours-complement--item::before {
  content: "※";
}

.submit-button {
  border-radius: 21px;
  border: 1px solid #2462a1;
  line-height: 42px;
  font-size: 14px;
  text-decoration: none;
  background-color: #FFF;
  color: #2462a1;
  padding: 0 24px;
  min-width: 120px;
  display: inline-block;
  text-align: center;
}
.submit-button__launch-icon {
  height: 16px;
  margin-top: -3px;
}

.recruitment-intro {
  padding-top: 0;
  padding-bottom: 0;
}
.recruitment-intro--content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 901px) {
  .recruitment-intro--content {
    margin: 0 auto 60px;
  }
}
.recruitment-intro--catchphrase {
  font-size: 28px;
  font-weight: bold;
  color: #2462a1;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media only screen and (min-width: 901px) {
  .recruitment-intro--catchphrase {
    font-size: 36px;
    margin: 0 0 24px;
  }
}
.recruitment-intro--message {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}
@media only screen and (min-width: 901px) {
  .recruitment-intro--message {
    font-size: 18px;
  }
}
.recruitment-intro--gallery {
  overflow: hidden;
  padding: 40px 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 901px) {
  .recruitment-intro--gallery {
    margin: 0 0 60px;
    padding: 60px 0;
  }
}
.recruitment-intro--gallery-track {
  display: flex;
  gap: 16px;
  animation: scrollLeft 50s linear infinite;
}
@media only screen and (min-width: 901px) {
  .recruitment-intro--gallery-track {
    gap: 24px;
  }
}
.recruitment-intro--gallery-img {
  width: 280px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}
@media only screen and (min-width: 901px) {
  .recruitment-intro--gallery-img {
    width: 360px;
    height: 240px;
    border-radius: 16px;
  }
}
@media only screen and (min-width: 901px) {
  .recruitment-intro--gallery-img:nth-child(odd) {
    transform: translateY(-30px);
  }
  .recruitment-intro--gallery-img:nth-child(even) {
    transform: translateY(30px);
  }
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1168px);
  }
}
@media (min-width: 768px) {
  @keyframes scrollLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1512px);
    }
  }
}
.recruitment-positions {
  background-color: #f8f8f8;
}
.recruitment-position-table {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin: 32px 24px 0;
  overflow: hidden;
}
@media only screen and (min-width: 901px) {
  .recruitment-position-table {
    margin: 40px auto 0;
    max-width: 900px;
  }
}
.recruitment-position-table--title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #2462a1;
  padding: 16px 24px;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (min-width: 901px) {
  .recruitment-position-table--title {
    font-size: 22px;
    padding: 20px 32px;
  }
}
.recruitment-position-table--tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.recruitment-position-table--tag {
  display: inline-block;
  padding: 4px 12px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 12px;
  border-radius: 12px;
  font-weight: normal;
}
@media only screen and (min-width: 901px) {
  .recruitment-position-table--tag {
    font-size: 13px;
  }
}
.recruitment-position-table--list {
  margin: 0;
}
.recruitment-position-table--row {
  border-bottom: 1px solid #e5e5e5;
}
.recruitment-position-table--row:last-child {
  border-bottom: none;
}
.recruitment-position-table--term {
  background-color: #f8f8f8;
  font-weight: bold;
  color: #333;
  padding: 16px 24px;
  font-size: 14px;
  width: 100%;
}
@media only screen and (min-width: 901px) {
  .recruitment-position-table--term {
    width: 140px;
    font-size: 15px;
    padding: 20px 24px;
  }
}
.recruitment-position-table--description {
  padding: 16px 24px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}
@media only screen and (min-width: 901px) {
  .recruitment-position-table--description {
    font-size: 15px;
    padding: 20px 32px;
  }
}
.recruitment-position-table--items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recruitment-position-table--items li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}
.recruitment-position-table--items li:last-child {
  margin-bottom: 0;
}
.recruitment-position-table--items li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #2462a1;
}
@media only screen and (min-width: 901px) {
  .recruitment-position-table .recruitment-position-table--row {
    display: flex;
  }
  .recruitment-position-table .recruitment-position-table--term {
    flex-shrink: 0;
    border-right: 1px solid #e5e5e5;
  }
  .recruitment-position-table .recruitment-position-table--description {
    flex: 1;
  }
}

.recruitment-features--list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 32px 0 0;
  align-items: stretch;
}

.recruitment-feature-item {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 32px 24px 0;
}
.recruitment-feature-item:nth-child(1) {
  margin-top: 0;
}
@media only screen and (min-width: 901px) {
  .recruitment-feature-item {
    width: 47%;
    margin: 40px 20px 0 0;
  }
  .recruitment-feature-item:nth-child(1), .recruitment-feature-item:nth-child(2) {
    margin-top: 0;
  }
  .recruitment-feature-item:nth-child(2n) {
    margin-right: 0;
  }
}
.recruitment-feature-item--body {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 24px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.recruitment-feature-item--title {
  font-size: 16px;
  font-weight: bold;
  color: #2462a1;
  margin: 0 0 12px;
}
.recruitment-feature-item--text {
  font-size: 15px;
  line-height: 28px;
  color: #333;
  margin: 0;
  flex-grow: 1;
}

.recruitment-message {
  background-color: #f8f8f8;
}
.recruitment-message--image {
  margin: 20px 0;
}
@media only screen and (min-width: 901px) {
  .recruitment-message--image {
    margin: 24px auto;
    max-width: 600px;
    border-radius: 8px;
    overflow: hidden;
  }
}
.recruitment-message--img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
@media only screen and (min-width: 901px) {
  .recruitment-message--img {
    height: 300px;
  }
}
.recruitment-message--content {
  max-width: 800px;
  margin: 40px auto 0;
  background-color: #f8f8f8;
  padding: 0 24px;
  border-radius: 5px;
}
@media only screen and (min-width: 901px) {
  .recruitment-message--content {
    margin-top: 40px;
    padding: 0;
    max-width: 600px;
  }
}
.recruitment-message--text {
  font-size: 15px;
  line-height: 28px;
  color: #333;
  margin-bottom: 16px;
}
.recruitment-message--signature {
  text-align: right;
  color: #2462a1;
  font-size: 15px;
  margin-top: 24px;
}
.recruitment-message--name {
  font-weight: bold;
}

.recruitment-apply--content {
  max-width: 800px;
  margin: 32px auto 0;
}
.recruitment-apply--text {
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 32px;
  padding: 0 24px;
  color: #333;
}
.recruitment-apply--contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
  gap: 20px;
}
@media only screen and (min-width: 901px) {
  .recruitment-apply--contact {
    gap: 40px;
  }
}
.recruitment-apply--contact-item {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 24px 16px;
  text-align: center;
  flex: 1;
  max-width: 300px;
}
@media only screen and (min-width: 901px) {
  .recruitment-apply--contact-item {
    padding: 32px 24px;
    max-width: 350px;
  }
}
.recruitment-apply--contact-label {
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
  font-size: 15px;
}
.recruitment-apply--contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2462a1;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s;
  word-break: break-all;
  flex-wrap: wrap;
  justify-content: center;
}
.recruitment-apply--contact-link:hover {
  opacity: 0.7;
}
.recruitment-apply--contact-link[href^="mailto:"] {
  font-size: 16px;
}
.recruitment-apply--contact-icon {
  width: 20px;
  height: 20px;
}
.recruitment-apply--contact-note {
  font-size: 13px;
  color: #666;
  margin-top: 8px;
}
.recruitment-apply--contact-text {
  font-size: 15px;
  line-height: 28px;
  color: #333;
}
.recruitment-apply--note {
  text-align: center;
  font-size: 13px;
  color: #666;
  line-height: 26px;
  padding: 0 24px;
}

.m-floating-cta {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media only screen and (min-width: 901px) {
  .m-floating-cta {
    display: none;
  }
}
.m-floating-cta--link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #fff;
  color: #CC4C71;
  text-decoration: none;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  box-shadow: 0 8px 15px rgba(123, 138, 147, 0.25);
  font-size: 14px;
  font-weight: bold;
  transition: transform 0.2s ease;
}
.m-floating-cta--link:active {
  transform: scale(0.95);
}
.m-floating-cta--icon {
  width: 13px;
  height: 13px;
  margin-top: -2px;
}
.m-floating-cta--text {
  font-size: 14px;
}

.recruitment-hero {
  margin: 0;
}
@media only screen and (min-width: 901px) {
  .recruitment-hero {
    margin: 40px auto;
    max-width: 900px;
    border-radius: 8px;
    overflow: hidden;
  }
}
.recruitment-hero--img {
  width: 100%;
  height: auto;
  aspect-ratio: 1024/683;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}