@charset "utf-8";

/* --------------------------------------
   基本設定
--------------------------------------- */
/* 本文（p, li, etc.） */
body,
.body,
p,
li {
  font-size: var(--md-body-large-font-size);
  line-height: var(--md-body-large-line-height);
  font-weight: var(--md-body-large-weight);
  -webkit-text-size-adjust: 100%;
}

img {
  border-style: none;
}

/* --------------------------------------
   見出しスタイル
--------------------------------------- */
h1,
.h1 {
  font-size: var(--md-headline-large-font-size);
  line-height: var(--md-headline-large-line-height);
  font-weight: var(--md-headline-large-weight);
}
h2,
.h2 {
  font-size: var(--md-headline-medium-font-size);
  line-height: var(--md-headline-medium-line-height);
  font-weight: var(--md-headline-medium-weight);
}
h3,
.h3 {
  font-size: var(--md-headline-small-font-size);
  line-height: var(--md-headline-small-line-height);
  font-weight: var(--md-headline-small-weight);
}
h4,
.h4 {
  font-size: var(--md-title-large-font-size);
  line-height: var(--md-title-large-line-height);
  font-weight: var(--md-title-large-weight);
}
h5,
.h5 {
  font-size: var(--md-title-medium-font-size);
  line-height: var(--md-title-medium-line-height);
  font-weight: var(--md-title-medium-weight);
}
h6,
.h6 {
  font-size: var(--md-title-small-font-size);
  line-height: var(--md-title-small-line-height);
  font-weight: var(--md-title-small-weight);
}
/* --------------------------------------
   フォント
--------------------------------------- */
.font-mincho {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho",
    "MS PMincho", serif;
}
.small,
small,
.text-body-secondary {
  font-size: var(--md-body-medium-font-size);
  line-height: var(--md-body-medium-line-height);
  font-weight: var(--md-body-medium-weight);
}

/* Bootstrapのボタンをオーバーライド */
.btn {
  font-size: var(--md-label-large-font-size);
  line-height: var(--md-label-large-line-height);
  font-weight: var(--md-label-large-weight);
  letter-spacing: 0.01em;
}
.btn-sm {
  font-size: var(--md-label-medium-font-size);
  line-height: var(--md-label-medium-line-height);
  font-weight: var(--md-label-medium-weight);
}
.btn-lg {
  font-size: var(--md-title-small-font-size);
  line-height: var(--md-title-small-line-height);
  font-weight: var(--md-title-small-weight);
}
/* フォームラベル/ヘルプ */
.form-label,
.form-check-label,
legend {
  font-size: var(--md-title-small-font-size);
  line-height: var(--md-title-small-line-height);
  font-weight: var(--md-title-small-weight);
}
.form-text {
  font-size: var(--md-body-small-font-size);
  line-height: var(--md-body-small-line-height);
  font-weight: var(--md-body-small-weight);
}
/* ナビゲーション・Badgeなど */
.nav-link,
.breadcrumb,
.dropdown-item,
.badge {
  font-size: var(--md-body-medium-font-size);
  line-height: var(--md-body-medium-line-height);
}

.md-display-large {
  font-size: var(--md-display-large-font-size);
  line-height: var(--md-display-large-line-height);
  font-weight: var(--md-display-large-weight);
}
.md-display-medium {
  font-size: var(--md-display-medium-font-size);
  line-height: var(--md-display-medium-line-height);
  font-weight: var(--md-display-medium-weight);
}
.md-display-small {
  font-size: var(--md-display-small-font-size);
  line-height: var(--md-display-small-line-height);
  font-weight: var(--md-display-small-weight);
}

.md-headline-large {
  font-size: var(--md-headline-large-font-size);
  line-height: var(--md-headline-large-line-height);
  font-weight: var(--md-headline-large-weight);
}
.md-headline-medium {
  font-size: var(--md-headline-medium-font-size);
  line-height: var(--md-headline-medium-line-height);
  font-weight: var(--md-headline-medium-weight);
}
.md-headline-small {
  font-size: var(--md-headline-small-font-size);
  line-height: var(--md-headline-small-line-height);
  font-weight: var(--md-headline-small-weight);
}

.md-title-large {
  font-size: var(--md-title-large-font-size);
  line-height: var(--md-title-large-line-height);
  font-weight: var(--md-title-large-weight);
}
.md-title-medium {
  font-size: var(--md-title-medium-font-size);
  line-height: var(--md-title-medium-line-height);
  font-weight: var(--md-title-medium-weight);
}
.md-title-small {
  font-size: var(--md-title-small-font-size);
  line-height: var(--md-title-small-line-height);
  font-weight: var(--md-title-small-weight);
}

.md-body-large {
  font-size: var(--md-body-large-font-size);
  line-height: var(--md-body-large-line-height);
  font-weight: var(--md-body-large-weight);
}
.md-body-medium {
  font-size: var(--md-body-medium-font-size);
  line-height: var(--md-body-medium-line-height);
  font-weight: var(--md-body-medium-weight);
}
.md-body-small {
  font-size: var(--md-body-small-font-size);
  line-height: var(--md-body-small-line-height);
  font-weight: var(--md-body-small-weight);
}

.md-label-large {
  font-size: var(--md-label-large-font-size);
  line-height: var(--md-label-large-line-height);
  font-weight: var(--md-label-large-weight);
}
.md-label-medium {
  font-size: var(--md-label-medium-font-size);
  line-height: var(--md-label-medium-line-height);
  font-weight: var(--md-label-medium-weight);
}
.md-label-small {
  font-size: var(--md-label-small-font-size);
  line-height: var(--md-label-small-line-height);
  font-weight: var(--md-label-small-weight);
}

/* --------------------------------------
   リンク
--------------------------------------- */
a {
  color: var(--bs-link-color);
  text-decoration: none;
  transition-duration: 500ms;
}
a:hover {
  color: var(--bs-link-hover-color);
  text-decoration: underline;
}
.active > .page-link,
.page-link.active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
/* --------------------------------------
   装飾要素
--------------------------------------- */
:where(blockquote) {
  margin: 1.2em 0;
  padding: 0.75em 1em;
  border-left: 4px solid #d2d2d2;
  background: #efefef;
  font-style: italic;
}

:where(code, kbd, samp) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.95em;
}

.offcanvas {
  background-color: var(--theme-color);
}
.offcanvas .offcanvas-title,
.offcanvas .nav-link {
  color: #fff;
}

.offcanvas .nav-link:hover,
.offcanvas .nav-link:focus {
  color: rgba(255, 255, 255, 0.8);
}

/* クローズボタンを白に */
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

@media (min-width: 992px) {
  .navbar .nav-link {
    color: #222;
  }
  .navbar .nav-link:hover,
  .navbar .nav-link:focus {
    color: var(--theme-color);
  }
}

