/* ==================================================
   ATOM110 BASE
   access/profile/fee の移植テンプレート用。旧サイト由来のクラスを整理した表示土台。
================================================== */
.atom110-page {
  background: var(--bg_light);
}

.atom110-page__inner {
  width: min(77.5rem, calc(100% - 4rem));
  margin: 0 auto;
  padding: 5.5rem 0 7rem;
}

.atom110-page a {
  color: inherit;
}

.atom110-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.atom110-text,
.atom110-richtext,
.atom110-page p,
.atom110-page li {
  font-size: 1rem;
  line-height: 1.9;
}

/* ==================================================
   ATOM110 HERO
   各一覧・詳細ページのタイトルエリア。
================================================== */
.atom110-hero {
  padding: 0 0 2.5rem;
  background: transparent;
  text-align: center;
}

.atom110-hero__label,
.atom110-section__eyebrow {
  color: var(--gold);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atom110-hero__title {
  margin-top: 0;
  color: var(--green_dark);
  font-family: "Zen Old Mincho", serif;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
}

.atom110-hero__title::after {
  content: "";
  display: block;
  width: 2.75rem;
  height: 2px;
  margin: 0.875rem auto 0;
  background: var(--gold);
  opacity: 0.75;
}

.atom110-hero__lead {
  max-width: 45rem;
  margin: 1.125rem auto 0;
  color: var(--text_sub);
}

/* プロフィール詳細ページ専用ヒーロー（氏名・フリガナ・キャッチコピー・写真の2カラム） */
.atom110-profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(13.75rem, 21.25rem);
  gap: 2.5rem;
  align-items: center;
  text-align: left;
}

.atom110-profile-hero__text {
  min-width: 0;
}

.atom110-profile-hero__text .atom110-profile-hero__label {
  color: var(--gold);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.atom110-profile-hero__name {
  margin-top: 0.625rem;
  color: var(--green_dark);
  font-family: "Zen Old Mincho", serif;
  font-size: 2.875rem;
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: 0;
}

.atom110-profile-hero__text .atom110-profile-hero__kana {
  margin-top: 0.875rem;
  color: var(--text_sub);
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.atom110-profile-hero__text .atom110-profile-hero__catch {
  margin-top: 1.375rem;
  color: var(--green_dark);
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  line-height: 1.65;
}

.atom110-profile-hero__photo {
  overflow: hidden;
  border-radius: 0.5rem;
  background: var(--cream_dark);
}

.atom110-profile-hero__photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

/* ==================================================
   ATOM110 SECTIONS
   汎用セクション・ボタン・2カラム。
================================================== */
.atom110-section {
  margin-top: 4.5rem;
  padding: 0;
  background: transparent;
}

.atom110-section__head {
  margin-bottom: 1.75rem;
}

.atom110-section__title,
.atom110-subtitle {
  color: var(--green_dark);
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
}

.atom110-section__title {
  margin-top: 0.375rem;
  font-size: 1.75rem;
}

.atom110-subtitle {
  margin: 1.75rem 0 0.75rem;
  font-size: 1.375rem;
}

.atom110-button,
.atom110-card__more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--green_dark);
  font-size: 0.9375rem;
  font-weight: 700;
}

.atom110-button {
  margin-top: 1.5rem;
  min-height: 2.75rem;
  padding: 0 1.125rem;
  border: 1px solid var(--green_dark);
  border-radius: 62.4375rem;
  background: var(--white);
  transition: border-color 0.2s, color 0.2s;
}

.atom110-button:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.atom110-button::after,
.atom110-card__more::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

/* 本文+画像の2カラムレイアウト。プロフィール詳細・アクセス詳細（通常/東京税理士会）で共用 */
.atom110-split {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 3rem;
  align-items: start;
}

.atom110-split__body {
  min-width: 0;
}

.atom110-split__media {
  overflow: hidden;
  border-radius: 0.5rem;
  background: var(--cream);
}

.atom110-split__media img {
  width: 100%;
  object-fit: cover;
}

/* アクセス一覧ページ（contents-access-list.php）の事務所紹介カード専用 */
.atom110-access-only {
  padding: 0;
  overflow: hidden;
}

.atom110-office-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22.5rem, 30rem);
  align-items: stretch;
}

.atom110-office-card__media {
  min-height: 20rem;
  background: var(--cream_dark);
}

