@media only screen and (max-width: 640px) {
  .office__sttl {
    font-size: 5.3125vw;
    margin: 4.6875vw 0;
  }
}

.office__text {
  color: #1e1e1e;
  line-height: 2;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 1580px) {
  .office__text {
    font-size: 1.2658227848vw;
  }
}
@media only screen and (max-width: 1200px) {
  .office__text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .office__text {
    text-align: left !important;
    font-size: 4.0625vw;
  }
}

.office__text + .office__text {
  margin-top: 1em;
}

.office__table {
  margin-top: 4.9rem;
}
@media only screen and (max-width: 640px) {
  .office__table {
    margin-top: 6.25vw;
  }
}
.office__table table {
  width: 100%;
}
.office__table tr {
  background: rgba(92, 181, 49, 0.1019607843);
}
.office__table tr:nth-child(even) {
  background: none;
}
.office__table th,
.office__table td {
  font-size: 2rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 640px) {
  .office__table th,
  .office__table td {
    display: block;
    font-size: 3.4375vw;
  }
}
.office__table th {
  width: 32.4rem;
  padding: 2rem 0 2rem 3.3rem;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .office__table th {
    padding: 2.5vw 0 1.25vw 3.125vw;
  }
}
.office__table td {
  padding: 2rem 3.3rem 2rem 0;
}
@media only screen and (max-width: 640px) {
  .office__table td {
    padding: 0 3.125vw 2.5vw 3.125vw;
  }
}

@media only screen and (max-width: 640px) {
  .office-nav .content {
    margin: 3.125vw 0;
  }
}

.office-nav__list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .office-nav__list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5625vw 4.6875vw;
  }
}

.office-nav__item a {
  display: flex;
  align-items: center;
  color: #5CB531;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2.4px;
}
@media only screen and (max-width: 640px) {
  .office-nav__item a {
    font-size: 4.0625vw;
  }
}
.office-nav__item a img {
  transform: rotate(90deg);
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
}
@media only screen and (max-width: 640px) {
  .office-nav__item a img {
    width: 4.0625vw;
    margin-right: 1.5625vw;
  }
}

.greeting__image {
  width: 100%;
  aspect-ratio: 1521/674;
}
.greeting__image img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.greeting__image span {
  display: block;
  text-align: right;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.6px;
}

.office__ttl {
  margin: 9.4rem 0 5.3rem;
}
@media only screen and (max-width: 640px) {
  .office__ttl {
    margin: 9.375vw 0 4.6875vw;
  }
}

.greeting__container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .greeting__container {
    flex-direction: column;
    gap: 3.125vw;
  }
}

.greeting__body {
  width: 91.7rem;
}
@media only screen and (max-width: 1580px) {
  .greeting__body {
    width: 58.0379746835vw;
  }
}
@media only screen and (max-width: 1200px) {
  .greeting__body {
    width: 71rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 640px) {
  .greeting__body {
    width: 100%;
  }
}

.greeting__img {
  width: 53.5rem;
}
@media only screen and (max-width: 1580px) {
  .greeting__img {
    width: 33.9873417722vw;
  }
}
@media only screen and (max-width: 1200px) {
  .greeting__img {
    width: 40.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .greeting__img {
    width: 100%;
  }
}
.greeting__img img {
  border-radius: 12px;
}
.greeting__img span {
  display: block;
  text-align: right;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.6px;
}

.greeting__name {
  color: #000;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 3.2px;
}

@media only screen and (max-width: 640px) {
  .achievement .content {
    margin-top: 15.625vw;
  }
}

.staff__list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .staff__list {
    flex-direction: column;
    gap: 6.25vw;
  }
}

.staff__item {
  width: calc((100% - 10rem) / 3);
}
@media only screen and (max-width: 640px) {
  .staff__item {
    width: 100%;
  }
  .staff__item:nth-child(1) {
    order: 2;
  }
  .staff__item:nth-child(2) {
    order: 1;
  }
  .staff__item:nth-child(3) {
    order: 3;
  }
}

.staff__image img {
  width: 100%;
}

.staff__title {
  border-radius: 16px 16px 0 0;
  background: #fff;
  width: 28rem;
  margin: -6rem auto 0;
  text-align: center;
  isolation: isolate;
  padding-top: 0.5rem;
}

.staff__location {
  font-weight: 600;
  line-height: 2.75;
  letter-spacing: 1.6px;
}

.staff__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -1.3rem 0 1.8rem;
}
@media only screen and (max-width: 640px) {
  .staff__name {
    margin: -1.5625vw 0 2.5vw;
  }
}
.staff__name span {
  color: #000;
  font-weight: 600;
  line-height: 2.75;
  letter-spacing: 3.2px;
}
.staff__name .staff__name-main {
  line-height: 1.375;
  margin-top: -1.3rem;
}
@media only screen and (max-width: 640px) {
  .staff__name .staff__name-main {
    margin-top: -2.34375vw;
  }
}

