@charset "UTF-8";
body {
  font-feature-settings: "palt";
  font-family: Yu Gothic, メイリオ, ヒラギノ角ゴ ProN W3, Osaka, MS PGothic, arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-header {
  background: #f9f7f3;
  width: 100%;
}

.header-img {
  margin: auto;
  max-width: 900px;
  padding: clamp(12px, 2vw, 20px);
}
.header-img svg {
  display: block;
  height: clamp(24px, 2.2857vw + 15.4286px, 36px);
}

.fv {
  margin: auto;
  max-width: 900px;
}
.fv img {
  display: block;
  height: auto;
  width: 100%;
}

.index-container {
  background-color: #fff;
}
@media (min-width: 768px) {
  .index-container {
    background-color: #fff;
  }
}

.container {
  background-color: #f9f7f3;
}

main {
  margin: auto;
  flex: 1;
  padding: 0;
  width: 100%;
}

.article-section {
  align-items: start;
  display: grid;
  gap: clamp(1em, 6vw, 2em);
  grid-template-columns: repeat(2, 1fr);
  margin: auto;
  max-width: 790px;
  width: 100%;
}

.article-card {
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  height: auto;
}
.article-card a {
  align-items: end;
  aspect-ratio: 1/1;
  display: grid;
  grid-template-areas: "stack";
  overflow: hidden;
  position: relative;
}
.article-card .article-content {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: end;
  display: -webkit-box;
  left: 0;
  margin: 0 auto 0.75em;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 92%;
  z-index: 102;
}
.article-card .article-thumb {
  aspect-ratio: 1/1;
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 101;
}
.article-card .article-title {
  color: #000;
  font-size: clamp(12px, 1.33vw + 4px, 22px);
  line-height: 1.75;
  margin: calc(clamp(12px, 1.33vw + 4px, 22px) * -0.225) 0 0;
}
.article-card .article-title span {
  background-color: #f9f7f3;
  display: inline;
  padding: 1px 4px;
  vertical-align: top;
}
.article-card .article-label {
  background-color: #6f665e;
  color: #fff;
  display: inline-block;
  font-size: clamp(12px, 1.33vw + 4px, 22px);
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 5px 4px;
}

.article-content,
.article-thumb {
  grid-area: stack;
}

.article-header .article-label {
  background-color: #6f665e;
  color: #fff;
  display: inline-block;
  font-size: clamp(12px, 1.33vw + 4px, 22px);
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 5px 4px;
}

.category-section,
.mediplus-section {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  margin: clamp(56px, 10.66667vw, 80px) auto 0;
  max-width: 790px;
  padding: clamp(40px, 10.66667vw, 80px) 6% clamp(30px, 8vw, 60px);
  position: relative;
}

h3.section-title {
  background-color: #6f665e;
  border-radius: 50px;
  color: #fff;
  font-size: clamp(14px, 1.33vw + 6px, 28px);
  left: 0;
  margin: auto;
  padding: 0.5em 2em;
  position: absolute;
  right: 0;
  top: -1em;
  width: -moz-fit-content;
  width: fit-content;
}

.category-list,
.service-list {
  margin: 3% auto;
  padding: 0;
}

.category-list li:first-child {
  border-top: 1px dashed #000;
}
.category-list li {
  border-bottom: 1px dashed #000;
  font-size: clamp(12px, 1.33vw + 4px, 22px);
  list-style: none;
  padding-bottom: clamp(4px, 1.33vw + 1px, 8px) 1em;
  padding-top: clamp(4px, 1.33vw + 1px, 8px) 1em;
}
.category-list li a {
  color: #ccc;
  display: block;
  padding: 0.75em 0;
  text-decoration: none;
}
.category-list li a[href] {
  color: #000;
}
.category-list li a:before {
  color: #dfd3ba;
  content: "●";
  margin-right: 0.75em;
}

.service-list li:first-child {
  border-top: 1px dashed #000;
}
.service-list li {
  border-bottom: 1px dashed #000;
  font-size: clamp(12px, 1.33vw + 4px, 22px);
  grid-template-columns: repeat(1fr 2);
  list-style: none;
  padding: clamp(4px, 1.33vw + 1px, 8px) 1em;
}
.service-list li a {
  color: #000;
  display: block;
  padding: 0.75em 0;
  text-decoration: none;
}
.service-list dt {
  align-items: center;
  color: #32824c;
  display: flex;
  font-size: clamp(14px, 1.33vw + 6px, 28px);
  gap: 1em;
}
.service-list dd {
  font-size: clamp(12px, 1.33vw + 4px, 22px);
  margin: 0.5em 0 0;
  padding: 0;
}

footer {
  font-size: 12px;
  padding: 1em;
  text-align: center;
  background-color: #f9f7f3;
}

.article-header {
  background: #fff;
  margin: 0 auto;
  max-width: 900px;
  padding: 2em 0 1.5em;
  width: 92%;
}
.article-header .article-label {
  margin-bottom: 1em;
}
.article-header .article-title {
  color: #000;
  display: block;
  font-size: clamp(20px, 1.33vw + 14px, 40px);
  font-weight: 400;
  line-height: 1.75;
  margin: calc(clamp(12px, 1.33vw + 4px, 22px) * -0.25) 0 0;
}

.article {
  margin: 0 auto 0.75em;
  max-width: 900px;
  padding: 2em 0;
  width: 92%;
}
.article h1:not([class*=has-]):not([style*=color]):not([style*=font-weight]):not([style*=margin]):not([style*=line-height]),
.article h2:not([class*=has-]):not([style*=color]):not([style*=font-weight]):not([style*=margin]):not([style*=line-height]),
.article h3:not([class*=has-]):not([style*=color]):not([style*=font-weight]):not([style*=margin]):not([style*=line-height]),
.article h4:not([class*=has-]):not([style*=color]):not([style*=font-weight]):not([style*=margin]):not([style*=line-height]),
.article h5:not([class*=has-]):not([style*=color]):not([style*=font-weight]):not([style*=margin]):not([style*=line-height]),
.article h6:not([class*=has-]):not([style*=color]):not([style*=font-weight]):not([style*=margin]):not([style*=line-height]) {
  color: #000;
  font-weight: 400;
  line-height: var(--wp--custom--typography--line-height--heading, 1.4);
  margin-top: var(--wp--preset--spacing--50, 1.5em);
  margin-bottom: var(--wp--preset--spacing--30, 0.75em);
}
.article h1:not([class*=has-]):not([style*=font-size]) {
  font-size: clamp(20px, 1.33vw + 14px, 40px);
}
.article h1:not([style*=font-weight]) {
  font-weight: 400;
}
.article h1:not([style*=line-height]) {
  line-height: 1.75;
}
.article h1:not([style*=margin]) {
  margin: calc(clamp(12px, 1.33vw + 4px, 22px) * -0.25) 0 0;
}
.article h2:not([class*=has-]):not([style*=font-size]) {
  font-size: clamp(20px, 1.33vw + 14px, 40px);
}
.article h2:not([style*=font-weight]) {
  font-weight: 400;
}
.article h2:not([style*=line-height]) {
  line-height: 1.75;
}
.article h2:not([style*=margin]) {
  margin: calc(clamp(12px, 1.33vw + 4px, 22px) * -0.25) 0 0;
}
.article h3:not([class*=has-]):not([style*=font-size]) {
  font-size: clamp(18px, 1.33vw + 8px, 24px);
}
.article h4:not([class*=has-]):not([style*=font-size]) {
  font-size: clamp(18px, 1.33vw + 8px, 24px);
}
.article h5:not([class*=has-]):not([style*=font-size]) {
  font-size: clamp(16px, 1.33vw + 6px, 20px);
}
.article h6:not([class*=has-]):not([style*=font-size]) {
  font-size: clamp(14px, 1.33vw + 4px, 18px);
}
.article h6:not([style*=font-weight]) {
  font-weight: 500;
}
.article h3:not([style*=line-height]),
.article h4:not([style*=line-height]),
.article h5:not([style*=line-height]),
.article h6:not([style*=line-height]) {
  line-height: var(--wp--custom--typography--line-height--heading, 1.4);
}
.article h3:not([style*=margin]),
.article h4:not([style*=margin]),
.article h5:not([style*=margin]),
.article h6:not([style*=margin]) {
  margin-top: var(--wp--preset--spacing--50, 1.5em);
  margin-bottom: var(--wp--preset--spacing--30, 0.75em);
}
.article p:not([class*=has-]):not([style*=font-size]),
.article li:not([class*=has-]):not([style*=font-size]),
.article dt:not([class*=has-]):not([style*=font-size]),
.article dd:not([class*=has-]):not([style*=font-size]),
.article blockquote:not([class*=has-]):not([style*=font-size]),
.article figcaption:not([class*=has-]):not([style*=font-size]),
.article ol:not([class*=has-]):not([style*=font-size]),
.article ul:not([class*=has-]):not([style*=font-size]) {
  font-size: clamp(15px, 1.33vw + 4px, 20px);
}
.article p:not([style*=line-height]),
.article li:not([style*=line-height]),
.article dt:not([style*=line-height]),
.article dd:not([style*=line-height]),
.article blockquote:not([style*=line-height]),
.article figcaption:not([style*=line-height]),
.article ol:not([style*=line-height]),
.article ul:not([style*=line-height]) {
  line-height: var(--wp--custom--typography--line-height--body, 2);
}
.article p:not([style*=margin]) {
  margin-top: var(--wp--preset--spacing--60, clamp(30px, 5vw, 40px));
}
.article li:not([style*=margin]),
.article dt:not([style*=margin]),
.article dd:not([style*=margin]),
.article blockquote:not([style*=margin]),
.article figcaption:not([style*=margin]),
.article ol:not([style*=margin]),
.article ul:not([style*=margin]) {
  margin: var(--wp--preset--spacing--30, 1em) 0;
}
.article .size-thumbnail {
  max-width: 150px !important;
  width: auto !important;
}
.article .size-medium {
  max-width: 300px !important;
  width: auto !important;
}
.article .size-large {
  max-width: 1024px !important;
  width: auto !important;
}
.article .size-full {
  max-width: 100% !important;
  width: auto !important;
}
.article .wp-block-image.alignwide {
  max-width: 1200px;
  width: 100%;
}
.article .wp-block-image.alignfull {
  max-width: none;
  width: 100vw;
}
.article .wp-block-image.size-thumbnail, .article .wp-block-image.size-medium, .article .wp-block-image.size-large, .article .wp-block-image.size-full {
  margin: 0 auto;
}
.article img:not([class*=size-]):not([style*=width]):not([style*=max-width]) {
  width: 100%;
}
.article img:not([class*=size-]):not([style*=margin]) {
  margin: var(--wp--preset--spacing--30, 1em) auto;
}
.article img.img-middle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  width: 80%;
}
.article img.img-large {
  display: block;
  max-width: 900px;
  width: 100%;
}
.article img.half {
  max-width: 240px;
  width: 50%;
}
.article hr:not([style*=border]) {
  border: none;
  border-top: 1px dashed #6f665e;
}
.article hr:not([style*=margin]) {
  margin: 3em auto;
}
.article {
  /*
  .mb-0 {
      margin-bottom: 0;
  }

  .mb-10 {
      margin-bottom: 10px;
  }

  .grid-ratio-31 {
      align-items: center;
      display: grid;
      grid-template-columns: 2fr 1fr;
      width: 100%;
  }
  */
}