.atom110-office-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atom110-office-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}

/* 現在は無効化中の代替案（画像を正方形にtrimmingする指定）。参考用に残置 */
/* .atom110-access-detail .atom110-split__media img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: var(--white);
} */

/* ==================================================
   ATOM110 CARDS
   一覧カード・プロフィールカード・費用カード。
================================================== */
.atom110-card-grid {
  display: grid;
  gap: 1.5rem;
}

/* --access: 現状PHPテンプレート側に対応する実装が見当たらず、未使用の可能性が高い */
/* --fee: 料金一覧ページ（contents-fee-list.php） */
.atom110-card-grid--access,
.atom110-card-grid--fee {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* プロフィール一覧ページ（contents-profile-list.php）。アクセス詳細ページ内の関連プロフィールカードにも流用 */
.atom110-card-grid--profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* tokyo_zeiri ページ（contents-access-tokyo_zeiri.php）のみ左揃え */
.atom110-card-grid--profile-left {
  justify-content: flex-start;
}

.atom110-card-grid--profile .atom110-card {
  flex: 0 1 calc((100% - 4.5rem) / 4);
}

.atom110-card {
  min-width: 0;
}

.atom110-card__link {
  display: flex;
  height: 100%;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  border-radius: 0.5rem;
  box-shadow: 0 1rem 2.25rem rgba(30, 61, 42, 0.08);
  transition: box-shadow 0.2s, transform 0.2s;
}

.atom110-card__link:hover {
  box-shadow: 0 1.375rem 2.75rem rgba(30, 61, 42, 0.13);
  transform: translateY(-0.07812rem);
}

/* 現状PHPテンプレート側に対応する実装が見当たらず、未使用の可能性が高い（実際のカード画像枠は .atom110-card__placeholder / .atom110-profile-card__photo が使用されている） */
.atom110-card__thumb {
  aspect-ratio: 16 / 10;
  background: var(--cream_dark);
}

.atom110-card__thumb img,
.atom110-profile-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atom110-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(30, 61, 42, 0.12), rgba(201, 164, 64, 0.18)),
    var(--cream_dark);
}

.atom110-card__body,
.atom110-profile-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.375rem;
}

.atom110-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0 0.75rem;
  border-radius: 62.4375rem;
  background: var(--green_dark);
  color: var(--white);
  font-size: 0.875rem!important;
  font-weight: 700;
}

.atom110-card__title {
  margin-top: 0.875rem;
  color: var(--green_dark);
  font-family: "Zen Old Mincho", serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.45;
}

.atom110-card__text {
  margin-top: 0.625rem;
  color: var(--text_sub);
}

.atom110-card__more {
  margin-top: auto;
  padding-top: 1.25rem;
}

.atom110-profile-card__photo {
  aspect-ratio: 4 / 5;
  background: var(--cream_dark);
}

/* 料金一覧カード（contents-fee-list.php）の高さ調整 */
.atom110-fee-card .atom110-card__link {
  min-height: 13.75rem;
}

/* ==================================================
   ATOM110 DETAIL CONTENT
   fee本文・プロフィール表・情報リスト。
================================================== */
/* サイドナビ付き2カラム版だが、実際のテンプレートは --single（1カラム）のみ使用 */
.atom110-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 17.5rem;
  gap: 2.5rem;
  margin-top: 3.5rem;
  align-items: start;
}

.atom110-detail-layout--single {
  grid-template-columns: minmax(0, 1fr);
  width: min(60rem, 100%);
  margin-right: auto;
  margin-left: auto;
}

/* .atom110-side-nav は現状PHPテンプレート側に対応する実装が見当たらず、未使用の可能性が高い */
.atom110-detail,
.atom110-side-nav {
  padding: 0;
  background: transparent;
}

.atom110-detail :where(h2, h3, h4) {
  margin-top: 2.5rem;
  color: var(--green_dark);
  font-family: "Zen Old Mincho", serif;
  line-height: 1.45;
}

.atom110-detail :where(p, ul, ol, table) {
  margin-top: 1rem;
}

.atom110-profile-message .atom110-richtext {
  margin-top: 0.375rem;
}

.atom110-detail table {
  width: 100%;
  border-collapse: collapse;
}

.atom110-detail :where(th, td) {
  padding: 0.875rem;
  vertical-align: middle;
}

