@charset "utf-8";
/*---タイトル-*/
#about_page h2 {
  margin-bottom: 0;
}
.circle-wrapper {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 8vh;
}
.circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #65adc9;
}
.wavy-divider {
  width: 80px;
  height: 12px;
  margin: 2em auto 8vh auto;
  background: repeating-linear-gradient(-45deg, #65adc9 0, #65adc9 2px, transparent 2px, transparent 6px);
  border-radius: 100vh;
}
/*---MVV-*/
#branding {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
#branding h3 {
  margin-bottom: 1em;
}
#branding p:not(.sec_ti02) {
  font-size: 100%;
}
#branding section {
  padding-bottom: 160px;
}
#branding section .sec_ti {
  margin-bottom: 24px;
}
#branding p:not(#value_lead) {
  margin-bottom: 1em;
}
#value dl div {
  margin-bottom: 48px;
}
#value dl div:last-of-type {
  margin-bottom: 0;
}
#value dl dd ul {
  margin-top: 32px;
}
#value dl dd ul li {
  list-style-type: none;
  line-height: 3em;
  letter-spacing: 0.12em;
  border-top: 1px solid rgba(30, 71, 122, 0.2);
}
#value dl dd ul li:last-child {
  border-bottom: 1px solid rgba(30, 71, 122, 0.2);
}
#value dl dd ul li::before {
  content: "●";
  font-size: 100%;
  color: #65adc9;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  #value dl div {
    display: flex;
    justify-content: space-between;
  }
  #value dt {
    width: 40%;
  }
  #value dd {
    width: 58%;
    padding-top: 8px;
  }
}
#value dt {
  font-size: clamp(1.75rem, 1.6rem + 0.75vw, 2.5rem) /*28-40|320-1920*/;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: #2980b9;
}
#ti01:before,
#ti02:before,
#ti03:before {
  /*font-family: roboto, -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-size: clamp(1.75rem, 1.6rem + 0.75vw, 2.5rem) /*28-40|320-1920;
  color: rgba(30, 71, 122, 0.3);*/
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  transform: scale(1);
}
#ti01:before {
  content: url(../img/80w/num01.webp);
}
#ti02:before {
  content: url(../img/80w/num02.webp);
}
#ti03:before {
  content: url(../img/80w/num03.webp);
}
.value_head {
  color: #111;
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem) /*18-20|320-1920*/ !important;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .mvv_img {
    max-width: 160px;
  }
}
/*---事務所概要-*/
#outline dl div {
  display: block;
  border-bottom: 1px solid rgba(30, 71, 122, 0.2);
  padding: 16px 0;
}
#outline dl dt,
#outline dl dd {
  font-size: 93.8%;
}
#outline dl dt {
  color: #1e477a;
  font-weight: 600;
}
/*---代表プロフィール-*/
#prof_img {
  border-radius: 16px;
}
.history {
  border: 1px solid rgba(30, 71, 122, 0.2);
  padding: 12px;
  border-radius: 16px;
}
.history li {
  margin-bottom: 4px;
  padding-left: 16px;
}
.history li:before {
  content: "●";
  font-size: 150%;
  color: #65adc9;
  margin-left: -16px;
  margin-right: 4px;
}
.history dt {
  border-bottom: 1px solid rgba(30, 71, 122, 0.2);
  text-align: center;
  padding-bottom: 8px;
  color: #65adc9;
}
/*---沿革-*/
#history dl div {
  display: flex;
  justify-content: space-between;
  max-width: 640px;
  margin: 0 auto;
}
#history dl div dt,
#history dl div dd {
  padding: 0 0 16px 0;
}
#history dl div dt {
  font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem) /*18-24|320-1920*/;
  width: 20%;
  color: #65adc9;
  border-right: 1px solid #ccc;
  padding-right: 8px;
}
#history dl div dd {
  font-weight: 600;
  width: 80%;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem) /*16-18|320-1920*/;
  padding-left: 16px;
}
#history dl div dd p {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem) /*14-16|320-1920*/;
  margin-top: 8px;
}
/*=======================================================================
768～
=======================================================================*/
@media screen and (min-width: 768px) {
  #outline,
  #profile {
    width: 50%;
    max-width: 1366px;
  }
  #outline dl,
  #profile {
    margin: 0 auto 120px auto;
  }
  #outline,
  .profile_box {
    max-width: 640px;
  }
  #outline dl div {
    display: table;
    width: 100%;
  }
  #outline dl dt,
  #outline dl dd {
    display: table-cell;
  }
  #outline dl dt {
    width: 15%;
  }
}