/* --------------------------------------
   ユーティリティ
--------------------------------------- */
.text-theme {
  color: var(--theme-color) !important;
}
.text-theme-sub {
  color: var(--theme-sub-color) !important;
}
.text-theme-deep {
  color: var(--theme-deep-color) !important;
}
.bg-theme {
  background-color: var(--theme-color) !important;
}
.bg-theme-light {
  background-color: var(--theme-colo-light) !important;
}
.bg-sub-theme {
  background-color: var(--theme-sub-color) !important;
}
.bg-theme-light-grey {
  background-color: var(--theme-light-grey) !important;
}
.border-theme {
  border-color: var(--theme-color) !important;
}

.btn-theme {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--theme-color);
  --bs-btn-border-color: var(--theme-color);
  --bs-btn-hover-bg: #2f8b27;
  --bs-btn-hover-border-color: #2f8b27;
  --bs-btn-focus-shadow-rgb: 62, 177, 52;
}

.navbar .nav-link.active {
  color: var(--theme-color);
  font-weight: 600;
}

/* サブテーマカラーのボタン */
.btn-sub {
  --bs-btn-color: #fff; /* 文字色 */
  --bs-btn-bg: var(--theme-sub-color); /* 背景色 */
  --bs-btn-border-color: var(--theme-sub-color); /* 枠線色 */
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: color-mix(in srgb, var(--theme-sub-color) 85%, black);
  --bs-btn-hover-border-color: color-mix(
    in srgb,
    var(--theme-sub-color) 85%,
    black
  );
  --bs-btn-focus-shadow-rgb: 0, 102, 0; /* #006600 を RGB 化 */
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: color-mix(in srgb, var(--theme-sub-color) 75%, black);
  --bs-btn-active-border-color: color-mix(
    in srgb,
    var(--theme-sub-color) 75%,
    black
  );

  border-radius: 2rem;
}

/* --------------------------------------
   Common
--------------------------------------- */
header h1 {
  display: inline-block;
  width: auto;
}

#copyright .copy {
  font-size: 0.7rem;
  color: var(--theme-deep-color);
}

.sns-list-title {
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  color: var(--theme-deep-color);
}
.sns-lists {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.sns-list-item {
  max-width: 20px;
  margin: 0.2rem;
}
.sns-list-item img {
  width: 100%;
  height: auto;
}

.contents-section h2 {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: normal;
}
@media (min-width: 992px) {
  .contents-section h2 {
    font-size: 2rem;
    line-height: 1.5em;
  }
}

.main-nav li.nav-item .nav-link {
  font-size: var(--md-title-medium-font-size);
  letter-spacing: 0.02em;
  margin: 0 0.5rem;
}

.main-nav li.nav-item .nav-link.contact {
  display: inline-block;
  color: var(--theme-deep-color);
  font-weight: var(--noto-font-weight-bold);
  padding: 0;
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .main-nav li.nav-item .nav-link {
    font-size: var(--md-body-large-font-size);
  }
  .main-nav li.nav-item .nav-link.contact {
    display: inline-block;
    background-color: var(--theme-sub-color);
    border: 1px solid var(--theme-sub-color);
    color: #fff;
    font-size: var(--md-body-large-font-size);
    font-weight: var(--noto-font-weight-bold);
    border-radius: 30px;
    line-height: var(--md-body-large-font-size);
    text-align: center;
    text-decoration: none;
    transition-duration: 500ms;
    margin: 0;
    padding: 0.5rem 1rem;
  }
  .main-nav li.nav-item .nav-link.contact:hover {
    background-color: #fff;
    color: var(--theme-sub-color);
    text-decoration: none;
  }
}

/* --------------------------------------
   Post List
--------------------------------------- */
.post-meta {
  text-align: left;
}
/* リスト基礎 */

.post-excerpt {
  text-align: left;
  line-height: 1.2;
}

.s__post-list .post-title .post-link {
  display: block;
  font-size: var(--md-title-medium-font-size);
  font-weight: var(--noto-font-weight-semibold);
  letter-spacing: 0.02em;
  color: var(--theme-deep-color);
  line-height: 1.2;
  text-decoration: none;
}

.s__post-list .post-date {
  display: block;
  font-size: var(--md-label-medium-font-size);
  line-height: 1;
  color: #666;
  white-space: nowrap;
}

/* カテゴリー一覧 */
.all-category-posts .h__category-list-header,
.category-posts .h__category-list-header {
  font-size: var(--md-title-medium-font-size);
  font-weight: var(--noto-font-weight-semibold);
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
.all-category-posts .c__category-list .t__category,
.category-posts .c__category-list .t__category {
  display: block;
  font-size: var(--md-body-medium-font-size);
  letter-spacing: 0.02em;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: #fff;
  padding: 0.3rem 1rem;
  transition-duration: 500ms;
}
.all-category-posts .c__category-list .t__category:hover,
.category-posts .c__category-list .t__category:hover {
  background-color: #fff;
  color: var(--theme-color);
  text-decoration: none;
}
.all-category-posts .c__category-list .t__category.is-current,
.category-posts .c__category-list .t__category.is-current {
  background-color: var(--theme-sub-color);
  border: 1px solid var(--theme-sub-color);
}

.category-posts .c__category-list .t__category.t__category--news-on-child {
  background-color: var(--theme-sub-color);
  border: 1px solid var(--theme-sub-color);
}
.all-category-posts .c__category-list .t__category.is-current:hover,
.category-posts .c__category-list .t__category.is-current:hover {
  background-color: #fff;
  color: var(--theme-sub-color);
}
.category-posts
  .c__category-list
  .t__category.t__category--news-on-child:hover {
  background-color: #fff;
  color: var(--theme-sub-color);
}
.all-category-posts .c__category-list .t__category.t__category--column,
.category-posts .c__category-list .t__category.t__category--column {
  background-color: #3399cc;
  border-color: #3399cc;
}
.all-category-posts .c__category-list .t__category.t__category--column:hover,
.category-posts .c__category-list .t__category.t__category--column:hover {
  background-color: #fff;
  color: #3399cc;
}
.all-category-posts
  .c__category-list
  .t__category.t__category--column.is-current,
.category-posts .c__category-list .t__category.t__category--column.is-current {
  background-color: #0068b7;
  border-color: #0068b7;
}
.all-category-posts
  .c__category-list
  .t__category.t__category--column.is-current:hover,
.category-posts
  .c__category-list
  .t__category.t__category--column.is-current:hover {
  background-color: #fff;
  color: #0068b7;
}

.post-excerpt {
  grid-column: 1 / -1; /* 次の行全幅 */
  color: #444;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 4px;
}

/* カテゴリラベル */
.post-categories {
  text-align: left;
  margin-bottom: 0.5rem;
}
.s__post-list .post-list .post-category {
  display: inline-block;
  font-size: var(--md-label-medium-font-size);
  letter-spacing: 0.02em;
  padding: 0.1em 0.7em;
  color: #fff;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 0.5rem;
  transition-duration: 500ms;
}
/* 親カテゴリーだけ色を変える場合
.s__post-list .post-list .post-category.post-category--parent {
  background-color: var(--theme-sub-color);
  border: 1px solid var(--theme-sub-color);
}
*/
/* 現在選択されているカテゴリーが自分の子供カテゴリーだった場合 */
.s__post-list .post-list .post-category.t__category--news-on-child {
  background-color: var(--theme-sub-color);
  border: 1px solid var(--theme-sub-color);
}

.s__post-list .post-list .post-category.post-category--column {
  background-color: #3399cc;
  border: 1px solid #3399cc;
}
.s__post-list .post-list .post-category:hover {
  text-decoration: none;
  background-color: #fff;
  color: var(--theme-color);
}
/* 親カテゴリーだけ色を変える場合
.s__post-list .post-list .post-category.post-category--parent:hover {
  color: var(--theme-sub-color);
}
*/
.s__post-list .post-list .post-category.t__category--news-on-child:hover {
  background-color: #fff;
  color: var(--theme-sub-color);
}

.s__post-list .post-list .post-category.post-category--column:hover {
  background-color: #fff;
  color: #3399cc;
}
.s__post-list .post-tags {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
}
.s__post-list .tag-badge {
  font-size: var(--md-label-medium-font-size);
  line-height: 1;
  letter-spacing: 0.02em;
}

@media (min-width: 992px) {
  .all-category-posts .h__category-list-header,
  .category-posts .h__category-list-header {
    font-size: var(--md-title-large-font-size);
  }
  .all-category-posts .c__category-list .t__category,
  .category-posts .c__category-list .t__category {
    font-size: var(--md-body-large-font-size);
  }
  .s__post-list .post-title .post-link {
    font-size: var(--md-title-large-font-size);
  }

  .s__post-list .post-date {
    font-size: var(--md-label-large-font-size);
  }

  .s__post-list .post-list .post-category {
    font-size: var(--md-label-large-font-size);
    padding: 0.2rem 0.8rem;
  }

  .post-link {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    line-height: 1.4em;
  }

  .post-excerpt {
    font-size: 1rem;
  }
  .tag-link {
    font-size: 0.7rem;
  }
  .s__post-list .tag-badge {
    font-size: var(--md-label-large-font-size);
  }
}

/* --------------------------------------
   Tag List
--------------------------------------- */
/* Tags */
.s__tag-list .h__tag-list-header {
  font-size: var(--md-title-large-font-size);
  font-weight: var(--noto-font-weight-semibold);
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0;
  text-align: center;
  color: var(--theme-deep-color);
}

.s__post-list .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 1%;
  margin: 0;
  padding: 0;
}
.tag-item {
  display: inline-block;
  margin-right: 0.3em;
}
.tag-link {
  display: block;
  color: var(--theme-color);
  font-size: 0.6rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--theme-color);
  text-decoration: none;
  padding: 0.2em 0.5em;
  transition-duration: 500ms;
}
.tag-link:hover {
  color: var(--theme-deep-color);
  border-color: var(--theme-deep-color);
  text-decoration: none;
}
/* タグバッジの並び */
.tag-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.6rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c__category-list__item {
  list-style: none;
}