/* 料金詳細ページ本文（.atom110-fee-detail, contents-fee-detail.php）の文字サイズ・余白の個別調整 */
.atom110-page .atom110-fee-detail {
  color: var(--text);
  font-size: 1.0625rem;
  line-height: 1.9;
}

.atom110-page .atom110-fee-detail :where(p, ul, ol, table, blockquote, figure) {
  margin-bottom: 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.9;
}

.atom110-page .atom110-fee-detail :where(li) {
  margin-bottom: 0.5rem;
  font-size: 1.0625rem;
  line-height: 1.9;
}

.atom110-page .atom110-fee-detail :where(h2, h3, h4) {
  color: var(--green_dark);
  font-weight: 700;
  letter-spacing: 0;
}

.atom110-page .atom110-fee-detail h2 {
  margin: 3.5rem 0 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}

.atom110-page .atom110-fee-detail h3 {
  margin: 2.5rem 0 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  line-height: 1.55;
}

.atom110-page .atom110-fee-detail h4 {
  margin: 2rem 0 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.6;
}

.atom110-page .atom110-fee-detail table {
  width: 100%;
  margin-bottom: 1.75rem;
  background: var(--white);
  border-collapse: collapse;
}

.atom110-page .atom110-fee-detail :where(th, td) {
  padding: 1rem;
  border-bottom: 1px solid var(--cream_dark);
  font-size: 1.0625rem;
  line-height: 1.75;
  vertical-align: middle;
}

.atom110-page .atom110-fee-detail :where(td + td, th + th) {
  border-left: 1px solid var(--cream_dark);
}

.atom110-page .atom110-fee-detail .wp-block-table :where(td + td, th + th) {
  border-left: 1px solid var(--cream_dark);
}

.atom110-page .atom110-fee-detail th {
  background: var(--green_dark);
  color: var(--white);
  font-weight: 700;
}

.atom110-page .atom110-fee-detail th + th {
  border-left-color: rgba(255, 255, 255, 0.24);
}

.atom110-page .atom110-fee-detail .wp-block-table th + th {
  border-left-color: rgba(255, 255, 255, 0.24);
}

/* 以下 .atom110-side-nav 関連（__title/__list/__item, is-current含む）は
   現状PHPテンプレート側に対応する実装が見当たらず、未使用の可能性が高い */
.atom110-side-nav {
  position: sticky;
  top: 6rem;
}

.atom110-side-nav__title {
  color: var(--green_dark);
  font-size: 1.125rem;
  font-weight: 700;
}

.atom110-side-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 1.125rem;
}

.atom110-side-nav__item a {
  display: block;
  padding: 0.75rem 0.875rem;
  border-radius: 0.375rem;
  background: var(--white);
  color: var(--green_dark);
  font-size: 0.875rem;
  font-weight: 700;
  box-shadow: 0 0.625rem 1.5rem rgba(30, 61, 42, 0.07);
}

.atom110-side-nav__item.is-current a {
  background: var(--cream);
}

/* プロフィール詳細ページの基本情報テーブル（contents-profile-detail.php） */
.atom110-profile-table {
  border-top: 1px solid var(--cream_dark);
}

.atom110-profile-table__row {
  display: grid;
  grid-template-columns: 10rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.125rem 0;
  border-bottom: 1px solid var(--cream_dark);
}

.atom110-profile-table__row h3 {
  color: var(--green_dark);
  font-size: 0.9375rem;
  font-weight: 700;
}

.atom110-profile-table__row a {
  color: var(--green_dark);
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

/* 詳細ページの情報リスト。プロフィール・アクセス詳細（通常/東京税理士会）で共用 */
.atom110-info-list {
  display: grid;
}

.atom110-info-list__item,
.atom110-note {
  padding: 1.375rem 0;
  border-bottom: 1px solid var(--cream_dark);
}

.atom110-info-list__item h3,
.atom110-note h3 {
  color: var(--green_dark);
  font-size: 1.125rem;
  font-weight: 700;
}

.atom110-info-list__item p,
.atom110-note p {
  margin-top: 0.5rem;
}

.atom110-route .atom110-info-list + .atom110-section__head {
  margin-top: 3rem;
}

/* プロフィール詳細ページの全幅画像（contents-profile-detail.php） */
.atom110-wide-image {
  margin-top: 1.75rem;
  overflow: hidden;
  border-radius: 0.5rem;
}

.atom110-wide-image img {
  width: 100%;
}

/* ==================================================
   ATOM110 ACCESS ROUTE
   アクセス詳細の駅画像・道順タブ。
================================================== */
.atom110-station-list {
  display: grid;
  gap: 0.875rem;
  margin-top: 0.75rem;
}

.atom110-station-list img {
  width: 100%;
  border-radius: 0.375rem;
  background: var(--white);
}

/* アクセス詳細・東京税理士会アクセスページ共通のタブ切替（JSでis-activeを付与） */
.atom110-route-tabs {
  margin-top: 1.75rem;
}

.atom110-route-tabs__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.atom110-route-tab {
  cursor: pointer;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--border);
  border-radius: 62.4375rem;
  background: var(--white);
  color: var(--green_dark);
  font-weight: 700;
}