.article-image {
  margin: 0;
}
.article-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.link-top,
.text-center {
  text-align: center;
}

.link-top {
  margin: clamp(24px, 4vw, 40px) 0;
}
.link-top a {
  background: #fff;
  border: 1px solid #70665e;
  color: #70665e;
  display: inline-block;
  font-size: clamp(15px, 1.33vw + 4px, 20px);
  padding: clamp(12px, 2vw, 20px) clamp(18px, 3vw, 30px);
  text-decoration: none;
}

.category-header {
  margin: 0 auto;
  max-width: 900px;
}

.category-title {
  color: #000;
  font-size: clamp(20px, 1.33vw + 14px, 40px);
  font-weight: 400;
  line-height: 1.75;
  margin: 0 0 clamp(12px, 2vw, 20px);
}

.c-breadcrumb {
  margin-top: clamp(60px, 6.3vw + 20px, 85px);
  width: 92%;
  margin-inline: auto;
}

.c-breadcrumb__nav {
  margin: 0 auto;
  max-width: 900px;
  padding: clamp(8px, 1vw, 16px) 0;
}

.c-breadcrumb__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(6px, 1vw, 10px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-breadcrumb__item {
  align-items: center;
  display: flex;
}

.c-breadcrumb__link {
  color: #6b7280;
  font-size: clamp(10px, 1.5vw, 14px);
  text-decoration: underline;
}

.c-breadcrumb__text {
  color: #6b7280;
  font-size: clamp(10px, 1.5vw, 14px);
}
.c-breadcrumb__text br {
  display: none;
}

.c-breadcrumb__separator {
  color: #6b7280;
  height: clamp(12px, 1.5vw, 16px);
  width: clamp(12px, 1.5vw, 16px);
}

.c-container {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 clamp(12px, 2vw, 20px) clamp(24px, 4vw, 40px);
}

.c-page-content {
  text-align: center;
}

.c-page-content__actions {
  margin-top: clamp(24px, 4vw, 40px);
}

.c-button {
  background-color: #007cba;
  border-radius: 4px;
  color: white;
  display: inline-block;
  padding: clamp(9px, 1.5vw, 15px) clamp(24px, 4vw, 40px);
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.c-button:hover {
  background-color: #005a87;
}

.u-hidden {
  display: none;
  visibility: hidden;
}

.pagination {
  margin: clamp(40px, 8vw, 60px) auto;
  text-align: center;
}

.nav-links {
  align-items: center;
  display: inline-flex;
  gap: clamp(4px, 1vw, 6px);
}

.page-numbers {
  align-items: center;
  background-color: #fff;
  border: 1px solid #6f665e;
  color: #6f665e;
  cursor: pointer;
  display: inline-flex;
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 500;
  height: clamp(40px, 10vw, 48px);
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  width: clamp(40px, 10vw, 48px);
}
.page-numbers:hover {
  background-color: #f9f7f3;
  border-color: #6f665e;
}
.page-numbers.current {
  background-color: #6f665e;
  border-color: #6f665e;
  color: #fff;
  cursor: default;
  font-weight: 600;
}
.page-numbers.dots {
  background-color: #fff;
  border-color: #6f665e;
  color: #6f665e;
  cursor: default;
}
.page-numbers.dots:hover {
  background-color: #fff;
  border-color: #6f665e;
}
.page-numbers.prev, .page-numbers.next {
  background-color: #fff;
  border-color: #6f665e;
  color: #6f665e;
  font-size: clamp(16px, 4vw, 18px);
}
.page-numbers.prev:hover, .page-numbers.next:hover {
  background-color: #f9f7f3;
  border-color: #6f665e;
  color: #6f665e;
}

@media (max-width: 480px) {
  .page-numbers {
    gap: clamp(3px, 0.5vw, 6px);
  }
  .page-numbers a,
  .page-numbers span {
    font-size: clamp(12px, 1.33vw + 4px, 16px);
    height: clamp(36px, 8vw, 40px);
    min-width: clamp(36px, 8vw, 40px);
    padding: 0 clamp(6px, 1vw, 10px);
  }
}
@media (max-width: 360px) {
  .pagination {
    margin: clamp(30px, 6vw, 40px) auto 0;
  }
  .page-numbers {
    gap: clamp(2px, 0.25vw, 4px);
  }
  .page-numbers a,
  .page-numbers span {
    font-size: 13px;
    height: 32px;
    min-width: 32px;
  }
}
.article-card a {
  border-radius: 12px;
}

.main-header {
  background: #f9f7f3;
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

html {
  margin: 0;
}

h2.section-title {
  background-color: #6f665e;
  border-radius: 50px;
  color: #fff;
  font-size: clamp(14px, 1.33vw + 6px, 28px);
  left: 0;
  margin: auto;
  padding: 0.5em 2em;
  position: absolute;
  right: 0;
  top: -1em;
  width: -moz-fit-content;
  width: fit-content;
}

.newsletter-main {
  padding: 0 4% 4%;
  width: 92%;
}

.error-404-main {
  padding: 0 0 4%;
  width: 100%;
}

.error-404-container {
  position: relative;
  width: 100%;
}

.error-404-bg {
  height: 28.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% bottom;
     object-position: 80% bottom;
  width: 100%;
}

.error-404-content {
  color: rgb(73, 65, 56);
  position: absolute;
  top: 1.25rem;
  width: 100%;
}

.error-404-wrapper {
  margin: 0 auto;
  max-width: 720px;
  padding: 0 16px;
}

.error-404-header {
  align-items: baseline;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  display: block;
}

.error-404-number {
  font-family: "Times New Roman", Times, serif;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 10px;
}

.error-404-notfound,
.error-404-title {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 24px;
  line-height: 1.2;
}

.error-404-title {
  margin-top: 10px;
}

.error-404-description {
  font-size: 13px;
  line-height: 2;
  margin-top: 10px;
  width: 66.66%;
}

.error-404-br {
  display: none;
}

.error-404-buttons {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 80px;
  margin-top: 40px;
  padding: 0 8%;
  text-align: center;
}

.error-404-button {
  border: 1px solid rgb(73, 65, 56);
  color: rgb(73, 65, 56);
  display: inline-block;
  outline: none;
  padding: 20px 40px 20px 28px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: ease 0.3s;
  width: 300px;
}
.error-404-button:hover {
  background: rgb(252, 251, 249);
  color: rgb(73, 65, 56);
  text-decoration: none;
}
.error-404-button::after {
  border-right: 1px solid rgb(73, 65, 56);
  border-top: 1px solid rgb(73, 65, 56);
  content: "";
  height: 12px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
  width: 12px;
}
.error-404-button:hover::after {
  right: 38px;
}

@media (min-width: 640px) {
  .error-404-content {
    top: 80px;
  }
}
@media (min-width: 768px) {
  .error-404-header {
    display: flex;
  }
  .error-404-number {
    font-size: 120px;
    margin-bottom: 0;
  }
  .error-404-notfound,
  .error-404-title {
    font-size: 32px;
    line-height: 1.5;
  }
  .error-404-title {
    margin-top: 0;
  }
  .error-404-description {
    font-size: 16px;
  }
  .error-404-br {
    display: block;
  }
  .error-404-buttons {
    flex-direction: row;
    gap: 30px;
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .error-404-bg {
    height: 30rem;
  }
  .error-404-content {
    top: 6rem;
  }
}
@media (min-width: 1536px) {
  .error-404-bg {
    height: 35rem;
  }
  .error-404-content {
    top: 7rem;
  }
}
/*# sourceMappingURL=style.css.map */
