/* about.css — styles only for /about/ */


.tokucho {
  margin-bottom: clamp(2rem, 5.2vw, 5rem);
}
.tokucho > li {
  position: relative;
  padding-left: 1.6em;
  padding-bottom: 0.9rem;
/*  font-size: clamp(1.5rem, 0.8vw + 1rem, 1.7rem); */
}
.tokucho > li:last-child {
  padding-bottom: 0;
}
.tokucho > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /* transform: translateY(-50%); */
  width: clamp(1.9rem, 2.2vw, 2.1rem);
  height: auto;
  background: url("../assets/icon-chkbox-on.png") no-repeat 0 4px;
  background-size: contain;
  padding-top: 0.9rem;
  min-height: calc(2rem + 4px);
}

.dr-box {
  margin: 1.5em 0 3em;
}
.dr-box-top {
  display: flex;
  margin: 0 0 clamp(1rem, 2vw, 2rem);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}
.dr-img {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 0px;
  flex: 0 0 430px;
  gap: 3.5rem;
  padding: 1rem;
}
.dr-img::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:0 0 4px 0 rgba(0, 0, 0, .5);
  z-index: -1;
}
.dr-img .pic {
}
.dr-img .pic img {
  max-width: 189px;
  width: 100%;
  height: auto;
}
.dr-img .name {
  font-size: 2rem;
  flex: 0 0 9em;
}
.dr-img .name > span {
  font-size: 0.8em;
  padding-left: 1em;
}
.dr-shokai-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.dr-shokai-list dt {
  border-bottom: 1px dashed #000;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
  width: 3.5em;
  line-height: 1.6;
  font-weight: 800;
}
.dr-shokai-list dt:last-of-type {
  margin-bottom: 0;
}
.dr-shokai-list dd {
  width: calc(100% - 3.5em);
  border-bottom: 1px dashed #000;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
  line-height: 1.6;
}
.dr-shokai-list dd:last-of-type {
  margin-bottom: 0;
}
.aisatsu-title {
  font-size: clamp(1.7rem, 0.8vw + 1rem, 1.8rem);
  font-weight: 800;
  margin-bottom: 0.7rem;
}
.dr-aisatsu {
  line-height: 1.8;
  font-size: 1.7rem;
}

.gaiyo-list {
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0 3em;
}
.gaiyo-list > dt {
  border-bottom: 1px dashed #777;
  width: clamp(5em, 10vw + 1em, 7em);
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
  font-weight: 700;
}
.gaiyo-list > dd {
  width: calc(100% - clamp(5em, 10vw + 1em, 7em));
  border-bottom: 1px dashed #777;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
}
.gaiyo-list dd .about-tel-group {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: space-between;
}
.gaiyo-list dd .about-tel-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 0.2rem;
  align-items: center;
  flex: 0 0 auto;
  white-space: normal;
}
.gaiyo-list dd .about-tel-list dt {
  font-size: clamp(1.3rem, 0.8vw + 1rem, 1.7rem);
}
.gaiyo-list dd .about-tel-note {
  font-size: clamp(1.3rem, 0.8vw + 1rem, 1.5rem);
}
.about-tel-list dd .t a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.shinryo-list-wrap {
  text-align: center;
  margin: 1em 0 3em;
}
.shinryo-list {
  background: url(/wp/wp-content/uploads/2025/10/about-pic01.png) no-repeat 0 50%;
  display: inline-block;
  text-align: left;
  padding-left: 185px;
  margin-bottom: 1.5em;
}
.shinryo-list > li {
}
.shinryo-list > li::before {
  content: "・";
}
.kuwashiku {
}
.kuwashiku .fa-circle-chevron-right {
  margin-right: 0.5em;
}
.kuwashiku a {
  color: #3b3bd3;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 700;
}

@media (max-width: 991.98px) {


}

@media (max-width: 859.98px) {

  .dr-box-top {
    flex-wrap: wrap;
  }
  .dr-img {
    flex: 0 0 100%;
  }


}

@media (max-width: 767.98px) {

  .gaiyo-list dd .about-tel-group {
    flex-wrap: wrap;
    gap: 0.5em;
  }

}

@media (max-width: 575.98px) {

  .dr-aisatsu {
    line-height: 1.6;
  }

}

@media (max-width: 474.98px) {


  .dr-img .name {
    font-size: clamp(1.5rem, 2.1vw + 1rem, 2rem);
  }

  .shinryo-list {
    background-position: 50% 0;
    background-size: 93px;
    padding-top: 89px;
    padding-left: 0;
  }
  .shinryo-list li:first-child {
    border-top: 1px solid #999;
    padding-top: 1em;
  }

}

@media (max-width: 375px) { /* 374.98 */


}