.atom110-route-tab.is-active {
  border-color: var(--green_dark);
  background: var(--green_dark);
  color: var(--white);
}

.atom110-route-panel {
  display: none;
  margin-top: 1.5rem;
}

.atom110-route-panel.is-active {
  display: block;
}

.atom110-route-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.125rem;
}

.atom110-route-photos figure {
  overflow: hidden;
  border-radius: 0.5rem;
  background: var(--white);
}

.atom110-route-photos img {
  width: 100%;
}

.atom110-route-photos figcaption {
  padding: 0.875rem;
  color: var(--text_sub);
  font-size: 0.875rem;
  line-height: 1.7;
}

/* ==================================================
   ATOM110 RESPONSIVE (max-width: 59.9375rem)
   上記各セクションのブレークポイント調整をまとめて記述。
================================================== */
@media (max-width: 59.9375rem) {
  .atom110-page__inner {
    width: min(45rem, calc(100% - 2rem));
    padding: 3rem 0 4.5rem;
  }

  .atom110-hero {
    padding: 0 0 1.75rem;
  }

  .atom110-section {
    margin-top: 3rem;
    padding: 0;
  }

  .atom110-hero__title {
    font-size: 1.875rem;
  }

  .atom110-profile-hero__name {
    font-size: 2.125rem;
  }

  .atom110-profile-hero__text .atom110-profile-hero__catch {
    font-size: 1.375rem;
  }

  .atom110-section__title {
    font-size: 1.4375rem;
  }

  .atom110-page .atom110-fee-detail,
  .atom110-page .atom110-fee-detail :where(p, ul, ol, table, blockquote, figure),
  .atom110-page .atom110-fee-detail :where(li),
  .atom110-page .atom110-fee-detail :where(th, td) {
    font-size: 1rem;
  }

  .atom110-page .atom110-fee-detail h2 {
    margin-top: 2.75rem;
    font-size: 1.375rem;
  }

  .atom110-page .atom110-fee-detail h3 {
    font-size: 1.1875rem;
  }

  .atom110-profile-hero,
  .atom110-split,
  .atom110-office-card,
  .atom110-detail-layout,
  .atom110-profile-table__row {
    grid-template-columns: 1fr;
  }

  .atom110-office-card__media {
    min-height: auto;
  }

  .atom110-office-card__media img {
    aspect-ratio: 16 / 10;
  }

  .atom110-office-card__body {
    padding: 1.75rem 1.25rem;
  }

  .atom110-access-detail .atom110-split__media img {
    aspect-ratio: auto;
  }

  /* --access は未使用の可能性が高いが、他のグリッドと合わせてレスポンシブ対応のみ残置 */
  .atom110-card-grid--access,
  .atom110-card-grid--fee,
  .atom110-route-photos {
    grid-template-columns: 1fr;
  }

  .atom110-card-grid--profile {
    gap: 0.875rem;
  }

  .atom110-card-grid--profile .atom110-card {
    flex-basis: calc((100% - 0.875rem) / 2);
  }

  .atom110-profile-card__body {
    padding: 0.875rem;
  }

  .atom110-card__badge {
    min-height: 1.5rem;
    padding: 0 0.5rem;
    font-size: 0.75rem!important;
  }

  .atom110-card__title {
    margin-top: 0.625rem;
    font-size: 1.125rem;
  }

  .atom110-card__more {
    padding-top: 0.875rem;
    font-size: 0.8125rem;
  }

  /* .atom110-side-nav は未使用の可能性が高いが、念のためレスポンシブ対応も維持 */
  .atom110-side-nav {
    position: static;
  }
}

