@charset "UTF-8";

.sOutlineBody {
  padding: 2.7rem 0 4rem 0;
}

@media screen and (max-width: 540px) {
  .sOutlineBody {
    padding: 2.3rem 0 3.8rem 0;
  }
}

.sOutlineTable__grid {
  margin: 0;

}

.sOutlineTable__line {
  padding: 0.75rem 0;
  display: grid;
  grid-template-columns: 150px 1fr;
  column-gap: 1.8rem;
  border-top: 1px solid #D7D8DD;
}

.sOutlineTable__line:last-child {
  border-bottom: 1px solid #D7D8DD;
}

@media screen and (max-width: 540px) {
  .sOutlineTable__line {
    padding: 1.25rem 0;
    grid-template-columns: 1fr;
    row-gap: 0.4rem;
  }
}

/* セル */
.sOutlineTable__grid dt,
.sOutlineTable__grid dd {
  margin: 0;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 540px) {

  .sOutlineTable__grid dt,
  .sOutlineTable__grid dd {
    font-size: 0.8125rem;
  }
}



/* 行の高さ均一感（任意） */
.sOutlineTable__grid dd {
  display: block;
}


/*---------------------------------------------

	受賞歴

---------------------------------------------*/
/* セクション背景（必要なら） */
.sAwards {
  padding: 3rem 0 4.2rem 0;
}

@media screen and (max-width: 540px) {
  .sAwards {
    padding: 3.1rem 0;
  }
}

/* 2カラムレイアウト */
.sAwards__grid {}

/* リスト（■の角丸スクエア） */
.sAwards__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 820px) {
  .sAwards__list {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 540px) {
  .sAwards__list {
    gap: 1rem;
  }
}

.sAwards__list li {
  position: relative;
  padding-left: 1rem;
  color: #000;
  font-size: clamp(14px, 1.25vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 240%;
}

@media screen and (max-width: 540px) {
  .sAwards__list li {
    font-size: 0.875rem;
    line-height: 170%;
  }
}

.sAwards__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 9px;
  height: 9px;
  background: #000000;
}

@media screen and (max-width: 540px) {
  .sAwards__list li::before {
    top: 12px;
  }
}

/* 画像 */
.sAwards__figure {
  position: absolute;
  top: 25%;
  right: 0;
  width: clamp(300px, 33.28125vw, 426px);
}

@media screen and (max-width: 820px) {
  .sAwards__figure {
    position: static;
    margin: 0 auto;
    width: 300px;
  }
}

.sAwards__figure img {
  width: 100%;
  height: auto;
  display: block;
}



/*---------------------------------------------

	受賞歴

---------------------------------------------*/

.sHistory {
  padding: 3.1rem 0;
}

.historyTable .sOutlineTable__line {
  padding: 0.5rem 0;
}

@media screen and (max-width: 540px) {
  .historyTable .sOutlineTable__line {
    padding: 1.25rem 0;
  }
}

.historyTable .sOutlineTable__line {
  gap: 0.75rem;
}

@media screen and (max-width: 540px) {
  .historyTable .sOutlineTable__line {
    gap: 0.4rem;
  }
}

.historyTable .sOutlineTable__grid dd {
  white-space: nowrap
}

@media screen and (max-width: 900px) {
  .historyTable .sOutlineTable__grid dd {
    white-space: normal;
  }
}

/*---------------------------------------------

	事務所

---------------------------------------------*/

/* セクション背景と余白 */
.sOffice {
  padding: 3rem 0 3.5rem 0;
}

@media screen and (max-width: 540px) {
  .sOffice {
    padding: 3.1rem 0 3.1rem 0;
  }
}

.innerS {
  width: min(980px, 92vw);
  margin-inline: auto;
}



.sOffice__heading {
  margin-bottom: 1.75rem;
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 540px) {
  .sOffice__heading {
    margin-bottom: 0.7rem;
    font-size: 1.0625rem;
    line-height: 170%;
  }
}

/* 2カラム（左テキスト・右マップ） */
.sOffice__grid {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 5rem;
  align-items: start;
}

/* スマホ：1カラムに */
@media (max-width: 540px) {
  .sOffice__grid {
    gap: 1.3rem;
    grid-template-columns: 1fr;
  }
}



@media screen and (max-width: 540px) {
  .sOffice__infoBlock {
    display: contents;
  }

  .sOffice__info:nth-child(2) {
    order: 3;
  }
}

.sOffice__addr {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (max-width: 540px) {
  .sOffice__addr {
    font-size: 0.875rem;
  }
}

.sOffice__linkRow {
  margin-bottom: 1.8rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 540px) {
  .sOffice__linkRow {
    margin-bottom: 0;
  }
}

.sOffice__linkRow a {
  color: var(--blue, #25599A);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

@media screen and (max-width: 540px) {
  .sOffice__linkRow a {
    font-size: 0.875rem;
  }
}

.sOffice__label {
  font-weight: 700;
  margin-bottom: 0.7rem;
}

.sOffice__row {
  display: flex;
  gap: 0.6rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 540px) {
  .sOffice__row {
    font-size: 0.875rem;
  }
}

.sOffice__row span {
  display: block;

}

.sOffice__tel {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.sOffice__icon {
  width: 1.5rem;
  height: 1.5rem;
}



.sOffice__map {
  max-height: 306px;
  height: 100%;
}

@media screen and (max-width: 540px) {
  .sOffice__map {
    max-height: 140px;
    order: 2;
  }
}

.sOffice__map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.sOffice__divider {
  border: none;
  height: 1px;
  margin: 2.2rem 0;
  background: #FBFBFB;
}

@media screen and (max-width: 540px) {
  .sOffice__divider {
    margin: 1.5rem 0;
  }
}

.sOffice__cta {
  margin-top: 1.5rem;
}

@media screen and (max-width: 540px) {
  .sOffice__cta {
    margin-top: 0.8rem;
  }
}

/* 既に使っているピルボタン（最小） */
.sOffice__ctaButton {
  position: relative;
  display: block;
  padding: 1.8rem 0.5rem;
  width: 19.6875rem;
  color: #25599A;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  border-radius: 3.125rem;
  background: #F3F3F1;
}

@media screen and (max-width: 540px) {
  .sOffice__ctaButton {
    padding: 1.15rem 0.5rem;
    width: 16.625rem;
    font-size: 0.8125rem;
  }
}

.sOffice__ctaButton::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.9075rem;
  content: "";
  width: 1.655rem;
  height: 0.54938rem;
  background-image: url(../img/icons/arrow-large.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 540px) {
  .sOffice__ctaButton::after {
    right: 1.176rem;
    width: 1.324rem;
    height: 0.4395rem;
  }
}

.cCtaBody {
  padding: 3.5rem 0 4.5rem 0;
}

@media screen and (max-width: 540px) {
  .cCtaBody {
    padding: 2rem 0 3rem 0;
  }
}

.cCtaBody__title {
  position: relative;
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 540px) {
  .cCtaBody__title {
    font-size: 1rem;
  }
}

.cCtaBody__title::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 58px;
  height: 1.5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #25599A;
}

@media screen and (max-width: 540px) {
  .cCtaBody__title::before {
    bottom: -10px;
    width: 40px;
  }
}