/* 各アイテム */
.tag-badges__item {
  margin: 0;
  padding: 0;
}

/* アウトライン（枠線）バッジ */
.tag-badge {
  display: inline-block;
  padding: 0.45rem 0.7rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 9999px;
  text-decoration: none;
  transition: 0.5s;
}

.tag-badge.-outline {
  --tag-color: var(--theme-sub-color, #222);
  color: var(--tag-color);
  border: 1px solid var(--tag-color);
  background-color: transparent;
}

.tag-badge.-outline:hover,
.tag-badge.-outline:focus-visible {
  background-color: var(--tag-color);
  color: #fff;
  text-decoration: none;
  outline: none;
}

/* 余白調整（段落直下などに置く場合） */
.tag-badges + * {
  margin-top: 1rem;
}

/* --------------------------------------
   TOP
--------------------------------------- */

/* Health Support */
.s__health-support h2.h__health-support {
  font-size: var(--md-headline-small-font-size);
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: var(--md-headline-small-line-height);
}

.s__health-support h2.h__health-support .t__narrow {
  display: block;
  letter-spacing: 0.01em;
}
.s__health-support .t__health-support-text {
  font-size: var(--md-body-medium-font-size);
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .s__health-support h2.h__health-support {
    font-size: var(--md-headline-large-font-size);
    line-height: 1;
  }

  .s__health-support h2.h__health-support .t__narrow {
    display: inline;
  }

  .s__health-support .t__health-support-text {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}

/* Services */
.s__services .h__services-header {
  font-size: var(--md-title-large-font-size);
  font-weight: var(--noto-font-weight-semibold);
  line-height: 1;
  letter-spacing: 0.02em;
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.s__services .h__top-services-title {
  font-size: var(--md-title-large-font-size);
  font-weight: var(--noto-font-weight-semibold);
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 0;
}
.s__services .t__top-services-text {
  font-size: var(--md-title-medium-font-size);
  font-weight: var(--noto-font-weight-normal);
  line-height: var(--md-title-medium-line-height);
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.b__top-services-more-link a {
  padding: 0.8rem 8rem;
}

/* タグ一覧 */
.s__tag-list .h__tag-list-header.--home {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .s__services .h__top-services-title {
    font-size: var(--md-headline-small-font-size);
  }
  .s__services .t__top-services-text {
    font-size: 1.125rem;
  }
}
/* News / Column */
.s__news .h__news-header {
  font-size: var(--md-title-large-font-size);
  font-weight: var(--noto-font-weight-semibold);
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0;
  text-align: center;
  color: var(--theme-deep-color);
}

/* -----------------------------------------------------------------------------
	Footer
----------------------------------------------------------------------------- */
.copy {
  line-height: 1;
  font-size: 0.8rem;
}

.b__footer-nav ul li {
  display: block;
  font-size: var(--md-title-small-font-size);
  font-weight: var(--md-body-small-weight);
  letter-spacing: 0.02em;
  transition-duration: 500ms;
  margin: 0 0 1rem;
}

.b__footer-nav ul li.nav-header {
  color: var(--theme-sub-color);
  letter-spacing: 0.02em;
  line-height: 1;
  font-size: var(--md-title-medium-font-size);
  font-weight: var(--md-title-medium-weight);
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #ccc;
  margin: 1rem 0 1rem;
}

.b__footer-nav ul li a {
  transition-duration: 500ms;
}

.footer-nav .nav-header a {
  text-decoration: none;
}

.footer-nav .nav-header a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .b__footer-nav ul li {
    font-size: var(--md-body-large-font-size);
  }
  .b__footer-nav ul li.nav-header {
    font-size: var(--md-title-large-font-size);
    font-weight: var(--md-title-large-weight);
    padding: 0 0 1rem;
    margin: 0 0 1rem;
  }
}

/* --------------------------------------
   TOP - ニュース & コラム
--------------------------------------- */

.more-link {
  border-radius: 15px;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  transition-duration: 500ms;
}
.more-link:hover {
  text-decoration: none;
  color: var(--theme-color);
  background: #fff;
}

/* アニメーション控えめ（アクセシビリティ） */
@media (prefers-reduced-motion: reduce) {
  .more-link {
    transition: none;
  }
}

/* --------------------------------------
   Footer / Service Banner
--------------------------------------- */
.service-banner-lists {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
}

.service-banner-item {
  display: inline-block;
  width: 50%;
  padding: 0.1rem 0.2rem;
}

.service-banner-item a {
  display: block;
}

.service-banner-item a img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .service-banner-item {
    padding: 0.2rem 0.5rem;
  }
}

/* --------------------------------------
   記事ページ
--------------------------------------- */
.single .s__page-header .h__single-post-header {
  font-size: var(--md-headline-large-font-size);
  line-height: 1;
  color: #fff;
  font-weight: var(--noto-font-weight-medium);
  text-align: center;
  letter-spacing: 0.08em;
  margin: 0;
}
.single .s__page-header .h__single-post-header a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: 500ms;
}
.single .s__page-header .h__single-post-header a:hover {
  text-decoration: underline;
}

.s__single .b__article .t__article-header-date {
  font-size: var(--md-body-medium-font-size);
  font-weight: var(--noto-font-weight-normal);
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.s__single .h__article-header-title {
  font-size: var(--md-headline-medium-font-size);
  font-weight: var(--noto-font-weight-semibold);
  line-height: var(--md-headline-medium-line-height);
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.s__single .b__article-content p {
  font-size: var(--md-body-large-font-size);
  line-height: var(--md-body-large-line-height);
  font-weight: var(--noto-font-weight-normal);
  word-break: break-all;
  overflow-wrap: break-word;
  letter-spacing: 0.02em;
}

/* 記事内ブロック */
.s__single .b__article-content .wp-block-heading,
.s__single .b__article-content .wp-block-buttons,
.s__single .b__article-content .wp-block-image {
  margin-bottom: 1rem;
}
.s__single .b__article-tags .tag-list {
  padding: 0;
}

/* 記事ページング */
.s__single .t__paging-btn {
  font-size: var(--md-body-medium-font-size);
  letter-spacing: 0.02em;
  line-height: 1;
}

/* カテゴリー一覧 */
.single .s__category .h__category-list-header {
  font-size: var(--md-title-medium-font-size);
  font-weight: var(--noto-font-weight-semibold);
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
.single .s__category .c__category-list .t__category {
  display: block;
  font-size: var(--md-body-medium-font-size);
  letter-spacing: 0.02em;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: #fff;
  padding: 0.3rem 1rem;
  transition-duration: 500ms;
}
.single .s__category .c__category-list .t__category:hover {
  background-color: #fff;
  color: var(--theme-color);
  text-decoration: none;
}
.single .s__category .c__category-list .t__category--column {
  background-color: #3399cc;
  border-color: #3399cc;
}
.single .s__category .c__category-list .t__category--column:hover {
  background-color: #fff;
  color: #3399cc;
}

@media (min-width: 992px) {
  .s__single .b__article .t__article-header-date {
    font-size: var(--md-body-large-font-size);
  }
  .s__single .h__article-header-title {
    font-size: var(--md-display-small-font-size);
    line-height: var(--md-display-small-line-height);
  }
  .s__single .t__paging-btn {
    font-size: var(--md-body-large-font-size);
  }
  .single .s__category .h__category-list-header {
    font-size: var(--md-title-large-font-size);
  }
  .single .s__category .c__category-list .t__category {
    font-size: var(--md-body-large-font-size);
  }
}

h1.post-title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 0.8em;
}

.article p {
  font-size: 1.1rem;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}

.article img {
  margin-bottom: 1rem;
}

.article .cont a {
  color: #222;
  text-decoration: underline;
}
.article .cont a:hover {
  font-weight: 700;
  text-decoration: underline;
}

.paging {
  margin-top: 3rem;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .paging {
    font-size: 1rem;
  }
}

header.page-header h1 {
  display: block;
  text-align: center;
}

/* -----------------------------------------------------------------------------
	ニュース & コラム（ALL記事ページ）
----------------------------------------------------------------------------- */
/* ページヘッダー */
.all-category-posts .s__page-header .h__all-posts-header {
  font-size: var(--md-headline-large-font-size);
  line-height: 1;
  font-weight: var(--noto-font-weight-medium);
  text-align: center;
  color: var(--theme-sub-color);
  letter-spacing: 0.08em;
  margin: 0;
}
@media (min-width: 992px) {
  /* ページヘッダー */
  .all-category-posts .s__page-header .h__all-posts-header {
    font-size: var(--md-display-medium-font-size);
    line-height: 1;
  }
}

/* -----------------------------------------------------------------------------
	カテゴリー記事一覧
----------------------------------------------------------------------------- */
.category-posts .s__page-header .h__posts-header {
  font-size: var(--md-headline-large-font-size);
  line-height: 1;
  font-weight: var(--noto-font-weight-medium);
  color: var(--theme-sub-color);
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0;
}
.category-posts .s__page-header .t__parent-categories {
  font-size: var(--md-body-large-font-size);
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.category-posts .s__page-header .t__parent-categories a {
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 992px) {
  /* ページヘッダー */
  .category-posts .s__page-header .h__posts-header {
    font-size: var(--md-display-medium-font-size);
    line-height: 1;
  }
  .category-posts .s__page-header .t__parent-categories {
    font-size: 1.25rem;
  }
}
/* -----------------------------------------------------------------------------
	タグ記事一覧
----------------------------------------------------------------------------- */
/* ページヘッダー */
.tag-posts .s__page-header .h__tag-posts-header {
  font-size: var(--md-headline-large-font-size);
  line-height: 1;
  font-weight: var(--noto-font-weight-medium);
  text-align: center;
  color: var(--theme-sub-color);
  letter-spacing: 0.08em;
  margin: 0;
}
.tag-posts .h__tag-list-header {
  text-align: left;
  font-size: var(--md-title-medium-font-size);
  font-weight: var(--noto-font-weight-semibold);
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  /* ページヘッダー */
  .tag-posts .s__page-header .h__tag-posts-header {
    font-size: var(--md-display-medium-font-size);
    line-height: 1;
  }
  .tag-posts .h__tag-list-header {
    font-size: var(--md-title-large-font-size);
  }
}
/* -----------------------------------------------------------------------------
	カテゴリー（文字列版）
----------------------------------------------------------------------------- */
.s__category .t__category-posts-date {
  margin-bottom: 0.5rem;
}

.s__category .t__category-posts-category {
  margin-bottom: 0.5rem;
}

.s__category .t__category-posts-category {
  display: inline-block;
}

.s__category .t__category-posts-category a {
  display: block;
  font-size: var(--md-label-small-font-size);
  letter-spacing: 0.02em;
  padding: 0.1em 0.7em;
  color: #fff;
  background-color: var(--theme-color);
  border-radius: 0.5rem;
  transition-duration: 500ms;
}

.s__category .t__category-posts-category a:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--theme-deep-color);
}
.s__category .t__category-posts-title {
  margin-bottom: 0;
}
.s__category .tag-badge.-outline {
  font-size: var(--md-label-small-font-size);
}
@media (min-width: 992px) {
  .s__category .t__category-posts-title {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
  .s__category .tag-badge.-outline {
    font-size: var(--md-title-small-font-size);
  }
}
/* -----------------------------------------------------------------------------
	サービスページ共通
----------------------------------------------------------------------------- */
.service .h__service-title {
  font-weight: var(--noto-font-weight-semibold);
  line-height: 1;
  margin-top: 1rem;
  text-align: left;
}
.service .t__outliine {
  font-size: var(--md-body-large-font-size);
  font-weight: var(--noto-font-weight-regular);
  line-height: var(--md-body-large-line-height);
  margin-top: 1rem;
  text-align: left;
}
@media (min-width: 992px) {
  .service .h__service-title {
    font-size: var(--md-display-medium-font-size);
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
/* --------------------------------------
   サービス - 法人向け健康経営支援
--------------------------------------- */
/* サービス概要 */
.service--corporate-wellness .h__outline-header {
  font-size: var(--md-headline-medium-font-size);
  line-height: 1.2;
  font-weight: var(--md-title-large-weight);
  letter-spacing: 0.02em;
}
.service--corporate-wellness .t__outline-text {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
/* 提供サービス */
.service--corporate-wellness .offerings-header {
  font-size: var(--md-title-large-font-size);
  font-weight: var(--noto-font-weight-semibold);
  line-height: 1;
  margin: 0;
  text-align: center;
}

.service--corporate-wellness .h__offerings-title {
  font-size: var(--md-title-medium-font-size);
  font-weight: var(--noto-font-weight-bold);
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--theme-deep-color);
  margin-top: 1rem;
}
.service--corporate-wellness .offerings-text {
  font-size: var(--md-body-medium-font-size);
  font-weight: var(--md-body-medium-weight);
  line-height: var(--md-body-medium-line-height);
  letter-spacing: 0.02em;
  color: var(--theme-deep-color);
  margin-top: 1rem;
}

/* お悩み */
.service--corporate-wellness .problem-header {
  font-size: var(--md-title-large-font-size);
  font-weight: var(--noto-font-weight-semibold);
  line-height: 1;
  letter-spacing: 0.02em;
  display: block;
  text-align: center;
}
.service--corporate-wellness .b__problem-list ul li {
  display: block;
  font-size: var(--md-body-medium-font-size);
  line-height: var(--md-body-medium-line-height);
  letter-spacing: 0.02em;
  color: black;
  padding: 1rem 0 0.5rem;
  border-bottom: 1px solid #000;
}
.service--corporate-wellness .t__problem-answer {
  font-size: var(--md-title-medium-font-size);
  line-height: var(--md-title-medium-line-height);
  font-weight: var(--noto-font-weight-bold);
  letter-spacing: 0.02em;
  color: var(--theme-sub-color);
}
/* メリット */
.service--corporate-wellness .merit-header {
  font-size: var(--md-title-large-font-size);
  font-weight: var(--noto-font-weight-semibold);
  line-height: 1;
  letter-spacing: 0.02em;
  display: block;
  text-align: center;
}
.service--corporate-wellness .merit-header-label {
  display: inline-block;
  background-color: #fff;
  color: var(--theme-sub-color);
  text-align: center;
  font-size: var(--md-label-large-font-size);
  font-weight: var(--md-label-large-weight);
  line-height: 1;
  letter-spacing: 0.02em;
  border-radius: 1rem;
  padding: 0.5em 1rem;
}
.service--corporate-wellness .merit-content-title {
  font-size: var(--md-title-medium-font-size);
  font-weight: var(--noto-font-weight-bold);
  line-height: var(--md-title-medium-line-height);
  letter-spacing: 0.02em;
  color: #fff;
}

.service--corporate-wellness .merit-content-text {
  font-size: var(--md-body-medium-font-size);
  font-weight: var(--md-body-medium-weight);
  line-height: var(--md-body-medium-line-height);
  letter-spacing: 0.02em;
  color: #fff;
  margin: 1rem 0 0;
}
/* 事例紹介 */
.service--corporate-wellness .h__case-header {
  font-size: var(--md-title-large-font-size);
  font-weight: var(--noto-font-weight-semibold);
  line-height: 1;
  margin: 0;
  text-align: center;
}
.service--corporate-wellness .h__case-title {
  display: block;
  color: var(--theme-deep-color);
  font-size: var(--md-title-medium-font-size);
  font-weight: var(--noto-font-weight-bold);
  line-height: var(--md-title-medium-line-height);
  border-bottom: 1px dotted #333;
  padding: 0 0 1rem;
  margin: 0;
}

.service--corporate-wellness .t__case-text {
  color: black;
  font-size: var(--md-body-small-font-size);
  font-weight: var(--md-body-small-weight);
  line-height: var(--md-body-small-line-height);
  padding: 1rem 0 0;
  margin: 0;
}
@media (min-width: 992px) {
  /* サービス概要 */
  .service--corporate-wellness .h__outline-header {
    font-size: var(--md-display-small-font-size);
  }
  /* 提供サービス */
  .service--corporate-wellness .offerings-header {
    font-size: var(--md-headline-medium-font-size);
    line-height: 1;
    margin: 0;
  }

  .service--corporate-wellness .h__offerings-title {
    font-size: var(--md-title-large-font-size);
    line-height: var(--md-title-large-line-height);
    text-align: left;
    margin-top: 0;
  }
  .service--corporate-wellness .offerings-text {
    font-size: var(--md-body-large-font-size);
    font-weight: var(--md-body-large-weight);
    line-height: var(--md-body-large-line-height);
    margin-top: 1rem;
  }
  /* お悩み */
  .service--corporate-wellness .problem-header {
    font-size: var(--md-headline-medium-font-size);
    margin-bottom: 2rem;
  }
  .service--corporate-wellness .b__problem-list ul li {
    font-size: var(--md-body-large-font-size);
    line-height: var(--md-body-large-line-height);
    padding: 1rem 0 0.5rem;
  }
  .service--corporate-wellness .t__problem-answer {
    font-size: var(--md-title-large-font-size);
    line-height: var(--md-title-large-line-height);
  }
  /* メリット */
  .service--corporate-wellness .merit-header {
    font-size: var(--md-headline-medium-font-size);
    padding-bottom: 1rem;
  }
  .service--corporate-wellness .merit-header-label {
    font-size: var(--md-title-large-font-size);
    font-weight: 700;
  }
  .service--corporate-wellness .merit-content-title {
    font-size: var(--md-title-large-font-size);
    font-weight: var(--noto-font-large-bold);
    line-height: var(--md-title-large-line-height);
  }
  .service--corporate-wellness .merit-content-text {
    font-size: var(--md-body-large-font-size);
    font-weight: var(--md-body-large-weight);
    line-height: var(--md-body-large-line-height);
  }
  /* 事例紹介 */
  .service--corporate-wellness .h__case-header {
    font-size: var(--md-headline-medium-font-size);
  }
  .service--corporate-wellness .h__case-title {
    font-size: var(--md-title-large-font-size);
    line-height: var(--md-title-large-line-height);
  }
  .service--corporate-wellness .t__case-text {
    font-size: var(--md-body-large-font-size);
    font-weight: var(--md-body-large-weight);
    line-height: var(--md-body-large-line-height);
  }
}

/* --------------------------------------
   サービス - 商品・サービス開発支援
--------------------------------------- */

.service--product-development .t__outline-text {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}

.service--product-development .h__service-label {
  display: inline-block;
  background-color: var(--sub-theme-color);
  color: #fff;
  font-weight: var(--noto-font-weight-semibold);
  line-height: 1;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 15px;
}

.service--product-development .h__service-category-header {
  font-size: var(--md-title-large-font-size);
  font-weight: var(--noto-font-weight-semibold);
  background-color: var(--sub-theme-color);
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 0.2rem 0;
  letter-spacing: 0.02em;
  border-radius: 3rem;
}
.service--product-development .h__service-header {
  font-size: var(--md-title-large-font-size);
  font-weight: var(--noto-font-weight-semibold);
  margin: 0;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1;
}
.service--product-development .b__service-text p {
  margin-bottom: 0;
}
/* 大まかな流れ */
.service--product-development .h__flow-header {
  font-size: var(--md-title-large-font-size);
  font-weight: var(--noto-font-weight-semibold);
  line-height: 1;
  margin: 0;
  text-align: center;
}

/* 事例紹介 */
.service--product-development .h__case-header {
  font-size: var(--md-title-large-font-size);
  font-weight: var(--noto-font-weight-semibold);
  line-height: 1;
  margin: 0;
  text-align: center;
}
.service--product-development .h__case-title {
  display: block;
  color: var(--theme-deep-color);
  font-size: var(--md-title-medium-font-size);
  font-weight: var(--noto-font-weight-bold);
  line-height: var(--md-title-medium-line-height);
  border-bottom: 1px dotted #333;
  padding: 0 0 1rem;
  margin: 0;
}

.service--product-development .t__case-text {
  color: black;
  font-size: var(--md-body-small-font-size);
  font-weight: var(--md-body-small-weight);
  line-height: var(--md-body-small-line-height);
  padding: 1rem 0 0;
  margin: 0;
}

/* その他のサービス */
.service--product-development .h__other-contents-header {
  font-size: var(--md-title-large-font-size);
  font-weight: var(--noto-font-weight-semibold);
  line-height: 1;
  margin: 0;
  text-align: center;
}
.service--product-development .c__others-content-list {
  list-style-type: disc;
  padding: 0;
  margin: 0 0 1rem;
}
.service--product-development .c__others-content-list li {
  display: block;
  font-size: var(--md-body-large-font-size);
  font-weight: var(--noto-font-weight-regular);
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0.5em 0;
  border-bottom: 1px solid var(--theme-light-grey);
}
.service--product-development .t__others-text {
  font-size: var(--md-title-medium-font-size);
  font-weight: var(--noto-font-weight-semibold);
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media (min-width: 992px) {
  .service--product-development .t__outline-text {
    font-size: 1.25rem;
  }

  .service--product-development .h__service-category-header {
    font-size: var(--md-headline-small-font-size);
  }
  .service--product-development .h__service-header {
    font-size: var(--md-headline-small-font-size);
    text-align: left;
  }

  /* 大まかな流れ */
  .service--product-development .h__flow-header {
    font-size: var(--md-headline-medium-font-size);
    line-height: 1;
    margin: 0;
  }
  /* 事例紹介 */
  .service--product-development .h__case-header {
    font-size: var(--md-headline-medium-font-size);
  }
  .service--product-development .h__case-title {
    font-size: var(--md-title-large-font-size);
    line-height: var(--md-title-large-line-height);
  }
  .service--product-development .t__case-text {
    font-size: var(--md-body-large-font-size);
    font-weight: var(--md-body-large-weight);
    line-height: var(--md-body-large-line-height);
  }

  /* その他のサービス */
  .service--product-development .h__other-contents-header {
    font-size: var(--md-headline-medium-font-size);
  }
  .service--product-development .c__others-content-list li {
    font-size: var(--md-body-large-font-size);
    margin-bottom: 0;
  }
  .service--product-development .t__others-text {
    text-align: center;
    font-size: var(--md-title-large-font-size);
  }
}

/* -----------------------------------------------------------------------------
	固定ページ共通
----------------------------------------------------------------------------- */
/* ページヘッダー */
.static-page .h__service-title {
  font-weight: var(--noto-font-weight-semibold);
  line-height: 1;
  margin-top: 1rem;
  text-align: left;
}
.static-page .t__outliine {
  font-size: var(--md-body-large-font-size);
  font-weight: var(--noto-font-weight-regular);
  line-height: var(--md-body-large-line-height);
  margin-top: 1rem;
  text-align: left;
}
.static-page .t__outliine strong {
  font-size: var(--md-body-large-font-size);
  font-weight: var(--noto-font-weight-bold);
}
.static-page .h__page-title-english {
  font-size: var(--md-headline-large-font-size);
  line-height: 1;
  font-weight: var(--noto-font-weight-medium);
  color: var(--theme-sub-color);
  letter-spacing: 0.08em;
  margin: 0;
}
.static-page .t__page-title {
  font-size: var(--md-title-small-font-size);
  line-height: 1;
  font-weight: var(--md-title-small-weight);
  letter-spacing: 0.08em;
  margin: 0.3rem 0 0;
}

.static-page.privacy .t__page-title,
.static-page.law .t__page-title,
.static-page.contact .t__page-title {
  font-size: var(--md-headline-large-font-size);
  margin: 0;
}

.static-page.contact .t__page-title {
  text-align: center;
}

@media (min-width: 992px) {
  /* ページヘッダー */
  .static-page .h__page-title-english {
    font-size: var(--md-display-medium-font-size);
    line-height: 1;
  }
  .static-page .t__page-title {
    font-size: var(--md-title-medium-font-size);
    line-height: 1;
    font-weight: var(--md-title-medium-weight);
  }
  .static-page .h__service-title {
    font-size: var(--md-display-medium-font-size);
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .static-page .t__outliine {
    font-size: var(--md-title-large-font-size);
    font-weight: var(--noto-font-weight-regular);
    line-height: var(--md-body-large-line-height);
  }
  .static-page .t__outliine strong {
    font-size: var(--md-headline-small-font-size);
  }
}

/* -----------------------------------------------------------------------------
	About Us - 私たちについて
----------------------------------------------------------------------------- */

/* Purpose & Mission */
.about-us .t__purpose-title {
  color: var(--theme-sub-color);
  font-size: var(--md-title-large-font-size);
  line-height: 1;
  font-weight: var(--md-title-small-weight);
  letter-spacing: 0.08em;
  margin: 0.3rem 0 0;
}
.about-us .t__purpose-title .min {
  display: inline-block;
  padding-left: 0.5rem;
  font-size: var(--md-title-medium-font-size);
}
.about-us .t__purpose-text {
  font-size: var(--md-title-large-font-size);
  line-height: 1;
  font-weight: var(--noto-font-weight-regular);
  letter-spacing: 0.04em;
  margin: 0.5rem 0 1rem;
}

.about-us .t__about-us-text p {
  font-size: var(--md-body-medium-font-size);
  line-height: var(--md-body-medium-line-heigh);
  font-weight: var(--md-body-medium-weight);
  color: var(--theme-deep-color);
  letter-spacing: 0.02em;
}

.about-us .about-us-text p strong {
  font-weight: var(--noto-font-weight-semibold);
}

.about-us .t__about-us-text p.sig {
  font-weight: var(--noto-font-weight-semibold);
  text-align: right;
  margin: 2rem 0 0;
}
/* 代表挨拶 */
.about-us .s__greetings .b__greetings-text p {
  font-size: var(--md-body-medium-font-size);
  line-height: var(--md-body-medium-line-height);
  font-weight: var(--md-body-medium-weight);
  color: var(--theme-deep-color);
  letter-spacing: 0.02em;
}
.about-us .s__greetings .b__greetings-text p.last {
  margin-bottom: 0;
}
.about-us .s__greetings .b__profile-links p {
  margin-bottom: 0;
  line-height: 1.6em;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .about-us .s__greetings .b__greetings-text p {
    font-size: var(--md-body-large-font-size);
    line-height: var(--md-body-large-line-height);
    font-weight: var(--md-body-large-weight);
  }
}

@media (min-width: 992px) {
  /* Purpose & Mission */
  .about-us .t__purpose-title {
    font-size: var(--md-headline-medium-font-size);
  }
  .about-us .t__purpose-title .min {
    font-size: 14px;
  }
  .about-us .t__purpose-text {
    font-size: var(--md-headline-large-font-size);
  }
  /* About Us */
  .about-us .t__about-us-text p {
    font-size: var(--md-body-large-font-size);
    line-height: var(--md-body-large-line-heigh);
    font-weight: var(--md-body-large-weight);
  }
  .about-us .h__profile-title {
    font-size: var(--md-title-large-font-size);
    margin-bottom: 0;
  }
  .about-us .about-us-profile-text p {
    font-size: var(--md-body-large-font-size);
    line-height: var(--md-body-large-line-height);
    font-weight: var(--md-body-large-weight);
  }
  .about-us .s__greetings .b__greetings-text p {
    font-size: var(--md-body-large-font-size);
    line-height: var(--md-body-large-line-height);
    font-weight: var(--md-body-large-weight);
  }
}

/* -----------------------------------------------------------------------------
	Profile - プロフィール
----------------------------------------------------------------------------- */
.profile .t__profile-position {
  font-size: var(--md-body-large-font-size);
  font-weight: var(--noto-font-weight-normal);
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.profile .h__profile-title {
  font-size: var(--md-title-large-font-size);
  font-weight: var(--noto-font-weight-bold);
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 2rem;
}
.profile .about-us-profile-history-text p {
  font-size: var(--md-body-small-font-size);
  color: #666;
  line-height: 2em;
  letter-spacing: 0.12em;
}
.profile .b__profile-text p {
  font-size: var(--md-body-medium-font-size);
  line-height: var(--md-body-medium-line-height);
  font-weight: var(--md-body-medium-weight);
  color: var(--theme-deep-color);
  letter-spacing: 0.02em;
}
.profile .h__profile-sub-title {
  font-size: var(--md-title-large-font-size);
  line-height: 1;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #000;
  margin: 0;
}
.profile .t__publish-list,
.profile .t__lecture-list {
  font-size: var(--md-body-medium-font-size);
  line-height: var(--md-body-medium-line-height);
  font-weight: var(--noto-font-weight-normal);
  letter-spacing: 0.02em;
}
.profile .t__publish-list.last,
.profile .t__lecture-list {
  margin-bottom: 0;
}
.profile .t__publish-list.last.text-end {
  margin-bottom: 0.5rem;
}
.profile .b__publish-book-title p {
  font-size: var(--md-body-medium-font-size);
  line-height: var(--md-body-medium-line-height);
  font-weight: var(--noto-font-weight-normal);
  letter-spacing: 0.02em;
}
.profile .b__publish-link a {
  display: inline-block;
  width: 50%;
}
.profile .b__publish-link a img {
  width: 100%;
}
@media (min-width: 992px) {
  .profile .h__profile-title {
    font-size: var(--md-headline-small-font-size);
  }
  .profile h3.h__profile-title {
    margin-bottom: 1rem;
  }
  .profile .h__profile-sub-title {
    font-size: var(--md-title-large-font-size);
  }

  .profile .b__profile-text p {
    font-size: var(--md-body-large-font-size);
    line-height: var(--md-body-large-line-height);
    font-weight: var(--noto-font-weight-normal);
  }
  .profile .b__profile-text p.last {
    margin-bottom: 0;
  }
  .profile .t__publish-list,
  .profile .t__lecture-list {
    font-size: var(--md-body-large-font-size);
    line-height: var(--md-body-large-line-height);
    font-weight: var(--noto-font-weight-normal);
  }
  .profile .b__publish-book-title p {
    font-size: var(--md-body-large-font-size);
    line-height: var(--md-body-large-line-height);
    font-weight: var(--noto-font-weight-normal);
  }
  .profile .b__publish-link a {
    width: 25%;
  }
}

/* -----------------------------------------------------------------------------
	Company - 会社概要
----------------------------------------------------------------------------- */
.company .page-title {
  font-size: 32px;
  color: var(--theme-color);
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 30px;
}

.company .company-info-titile {
  font-size: var(--md-body-meidum-font-size);
  font-weight: 500;
  color: var(--theme-sub-color);
  line-height: 1.6em;
  letter-spacing: 0.02em;
  margin-top: 0.5em;
}

.company .company-info-text {
  font-size: var(--md-body-medium-font-size);
  font-weight: 400;
  color: var(--theme-deep-color);
  line-height: 1.6em;
  letter-spacing: 0.02em;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

.company .company-info-text.last {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .company .company-info-titile {
    font-size: var(--md-body-large-font-size);
    padding-bottom: 0.5em;
    margin-bottom: 0;
  }
  .company .company-info-text {
    font-size: var(--md-body-large-font-size);
    padding-bottom: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0;
  }
}

/* -----------------------------------------------------------------------------
	Recruitment - 採用情報
----------------------------------------------------------------------------- */
.recruitment .recruitment-info-titile {
  font-size: var(--md-body-medium-font-size);
  font-weight: 500;
  color: var(--theme-sub-color);
  line-height: 1.6em;
  letter-spacing: 0.02em;
  margin-top: 0.5em;
}

.recruitment .recruitment-info-text {
  font-size: var(--md-body-medium-font-size);
  font-weight: 400;
  color: var(--theme-deep-color);
  line-height: 1.6em;
  letter-spacing: 0.02em;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}
.recruitment .about-link {
  display: inline-block;
  /*
  background-color: var(--theme-sub-color);
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1;
  border-radius: 30px;
  padding: 15px 45px;
  */
  transition-duration: 500ms;
}
.recruitment .about-link:hover {
  text-decoration: none;
  color: var(--theme-color-light);
}
.recruitment .recruit-no-posts-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--sub-theme-deep-color);
}
.recruitment .recruit-no-posts-list {
  margin-top: 1rem;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.6em;
}
.recruitment .t__recruit-college-text {
  font-size: var(--md-body-mediume-font-size);
  line-height: var(--md-body-mediume-line-height);
  font-weight: var(--md-body-mediume-weight);
  text-align: left;
}
@media (min-width: 992px) {
  .recruitment .recruitment-info-titile {
    font-size: var(--md-body-large-font-size);
    padding-bottom: 0.5em;
    margin-bottom: 0;
  }
  .recruitment .recruitment-info-text {
    font-size: var(--md-body-large-font-size);
    padding-bottom: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0;
  }
  .recruitment .about-link {
    font-size: 18px;
    padding: 0;
    /* padding: 15px 45px; */
  }
  .recruitment .recruit-no-posts-text {
    font-size: 24px;
  }
  .recruitment .recruit-no-posts-list {
    font-size: 18px;
  }
  .recruitment .t__recruit-college-text {
    font-size: var(--md-title-medium-font-size);
    line-height: 1.6em;
  }
}
.privacy .h__privacy_header {
  font-size: var(--md-title-large-font-size);
  line-height: 1;
  font-weight: var(--noto-font-weight-normal);
  letter-spacing: 0.02em;
}

.privacy .t__privacy_text {
  font-size: var(--md-body-large-font-size);
  line-height: var(--md-body-large-line-height);
  font-weight: var(--md-body-large-weight);
  letter-spacing: 0.02em;
}
.privacy .t__privacy_text.last {
  margin-bottom: 0;
}

.law .h__law-info-header {
  font-size: var(--md-body-meidum-font-size);
  font-weight: 500;
  color: var(--theme-sub-color);
  line-height: 1.6em;
  letter-spacing: 0.02em;
  margin-top: 0.5em;
}

.law .t__law-info-text {
  font-size: var(--md-body-medium-font-size);
  font-weight: 400;
  color: var(--theme-deep-color);
  line-height: 1.6em;
  letter-spacing: 0.02em;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}
.law .t__law-diclaimer-text.last {
  margin-bottom: 0;
}
.law .h__law-diclaimer-header {
  font-size: var(--md-title-large-font-size);
  line-height: 1;
  font-weight: var(--noto-font-weight-normal);
  letter-spacing: 0.02em;
}

@media (min-width: 992px) {
  .law .h__law-info-header {
    font-size: var(--md-body-large-font-size);
    padding-bottom: 0.5em;
    margin-bottom: 0;
  }
  .law .t__law-info-text {
    font-size: var(--md-body-large-font-size);
    padding-bottom: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0;
  }
}

/* -----------------------------------------------------------------------------
	お問い合わせ
----------------------------------------------------------------------------- */
.contact .h__contact-tel-header {
  font-size: var(--md-title-large-font-size);
  text-align: center;
  line-height: 1;
  font-weight: var(--noto-font-weight-semibold);
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.contact .t__contact-tel-text {
  font-size: var(--md-title-medium-font-size);
  line-height: var(--md-title-medium-line-height);
  font-weight: var(--noto-font-weight-semibold);
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 0;
}
.contact .t__contact-tel-text-min {
  font-size: var(--md-label-medium-font-size);
  line-height: 1;
  font-weight: var(--noto-font-weight-regular);
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0.5rem 0 0;
}
.contact .h__contact-form-header {
  font-size: var(--md-title-large-font-size);
  text-align: center;
  line-height: 1;
  font-weight: var(--noto-font-weight-semibold);
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.contact .t__contact-form-info-text {
  font-size: var(--md-body-medium-font-size);
  line-height: var(--md-body-medium-line-height);
  font-weight: var(--noto-font-weight-regular);
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 0;
}
.contact .t__contact-form-label {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: var(--noto-font-weight-semibold);
  letter-spacing: 0.02em;
  text-align: left;
  margin: 1rem 0;
}
.contact .t__contact-form-radio-text {
  font-size: var(--md-body-large-font-size);
  line-height: 1;
  font-weight: var(--noto-font-weight-regular);
  letter-spacing: 0.02em;
  text-align: left;
  margin-top: 0.5rem;
}
.contact .required-label {
  display: inline-block;
  color: #cc0000;
  font-size: var(--md-body-large-font-size);
  margin-left: 0.5rem;
}
@media (min-width: 992px) {
  .contact .h__contact-tel-header {
    font-size: var(--md-headline-medium-font-size);
  }
  .contact .t__contact-tel-text {
    font-size: var(--md-title-large-font-size);
    line-height: var(--md-title-large-line-height);
    letter-spacing: 0.02em;
    text-align: center;
  }
  .contact .t__contact-tel-text-min {
    font-size: var(--md-label-large-font-size);
  }
  .contact .h__contact-form-header {
    font-size: var(--md-headline-medium-font-size);
  }
  .contact .t__contact-form-info-text {
    font-size: var(--md-body-large-font-size);
    line-height: var(--md-body-large-line-height);
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }
  .contact .t__contact-form-label {
    font-size: var(--md-title-large-font-size);
    font-weight: var(--noto-font-weight-semibold);
  }
}