/* ==================================================
   ATOM110 PROFILE DETAIL
   atom_top のプロフィール詳細構成を、税理士サイトの色・余白へ調整。
================================================== */
.atom110-single .p-single-profile {
  width: 100%;
}

.atom110-single .p-single-profile__body,
.atom110-single .underlayer-container,
.atom110-single .profile-page__wrap {
  width: 100%;
}

.atom110-single .profile-page__wrap {
  max-width: 67.5rem;
  margin: 0 auto;
  padding-top: 2.625rem;
}

.atom110-single .p-single-profile .atom110-hero__lead {
  margin-top: 0;
}

.atom110-single .p-single-profile .atom110-hero__title::after {
  display: none;
}

.atom110-single .profile-single__details {
  display: grid;
  grid-template-columns: 19.375rem minmax(0, 1fr);
  gap: 2.125rem;
  align-items: start;
}

.atom110-single .profile-visual__inner {
  overflow: hidden;
  border-radius: 0.5rem;
  background: var(--cream_dark);
}

.atom110-single .profile-visual img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.atom110-single .profile-message p.f-en {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
}

.atom110-single .profile-message_text {
  margin-top: 0.75rem;
  color: var(--green_dark);
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.55;
}

.atom110-single .profile-message_text span {
  display: inline-block;
}

.atom110-single .profile-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding-top: 1.125rem;
  border-top: 1px solid var(--cream_dark);
}

.atom110-single .profile-social__lst a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.625rem;
  height: 2.625rem;
  padding: 0;
  color: var(--green_dark);
  font-size: 1.125rem;
  font-weight: 700;
  transition: color 0.2s, opacity 0.2s;
}

.atom110-single .profile-social__lst i {
  line-height: 1;
}

.atom110-single .profile-social__lst a:hover {
  color: var(--gold);
  opacity: 0.9;
}

.atom110-single .profile-persol {
  margin-top: 1.75rem;
}

.atom110-single .profile-persol__lst {
  display: grid;
  grid-template-columns: 8.875rem minmax(0, 1fr);
  gap: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  border-bottom: 0;
}

.atom110-single .profile-persol__lst > p {
  margin: 0;
  padding: 0.8125rem 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.7;
}

.atom110-single .profile-persol__lst > p:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(240, 235, 224, 0.48);
  /* color: var(--green_dark); */
  /* font-weight: 700; */
  text-align: center;
  letter-spacing: 0.03125rem;
}

.atom110-single .profile-persol__lst > p:last-child {
  border-left: 1px solid rgba(240, 235, 224, 0.9);
  border-bottom: 1px solid rgba(240, 235, 224, 0.65);
}

