@media screen and (min-width: 601px) {
  .about__feature-box:nth-child(even) {
    flex-direction: row-reverse;
  }

  .about__feature-ttl {
    display: none;
  }

  .about__access-map iframe {
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .about__access-info {
    width: fit-content;
    margin-left: auto;
  }

  .about__access-img img{
    width: 100%;
    aspect-ratio: 79/35 !important;
  }
}

@media screen and (max-width: 600px) {
  .about__greeting,
  .about__company,
  .about__access {
    padding-top: var(--wp--preset--spacing--s-120) !important;
  }

  .about__feature-con > div {
    margin-block-start: var(--wp--preset--spacing--s-64) !important;
  }

  .about__feature-con > div:nth-child(1) {
    margin-block-start: 0 !important;
  }

  .about__bompany-con > div {
    gap: 0;
  }

  .about__bompany-con > div > div {
    padding-top: 0px !important;
    padding-bottom: 12px !important;
  }

  .about__bompany-con > div > div:nth-child(1) {
    border: none;
    font-weight: bold !important;
  }

  .about__access-info {
    width: 100%;
    margin-left: auto;
    margin-block-start: var(--wp--preset--spacing--s-32) !important;
  }

  .about__access-img img{
    aspect-ratio: 4/3 !important;
  }

  .about__access-map iframe {
    aspect-ratio: 4/3 !important;
  }
}

.about .about__greeting-name {
  width: fit-content;
  margin-left: auto;
}
