a {
  text-decoration: none;
}

@media screen and (min-width: 767.9px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  object-fit: cover;
  width: 100%;
}

#contact {
  /* margin: 5em 1em; */
  text-align: center;
  .section_title {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    padding-bottom: 1.5em;
    margin-bottom: 3em;
    &::before {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
    }
    .jp {
      order: 2;
      margin: 0;
    }
    .en {
      order: 1;
      margin: 0;
    }
  }
  .message {
    text-align: center;
    line-height: 1.8em;
  }
  .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3em;
    margin-top: 5em;
  }
  address {
    font-style: normal;
  }
  .tel {
    font-size: calc(40 * var(--px));
    font-family: "Lato", sans-serif;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin: 0;
    a {
      display: flex;
      align-items: center;
      gap: 0.5em;
      text-decoration: none;
      color: var(--main-color);
      &:hover {
        opacity: 0.8;
      }
    }
    img {
      width: 0.8em;
      height: 0.8em;
    }
  }
  .hours {
    font-size: calc(14 * var(--px));
  }
  .mail {
    margin: 0;
    a {
      padding: 1.5em 4em;
      background-color: #ff781d;
      color: #fff;
      text-decoration: none;
      text-align: center;
      display: block;
      position: relative;
      font-size: calc(28 * var(--px));
      border-radius: 0.5em;
      font-weight: bold;
      &::after {
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translateY(-50%);
        content: "";
        width: 0.8em;
        height: 0.8em;
        background-image: url("../images/header/arrow.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
      }
      &:hover {
        background-color: var(--accent-color-hover);
      }
    }
    img {
      position: absolute;
      width: 2em;
      height: 2em;
      top: 50%;
      left: 1em;
      transform: translateY(-50%);
    }
    span {
      display: block;
      line-height: 1.4em;
    }
  }
}

@media screen and (max-width: 768px) {
  #contact {
    /* margin: 3em 1em; */
    .section_title {
      &::before {
        left: 0;
        transform: none;
      }
    }
    .message {
      text-align: left;
    }
    .wrap {
      flex-direction: column;
    }
    .tel {
      font-size: calc(30 * var(--px));
    }
    .mail {
      a {
        font-size: calc(20 * var(--px));
        padding: 1em;
        padding-left: 3.5em;
        padding-right: 2.5em;
      }
    }
  }
}

.breadcrumb-wrap {
  margin-top: 50px;
}

.page-inner {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: 1em;
  margin-top: 5em;
}

/* about */

.page-about {
}

.section_title {
}

.section_title.section_title--none {
  position: initial;
  color: #252955;
  padding-bottom: initial;
}

.section_title.section_title--none::before {
  content: initial;
  position: initial;
}

.breadcrumb-wrap {
}

.breadcrumb {
}

.greeting {
  margin-top: 100px;
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .greeting {
    width: initial;
    margin-top: 50px;
  }
}

.greeting__title {
  justify-content: center;
  font-size: 32px;
}

.greeting__text-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .greeting__text-wrap {
    margin-top: initial;
  }
}

.greeting__text {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .greeting__text {
    /* margin-top: -20px; */
  }
}
.overview {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .overview {
    margin-top: 100px;
  }
}

.overview__inner {
}

.overview__wrap {
}

.overview__title {
  justify-content: center;
  font-size: 32px;
}

.overview__img {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .overview__img {
    margin-top: 20px;
  }
}

.overview__img img {
  max-width: 65%;
  aspect-ratio: 900/600;
}
@media screen and (max-width: 768px) {
  .overview__img img {
    max-width: initial;
    width: 100%;
    /* aspect-ratio: 900/600; */
  }
}

.overview__dl {
  width: 70%;
  margin-inline: auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .overview__dl {
    width: 100%;
  }
}

.overview__dl-wrap {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
  /* padding-top: 10px; */
}

.overview__dt {
  width: 30%;
  text-align: center;
  font-weight: 700;
}

.overview__dd {
  width: 70%;
  line-height: 1.5;
}

.address {
}

.address__inner {
}

.address__img {
  margin-top: 100px;
}

.address__map {
  width: 100%;
}

.staff {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .staff {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.staff__inner {
  width: 70%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .staff__inner {
    width: initial;
  }
}

.staff__container {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .staff__container {
    margin-top: 50px;
  }
}

.staff__wrap {
  display: flex;
  gap: 50px;
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .staff__wrap {
    flex-direction: column;
  }
}

.staff__wrap:not(:first-child) {
  margin-top: 100px;
}

.staff__wrap.staff__wrap--short {
  align-items: center;
}

.staff__img {
  /* width: 50%; */
}
@media screen and (max-width: 768px) {
  .staff__img {
    width: initial;
  }
}

.staff__img img {
  max-width: 487px;
  aspect-ratio: 487/497;
}
@media screen and (max-width: 768px) {
  .staff__img img {
    max-width: initial;
  }
}

.staff__body {
  display: flex;
  flex-direction: column;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .staff__body {
    width: initial;
  }
}

.staff__subtitle {
  margin: initial;
  padding: initial;
}

.staff__title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.staff__title-ja {
}

.staff__title-en {
}

.staff__dl {
}

.staff__dl-wrap {
}

.staff__dl-flex {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  display: flex;
  /* align-items: center; */
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .staff__dl-flex {
    gap: 10px;
  }
}

.staff__dt {
  margin-top: 10px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .staff__dt {
    width: 30%;
  }
}

.staff__dd {
  width: 75%;
  margin-top: 10px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .staff__dd {
    width: 70%;
  }
}

.staff__text {
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0;
}