.atom110-single .profile-persol__lst a,
.atom110-single .profile-intro__text a {
  color: var(--green_dark);
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.atom110-single .profile-single__intro,
.atom110-single .profile-single__interview,
.atom110-single .profile-single__comment,
.atom110-single .profile-single__news {
  margin-top: 4.5rem;
  padding-top: 3.5rem;
  border-top: 1px solid var(--cream_dark);
}

.atom110-single .profile-section__index h2 {
  color: var(--green_dark);
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.45;
}

.atom110-single .profile-section__text {
  margin-top: 1.125rem;
}

.atom110-single .profile-section__text p,
.atom110-single .profile-intro__text p,
.atom110-single .profile-lawinterview__text p,
.atom110-single .profile-comment__text p {
  margin-top: 0.75rem;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.9;
}

.atom110-single .profile-section__index.cont_omoi,
.atom110-single .profile-section__index.cont_interview {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.atom110-single .profile-section__index.cont_omoi {
  margin-top: 4.5rem;
  padding: 4.5rem 0;
  background-color: var(--cream);
  background-image: url("../images/110/bg_omoi_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.atom110-single .cont_omoi__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  gap: 1.5rem;
  width: min(67.5rem, calc(100% - 4rem));
  margin: 0 auto;
}

.atom110-single .profile-intro__lst {
  display: flex;
  min-height: 100%;
  padding: 2rem;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  background: var(--white);
  box-shadow: 0 0.875rem 2.125rem rgba(30, 61, 42, 0.08);
}

.atom110-single .profile-intro__lst--wide {
  width: 100%;
  max-width: 50rem;
  justify-self: center;
}

.atom110-single .profile-intro__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.atom110-single .profile-intro__text > div {
  width: 100%;
}

.atom110-single .profile-intro__text h3 {
  position: relative;
  padding-bottom: 0.875rem;
  color: var(--green_dark);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.atom110-single .profile-intro__text h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2.875rem;
  height: 2px;
  background: var(--gold);
  transform: translateX(-50%);
}

.atom110-single .profile-intro__text a {
  margin-top: auto;
  padding-top: 1.125rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.atom110-single .profile-intro__text .cat-label::after {
  content: "\f08e";
  display: inline-block;
  margin-left: 0.375rem;
  font-family: "Font Awesome 6 Free";
  font-size: 0.82em;
  font-weight: 900;
  line-height: 1;
}

.atom110-single .profile-intro__visual {
  max-width: 47.5rem;
  margin: 3.5rem auto 0;
  overflow: hidden;
  border-radius: 0.5rem;
  background: var(--cream_dark);
}

.atom110-single .profile-intro__visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.atom110-single .profile-section__index.cont_interview {
  margin-top: 5.5rem;
  padding: 6.5rem 0 5rem;
  background: var(--bg_light);
}

.atom110-single .cont_interview__inner {
  width: min(57.5rem, calc(100% - 4rem));
  margin: 0 auto;
}

.atom110-single .profile-section__index.cont_interview .bg_entitle {
  position: relative;
  z-index: 0;
  margin-bottom: 2.5rem;
}

.atom110-single .profile-section__index.cont_interview .bg_entitle::before {
  content: "Interview";
  position: absolute;
  top: -3.04688rem;
  left: -1.09375rem;
  z-index: -1;
  color: var(--gold);
  font-family: "Zen Old Mincho", serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  opacity: 0.16;
}

.atom110-single .profile-lawinterview__lst {
  padding: 1.625rem 0;
  border-top: 1px solid var(--cream_dark);
}

.atom110-single .profile-lawinterview__lst:last-child {
  border-bottom: 1px solid var(--cream_dark);
}

.atom110-single .profile-lawinterview__lst .title {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: var(--green_dark);
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.55;
}

.atom110-single .profile-lawinterview__lst .icon-q {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 0.25rem;
  background: var(--green_dark);
  color: var(--white);
  font-size: 0.8125rem;
  font-weight: 700;
}

.atom110-single .profile-single__interview-inner,
.atom110-single .profile-single__comment-inner,
.atom110-single .profile-single__news-inner {
  margin-top: 1.5rem;
}

.atom110-single .profile-interview__lst {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  background: var(--white);
}

.atom110-single .profile-interview__lst a {
  display: grid;
  grid-template-columns: 32% minmax(0, 1fr);
}

.atom110-single .profile-interview__visual img {
  width: 100%;
  height: 100%;
  min-height: 11.25rem;
  object-fit: cover;
}

.atom110-single .profile-interview__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
}

.atom110-single .profile-interview__text > p {
  color: var(--green_dark);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.65;
}

.atom110-single .profile-interview__text .u-line {
  margin-top: 1rem;
  color: var(--green_dark);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.atom110-single .profile-comment__lst {
  display: grid;
  grid-template-columns: 45% minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  background: var(--white);
}

.atom110-single .profile-comment__lst + .profile-comment__lst {
  margin-top: 1.5rem;
}

.atom110-single .profile-comment__visual {
  overflow: hidden;
  border-radius: 0.375rem;
  background: var(--cream_dark);
}

.atom110-single .profile-comment__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atom110-single .profile-comment__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.atom110-single .profile-comment__tag p {
  margin: 0;
  padding: 0.375rem 0.75rem;
  border-radius: 62.4375rem;
  background: var(--green_dark);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
}

.atom110-single .profile-comment__text h3 {
  margin-top: 0.875rem;
  color: var(--green_dark);
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.55;
}

.atom110-single .news-lst__inner {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  padding: 1.125rem 0;
  border-bottom: 1px solid var(--cream_dark);
}

.atom110-single .news-lst__visual {
  flex: 0 0 6rem;
  overflow: hidden;
  border-radius: 0.375rem;
  background: var(--cream_dark);
}

.atom110-single .news-lst__visual img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.atom110-single .news-lst__text {
  min-width: 0;
  flex: 1 1 auto;
}

.atom110-single .news-lst__day {
  color: var(--gold);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.atom110-single .news-lst__title {
  margin-top: 0.375rem;
  color: var(--green_dark);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.6;
}

.atom110-single .news-lst__arrow {
  flex: 0 0 auto;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid var(--green_dark);
  border-right: 2px solid var(--green_dark);
  transform: rotate(45deg);
}

@media (max-width: 59.9375rem) {
  .atom110-single .profile-single__details {
    grid-template-columns: 13.75rem minmax(0, 1fr);
    gap: 1.5rem;
  }

  .atom110-single .profile-message_text {
    font-size: 1.375rem;
  }

  .atom110-single .profile-persol__lst {
    grid-template-columns: 8rem minmax(0, 1fr);
  }

  .atom110-single .cont_omoi__inner,
  .atom110-single .cont_interview__inner {
    width: min(45rem, calc(100% - 2rem));
  }

  .atom110-single .profile-section__index.cont_interview .bg_entitle::before {
    top: -2.03125rem;
    left: 0;
    font-size: 3.875rem;
  }

  .atom110-single .profile-interview__lst a,
  .atom110-single .profile-comment__lst {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 40rem) {
  .atom110-single .profile-page__wrap {
    padding-top: 1.75rem;
  }

  .atom110-single .profile-single__details {
    grid-template-columns: 6.5rem minmax(0, 1fr);
    gap: 1rem;
  }

  .atom110-single .profile-single__details-inner {
    display: contents;
  }

  .atom110-single .profile-visual img {
    aspect-ratio: 1 / 1.2;
  }

  .atom110-single .profile-single__meta {
    min-width: 0;
  }

  .atom110-single .profile-message p.f-en {
    font-size: 0.625rem;
  }

  .atom110-single .profile-message_text {
    margin-top: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .atom110-single .profile-social {
    gap: 0.375rem;
    margin-top: 0.75rem;
    padding-top: 0;
    border-top: 0;
  }

  .atom110-single .profile-social__lst a {
    width: 2.125rem;
    height: 2.125rem;
    font-size: 0.9375rem;
  }

  .atom110-single .profile-persol {
    grid-column: 1 / -1;
    margin-top: 1.125rem;
    padding-top: 1.125rem;
    border-top: 1px solid var(--cream_dark);
  }

  .atom110-single .profile-persol__lst {
    grid-template-columns: 6.5rem minmax(0, 1fr);
  }

  .atom110-single .profile-persol__lst > p {
    padding: 0.6875rem 0.625rem;
    font-size: 0.8125rem;
  }

  .atom110-single .profile-single__intro,
  .atom110-single .profile-single__interview,
  .atom110-single .profile-single__comment,
  .atom110-single .profile-single__news {
    margin-top: 2.75rem;
    padding-top: 2.25rem;
  }

  .atom110-single .profile-section__index h2 {
    font-size: 1.375rem;
  }

  .atom110-single .profile-section__text p,
  .atom110-single .profile-intro__text p,
  .atom110-single .profile-lawinterview__text p,
  .atom110-single .profile-comment__text p {
    font-size: 0.9375rem;
    line-height: 1.8;
  }

  .atom110-single .profile-section__index.cont_omoi {
    margin-top: 2.75rem;
    padding: 2.75rem 0;
    background-image: url("../images/110/bg_omoi_mob.png");
  }

  .atom110-single .profile-intro__lst {
    padding: 1.5rem 1.25rem;
  }

  .atom110-single .profile-intro__text h3 {
    font-size: 1.125rem;
  }

  .atom110-single .profile-intro__visual {
    margin-top: 2.25rem;
  }

  .atom110-single .profile-section__index.cont_interview {
    margin-top: 3.5rem;
    padding: 4.5rem 0 3.25rem;
  }

  .atom110-single .profile-lawinterview__lst .title {
    align-items: flex-start;
    font-size: 1rem;
  }

  .atom110-single .profile-lawinterview__lst .icon-q {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.75rem;
  }

  .atom110-single .profile-comment__lst {
    gap: 1.125rem;
    padding: 1.25rem;
  }

  .atom110-single .profile-comment__text h3,
  .atom110-single .news-lst__title {
    font-size: 1rem;
  }

  .atom110-single .news-lst__inner {
    gap: 0.75rem;
  }

  .atom110-single .news-lst__visual {
    flex-basis: 3.625rem;
  }
}