.staff__profile {
  font-family: Inter;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.6px;
}

.staff__button {
  border: none;
  width: 5.3rem;
  aspect-ratio: 1/1;
  display: block;
  margin: 0.9rem auto;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .staff__button {
    margin: 1.5625vw auto;
  }
}
.staff__button img {
  width: 100%;
}
.staff__button span {
  display: none;
}

.staff__content {
  display: none;
  margin-top: 3rem;
}
@media only screen and (max-width: 640px) {
  .staff__content {
    margin-top: 3.125vw;
  }
}
.staff__content th,
.staff__content td {
  line-height: 2;
  letter-spacing: normal;
}
@media only screen and (max-width: 640px) {
  .staff__content th,
  .staff__content td {
    display: block;
    line-height: 1.6;
  }
}
.staff__content th {
  color: #5CB531;
  font-feature-settings: "halt" on, "liga" off;
  width: 12.6rem;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .staff__content th {
    margin-top: 1.5625vw;
  }
}

.staff__content-text {
  line-height: 1.6;
  letter-spacing: 0.8px;
  margin-top: 4.2rem;
}
@media only screen and (max-width: 640px) {
  .staff__content-text {
    margin-top: 3.125vw;
  }
}

.staff__item.is-open .staff__button img {
  transform: rotate(180deg);
}
.staff__item.is-open .staff__button span {
  display: block;
  color: #5CB531;
  font-feature-settings: "halt" on;
  font-family: Inter;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 640px) {
  .staff__item.is-open .staff__button span {
    font-size: 3.4375vw;
  }
}

.overview__table th {
  width: 24.4rem;
}

.access .content {
  margin-bottom: 17rem;
}
@media only screen and (max-width: 640px) {
  .access .content {
    margin-bottom: 23.4375vw;
  }
}
.access__container {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  margin-top: 8.6rem;
}
@media only screen and (max-width: 640px) {
  .access__container {
    margin-top: 6.25vw;
  }
}

.access__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .access__contents {
    flex-direction: column-reverse;
    align-items: start;
    gap: 10.9375vw;
  }
}

@media only screen and (max-width: 640px) {
  .access__body {
    width: 100%;
  }
}
.access__body h3 {
  line-height: 1.4;
  letter-spacing: 1.4px;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .access__body h3 {
    margin-bottom: 1.5625vw;
  }
}
.access__body p {
  color: #000;
  line-height: 1.6;
  letter-spacing: 1px;
}
.access__body p + p {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 640px) {
  .access__body p + p {
    margin-top: 3.125vw;
  }
}
.access__body .access__btn {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.8px;
  text-decoration: underline;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 2.6rem;
}
@media only screen and (max-width: 640px) {
  .access__body .access__btn {
    margin-top: 1.5625vw;
    justify-content: center;
  }
}
.access__body .access__btn img {
  width: 1.6rem;
  aspect-ratio: 16/20;
}

.access__map {
  width: 57rem;
  aspect-ratio: 570/400;
}
@media only screen and (max-width: 640px) {
  .access__map {
    width: 100%;
  }
}
.access__map iframe {
  width: 100%;
  height: 100%;
}
.access__map .access__btn {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.8px;
  text-decoration: underline;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 2.6rem;
}
@media only screen and (max-width: 640px) {
  .access__map .access__btn {
    margin-top: 1.5625vw;
    text-align: center;
  }
}
.access__map .access__btn img {
  width: 1.6rem;
  aspect-ratio: 16/20;
}/*# sourceMappingURL=office.css.map */