@charset "UTF-8";
@font-face {
  font-family: "Helvetica";
  src: url("../font/Helvetica.ttf") format("truetype");
}
#about-us {
  /* ▼▼▼ greeting
  ====================================================== */
}
#about-us .greeting {
  padding-block: 90rem 103rem;
  border-top-left-radius: 70rem;
  background: #F7F5F5;
}
@media screen and (max-width: 767px) {
  #about-us .greeting {
    padding-block: 60rem;
  }
}
#about-us .greeting__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 980px) {
  #about-us .greeting__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40rem;
  }
}
@media screen and (max-width: 767px) {
  #about-us .greeting__content {
    gap: 30rem;
  }
}
#about-us .greeting__text-wrap {
  width: 685rem;
}
@media screen and (max-width: 980px) {
  #about-us .greeting__text-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #about-us .page-section-title.--greeting {
    text-align: center;
  }
}
#about-us .greeting__text {
  line-height: 2;
  margin-top: 52rem;
}
@media screen and (max-width: 1200px) {
  #about-us .greeting__text br.pc {
    display: none;
  }
}
#about-us .greeting__img-wrap {
  width: 510rem;
  position: absolute;
  top: 0;
  left: 723rem;
}
@media screen and (max-width: 980px) {
  #about-us .greeting__img-wrap {
    margin-inline: auto;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #about-us .greeting__img-wrap {
    width: 100%;
  }
}
#about-us .greeting__name {
  font-size: max(16px, 22rem);
  font-weight: 700;
  line-height: 2.4545454545;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 25rem;
}
@media screen and (max-width: 767px) {
  #about-us .greeting__name {
    font-size: 16px;
    line-height: 1;
    margin-top: 21rem;
  }
}
#about-us {
  /* ▼▼▼ company-motto
  ====================================================== */
}
#about-us .company-motto {
  padding-block: 100rem;
  background: #AFA7A7;
}
@media screen and (max-width: 767px) {
  #about-us .company-motto {
    padding-block: 67rem;
  }
}
#about-us .company-motto__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13rem;
  color: #fff;
  font-size: max(24px, 28rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #about-us .company-motto__title {
    gap: 11rem;
    font-size: 22rem;
  }
}
#about-us .company-motto__title span {
  font-size: max(18px, 22rem);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #about-us .company-motto__title span {
    font-size: max(14px, 16rem);
  }
}
#about-us .company-motto__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40rem;
  margin-top: 61rem;
}
@media screen and (max-width: 767px) {
  #about-us .company-motto__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12rem;
    margin-top: 30rem;
  }
}
#about-us .company-motto__item {
  width: 530rem;
  background: #fff;
  border-radius: 20rem 0 20rem 0;
  -webkit-box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.33);
          box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.33);
  padding-block: 40rem 49rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about-us .company-motto__item {
    width: 100%;
    padding-block: 24rem 30rem;
  }
}
#about-us .company-motto__item-title {
  font-size: max(16px, 20rem);
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  #about-us .company-motto__item-title {
    font-size: max(14px, 16rem);
    line-height: 1.5;
  }
}
#about-us .company-motto__item-text {
  font-size: max(16px, 22rem);
  line-height: 1.4545454545;
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  #about-us .company-motto__item-text {
    font-size: max(14px, 16rem);
    line-height: 1.5;
    margin-top: 6rem;
  }
}
#about-us {
  /* ▼▼▼ company-overview
  ====================================================== */
}
#about-us .company-overview {
  margin-top: 120rem;
}
@media screen and (max-width: 767px) {
  #about-us .company-overview {
    margin-top: 72rem;
  }
}
#about-us .company-overview__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 36rem 35rem;
  border-bottom: max(1px, 1rem) solid #EFEAEA;
  padding-left: 30rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #about-us .company-overview__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 22rem 21rem;
    padding-left: 10rem;
    line-height: 1.8571428571;
  }
}
#about-us .company-overview__row dt {
  width: max(150px, 220rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #about-us .company-overview__row dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 767px) {
  #about-us .company-overview__row dd {
    line-height: 1.8571428571;
    margin-top: 7rem;
  }
}
#about-us .company-overview__row a.is-underline {
  text-decoration: underline;
  text-underline-offset: 5rem;
}
#about-us .company-overview__row a.is-tel {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #about-us .company-overview__row a.is-tel {
    pointer-events: all;
  }
}
#about-us .company-overview__row a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  #about-us .company-overview__row a:hover {
    opacity: 0.7;
  }
}
#about-us {
  /* ▼▼▼ business-partner
  ====================================================== */
}
#about-us .business-partner {
  margin-top: 120rem;
}
@media screen and (max-width: 767px) {
  #about-us .business-partner {
    margin-top: 80rem;
  }
}
#about-us .page-section-title.--business-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
}
#about-us .page-section-title.--business-partner span {
  font-size: max(16px, 16rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #about-us .page-section-title.--business-partner span {
    font-size: max(12px, 12rem);
  }
}
#about-us .business-partner__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36rem;
  margin-top: 30rem;
}
@media screen and (max-width: 767px) {
  #about-us .business-partner__main {
    gap: 40rem;
    margin-top: 20rem;
  }
}
#about-us .business-partner__item dt {
  font-weight: 700;
  line-height: 2;
}
#about-us .business-partner__item dd {
  font-size: max(14px, 14rem);
  line-height: 2;
  margin-left: 10rem;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  #about-us .business-partner__item dd {
    font-size: max(12px, 12rem);
    margin-left: unset;
  }
}
@media screen and (max-width: 1360px) {
  #about-us .business-partner__item dd br.pc {
    display: none;
  }
}
#about-us {
  /* ▼▼▼ access
  ====================================================== */
}
#about-us .access {
  margin-top: 120rem;
}
@media screen and (max-width: 767px) {
  #about-us .access {
    margin-top: 80rem;
  }
}
#about-us .access__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40rem;
}
@media screen and (max-width: 767px) {
  #about-us .access__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
    margin-top: 20rem;
  }
}
#about-us .access__text-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(330px, 419rem);
}
@media screen and (max-width: 767px) {
  #about-us .access__text-wrap {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  #about-us .access__text-wrap dt {
    line-height: 1.4285714286;
  }
}
#about-us .access__text-wrap dd {
  margin-left: 20rem;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  #about-us .access__text-wrap dd {
    line-height: 1.8571428571;
    margin-left: 14rem;
    margin-top: 8rem;
  }
}
#about-us .access__address {
  padding-bottom: 29rem;
  border-bottom: max(1px, 1rem) solid #EFEAEA;
}
@media screen and (max-width: 767px) {
  #about-us .access__address {
    padding-bottom: unset;
    border: unset;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}
#about-us .access__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30rem;
  line-height: 2;
  margin-top: 40rem;
}
@media screen and (max-width: 767px) {
  #about-us .access__info {
    gap: 25rem;
    margin-top: unset;
  }
}
#about-us .access__map {
  width: 680rem;
}
@media screen and (max-width: 767px) {
  #about-us .access__map {
    width: 100%;
    aspect-ratio: 335/236;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
#about-us .access__map iframe {
  width: 100%;
  height: 100%;
}