/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.04em;
}

.info {
  margin-bottom: 90px;
  position: relative;
}
.info__tbl {
  margin-top: 40px;
}
.info__tbl_tr {
  border-top: 1px solid #8f99a7;
}
.info__tbl_head, .info__tbl_body {
  letter-spacing: 0.04em;
  line-height: 1.7;
  padding: 15px;
  font-weight: 400;
}
.info__tbl_head br {
  display: none;
}
.info__tbl_body {
  border-top: 1px solid #d8dfe8;
}
.info__tbl_body img {
  width: 60px;
}
.info__bg01 {
  position: absolute;
  left: 0;
  top: calc(100% - 15vw);
  width: 50%;
  z-index: -1;
}
.info__bg02 {
  position: absolute;
  right: 0;
  bottom: 1%;
  width: 50%;
  z-index: -1;
}

.address {
  margin-bottom: 90px;
}
.address__main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px 40px;
  padding-top: 37px;
}
.address__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.address__item .branch {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d8dfe8;
}
.address__item .branch_jp {
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
}
.address__item .branch_en {
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 0.1em;
  margin-bottom: -1px;
}
.address__item .desc {
  display: flex;
  gap: 25px;
  padding-bottom: 25px;
}
.address__item .desc .add {
  width: 11.7857142857%;
}
.address__item .desc .txt {
  line-height: 1.7;
  letter-spacing: 0.04em;
  width: 83.75%;
}
.address__item .map {
  position: relative;
  transition: 0.5s;
}
.address__item .map:hover::after {
  opacity: 0;
  pointer-events: none;
}
.address__item .map:hover iframe {
  filter: none;
  -webkit-filter: none;
}
.address__item .map::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #272727;
  opacity: 0.31;
  transition: all 0.5s;
}
.address__item .map iframe {
  width: 100%;
  max-height: 350px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 2rem;
  }
  .info {
    padding-top: 13px;
    margin-bottom: clamp(5.925rem, 7.5961538462vw + 2.2788461538rem, 9.875rem);
  }
  .info__tbl_tr {
    display: flex;
    justify-content: space-between;
    border-top: none;
  }
  .info__tbl_tr:first-child .info__tbl_head {
    border-top: 1px solid #8f99a7;
  }
  .info__tbl_tr:first-child .info__tbl_body {
    border-top: 1px solid #d8dfe8;
  }
  .info__tbl_head, .info__tbl_body {
    padding: clamp(1.25rem, 0.9615384615vw + 0.7884615385rem, 1.75rem) 20px clamp(1.25rem, 1.0817307692vw + 0.7307692308rem, 1.8125rem) clamp(1.25rem, 2.4038461538vw + 0.0961538462rem, 2.5rem);
  }
  .info__tbl_head {
    flex-shrink: 0;
    width: 260px;
    border-bottom: 1px solid #8f99a7;
  }
  .info__tbl_head br {
    display: block;
  }
  .info__tbl_body {
    border-top: none;
    border-bottom: 1px solid #d8dfe8;
    width: calc(100% - 300px);
  }
  .info__bg01 {
    top: 90%;
    width: 40.5625%;
  }
  .info__bg02 {
    bottom: -6%;
    width: 30%;
  }
  .address {
    margin-bottom: clamp(7.575rem, 9.7115384615vw + 2.9134615385rem, 12.625rem);
  }
  .address__main {
    grid-template-columns: repeat(2, 1fr);
    gap: 69px 40px;
  }
  .address__item .branch {
    padding-bottom: 23px;
    margin-bottom: 30px;
  }
  .address__item .branch_jp {
    font-size: 1.5rem;
  }
  .address__item .desc {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .info__tbl_head br {
    display: none;
  }
}
/*# sourceMappingURL=profile.css.map */
