@charset "UTF-8";
/*
Theme Name: FM Corp Site
Author: ms-studio
Version: 1.0
*/
/* --------------------------------
   Reset CSS (Modern Normalize + α)
---------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  background-color: #fff;
  color: #000;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

address {
  font-style: normal;
}

fieldset {
  border: none;
}

input[type=date],
input[type=time],
input[type=month],
input[type=week],
input[type=datetime-local] {
  appearance: auto;
  -webkit-appearance: auto;
  color: inherit;
  line-height: normal;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 1;
  filter: none;
}

input[type=date]::-webkit-datetime-edit {
  color: inherit;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Rubik", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4D4D4D;
  background-color: #F7F7F5;
}

a {
  transition: color 0.18s ease;
}

p {
  text-align: justify;
}

@media (max-width: 580px) {
  .u-br-sp {
    display: none;
  }
}
:root {
  --header-h: 120px;
}

@media (max-width: 750px) {
  :root {
    --header-h: 56px;
  }
}
html {
  scroll-padding-top: var(--header-h);
}

.site-main {
  padding-top: var(--header-h);
}

.news-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  border-top: 1px solid #C9C9C9;
  width: 100%;
}
.news-list .news-item {
  border-bottom: 1px solid #C9C9C9;
  width: 100%;
}
.news-list .news-item__link {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
  padding-block: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
  padding-inline: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
  transition: background-color 0.18s ease;
}
.news-list .news-item__bottom {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
}
.news-list .news-item__date {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  font-size: clamp(1.2rem, 12px + (14 - 12) * (100vw - 750px) / (1440 - 750), 1.4rem);
}
.news-list .news-item__badge {
  font-size: 1.3rem;
  color: #E72F36;
}
.news-list .news-item__title {
  font-size: clamp(1.5rem, 15px + (16 - 15) * (100vw - 750px) / (1440 - 750), 1.6rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: stretch;
  transition: color 0.18s ease;
}
@media (hover: hover) and (pointer: fine) {
  .news-list .news-item:hover .news-item__link {
    background-color: #F7F7F5;
  }
  .news-list .news-item:hover .news-item__title {
    color: #E72F36;
  }
}
@media (max-width: 840px) {
  .news-list .news-item__title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

.circle-arrow .arrow,
.circle-arrow .arrow-left,
.circle-arrow .arrow-top {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  will-change: transform, opacity;
}

.link-with-circle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.link-with-line {
  border-bottom: 1px solid currentColor;
  padding-bottom: 16px;
}

.circle-arrow {
  position: relative;
  border: 1px solid currentColor;
  border-radius: 9999px;
  overflow: hidden;
  flex: none;
  width: clamp(3rem, 30px + (34 - 30) * (100vw - 750px) / (1440 - 750), 3.4rem);
  height: clamp(3rem, 30px + (34 - 30) * (100vw - 750px) / (1440 - 750), 3.4rem);
}
.circle-arrow.simple-arrow {
  border: none;
}

.components-btn {
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #E72F36;
  color: #FFF;
  transition: height 0.2s ease;
  transition: background-color 0.18s ease;
  height: clamp(5.2rem, 52px + (60 - 52) * (100vw - 750px) / (1440 - 750), 6rem);
  padding-left: clamp(2.3rem, 23px + (30 - 23) * (100vw - 750px) / (1440 - 750), 3rem);
  padding-right: clamp(1.8rem, 18px + (24 - 18) * (100vw - 750px) / (1440 - 750), 2.4rem);
  border-radius: 40px;
  display: flex;
  margin-left: auto;
  width: fit-content;
}
.components-btn .circle-arrow {
  margin-left: 16px;
}

@keyframes arrow-reentry {
  0% {
    transform: translate(-50%, -50%) translateX(0);
    opacity: 1;
  }
  45% {
    transform: translate(-50%, -50%) translateX(9px);
    opacity: 0;
  }
  55% {
    transform: translate(-50%, -50%) translateX(-11px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) translateX(0);
    opacity: 1;
  }
}
@keyframes arrow-reentry-left {
  0% {
    transform: translate(-50%, -50%) translateX(0);
    opacity: 1;
  }
  45% {
    transform: translate(-50%, -50%) translateX(-9px);
    opacity: 0;
  }
  55% {
    transform: translate(-50%, -50%) translateX(11px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) translateX(0);
    opacity: 1;
  }
}
@keyframes arrow-reentry-top {
  0% {
    transform: translate(-50%, -50%) translateY(0);
    opacity: 1;
  }
  45% {
    transform: translate(-50%, -50%) translateY(-9px);
    opacity: 0;
  }
  55% {
    transform: translate(-50%, -50%) translateY(11px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) translateY(0);
    opacity: 1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .link-with-circle:hover .circle-arrow .arrow {
    animation: arrow-reentry 0.5s ease;
  }
  .link-with-circle:hover .circle-arrow .arrow-top {
    animation: arrow-reentry-top 0.5s ease;
  }
  .link-with-circle:hover .circle-arrow .arrow-left {
    animation: arrow-reentry-left 0.5s ease;
  }
}
.link-with-circle:focus-visible .circle-arrow .arrow {
  animation: arrow-reentry 0.5s ease;
}
.link-with-circle:focus-visible .circle-arrow .arrow-top {
  animation: arrow-reentry-top 0.5s ease;
}
.link-with-circle:focus-visible .circle-arrow .arrow-left {
  animation: arrow-reentry-left 0.5s ease;
}

@media (prefers-reduced-motion: reduce) {
  .link-with-circle:hover .circle-arrow .arrow,
  .link-with-circle:focus-visible .circle-arrow .arrow {
    animation: none;
  }
}
.page-title {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 64px 0;
  font-size: clamp(1.8rem, 18px + (36 - 18) * (100vw - 750px) / (1440 - 750), 3.6rem);
  letter-spacing: 0.2rem;
}
@media (max-width: 750px) {
  .page-title {
    font-size: clamp(2.2rem, 22px + (30 - 22) * (100vw - 750px) / (1440 - 750), 3rem);
    padding-block: clamp(1.2rem, 12px + (24 - 12) * (100vw - 320px) / (750 - 320), 2.4rem);
  }
}

.page-aside {
  position: sticky;
  top: 128px;
  max-height: calc(100vh - 76px);
  overflow: auto;
}
.page-aside__title {
  display: none;
}
@media (max-width: 750px) {
  .page-aside__title {
    display: block;
    font-size: clamp(1.6rem, 16px + (20 - 16) * (100vw - 320px) / (750 - 320), 2rem);
    margin-bottom: 1.6rem;
  }
}

:root {
  --toc-offset: 150px;
}

@media (max-width: 750px) {
  :root {
    --toc-offset: 100px;
  }
}
.toc {
  width: 264px;
  padding-top: clamp(2.8rem, 28px + (56 - 28) * (100vw - 750px) / (1440 - 750), 5.6rem);
  border-top: 1px solid #C9C9C9;
}
.toc .toc-list {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 10px + (20 - 10) * (100vw - 320px) / (750 - 320), 2rem);
}
.toc .toc-list .toc-item {
  font-size: 1.5rem;
}
.toc .toc-list .toc-item a {
  color: #6D6D6D;
  text-decoration: none;
  transition: color 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .toc .toc-list .toc-item a:hover {
    color: #4D4D4D;
    font-weight: 600;
  }
}
.toc .toc-list .toc-item a:focus-visible {
  color: #4D4D4D;
  outline: 2px solid rgba(77, 77, 77, 0.25);
  outline-offset: 2px;
}
.toc .toc-list .toc-item.is-active > a,
.toc .toc-list .toc-item a[aria-current=true] {
  color: #4D4D4D;
  font-weight: 600;
}
@media (max-width: 750px) {
  .toc .toc-list .toc-item.is-active > a,
  .toc .toc-list .toc-item a[aria-current=true] {
    font-weight: 400;
  }
}
@media (max-width: 750px) {
  .toc {
    padding-top: clamp(1.6rem, 16px + (32 - 16) * (100vw - 320px) / (750 - 320), 3.2rem);
  }
}

.page-article {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  flex: 1 0 0;
}

.page-grid {
  width: min(90%, 1100px);
  display: flex;
  align-items: flex-start;
  gap: clamp(3.2rem, 32px + (64 - 32) * (100vw - 320px) / (750 - 320), 6.4rem);
  align-self: stretch;
  margin: 0 auto;
  padding-top: clamp(6.4rem, 64px + (128 - 64) * (100vw - 320px) / (750 - 320), 12.8rem);
  padding-bottom: clamp(3.2rem, 32px + (64 - 32) * (100vw - 320px) / (750 - 320), 6.4rem);
}
.page-grid .page-content {
  width: 100%;
}
.page-grid .page-content :is(h2)[id] {
  scroll-margin-top: var(--toc-offset);
}
.page-grid .page-content .wp-block-image {
  margin-block: clamp(1.2rem, 12px + (24 - 12) * (100vw - 320px) / (750 - 320), 2.4rem);
}
.page-grid .page-content h2 {
  font-size: clamp(2.4rem, 24px + (30 - 24) * (100vw - 750px) / (1440 - 750), 3rem);
}
.page-grid .page-content h3 {
  font-size: clamp(2.2rem, 22px + (28 - 22) * (100vw - 750px) / (1440 - 750), 2.8rem);
  font-weight: 600;
  margin-block: clamp(1.2rem, 12px + (24 - 12) * (100vw - 320px) / (750 - 320), 2.4rem);
}
.page-grid .page-content h4 {
  font-size: clamp(1.8rem, 18px + (22 - 18) * (100vw - 750px) / (1440 - 750), 2.2rem);
  font-weight: 600;
  margin-top: clamp(1rem, 10px + (20 - 10) * (100vw - 750px) / (1440 - 750), 2rem);
  margin-bottom: clamp(0.4rem, 4px + (8 - 4) * (100vw - 750px) / (1440 - 750), 0.8rem);
}
.page-grid .page-content hr.wp-block-separator {
  border-top: 1px solid #C9C9C9;
  margin-block: clamp(3.2rem, 32px + (64 - 32) * (100vw - 320px) / (750 - 320), 6.4rem);
}
@media (max-width: 750px) {
  .page-grid .page-content hr.wp-block-separator {
    border-top: none;
  }
}
.page-grid .page-content .title-block {
  display: flex;
  flex-direction: column;
  gap: clamp(0.4rem, 4px + (8 - 4) * (100vw - 320px) / (750 - 320), 0.8rem);
}
.page-grid .page-content p.sub-title {
  font-size: clamp(1.5rem, 15px + (20 - 15) * (100vw - 750px) / (1440 - 750), 2rem);
  margin: 0;
}
.page-grid .page-content p {
  margin-block: clamp(1.2rem, 12px + (24 - 12) * (100vw - 320px) / (750 - 320), 2.4rem);
}
.page-grid .page-content p.price-info {
  margin: 0;
}
.page-grid .page-content .point-list {
  background: #FFF;
  margin-block: clamp(1.2rem, 12px + (24 - 12) * (100vw - 320px) / (750 - 320), 2.4rem);
  padding: clamp(2rem, 20px + (40 - 20) * (100vw - 320px) / (750 - 320), 4rem);
}
.page-grid .page-content .point-list .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: clamp(0.4rem, 4px + (8 - 4) * (100vw - 320px) / (750 - 320), 0.8rem);
}
.page-grid .page-content .point-list .wp-block-group__inner-container p {
  margin: 0;
}
.page-grid .page-content .point-list .point-title {
  display: flex;
  gap: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.page-grid .page-content .point-list .point-title p {
  font-size: clamp(1.9rem, 19px + (24 - 19) * (100vw - 750px) / (1440 - 750), 2.4rem);
  font-weight: 700;
  margin: 0;
}
.page-grid .page-content .point-list .point-title h4 {
  font-size: clamp(1.9rem, 19px + (24 - 19) * (100vw - 750px) / (1440 - 750), 2.4rem);
  font-weight: 600;
}
@media (max-width: 750px) {
  .page-grid .page-content .point-list .point-title {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(0.8rem, 8px + (16 - 8) * (100vw - 320px) / (750 - 320), 1.6rem);
  }
}
.page-grid .page-content .cta-link-wrap {
  margin-top: clamp(2rem, 20px + (40 - 20) * (100vw - 320px) / (750 - 320), 4rem);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.page-grid .page-content .cta-link-wrap .home-approach__cta {
  margin: 0;
}
.page-grid .page-content .introduction {
  margin-top: clamp(4rem, 40px + (80 - 40) * (100vw - 320px) / (750 - 320), 8rem);
  padding-bottom: clamp(1.2rem, 12px + (24 - 12) * (100vw - 320px) / (750 - 320), 2.4rem);
  border-bottom: 1px solid #C9C9C9;
  font-size: clamp(1.9rem, 19px + (24 - 19) * (100vw - 750px) / (1440 - 750), 2.4rem);
  font-weight: 600;
}
.page-grid .page-content .course-section {
  padding-block: clamp(2.8rem, 28px + (56 - 28) * (100vw - 320px) / (750 - 320), 5.6rem);
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #C9C9C9;
}
.page-grid .page-content .course-section .course-title {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
  padding-bottom: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
  border-bottom: 1px dashed #C9C9C9;
}
.page-grid .page-content .course-section .course-title .course-badge {
  margin: 0;
  font-weight: 600;
  font-size: clamp(2.3rem, 23px + (30 - 23) * (100vw - 750px) / (1440 - 750), 3rem);
  position: relative;
}
.page-grid .page-content .course-section .course-title .course-badge:after {
  content: "";
  position: absolute;
  background-color: #D9D9D9;
  width: 2px;
  height: 30px;
  display: block;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
}
.page-grid .page-content .course-section .course-title h4 {
  font-size: clamp(1.5rem, 15px + (20 - 15) * (100vw - 750px) / (1440 - 750), 2rem);
  font-weight: 600;
}
@media (max-width: 750px) {
  .page-grid .page-content .course-section .course-title {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(0.8rem, 8px + (16 - 8) * (100vw - 320px) / (750 - 320), 1.6rem);
  }
  .page-grid .page-content .course-section .course-title .course-badge {
    font-size: clamp(1.8rem, 18px + (20 - 18) * (100vw - 320px) / (750 - 320), 2rem);
  }
  .page-grid .page-content .course-section .course-title .course-badge::after {
    content: none;
  }
}
.page-grid .page-content .course-section h5 {
  font-size: clamp(1.5rem, 15px + (18 - 15) * (100vw - 750px) / (1440 - 750), 1.8rem);
  margin-bottom: 0.8rem;
  margin-top: clamp(1.6rem, 16px + (24 - 16) * (100vw - 320px) / (750 - 320), 2.4rem);
}
.page-grid .page-content .course-section h5.first {
  margin-top: 0;
}
.page-grid .page-content .course-section .wp-block-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
  --marker: 10px;
  --gap: 4px;
  width: 100%;
}
.page-grid .page-content .course-section .wp-block-list li {
  position: relative;
  padding-left: calc(var(--marker) + var(--gap));
  font-size: 1.5rem;
}
.page-grid .page-content .course-section .wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: var(--marker);
  height: var(--marker);
  background: #E72F36;
  border-radius: 3px;
}
.page-grid .page-content .course-section .wp-block-list.list-column {
  display: flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  .page-grid .page-content .course-section .wp-block-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-grid .page-content .course-section .link-wrap {
  margin-top: clamp(1.2rem, 12px + (24 - 12) * (100vw - 320px) / (750 - 320), 2.4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  align-self: stretch;
}
.page-grid .page-content .course-section-last {
  border-bottom: none;
}
.page-grid .page-content .course-section .course-head {
  font-size: clamp(2rem, 20px + (24 - 20) * (100vw - 750px) / (1440 - 750), 2.4rem);
  margin-bottom: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.page-grid .page-content .step-list {
  border-top: 1px solid #C9C9C9;
  padding-top: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
  margin-top: clamp(2.8rem, 28px + (56 - 28) * (100vw - 750px) / (1440 - 750), 5.6rem);
}
.page-grid .page-content .step-list-last {
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
  margin-bottom: clamp(6.4rem, 64px + (128 - 64) * (100vw - 750px) / (1440 - 750), 12.8rem);
}
.page-grid .page-content .step-list .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.page-grid .page-content .step-list .step-title {
  display: flex;
  align-items: start;
  align-self: stretch;
  gap: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.page-grid .page-content .step-list .step-title p {
  font-size: clamp(2rem, 20px + (24 - 20) * (100vw - 750px) / (1440 - 750), 2.4rem);
  font-weight: 500;
  margin-block: 0;
}
.page-grid .page-content .step-list .step-title h4 {
  font-size: clamp(2rem, 20px + (24 - 20) * (100vw - 750px) / (1440 - 750), 2.4rem);
  font-weight: 600;
  margin-block: 0;
}
.page-grid .page-content .step-list .step-body {
  margin-block: 0;
}
.page-grid .page-content .step-list .link-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: stretch;
}
.page-grid .page-content .overview-block {
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.page-grid .page-content .overview-block.briefing-overview {
  margin-top: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.page-grid .page-content .overview-block.briefing-overview .overview-list {
  grid-template-columns: 1fr 4fr;
}
.page-grid .page-content .overview-block .wp-block-heading {
  font-size: clamp(1.8rem, 18px + (20 - 18) * (100vw - 750px) / (1440 - 750), 2rem);
}
.page-grid .page-content .overview-block .overview-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 5fr;
  align-items: start;
  gap: 1.6rem;
  font-size: 1.6rem;
  border-top: 1px solid #C9C9C9;
  padding-top: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.page-grid .page-content .overview-block .overview-list.price-list {
  grid-template-columns: 1fr 2fr;
}
.page-grid .page-content .overview-block .overview-list-first {
  border-top: none;
}
.page-grid .page-content .overview-block .overview-list-last {
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.page-grid .page-content .overview-block .overview-list p {
  margin-block: 0;
}
.page-grid .page-content .overview-block .overview-list__heading {
  margin-block: 0;
}
.page-grid .page-content .overview-block .overview-list .overview-note {
  font-size: 1.4rem;
  color: #6D6D6D;
  margin-top: 8px;
}
.page-grid .page-content .overview-block .overview-list .overview-group__heading {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 700;
}
.page-grid .page-content .overview-block .overview-list .overview-group__list {
  list-style: disc;
  list-style-position: inside;
}
.page-grid .page-content .overview-block .overview-list .overview-group__flow {
  background: #FFF;
  padding: 1.6rem;
  gap: 0 !important;
}
.page-grid .page-content .overview-block .overview-list .overview-group__flow .flow-heading {
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
.page-grid .page-content .overview-block .overview-list .overview-group__flow .flow-list {
  display: grid;
  gap: 0.8rem;
  list-style: decimal;
  list-style-position: inside;
  margin-left: 1.4rem;
  text-indent: -1.4rem;
}
.page-grid .page-content .overview-block .overview-list .wp-block-group {
  gap: 2.4rem;
}
@media (max-width: 640px) {
  .page-grid .page-content .overview-block .overview-list {
    grid-template-columns: 1fr 3fr;
    gap: 2rem;
  }
  .page-grid .page-content .overview-block .overview-list.price-list {
    grid-template-columns: 1fr 1fr;
  }
}
.page-grid .page-content .overview-cta {
  background: #FFF;
  margin-top: clamp(4rem, 40px + (80 - 40) * (100vw - 750px) / (1440 - 750), 8rem);
  padding-block: clamp(2.4rem, 24px + (48 - 24) * (100vw - 750px) / (1440 - 750), 4.8rem);
  padding-inline: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
  justify-content: space-between;
}
.page-grid .page-content .overview-cta h5 {
  font-size: clamp(1.8rem, 18px + (20 - 18) * (100vw - 750px) / (1440 - 750), 2rem);
  flex: auto;
}
.page-grid .page-content .overview-cta .wp-block-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: fit-content;
  flex: none;
  gap: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.page-grid .page-content .overview-cta .wp-block-group .home-approach__cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 750px) {
  .page-grid .page-content .overview-cta {
    gap: 2.4rem;
  }
}
@media (max-width: 520px) {
  .page-grid .page-content .overview-cta {
    flex-direction: column;
    font-size: clamp(1.5rem, 15px + (16 - 15) * (100vw - 320px) / (750 - 320), 1.6rem);
    padding-inline: clamp(2rem, 20px + (24 - 20) * (100vw - 320px) / (750 - 320), 2.4rem);
    line-height: 1.2;
  }
  .page-grid .page-content .overview-cta .home-approach__cta {
    padding-left: clamp(2rem, 20px + (24 - 20) * (100vw - 320px) / (750 - 320), 2.4rem);
    gap: 0;
  }
}
.page-grid .page-content .overview-cta.briefing-cta {
  margin-top: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.page-grid .page-content .overview-benefits {
  border: 1px solid #C9C9C9;
  padding: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
  gap: 1.6rem;
  margin-block: clamp(4rem, 40px + (80 - 40) * (100vw - 750px) / (1440 - 750), 8rem);
}
.page-grid .page-content .overview-benefits h3 {
  margin: 0 0 0.8rem 0;
  font-size: clamp(1.8rem, 18px + (24 - 18) * (100vw - 750px) / (1440 - 750), 2.4rem);
  position: relative;
  padding-left: 52px;
}
.page-grid .page-content .overview-benefits h3::before {
  content: "";
  position: absolute;
  background-image: url("assets/img/diamond.svg");
  width: 44px;
  height: 44px;
  left: 0;
  top: 50%;
  transform: translateY(-52%);
}
.page-grid .page-content .overview-benefits-item {
  gap: 1.6rem;
  align-items: start;
}
.page-grid .page-content .overview-benefits-item p {
  margin: 0;
}
.page-grid .page-content .overview-benefits-item .benefits-tag {
  font-weight: 500;
  color: #FFF;
  background-color: #E72F36;
  height: 24px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 24px;
  flex-shrink: 0;
}
.page-grid .page-content .overview-benefits .information {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 600;
  color: #E72F36;
}
.page-grid .page-content .overview-benefits.no-margin {
  margin: 0;
}
.page-grid .page-content .overview-benefits.bottom-margin {
  margin-bottom: clamp(4rem, 40px + (80 - 40) * (100vw - 750px) / (1440 - 750), 8rem);
  margin-top: 0;
}
.page-grid .page-content .overview-campaign {
  margin-top: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
  margin-bottom: 0;
  width: 100%;
  height: auto;
}
.page-grid .page-content .overview-campaign a {
  transition: opacity 0.18s ease;
}
@media (hover: hover) and (pointer: fine) {
  .page-grid .page-content .overview-campaign a:hover {
    opacity: 0.8;
  }
}
.page-grid .page-content .overview-campaign img {
  border-radius: 8px;
}
.page-grid .page-content .overview-campaign-sp {
  display: none;
}
@media (max-width: 750px) {
  .page-grid .page-content .overview-campaign-sp {
    display: block;
  }
}
@media (max-width: 750px) {
  .page-grid .page-content .overview-campaign-pc {
    display: none;
  }
}
.page-grid .page-content .faq-accordion {
  margin-block: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.page-grid .page-content .faq-accordion .esab__container {
  gap: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.page-grid .page-content .faq-accordion .esab__container .wp-block-esab-accordion-child {
  background-color: #FFF;
  border: none;
}
.page-grid .page-content .faq-accordion .esab__container .wp-block-esab-accordion-child .esab__head {
  padding: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
  gap: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.page-grid .page-content .faq-accordion .esab__container .wp-block-esab-accordion-child .esab__head .esab__heading_txt {
  font-size: 1.6rem;
  font-weight: 500;
}
.page-grid .page-content .faq-accordion .esab__container .wp-block-esab-accordion-child .esab__head .esab__heading_txt .esab__heading_tag {
  margin: 0;
  padding-left: 3.6rem;
  position: relative;
}
.page-grid .page-content .faq-accordion .esab__container .wp-block-esab-accordion-child .esab__head .esab__heading_txt .esab__heading_tag::before {
  position: absolute;
  content: "Q.";
  top: 0;
  left: 0;
  font-size: 2rem;
  line-height: 1;
}
.page-grid .page-content .faq-accordion .esab__container .esab__active_accordion {
  border: none;
}
.page-grid .page-content .faq-accordion .esab__container .esab__active_accordion .esab__head {
  background-color: #FFF;
}
.page-grid .page-content .faq-accordion .esab__container .esab__active_accordion .esab__head .esab__heading_tag {
  color: #4D4D4D;
}
.page-grid .page-content .faq-accordion .esab__container .esab__body {
  background-color: #E7E7E7 !important;
  padding: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
  border-top: none;
}
.page-grid .page-content .faq-accordion .esab__container .esab__body p {
  margin: 0;
  font-weight: 500;
}
@media (max-width: 840px) {
  .page-grid {
    flex-direction: column;
  }
  .page-grid .page-aside {
    width: 100%;
    position: static;
  }
  .page-grid .page-aside .toc {
    width: 100%;
  }
}

.lum-lightbox.lum-open {
  z-index: 1101 !important;
}

/* Luminous Lightbox - モバイル調整 */
@media (max-width: 768px) {
  .lum-lightbox-image-wrapper img {
    max-width: 150vw !important;
    max-height: 80vh !important;
    object-fit: contain;
  }
}
.home-hero {
  min-height: calc(100vh - var(--header-h));
  min-height: calc(100dvh - var(--header-h));
  box-sizing: border-box;
  display: grid;
  align-items: center;
  position: relative;
  padding-bottom: clamp(3rem, 30px + (60 - 30) * (100vw - 750px) / (1440 - 750), 6rem);
}
.home-hero__inner {
  max-width: 1076px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(4rem, 40px + (80 - 40) * (100vw - 750px) / (1440 - 750), 8rem);
}
.home-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
}
.home-hero__title {
  line-height: 1.4;
  font-size: clamp(2.9rem, 29px + (48 - 29) * (100vw - 750px) / (1440 - 750), 4.8rem);
  font-weight: 400;
  margin-bottom: clamp(1.8rem, 18px + (24 - 18) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.home-hero__lead {
  font-size: 1.6rem;
}
.home-hero__bottom {
  font-size: 1.7rem;
  line-height: 1.4;
  margin-top: 112px;
  color: #E72F36;
  font-family: "Josefin Sans", sans-serif;
}
.home-hero__visual .hero-slider {
  width: clamp(29.4rem, 294px + (420 - 294) * (100vw - 750px) / (1440 - 750), 42rem);
  height: clamp(39.2rem, 392px + (560 - 392) * (100vw - 750px) / (1440 - 750), 56rem);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.home-hero__visual .hero-slider .hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.home-hero__visual .hero-slider .hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}
.home-hero__visual .hero-slider .hero-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.home-hero .home-fv-cta {
  position: absolute;
  right: 2%;
  bottom: 32px;
  z-index: 1099;
}
.home-hero .scroll-line {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.home-hero .scroll-line span {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  color: #6D6D6D;
}
.home-hero .scroll-line .line {
  width: 1px;
  height: 40px;
  margin: 6px auto 0;
  background: linear-gradient(to bottom, transparent, #666, transparent);
  animation: scrollLine 2s infinite;
}
@media (max-width: 750px) {
  .home-hero .scroll-line {
    display: none;
  }
}
@keyframes scrollLine {
  0% {
    transform: scaleY(0.2);
    opacity: 0.2;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(0.2);
    opacity: 0.2;
  }
}
.home-hero .cta-fixed {
  display: none;
}
@media (max-width: 750px) {
  .home-hero .cta-fixed {
    display: flex;
    gap: 1rem;
    position: fixed;
    bottom: 1.6rem;
    left: 5%;
    right: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    z-index: 1000;
  }
  .home-hero .cta-fixed .cta-btn {
    flex: 1;
    text-align: center;
    font-size: 1.4rem;
    padding: 12px 0;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: #E72F36;
    border-radius: 1rem;
  }
  .home-hero .cta-fixed .cta-btn span {
    line-height: 1;
  }
}
.home-hero .cta-fixed.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}

.home-shortcuts {
  padding: 80px 0 40px;
}
.home-shortcuts .card-link {
  flex: 0 0 auto;
  flex-basis: clamp(24rem, 240px + (280 - 240) * (100vw - 750px) / (1440 - 750), 28rem);
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
}
.home-shortcuts .card-link__link {
  display: block;
  height: 100%;
  position: relative;
}
.home-shortcuts .card-link__thumb {
  aspect-ratio: 14/19;
}
.home-shortcuts .card-link__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .home-shortcuts .card-link:hover .card-link__thumb img {
    transform: scale(1.1);
  }
}
.home-shortcuts .card-link:focus-within .card-link__thumb img {
  transform: scale(1.1);
}
.home-shortcuts .card-link__text {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.4rem, 4px + (8 - 4) * (100vw - 750px) / (1440 - 750), 0.8rem);
  align-self: stretch;
}
.home-shortcuts .card-link__eyebrow {
  color: #E72F36;
  font-weight: 700;
  font-size: clamp(1.4rem, 14px + (15 - 14) * (100vw - 750px) / (1440 - 750), 1.5rem);
}
.home-shortcuts .card-link__title {
  font-size: clamp(1.6rem, 16px + (22 - 16) * (100vw - 750px) / (1440 - 750), 2.2rem);
  font-weight: 600;
  line-height: 1.3;
}
.home-shortcuts .card-link__go {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: #E72F36;
}

.cards-carousel {
  position: relative;
  user-select: none;
  --gap: 24px;
}
.cards-carousel__viewport {
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
}
.cards-carousel.is-dragging .cards-carousel__viewport {
  cursor: grabbing;
}
.cards-carousel.is-dragging .card-link__thumb img {
  transition: none !important;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}
.cards-carousel__track {
  display: flex;
  align-items: stretch;
  gap: var(--gap);
  transition: transform 0.5s ease;
  will-change: transform;
  padding-inline: var(--gap);
}
.cards-carousel__track a,
.cards-carousel__track a * {
  -webkit-user-drag: none;
  user-select: none;
}
.cards-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}
.cards-carousel__nav {
  justify-content: center;
  width: 34px;
  height: 34px;
}
.cards-carousel__nav .circle-arrow--nav {
  box-sizing: border-box;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
}
.cards-carousel__nav .circle-arrow--nav .arrow {
  position: static;
  display: block;
  transform-box: fill-box;
  transform: none;
  transform-origin: 50% 50%;
}
.cards-carousel__prev .circle-arrow--nav .arrow {
  transform: scaleX(-1);
}
.cards-carousel__dots {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cards-carousel__dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  background: #D9D9D9;
}
.cards-carousel__dots button.is-active {
  background: #E72F36;
}

/* splide調整 */
.cards-carousel {
  position: relative;
  user-select: none;
  --gap: 24px;
  /* Splide特有の構造対応 */
}
.cards-carousel .splide__track {
  overflow: visible;
}
.cards-carousel .splide__slide {
  flex-shrink: 0;
}

/* スライダー全体のオーバーフロー防止 */
#shortcuts-carousel {
  overflow: hidden;
}

/* Splide内部のトラックがはみ出さないようにする */
#shortcuts-carousel .splide__track {
  overflow: visible;
}

#shortcuts-carousel .splide__list {
  display: flex !important;
  align-items: stretch;
}

/* 各スライドの幅が親を超えないように */
#shortcuts-carousel .splide__slide {
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
}

/* レスポンシブで念のため */
@media (max-width: 750px) {
  body {
    overflow-x: hidden;
  }
  html {
    overflow-x: hidden;
  }
}
.section-title {
  font-size: clamp(2rem, 20px + (24 - 20) * (100vw - 750px) / (1440 - 750), 2.4rem);
  font-style: normal;
  font-weight: 600;
  position: relative;
  --marker: 18px;
  --gap: 12px;
  padding-left: calc(var(--marker) + var(--gap));
  line-height: 1.3;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: var(--marker);
  height: var(--marker);
  background: #E72F36;
  border-radius: 4px;
}

.home-features {
  padding: 80px 0;
}
.home-features__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 40px;
  padding-left: 20px;
}
@media (max-width: 750px) {
  .home-features__head {
    padding-left: 0;
  }
}
.home-features .feature-card {
  flex: 0 0 auto;
  flex-basis: clamp(36rem, 360px + (400 - 360) * (100vw - 750px) / (1440 - 750), 40rem);
  background: #FFF;
  overflow: hidden;
  padding-top: clamp(3rem, 30px + (40 - 30) * (100vw - 750px) / (1440 - 750), 4rem);
  padding-bottom: clamp(3rem, 30px + (40 - 30) * (100vw - 750px) / (1440 - 750), 4rem);
  padding-left: clamp(3rem, 30px + (40 - 30) * (100vw - 750px) / (1440 - 750), 4rem);
  padding-right: clamp(3rem, 30px + (40 - 30) * (100vw - 750px) / (1440 - 750), 4rem);
}
.home-features .feature-card__heading {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 48px;
  margin-bottom: 32px;
}
.home-features .feature-card__num {
  font-size: 40px;
  color: #E72F36;
}
.home-features .feature-card__title {
  font-size: 22px;
  line-height: 1.3;
  position: relative;
}
.home-features .feature-card__title::after {
  content: "";
  background-color: #E72F36;
  width: 2px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  margin-right: 24px;
}
.home-features .feature-card__text {
  font-size: 1.7rem;
}
.home-features__foot {
  width: 90%;
  max-width: 1100px;
  margin: 40px auto 0;
}
.home-features__foot .home-features-text {
  font-size: 1.7rem;
  text-align: center;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  padding: 16px 0;
}
.home-features__link2 {
  display: none;
}

.home-approach {
  padding-block: clamp(8rem, 80px + (120 - 80) * (100vw - 750px) / (1440 - 750), 12rem);
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  /* 見出し側（左） */
  /* 正方形ビジュアル（中央） */
  /* 本文側（右） */
  /* SP：縦並び（見出し→画像→本文） */
}
.home-approach__grid {
  display: flex;
  column-gap: clamp(4rem, 40px + (80 - 40) * (100vw - 750px) / (1440 - 750), 8rem);
  align-items: flex-start;
  align-self: stretch;
}
.home-approach__head {
  align-self: center;
}
.home-approach__head .section-title_sub {
  font-size: clamp(2.5rem, 25px + (38 - 25) * (100vw - 750px) / (1440 - 750), 3.8rem);
  font-weight: 500;
}
.home-approach__head .section-title_sub span {
  font-size: clamp(3.6rem, 36px + (56 - 36) * (100vw - 750px) / (1440 - 750), 5.6rem);
  font-weight: 400;
}
.home-approach__eyebrow {
  margin-bottom: clamp(0.4rem, 4px + (8 - 4) * (100vw - 750px) / (1440 - 750), 0.8rem);
  font-size: clamp(1.6rem, 16px + (20 - 16) * (100vw - 750px) / (1440 - 750), 2rem);
}
.home-approach__visual {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.home-approach__visual img {
  width: 100%;
  height: 100%;
}
.home-approach__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-approach__body p {
  margin-bottom: 8px;
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 750px) / (1440 - 750), 1.6rem);
}
.home-approach__cta {
  margin-top: clamp(3rem, 30px + (40 - 30) * (100vw - 750px) / (1440 - 750), 4rem);
}
@media (max-width: 1100px) {
  .home-approach__grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    row-gap: 20px;
  }
  .home-approach__grid .home-approach__visual {
    max-width: 520px;
  }
  .home-approach__grid .home-approach__visual,
  .home-approach__grid .home-approach__body {
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .home-approach__body a {
    text-align: center;
  }
  .home-approach__cta {
    align-self: center;
    width: fit-content;
  }
}

.home-exams {
  padding-block: clamp(8rem, 80px + (120 - 80) * (100vw - 750px) / (1440 - 750), 12rem);
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  /* SP: 縦並び。列幅を中央寄せで制限 */
}
.home-exams__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(2.4rem, 24px + (72 - 24) * (100vw - 750px) / (1440 - 750), 7.2rem);
  margin-top: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
  row-gap: 24px;
}
.home-exams__grid .exam-card {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
  padding-top: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
  padding-bottom: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
}
.home-exams__grid .exam-card__head {
  display: flex;
  width: 90%;
  margin: 0 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.home-exams__grid .exam-card__eyebrow {
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 750px) / (1440 - 750), 1.6rem);
  color: #E72F36;
}
.home-exams__grid .exam-card__title {
  font-size: clamp(2rem, 20px + (32 - 20) * (100vw - 750px) / (1440 - 750), 3.2rem);
  font-weight: 500;
}
.home-exams__grid .exam-card__body {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
}
.home-exams__grid .exam-card__body p {
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 750px) / (1440 - 750), 1.6rem);
}
.home-exams__grid .exam-card__media {
  overflow: hidden;
}
.home-exams__grid .exam-card__media img {
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.5s ease;
  object-fit: cover;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .home-exams__grid .exam-card:hover .exam-card__media img {
    transform: scale(1.1);
  }
}
@media (max-width: 750px) {
  .home-exams__grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-exams .exam-card__title {
    font-size: clamp(1.9rem, 19px + (26 - 19) * (100vw - 320px) / (750 - 320), 2.6rem);
  }
  .home-exams .exam-card__body {
    gap: clamp(2.4rem, 24px + (32 - 24) * (100vw - 750px) / (1440 - 750), 3.2rem);
  }
}

.home-news {
  background-color: #FFF;
  padding: clamp(2.8rem, 28px + (56 - 28) * (100vw - 750px) / (1440 - 750), 5.6rem);
  width: 90%;
  max-width: 1100px;
  margin-inline: auto;
  margin-top: clamp(4rem, 40px + (80 - 40) * (100vw - 750px) / (1440 - 750), 8rem);
  margin-bottom: clamp(6rem, 60px + (120 - 60) * (100vw - 750px) / (1440 - 750), 12rem);
}
.home-news .inner {
  display: flex;
  gap: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
}
.home-news__head {
  display: flex;
  padding-top: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
  width: 280px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.home-news__link2 {
  display: none;
}
@media (max-width: 750px) {
  .home-news .home-news__link {
    display: none;
  }
  .home-news .home-news__link2 {
    display: inline-flex;
    width: fit-content;
    margin-inline: auto;
  }
  .home-news .inner {
    flex-direction: column;
    gap: clamp(2rem, 20px + (40 - 20) * (100vw - 320px) / (750 - 320), 4rem);
  }
}

.home-message {
  --parallax: 0px;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 30%, rgba(5, 25, 49, 0.4) 100%), url("assets/img/vital-message.jpg");
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center calc(50% + var(--parallax));
  will-change: background-position;
}
.home-message .inner {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  padding-block: clamp(8rem, 80px + (120 - 80) * (100vw - 750px) / (1440 - 750), 12rem);
  color: #FFF;
}
.home-message__title {
  font-size: clamp(2.1rem, 21px + (28 - 21) * (100vw - 320px) / (750 - 320), 2.8rem);
  margin-bottom: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
}
.home-message__body {
  margin-bottom: clamp(4rem, 40px + (80 - 40) * (100vw - 750px) / (1440 - 750), 8rem);
  font-size: clamp(1.4rem, 14px + (15 - 14) * (100vw - 320px) / (750 - 320), 1.5rem);
  font-weight: 600;
  line-height: 1.8;
}

@media (max-width: 750px) {
  .home-message {
    background-image: linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url("assets/img/vital-message.jpg");
  }
}
@media (hover: none) and (pointer: coarse), (prefers-reduced-motion: reduce) {
  .home-message {
    --parallax: 0px !important;
  }
}
.home-related {
  padding-top: clamp(8rem, 80px + (120 - 80) * (100vw - 750px) / (1440 - 750), 12rem);
  padding-bottom: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
}
.home-related .inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: clamp(1.8rem, 18px + (24 - 18) * (100vw - 750px) / (1440 - 750), 2.4rem);
  flex-direction: column;
}
.home-related__title {
  text-align: center;
  margin-bottom: 4px;
}
.home-related .related-heroes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.6rem, 16px + (24 - 16) * (100vw - 750px) / (1440 - 750), 2.4rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr));
}
.home-related .related-heroes > * {
  min-width: 0;
}
.home-related .related-heroes .related-hero {
  position: relative;
}
.home-related .related-heroes .related-hero__media {
  overflow: hidden;
}
.home-related .related-heroes .related-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.6s ease;
}
.home-related .related-heroes .related-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-inline: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
  padding-top: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
  padding-bottom: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 90%);
  color: #FFF;
}
.home-related .related-heroes .related-hero__title {
  font-size: clamp(2rem, 20px + (32 - 20) * (100vw - 750px) / (1440 - 750), 3.2rem);
  display: flex;
  flex-direction: column;
}
.home-related .related-heroes .related-hero__title span {
  font-size: clamp(1.4rem, 14px + (18 - 14) * (100vw - 750px) / (1440 - 750), 1.8rem);
}
.home-related .related-heroes .related-hero.fasting-life .related-hero__title {
  font-size: clamp(1.7rem, 17px + (26 - 17) * (100vw - 750px) / (1440 - 750), 2.6rem);
}
@media (hover: hover) and (pointer: fine) {
  .home-related .related-heroes .related-hero:hover .related-hero__media img {
    transform: scale(1.05);
  }
}
.home-related .related-socials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.6rem, 16px + (24 - 16) * (100vw - 750px) / (1440 - 750), 2.4rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr));
  width: 100%;
}
.home-related .related-socials > * {
  min-width: 0;
}
.home-related .related-socials .social-group {
  background: #E7E7E7;
  padding: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
  padding: clamp(0.8rem, 8px + (16 - 8) * (100vw - 320px) / (750 - 320), 1.6rem);
}
.home-related .related-socials .social-group__title {
  font-weight: 700;
  font-size: clamp(1.6rem, 16px + (18 - 16) * (100vw - 750px) / (1440 - 750), 1.8rem);
  text-align: center;
  margin-bottom: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
}
.home-related .related-socials .social-group__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.6rem, 16px + (24 - 16) * (100vw - 750px) / (1440 - 750), 2.4rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
}
.home-related .related-socials .social-group__list .social-item {
  background-color: #FFF;
}
.home-related .related-socials .social-group__list .social-item__link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
  min-height: 72px;
}
.home-related .related-socials .social-group__list .social-item__label {
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 750px) / (1440 - 750), 1.6rem);
  font-weight: 500;
}
.home-related .related-socials .social-group__list .social-item__go {
  justify-self: end;
}
.home-related .related-socials .social-group__list .social-item__label {
  margin: 0;
  line-height: 1.2;
}
.home-related .related-socials .social-group__list > * {
  min-width: 0;
}

@media (max-width: 750px) {
  .home-hero {
    width: 90%;
    margin: 0 auto;
  }
  .home-hero__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: clamp(2.4rem, 24px + (56 - 24) * (100vw - 320px) / (750 - 320), 5.6rem);
  }
  .home-hero__title {
    font-size: clamp(2.1rem, 21px + (30 - 21) * (100vw - 320px) / (750 - 320), 3rem);
    margin-bottom: 8px;
  }
  .home-hero__lead {
    font-size: 1.5rem;
  }
  .home-hero__bottom {
    margin-top: clamp(3rem, 30px + (40 - 30) * (100vw - 320px) / (750 - 320), 4rem);
    font-size: 1.4rem;
  }
  .home-hero__visual .hero-slider {
    width: clamp(16rem, 160px + (320 - 160) * (100vw - 320px) / (750 - 320), 32rem);
    aspect-ratio: 3/4;
    height: auto;
  }
  .home-hero .home-fv-cta {
    display: none;
  }
  .home-features__head .section-title {
    --marker: 16px;
    --gap: 10px;
  }
  .home-features .feature-card {
    flex-basis: clamp(26rem, 260px + (280 - 260) * (100vw - 320px) / (750 - 320), 28rem);
  }
  .home-features .feature-card__heading {
    flex-direction: column;
    gap: 22px;
  }
  .home-features .feature-card__num {
    font-size: clamp(2.5rem, 25px + (32 - 25) * (100vw - 320px) / (750 - 320), 3.2rem);
  }
  .home-features .feature-card__title {
    font-size: clamp(1.8rem, 18px + (20 - 18) * (100vw - 320px) / (750 - 320), 2rem);
    text-align: center;
  }
  .home-features .feature-card__title::after {
    width: 40px;
    height: 2px;
    top: -16px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .home-features .feature-card__text {
    font-size: clamp(1.5rem, 15px + (16 - 15) * (100vw - 320px) / (750 - 320), 1.6rem);
  }
  .home-features__foot .home-features-text {
    font-size: 1.5rem;
    text-align: left;
  }
  .home-features__link {
    display: none;
  }
  .home-features__link2 {
    display: flex;
    margin-top: 40px;
  }
  .home-features__link2 a {
    margin: 0 auto;
  }
}
#shortcuts-carousel .splide__slide {
  width: auto;
}

#shortcuts-carousel .card-link {
  height: 100%;
}

.pickup-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.pickup-modal.is-visible {
  display: flex;
  opacity: 1;
}
.pickup-modal__content {
  position: relative;
  width: 100%;
  max-width: 500px;
  transform: scale(0.9);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.is-visible .pickup-modal__content {
  transform: scale(1);
}
.pickup-modal__link {
  display: block;
  line-height: 0;
}
.pickup-modal__link img {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.pickup-modal__close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s;
}
.pickup-modal__close:hover {
  transform: scale(1.1);
}
.pickup-modal__close::before, .pickup-modal__close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #333;
}
.pickup-modal__close::before {
  transform: rotate(45deg);
}
.pickup-modal__close::after {
  transform: rotate(-45deg);
}

.side-pickup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 280px;
  transform: translateX(120%);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 768px) {
  .side-pickup {
    width: 200px;
    right: 10px;
    bottom: 80px;
  }
}
.side-pickup.is-active {
  transform: translateX(0);
}
.side-pickup__link {
  display: block;
  position: relative;
  line-height: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
}
.side-pickup__link img {
  width: 100%;
  height: auto;
}
.side-pickup__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 2;
}

:root {
  --container-w: min(90vw, 1100px);
  --bleed-x: calc((100vw - var(--container-w)) / 2);
  /* 左にハミ出す量 */
}

.site-main .breadcrumbs {
  width: min(90%, 1100px);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 24px 0;
}
.site-main .breadcrumbs span[property=itemListElement] {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.site-main .breadcrumbs span[property=itemListElement] a {
  transition: color 0.18s ease;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (hover: hover) and (pointer: fine) {
  .site-main .breadcrumbs span[property=itemListElement] a:hover {
    color: #E72F36;
  }
}
.site-main .breadcrumbs span[property=itemListElement] span[property=name] {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-main .breadcrumbs span[property=itemListElement] + span[property=itemListElement]::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #4D4D4D;
  margin: 0 0.8em;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .site-main .breadcrumbs span[property=itemListElement] {
    font-size: 1.2rem;
  }
  .site-main .breadcrumbs span[property=itemListElement] span[property=name],
  .site-main .breadcrumbs span[property=itemListElement] a {
    max-width: 80px;
  }
}
.site-main .main-head .page-hero {
  width: min(90%, 1100px);
  margin-inline: auto;
  display: grid;
  align-items: flex-start;
  align-self: stretch;
  padding-top: 40px;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(3.2rem, 32px + (64 - 32) * (100vw - 750px) / (1440 - 750), 6.4rem);
}
.site-main .main-head .page-hero__media {
  margin-left: calc(var(--bleed-x) * -1);
  width: calc(100% + var(--bleed-x));
  max-width: none;
}
.site-main .main-head .page-hero__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.site-main .main-head .page-hero__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
  padding-top: clamp(6rem, 60px + (120 - 60) * (100vw - 750px) / (1440 - 750), 12rem);
}
.site-main .main-head .page-hero__body .page-kicker {
  font-size: clamp(1.5rem, 15px + (18 - 15) * (100vw - 750px) / (1440 - 750), 1.8rem);
}
.site-main .main-head .page-hero__body .hero-title {
  font-size: clamp(2.1rem, 21px + (30 - 21) * (100vw - 750px) / (1440 - 750), 3rem);
  font-weight: 400;
}
.site-main .main-head .page-hero__body .hero-intro {
  font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 750px) / (1440 - 750), 1.6rem);
  line-height: 2;
  letter-spacing: 0.05rem;
}
@media (max-width: 750px) {
  .site-main .main-head .page-hero {
    display: flex;
    flex-direction: column;
  }
  .site-main .main-head .page-hero__media {
    width: 100%;
    margin-left: 0;
  }
  .site-main .main-head .page-hero__body {
    padding-top: 0;
    gap: clamp(1.2rem, 12px + (24 - 12) * (100vw - 320px) / (750 - 320), 2.4rem);
  }
  .site-main .main-head .page-hero__body .hero-intro {
    font-size: clamp(1.5rem, 15px + (16 - 15) * (100vw - 320px) / (750 - 320), 1.6rem);
  }
}

.filter-title {
  font-size: clamp(1.6rem, 16px + (18 - 16) * (100vw - 750px) / (1440 - 750), 1.8rem);
  font-weight: 600;
}

.page-slide {
  margin-block: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
}

.l-archive {
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr);
}
.l-archive__filter {
  width: 264px;
  padding-top: clamp(2.8rem, 28px + (56 - 28) * (100vw - 750px) / (1440 - 750), 5.6rem);
  border-top: 1px solid #C9C9C9;
}
.l-archive .c-filter {
  display: block;
}
.l-archive .c-filter__block {
  margin-block: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
}
.l-archive .c-filter__block legend {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.l-archive .c-filter__block .filter-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.l-archive .c-filter__block .aina-info {
  margin-left: 0.2rem;
  margin-top: 0.8rem;
  font-size: 1.5rem;
}
.l-archive .c-filter__block .aina-info a {
  color: #E72F36;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.l-archive .c-filter__block .aina-info a .material-symbols-outlined {
  font-size: 2.2rem;
  text-decoration: none;
}
.l-archive .c-filter__block .aina-info a .aina-info-label {
  text-decoration: underline;
}
.l-archive .c-filter__date {
  position: relative;
  display: flex;
  gap: 1rem;
  align-self: stretch;
  align-items: center;
}
.l-archive .c-filter__date input[type=date] {
  flex: 1 1 auto;
  min-height: 48px;
  padding: 12px 16px 12px 16px;
  border: 1px solid #C9C9C9;
  border-radius: 0.8rem;
  line-height: 1;
  font-size: 1.6rem;
  appearance: auto;
  -webkit-appearance: auto;
  -webkit-text-fill-color: #6D6D6D;
  background: #FFF;
  text-align: left;
}
.l-archive .c-filter__date input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 1;
  filter: none;
}
.l-archive .c-filter__date input[type=date]::-webkit-datetime-edit,
.l-archive .c-filter__date input[type=date]::-webkit-datetime-edit-year-field,
.l-archive .c-filter__date input[type=date]::-webkit-datetime-edit-month-field,
.l-archive .c-filter__date input[type=date]::-webkit-datetime-edit-day-field {
  color: #6D6D6D;
}
.l-archive .c-filter__actions {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: center;
}
.l-archive .c-filter__actions button {
  padding: 1.6rem;
  justify-content: center;
  align-self: stretch;
  background-color: #4D4D4D;
  border-radius: 9999px;
  color: #FFF;
  font-weight: 500;
}
.l-archive .c-filter__actions .c-filter__clear {
  font-size: 1.5rem;
  font-weight: 500;
}
.l-archive__list .c-card-list .c-card {
  margin-block: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
  padding: 0;
}
.l-archive__list .c-card-list .c-card:first-child {
  margin-top: 0;
}
.l-archive__list .c-card-list .c-card__link {
  display: grid;
  grid-template-columns: 1fr var(--thumb, 160px);
  grid-template-rows: auto auto auto;
  column-gap: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
  align-items: start;
  background-color: #FFF;
  padding-block: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
  padding-inline: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.l-archive__list .c-card-list .c-card__link > *:not(.c-card__media) {
  grid-column: 1;
  min-width: 0;
}
.l-archive__list .c-card-list .c-card__meta {
  grid-row: 1;
}
.l-archive__list .c-card-list .c-card__date {
  margin-bottom: 0.5rem;
  --sep-url: url("assets/img/arrow.svg");
  --sep-w: 15px;
  --sep-h: 15px;
}
.l-archive__list .c-card-list .c-card__date .date-ynum {
  margin-right: 0.5rem;
}
.l-archive__list .c-card-list .c-card__date .date-blank {
  font-size: clamp(1.5rem, 15px + (16 - 15) * (100vw - 750px) / (1440 - 750), 1.6rem);
  margin: 0;
  font-weight: 500;
}
.l-archive__list .c-card-list .c-card__date .date-num {
  font-size: clamp(2.4rem, 24px + (26 - 24) * (100vw - 750px) / (1440 - 750), 2.6rem);
}
.l-archive__list .c-card-list .c-card__date .date-week {
  font-size: clamp(1.3rem, 13px + (14 - 13) * (100vw - 750px) / (1440 - 750), 1.4rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.l-archive__list .c-card-list .c-card__date .date-sep {
  display: inline-block;
  inline-size: var(--sep-w);
  block-size: var(--sep-h);
  margin: 0 0.8rem;
  background: var(--sep-url) center/contain no-repeat;
}
.l-archive__list .c-card-list .c-card__qual {
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.8rem;
}
.l-archive__list .c-card-list .c-card__qual .tag {
  padding: 0.4rem 0.8rem;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1;
}
.l-archive__list .c-card-list .c-card__qual .tag--qualification-fasting {
  background: #FF7272;
}
.l-archive__list .c-card-list .c-card__qual .tag--qualification-nutrition {
  background: #41CCBD;
}
.l-archive__list .c-card-list .c-card__title {
  margin: 0;
  grid-row: 2;
  font-size: clamp(2.2rem, 22px + (24 - 22) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.l-archive__list .c-card-list .c-card__tags {
  margin-top: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
  font-size: 1.4rem;
  grid-row: 3;
  color: #6D6D6D;
  font-weight: 500;
}
.l-archive__list .c-card-list .c-card__tags > .tag:not(:first-of-type)::before {
  content: " / ";
  margin: 0 0.35rem;
}
@media (max-width: 750px) {
  .l-archive__list .c-card-list .c-card__tags {
    margin-bottom: 0.8rem;
  }
}
.l-archive__list .c-card-list .c-card__media {
  grid-column: 2;
  grid-row: 1/4;
  inline-size: var(--thumb);
  aspect-ratio: 1/1;
  overflow: hidden;
}
.l-archive__list .c-card-list .c-card__media .c-card__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
  transform-origin: center center;
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .l-archive__list .c-card-list .c-card:hover:hover .c-card__media .c-card__thumb {
    transform: scale(1.1);
  }
}
@media (max-width: 840px) {
  .l-archive {
    flex-direction: column;
    display: flex;
  }
  .l-archive__filter {
    width: 100%;
  }
  .l-archive .c-filter__block .filter-item {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    column-gap: 2.4rem;
  }
  .l-archive .c-filter__date input {
    height: 52px;
  }
  .l-archive .c-filter__actions button {
    width: 260px;
    margin: 0 auto;
  }
  .l-archive__list .c-card-list .c-card__link {
    grid-template-columns: 1fr clamp(80px, 20vw, 100px);
  }
  .l-archive__list .c-card-list .c-card__date .date-sep {
    margin: 0 0.4rem;
    inline-size: 1.2rem;
  }
  .l-archive__list .c-card-list .c-card__date .date-week {
    margin-left: 0.4rem;
  }
  .l-archive__list .c-card-list .c-card__title {
    font-size: clamp(1.6rem, 16px + (20 - 16) * (100vw - 320px) / (750 - 320), 2rem);
  }
}
@media (max-width: 840px) and (max-width: 750px) {
  .l-archive__list .c-card-list .c-card__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 840px) {
  .l-archive__list .c-card-list .c-card__qual .tag {
    font-size: 1.3rem;
    padding: 0.4rem;
  }
}
@media (max-width: 450px) {
  .l-archive .c-filter__date {
    width: 100%;
  }
}

.c-pager {
  margin-top: 40px;
  width: 100%;
  --pg-url: url("assets/img/arrow-circle.svg");
  --pgprev-url: url("assets/img/arrow-circle-prev.svg");
  --pg-w: 35px;
  --pg-h: 35px;
}
.c-pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.c-pager__list a.page-numbers,
.c-pager__list span.page-numbers {
  display: grid;
  place-items: center;
  inline-size: 20px;
  block-size: 32px;
  font-size: 1.6rem;
}
.c-pager__item.is-current span.page-numbers {
  border-bottom: 1px solid #E72F36;
}
.c-pager .pg-arrow,
.c-pager .pg-arrow-prev {
  display: inline-block;
  inline-size: var(--pg-w);
  block-size: var(--pg-h);
}
.c-pager .pg-arrow {
  background: var(--pg-url) center/contain no-repeat;
}
.c-pager .pg-arrow-prev {
  background: var(--pgprev-url) center/contain no-repeat;
}
.c-pager .is-prev {
  margin-right: 1.6rem;
  width: var(--pg-w);
}
.c-pager .is-prev .prev {
  inline-size: var(--pg-w);
}
.c-pager .is-next {
  margin-left: 1.6rem;
  width: var(--pg-w);
}
.c-pager .is-next .next {
  inline-size: var(--pg-w);
}

.side-search {
  margin-top: clamp(2.4rem, 24px + (40 - 24) * (100vw - 750px) / (1440 - 750), 4rem);
  display: flex;
  gap: 0;
  width: 264px;
}
.side-search input {
  padding: 16px;
  background: #FFF;
  border-radius: 6px 0 0 6px;
  border-bottom: 1px solid #C9C9C9;
  border-top: 1px solid #C9C9C9;
  border-left: 1px solid #C9C9C9;
  width: 75%;
}
.side-search button {
  padding: 16px;
  background-color: #4D4D4D;
  border-radius: 0 6px 6px 0;
  border: 1px solid #4D4D4D;
  color: #FFF;
  width: 25%;
}

.filter-note {
  font-size: 0.85em;
  color: #666;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.side-search__clearwrap {
  margin-top: clamp(1.2rem, 12px + (16 - 12) * (100vw - 750px) / (1440 - 750), 1.6rem);
  text-align: center;
}
.side-search__clearwrap .side-search__clear {
  font-size: 1.5rem;
  font-weight: 500;
}

/* レシピ検索アコーディオン */
.c-filter__summary {
  padding: 8px 0;
  background: transparent;
  cursor: default;
  font-weight: 600;
  list-style: none;
  user-select: none;
  position: relative;
}

/* キーワード検索欄のスタイル */
.c-filter__keyword {
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
}

.keyword-search {
  display: flex;
  gap: 0;
  width: 264px;
}

.keyword-input {
  width: 75%;
  padding: 16px;
  background: #FFF;
  border-radius: 6px 0 0 6px;
  border-bottom: 1px solid #C9C9C9;
  border-top: 1px solid #C9C9C9;
  border-left: 1px solid #C9C9C9;
  border-right: none;
  font-size: 1.6rem;
  line-height: 1;
  transition: border-color 0.15s;
}

.keyword-input::placeholder {
  color: #C9C9C9;
}

.keyword-input:focus {
  outline: none;
  border-color: #E72F36;
}

.keyword-search-btn {
  width: 25%;
  padding: 16px;
  background-color: #4D4D4D;
  border-radius: 0 6px 6px 0;
  border: 1px solid #4D4D4D;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.18s ease;
}

.keyword-search-btn:hover {
  opacity: 0.8;
}

.keyword-clear-wrap {
  margin-top: 1.2rem;
  text-align: center;
}

.keyword-clear {
  background: none;
  border: none;
  color: #4D4D4D;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  transition: color 0.18s ease;
}

.keyword-clear:hover {
  color: #E72F36;
}

/* 検索inputの×ボタンを非表示 */
.keyword-input::-webkit-search-cancel-button {
  display: none;
}

@media (max-width: 840px) {
  .side-search {
    width: 100%;
    max-width: 400px;
  }
  .keyword-search {
    width: 100%;
  }
  /* 矢印アイコン（閉じている時：下向き） */
  .c-filter__summary::after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #666;
    transition: transform 0.2s;
  }
  /* 開いている時：上向き（180度回転） */
  .c-filter__accordion[open] .c-filter__summary::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.total-hits {
  margin-bottom: clamp(2rem, 20px + (24 - 20) * (100vw - 750px) / (1440 - 750), 2.4rem);
}

/* 検索入力の×（クリア）を消す */
.side-search input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

/* 装飾ごと消したい場合（Safariの虫眼鏡など） */
.side-search input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

/* 旧Edge/IE のクリアボタン対策（必要なら） */
.side-search input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.c-event {
  --sep-url: url("assets/img/arrow.svg");
  --sep-w: 15px;
  --sep-h: 15px;
}
.c-event .section-title {
  font-size: clamp(1.8rem, 18px + (20 - 18) * (100vw - 750px) / (1440 - 750), 2rem);
  font-style: normal;
  font-weight: 600;
  position: relative;
  --marker: 16px;
  --gap: 12px;
  padding-left: calc(var(--marker) + var(--gap));
  line-height: 1.3;
  margin-block: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.c-event .section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: var(--marker);
  height: var(--marker);
  background: #E72F36;
  border-radius: 4px;
}
.c-event__header {
  margin-top: clamp(3.2rem, 32px + (64 - 32) * (100vw - 750px) / (1440 - 750), 6.4rem);
}
.c-event__header, .c-event__body {
  width: min(90%, 772px);
  margin-inline: auto;
  gap: 0;
  padding: 24px 0;
}
.c-event .date-sep {
  display: inline-block;
  inline-size: var(--sep-w);
  block-size: var(--sep-h);
  margin: 0 0.8rem;
  background: var(--sep-url) center/contain no-repeat;
}
.c-event .date-ynum {
  font-size: clamp(1.6rem, 16px + (17 - 16) * (100vw - 750px) / (1440 - 750), 1.7rem);
  margin-right: 0.8rem;
}
.c-event .date-num {
  font-size: clamp(2.8rem, 28px + (30 - 28) * (100vw - 750px) / (1440 - 750), 3rem);
}
.c-event .date-week {
  font-size: clamp(1.5rem, 15px + (16 - 15) * (100vw - 750px) / (1440 - 750), 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.c-event__qual {
  font-weight: 500;
  margin-block: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.8rem;
}
.c-event__qual .tag {
  padding: 0.4rem 0.8rem;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1;
}
.c-event__qual .tag--qualification-fasting {
  background: #FF7272;
}
.c-event__qual .tag--qualification-nutrition {
  background: #41CCBD;
}
.c-event__title {
  font-size: clamp(3.6rem, 36px + (40 - 36) * (100vw - 750px) / (1440 - 750), 4rem);
  font-weight: 500;
  text-align: justify;
}
.c-event__tags {
  margin-top: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
  font-size: clamp(1.5rem, 15px + (16 - 15) * (100vw - 750px) / (1440 - 750), 1.6rem);
  grid-row: 3;
  color: #6D6D6D;
  font-weight: 500;
}
.c-event__tags > .tag:not(:first-of-type)::before {
  content: " / ";
  margin: 0 0.35rem;
}
.c-event__media {
  width: 100%;
  margin-top: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
}
.c-event__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.c-event__body {
  margin-top: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
}
.c-event__body .event-section p {
  margin-block: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
}
.c-event__body .event-section a {
  color: #E72F36;
  font-weight: 500;
  text-decoration: underline;
}
.c-event__body .event-section h2 {
  font-size: clamp(1.8rem, 18px + (20 - 18) * (100vw - 750px) / (1440 - 750), 2rem);
  font-style: normal;
  font-weight: 600;
  position: relative;
  --marker: 16px;
  --gap: 12px;
  padding-left: calc(var(--marker) + var(--gap));
  line-height: 1.3;
  margin-top: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
}
.c-event__body .event-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: var(--marker);
  height: var(--marker);
  background: #E72F36;
  border-radius: 4px;
}
.c-event__body .event-section h3 {
  font-size: clamp(1.7rem, 17px + (18 - 17) * (100vw - 750px) / (1440 - 750), 1.8rem);
  font-weight: 600;
  margin-top: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.c-event__body .event-section ul {
  margin-block: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.c-event__body .event-section ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.c-event__body .event-section ol {
  margin-block: clamp(1rem, 10px + (20 - 10) * (100vw - 750px) / (1440 - 750), 2rem);
}
.c-event__body .event-section ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-block: clamp(0.4rem, 4px + (8 - 4) * (100vw - 750px) / (1440 - 750), 0.8rem);
}
.c-event__body .event-section figure {
  width: 100%;
  margin-block: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
}
.c-event__body .event-section figure a {
  width: 100%;
}
.c-event__body .event-section figure img {
  width: 100%;
}
.c-event__body .event-section .wp-block-file a {
  font-size: 1.6rem;
}
.c-event__body .event-section .campaign-cta {
  justify-content: space-between;
  gap: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
  margin-top: clamp(2.8rem, 28px + (56 - 28) * (100vw - 750px) / (1440 - 750), 5.6rem);
}
.c-event__body .event-section .campaign-cta a {
  justify-content: space-between;
}
.c-event__body .event-section .campaign-cta a span {
  color: #FFF;
}
@media (max-width: 550px) {
  .c-event__body .event-section .campaign-cta {
    flex-direction: column;
  }
}
.c-event__overview {
  margin-block: clamp(2.8rem, 28px + (56 - 28) * (100vw - 750px) / (1440 - 750), 5.6rem);
}
.c-event__list .c-meta {
  display: grid;
  grid-template-columns: clamp(16rem, 22vw, 20rem) minmax(0, 1fr);
  column-gap: 1rem;
  align-items: start;
  padding-block: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
  border-bottom: 1px solid #C9C9C9;
}
.c-event__list .c-meta dt {
  font-weight: 500;
}
.c-event__list .c-meta dd iframe {
  width: 100%;
  height: 410px;
}
.c-event__list .c-meta .lecturer {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
  margin-top: clamp(2.4rem, 24px + (48 - 24) * (100vw - 750px) / (1440 - 750), 4.8rem);
}
.c-event__list .c-meta .lecturer:first-child {
  margin-top: 0;
}
.c-event__list .c-meta .lecturer__name {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.c-event__list .c-meta .lecturer__bio {
  font-size: 1.4rem;
}
.c-event__list .c-meta .lecturer__link {
  font-size: 1.4rem;
  margin-top: 1.6rem;
}
.c-event__list .c-meta .lecturer__link a {
  text-decoration: underline;
}
.c-event__list .c-meta__time {
  display: block;
}
@media (max-width: 520px) {
  .c-event__list .c-meta {
    grid-template-columns: 1fr;
    row-gap: 0.8rem;
  }
}
.c-event .outline {
  display: flex;
  flex-direction: column;
  gap: clamp(2.8rem, 28px + (56 - 28) * (100vw - 750px) / (1440 - 750), 5.6rem);
  margin-block: clamp(2.8rem, 28px + (56 - 28) * (100vw - 750px) / (1440 - 750), 5.6rem);
}
.c-event .outline .section-title {
  margin-top: 0;
}
.c-event .outline a {
  color: #E72F36;
  text-decoration: underline;
}
.c-event .outline ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.event-notice {
  padding: 12px 16px;
  background: #C9C9C9;
  margin-bottom: 3.2rem;
  font-size: clamp(1.8rem, 18px + (20 - 18) * (100vw - 750px) / (1440 - 750), 2rem);
  font-weight: 500;
  color: #4D4D4D;
}

.c-event__form {
  background: #FFF;
  padding: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
  margin-top: clamp(6.4rem, 64px + (128 - 64) * (100vw - 750px) / (1440 - 750), 12.8rem);
}
.c-event__form h3 {
  font-size: clamp(1.8rem, 18px + (20 - 18) * (100vw - 750px) / (1440 - 750), 2rem);
  margin-bottom: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
}

.c-event__form .c-form--event form,
.c-event__form .wpcf7 form {
  display: grid;
  gap: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
}

.c-event__form .label {
  display: block;
  font-weight: 500;
  margin-bottom: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
}

.c-event__form p > strong {
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  margin-inline: 0.5rem;
}

.c-event__form .form-heading {
  font-size: clamp(1.8rem, 18px + (20 - 18) * (100vw - 750px) / (1440 - 750), 2rem);
  background: #EEE7CE;
  padding: 4px 8px;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.c-event__form .form-lead {
  font-size: 1.6rem;
  margin-block: 0.2rem;
  margin-inline: 0.5rem;
}

.c-event__form .lead-last {
  margin-bottom: 1.6rem;
}

.c-event__form .attend-select {
  margin-top: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
}

.c-event__form .date-input {
  margin-top: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
}

.c-event__form .form-info {
  margin-top: 2.4rem;
  margin-bottom: 0;
}

.c-event__form .badge-required {
  margin-left: 1.6rem;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  color: #fff;
  background: #E72F36;
  vertical-align: middle;
}

/* テキスト・セレクト・テキストエリア */
.c-event__form input.wpcf7-text,
.c-event__form input.wpcf7-number,
.c-event__form input.wpcf7-date,
.c-event__form input[type=email],
.c-event__form input[type=tel],
.c-event__form select.wpcf7-select,
.c-event__form textarea.wpcf7-textarea {
  width: 100%;
  padding: 18px 16px;
  border-radius: 6px;
  background: #F7F7F5;
  outline: 0;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.c-event__form input.event_date_text {
  width: 280px;
}

.c-event__form input.zip,
.c-event__form input.birth {
  width: 180px;
}

.c-event__form textarea.wpcf7-textarea {
  min-height: 120px;
  height: 180px;
}

/* セレクトの▼ */
.c-event__form select.wpcf7-select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("assets/img/select-arrow.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 36px;
  width: 180px;
  margin-bottom: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
}

.c-event__form select.event_date_select {
  width: 280px;
  max-width: 100%;
}

/* フォーカス */
.c-event__form .wpcf7-form-control:focus {
  border-color: #E72F36;
  box-shadow: 0 0 0 3px color-mix(in srgb, #E72F36 20%, transparent);
}

/* ラジオ・チェックボックス */
.c-event__form input[type=radio],
.c-event__form input[type=checkbox] {
  accent-color: #E72F36;
}

.c-event__form .wpcf7-list-item {
  margin-right: 1.25rem;
}

.c-event__form .wpcf7-list-item label {
  cursor: pointer;
}
.c-event__form .wpcf7-list-item label a {
  text-decoration: underline;
}

/* ヘルプ文（※の説明など） */
.c-event__form p small {
  display: block;
  margin: 0;
  color: #4D4D4D;
  font-size: 1.4rem;
  line-height: 1.6;
}

.c-event__form .help {
  display: flex;
  font-size: 1.6rem;
  align-items: center;
}

.c-event__form .help-first {
  margin-top: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
}

/* バリデーション */
.c-event__form .wpcf7-not-valid-tip {
  color: #dc2626;
  font-size: 12px;
  margin-top: 6px;
}

.c-event__form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #fecaca;
  background: #fff1f2;
  color: #881337;
}

/* 送信ボタン */
.c-event__form .wpcf7-submit {
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  background: #E72F36;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.c-event__form .wpcf7-submit:hover {
  filter: brightness(0.96);
}

.c-event__form .wpcf7 .wpcf7-spinner {
  margin-left: 8px;
}

.c-event__form input::placeholder,
.c-event__form textarea::placeholder {
  color: #C9C9C9;
}

.c-event__form br {
  display: none;
}

.single-link {
  width: min(90%, 772px);
  margin-inline: auto;
  margin-top: clamp(3.2rem, 32px + (64 - 32) * (100vw - 750px) / (1440 - 750), 6.4rem);
  margin-bottom: clamp(5rem, 50px + (100 - 50) * (100vw - 750px) / (1440 - 750), 10rem);
}

.page-content .c-card-list {
  margin-block: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.page-content .c-card-list .c-card {
  margin-block: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
  padding: 0;
}
.page-content .c-card-list .c-card:first-child {
  margin-top: 0;
}
.page-content .c-card-list .c-card__link {
  display: grid;
  grid-template-columns: 1fr var(--thumb, 160px);
  grid-template-rows: auto auto auto;
  column-gap: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
  align-items: start;
  background-color: #FFF;
  padding-block: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
  padding-inline: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
  grid-template-areas: "meta  media" "title media" "tags  media";
}
.page-content .c-card-list .c-card__link > *:not(.c-card__media) {
  grid-column: 1;
  min-width: 0;
}
@media (max-width: 750px) {
  .page-content .c-card-list .c-card__link {
    grid-template-columns: 1fr;
    grid-template-areas: "meta" "title" "tags" "media";
  }
}
.page-content .c-card-list .c-card .c-card__meta {
  grid-area: meta;
}
.page-content .c-card-list .c-card .c-card__title {
  grid-area: title;
}
.page-content .c-card-list .c-card .c-card__tags {
  grid-area: tags;
}
.page-content .c-card-list .c-card .c-card__media {
  grid-area: media;
}
@media (max-width: 750px) {
  .page-content .c-card-list .c-card .c-card__media {
    display: none;
  }
}
.page-content .c-card-list__date {
  margin-bottom: 1rem;
  --sep-url: url("assets/img/arrow.svg");
  --sep-w: 15px;
  --sep-h: 15px;
}
.page-content .c-card-list__date .date-blank {
  font-size: clamp(1.5rem, 15px + (16 - 15) * (100vw - 750px) / (1440 - 750), 1.6rem);
  margin: 0;
  font-weight: 500;
}
.page-content .c-card-list__date .date-num {
  font-size: clamp(2.4rem, 24px + (26 - 24) * (100vw - 750px) / (1440 - 750), 2.6rem);
}
.page-content .c-card-list__date .date-week {
  font-size: clamp(1.3rem, 13px + (14 - 13) * (100vw - 750px) / (1440 - 750), 1.4rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-left: 8px;
}
.page-content .c-card-list__date .date-sep {
  display: inline-block;
  inline-size: var(--sep-w);
  block-size: var(--sep-h);
  margin: 0 0.8rem;
  background: var(--sep-url) center/contain no-repeat;
}
.page-content .c-card-list__qual {
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.8rem;
}
.page-content .c-card-list__qual .tag {
  padding: 0.4rem 0.8rem;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1;
}
.page-content .c-card-list__qual .tag--qualification-fasting {
  background: #FF7272;
}
.page-content .c-card-list__qual .tag--qualification-nutrition {
  background: #41CCBD;
}
.page-content .c-card-list__title {
  margin: 0;
  font-size: clamp(2.2rem, 22px + (24 - 22) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.page-content .c-card-list__tags {
  margin-top: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
  font-size: 1.4rem;
  color: #6D6D6D;
  font-weight: 500;
}
.page-content .c-card-list__tags > .tag:not(:first-of-type)::before {
  content: " / ";
  margin: 0 0.35rem;
}
.page-content .c-card-list__media {
  inline-size: var(--thumb);
  aspect-ratio: 1/1;
  overflow: hidden;
}
.page-content .c-card-list__media .c-card__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
  transform-origin: center center;
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .page-content .c-card-list:hover .c-card__link:hover .c-card__thumb {
    transform: scale(1.1);
  }
}

.page-article .page-sec {
  padding-block: clamp(3.2rem, 32px + (64 - 32) * (100vw - 750px) / (1440 - 750), 6.4rem);
  border-top: 1px solid #C9C9C9;
  width: 100%;
}
.page-article .page-sec .c-ttl {
  font-size: clamp(2.4rem, 24px + (30 - 24) * (100vw - 750px) / (1440 - 750), 3rem);
  font-weight: 600;
  margin-bottom: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.page-article .page-sec .c-card-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
  row-gap: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
}
@media (max-width: 640px) {
  .page-article .page-sec .c-card-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.page-article .page-sec .c-card__link {
  display: block;
  position: relative;
  overflow: hidden;
}
.page-article .page-sec .c-card__media {
  position: relative;
  aspect-ratio: 1/1.45;
}
.page-article .page-sec .c-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.2, 0.6, 0.2, 1);
  will-change: transform;
}
.page-article .page-sec .c-card__link:hover .c-card__media img {
  transform: scale(1.1);
}
.page-article .page-sec .c-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
  z-index: 1;
}
.page-article .page-sec .c-card__meta {
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 8px + (10 - 8) * (100vw - 750px) / (1440 - 750), 1rem);
}
.page-article .page-sec .c-card__title {
  font-size: clamp(2.4rem, 24px + (26 - 24) * (100vw - 750px) / (1440 - 750), 2.6rem);
  font-weight: 500;
  line-height: 1;
}
.page-article .page-sec .c-card__post {
  font-size: 1.4rem;
  line-height: 1.2;
}
.page-article .page-sec .c-card__alpha {
  line-height: 1;
  font-size: 1.4rem;
}
.page-article .page-sec .tag,
.page-article .page-sec .c-card__cats .tag {
  background: transparent;
  color: #fff;
  border: 0;
}
.page-article .page-sec .p-paypal-area {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.page-article .page-sec .p-paypal-area .p-btn-paypal {
  display: inline-block;
  background: #0070ba;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 16px 10px;
  font-weight: bold;
  border-radius: 4px;
  transition: 0.3s;
  width: calc((100% - 30px) / 3);
  min-width: 200px;
  text-align: center;
  box-sizing: border-box;
}
.page-article .page-sec .p-paypal-area .p-btn-paypal:hover {
  background: #005ea6;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .page-article .page-sec .p-paypal-area .p-btn-paypal {
    width: 100%;
  }
}
.page-article .branch-sec {
  padding-top: 0;
  border-top: none;
}

.page-grid .page-content .result-count {
  margin: 0;
}

.result-head {
  margin-bottom: clamp(2rem, 20px + (24 - 20) * (100vw - 750px) / (1440 - 750), 2.4rem);
  margin-left: 0.5rem;
}
.result-head .result-count {
  margin-block: 0;
}
.result-head .result-count__num {
  color: #E72F36;
  font-size: clamp(2.4rem, 24px + (26 - 24) * (100vw - 750px) / (1440 - 750), 2.6rem);
  font-weight: 500;
  margin-right: 0.5rem;
}
.result-head .result-count__num2 {
  color: #E72F36;
  font-weight: 500;
  font-size: clamp(1.7rem, 17px + (18 - 17) * (100vw - 750px) / (1440 - 750), 1.8rem);
  margin-right: 0.5rem;
}
.result-head .chips_list {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: flex-start;
}
.result-head .chips_list .chips_label {
  white-space: nowrap;
  font-weight: 500;
}
.result-head .chips_list .active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  min-width: 0;
}
.result-head .chips_list .active-filters .chip {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}
.result-head .chips_list .active-filters .chip::after {
  content: "/";
  margin-left: 0.5rem;
}
.result-head .chips_list .active-filters .chip:last-child::after {
  content: none;
}

.c-adviser__body {
  display: flex;
  gap: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
}
@media (max-width: 750px) {
  .c-adviser__body {
    flex-direction: column;
  }
}
.c-adviser__thumb {
  width: 240px;
  max-width: 100%;
}
.c-adviser__media {
  aspect-ratio: 1/1.45;
}
.c-adviser__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-adviser__title {
  font-size: clamp(2.2rem, 22px + (24 - 22) * (100vw - 750px) / (1440 - 750), 2.4rem);
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
  margin-bottom: 0.8rem;
}
.c-adviser__title h1 {
  font-weight: 500;
}
.c-adviser__title .tag {
  font-weight: 400;
}
@media (max-width: 750px) {
  .c-adviser__title h1 {
    font-size: 2.6rem;
  }
  .c-adviser__title .tag {
    font-size: clamp(1.6rem, 16px + (18 - 16) * (100vw - 320px) / (750 - 320), 1.8rem);
  }
}
.c-adviser__sub {
  font-size: 1.5rem;
  font-weight: 500;
}
.c-adviser__list {
  margin-block: clamp(3.5rem, 35px + (40 - 35) * (100vw - 750px) / (1440 - 750), 4rem);
}
.c-adviser__list li {
  list-style: disc;
  list-style-position: inside;
  margin-block: 0.5rem;
  font-size: 1.4rem;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
  text-align: justify;
}

.c-filter__block .c-filter__select {
  border-radius: 8px;
  border: 1px solid #C9C9C9;
  padding: 16px;
  background: #FFF;
}

.c-meta--area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.c-meta--area span {
  background-color: #E72F36;
  color: #FFF;
  padding: 6px 8px;
  font-size: 1.4rem;
  line-height: 1;
}

.c-card__tags {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: justify;
}
@media (max-width: 520px) {
  .c-card__tags {
    font-size: clamp(1.2rem, 12px + (13 - 12) * (100vw - 320px) / (750 - 320), 1.3rem);
  }
}

.page-article .page-sec .c-card__title.branch-title {
  font-size: clamp(1.8rem, 18px + (20 - 18) * (100vw - 750px) / (1440 - 750), 2rem);
}
@media (max-width: 520px) {
  .page-article .page-sec .c-card__title.branch-title {
    font-size: 1.7rem;
  }
}

.page-article .page-sec .c-card__meta {
  bottom: 1.6rem;
}
@media (max-width: 520px) {
  .page-article .page-sec .c-card__meta {
    bottom: 5%;
  }
}

.c-branch__content .c-meta--area {
  position: static;
  margin-top: 0.5rem;
}
.c-branch__content .c-meta--area span {
  font-size: 1.6rem;
}
.c-branch__content .article-title {
  font-size: clamp(2.6rem, 26px + (28 - 26) * (100vw - 750px) / (1440 - 750), 2.8rem);
  margin-block: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
}
.c-branch__content .c-tags {
  display: flex;
  gap: 0.8rem;
}
@media (max-width: 640px) {
  .c-branch__content .c-tags {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.c-branch__content .c-tags li {
  border: 1px solid #C9C9C9;
  border-radius: 9999px;
  padding: 8px 16px;
  font-size: 1.4rem;
  line-height: 1;
}
.c-branch__message {
  border-top: 1px solid #C9C9C9;
  width: 100%;
  padding-top: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
  margin-top: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
}
.c-branch__info {
  width: min(90%, 772px);
  margin-inline: auto;
  gap: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
  margin-block: clamp(3.2rem, 32px + (64 - 32) * (100vw - 750px) / (1440 - 750), 6.4rem);
  padding: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
  background: #FFF;
  display: grid;
}
@media (max-width: 520px) {
  .c-branch__info {
    gap: 2.4rem;
  }
}
.c-branch__info h3 {
  color: #E72F36;
  font-size: 1.4rem;
}
.c-branch__info .c-def {
  display: grid;
  gap: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
  font-size: 1.5rem;
}
.c-branch__info .c-def__row {
  display: grid;
  grid-template-columns: 140px 1fr;
}
.c-branch__info .c-def__row dd {
  text-align: justify;
}
.c-branch__info .c-def__row dd ul {
  margin: 0;
}
.c-branch__info .c-def__row dd ul li {
  font-size: 1.5rem;
  list-style: none;
  padding: 0;
  text-indent: 0;
  margin: 0;
}
@media (max-width: 520px) {
  .c-branch__info .c-def {
    gap: 2rem;
  }
  .c-branch__info .c-def__row {
    grid-template-columns: 1fr;
  }
  .c-branch__info .c-def__row dt {
    font-weight: 600;
  }
}
.c-branch__info .branch-linik {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  align-self: stretch;
}
.c-branch__info .branch-linik li a {
  width: 5rem;
  height: 5rem;
  border: 1px solid #C9C9C9;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-branch__info .branch-linik li a img {
  width: 2.4rem;
  height: auto;
}
@media (hover: hover) and (pointer: fine) {
  .c-branch__info .branch-linik li a:hover {
    opacity: 0.7;
  }
}
.c-branch .related-branches {
  width: min(90%, 772px);
  margin-inline: auto;
}
.c-branch .related-branches .c-sec-ttl {
  font-size: clamp(1.8rem, 18px + (20 - 18) * (100vw - 750px) / (1440 - 750), 2rem);
  margin-bottom: 1.6rem;
}

@media (max-width: 640px) {
  .related-branches .c-card-list--person > li:nth-child(n+3) {
    display: none;
  }
}
.page-article .recipe-sec .cards .card a {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
}
.page-article .recipe-sec .cards .card a .card__title {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: justify;
}
@media (hover: hover) and (pointer: fine) {
  .page-article .recipe-sec .cards .card a:hover .cards__media img {
    transform: scale(1.1);
  }
}
.page-article .recipe-sec .cards__media {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.page-article .recipe-sec .cards__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transform: scale(1);
  transition: transform 0.35s;
  will-change: transform;
}
.page-article .recipe-sec .cards__media .new-label {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #E72F36;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 3px 7px;
  border-radius: 3px;
  line-height: 1;
  z-index: 2;
}

.recipe__download.download-block {
  text-align: center;
  margin-bottom: 4rem;
}
.recipe__download.download-block .c-button {
  margin-top: 0;
  max-width: 100%;
  width: 100%;
}

.recipe {
  width: min(90%, 772px);
  margin-inline: auto;
  margin-top: clamp(3.2rem, 32px + (64 - 32) * (100vw - 750px) / (1440 - 750), 6.4rem);
}
.recipe__head {
  margin-bottom: clamp(3.2rem, 32px + (64 - 32) * (100vw - 750px) / (1440 - 750), 6.4rem);
}
.recipe__tilte {
  font-size: clamp(2.5rem, 25px + (28 - 25) * (100vw - 750px) / (1440 - 750), 2.8rem);
  font-weight: 500;
  line-height: 1.4;
}
.recipe__body {
  display: grid;
}
.recipe__media img {
  width: 100%;
}
.recipe__download .c-button {
  margin-right: auto;
  margin-top: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.recipe__download .label {
  font-weight: 500;
}
.recipe__tags {
  margin-top: clamp(3.2rem, 32px + (64 - 32) * (100vw - 750px) / (1440 - 750), 6.4rem);
  background: #FFF;
  padding: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
  display: flex;
  flex-wrap: wrap;
}
.recipe__tags .tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.4rem, 4px + (8 - 4) * (100vw - 750px) / (1440 - 750), 0.8rem);
  /* 不調別：水色 */
  /* 基本栄養素：赤 */
  /* ビタミン：緑 */
  /* ミネラル：紫 */
  /* その他栄養素：青 */
  /* その他：オレンジ */
  /* ファスティング：シアン */
}
.recipe__tags .tag-cloud .chip {
  display: inline-block;
  border-radius: 9999px;
  padding: 0.8rem 1.6rem;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid currentColor;
  font-weight: 500;
}
.recipe__tags .tag-cloud .chip--condition {
  color: #41CCBD;
}
.recipe__tags .tag-cloud .chip--basic {
  color: #FF7272;
}
.recipe__tags .tag-cloud .chip--vitamin {
  color: #06C755;
}
.recipe__tags .tag-cloud .chip--mineral {
  color: #A375DE;
}
.recipe__tags .tag-cloud .chip--others1 {
  color: #253FE3;
}
.recipe__tags .tag-cloud .chip--others2 {
  color: #FF9334;
}
.recipe__tags .tag-cloud .chip--fasting {
  color: #4D4D4D;
}

.news-sec .toc-list {
  margin-block: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
}

.post-cats {
  color: #E72F36;
  font-weight: 500;
  margin-block: 1.6rem;
}

.site-search .page-article .page-sec {
  padding-block: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
}
.site-search .page-article .page-sec .wp-block-heading {
  margin-bottom: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
  margin-top: clamp(3.2rem, 32px + (64 - 32) * (100vw - 750px) / (1440 - 750), 6.4rem);
}
.site-search .page-article .page-sec .esab__container {
  gap: 0;
}
.site-search .page-article .page-sec .esab__container .esab__heading_tag {
  font-weight: 500;
}
.site-search .page-article .page-sec .esab__container .wp-block-esab-accordion-child {
  border-bottom: 1px solid #C9C9C9;
}
.site-search .page-article .page-sec .esab__container .wp-block-esab-accordion-child:first-child {
  border-top: 1px solid #C9C9C9;
}
.site-search .page-article .page-sec .esab__container .wp-block-esab-accordion-child .esab__head,
.site-search .page-article .page-sec .esab__container .wp-block-esab-accordion-child .esab__body {
  background: none;
}
.site-search .page-article .page-sec .esab__container .wp-block-esab-accordion-child .esab__body a {
  color: #E72F36;
  text-decoration: underline;
}

.main-contact__body {
  width: min(90%, 772px);
  margin-inline: auto;
}
.main-contact__body .c-event__form {
  margin-top: clamp(3.2rem, 32px + (64 - 32) * (100vw - 750px) / (1440 - 750), 6.4rem);
}
.main-contact .request-info {
  margin-top: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
  border: 1px solid #C9C9C9;
  padding: clamp(2rem, 20px + (24 - 20) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.main-contact .request-info h4 {
  margin-bottom: 1.6rem;
  font-weight: 600;
}
.main-contact .request-info ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 1.5rem;
}
.main-contact__thanks {
  margin-top: clamp(4.4rem, 44px + (88 - 44) * (100vw - 750px) / (1440 - 750), 8.8rem);
}
.main-contact__thanks h2 {
  font-weight: 600;
  font-size: clamp(1.8rem, 18px + (20 - 18) * (100vw - 750px) / (1440 - 750), 2rem);
  margin-bottom: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.main-contact .c-event__form .form-information {
  margin-bottom: 5.6rem;
  border: 1px solid #C9C9C9;
  padding: 1.6rem 2.4rem;
}

.page-grid .page-privacy h2 {
  margin-top: clamp(3.2rem, 32px + (40 - 32) * (100vw - 750px) / (1440 - 750), 4rem);
  font-size: clamp(1.8rem, 18px + (20 - 18) * (100vw - 750px) / (1440 - 750), 2rem);
  margin-bottom: 0;
}
.page-grid .page-privacy h2:first-child {
  margin-top: 0;
}
.page-grid .page-privacy h3 {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.page-grid .page-privacy p {
  margin-block: 1.6rem;
}
.page-grid .page-privacy ul {
  list-style: disc;
  list-style-position: inside;
  margin-block: 1rem;
}

.site-sub .page-grid .vital-list p {
  margin: 0;
}
.site-sub .page-grid .vital-list__head {
  font-weight: 500;
}

.page-grid .page-content .medical-list {
  margin-block: clamp(1.5rem, 15px + (16 - 15) * (100vw - 750px) / (1440 - 750), 1.6rem);
}
.page-grid .page-content .medical-list h4 {
  font-size: 2rem;
}
.page-grid .page-content .medical-list ul {
  list-style: disc;
  list-style-position: inside;
}
.page-grid .page-content .medical-list ul li {
  margin-block: 0.8rem;
}
.page-grid .page-content .medical-price-block {
  margin-block: 3.2rem;
}
.page-grid .page-content .medical-price-block h3 {
  font-size: clamp(2rem, 20px + (22 - 20) * (100vw - 750px) / (1440 - 750), 2.2rem);
  margin-block: 0;
}
.page-grid .page-content .medical-price-block p {
  margin: 0;
}
.page-grid .page-content .medical-price-block .medical-price {
  display: flex;
  align-items: center;
}
.page-grid .page-content .medical-price-block .medical-price .base-price {
  font-size: 1.7rem;
  align-items: center;
  display: flex;
  margin-block: 1rem;
}
.page-grid .page-content .medical-price-block .medical-price .base-price::after {
  content: "";
  display: inline-block;
  background-image: url("assets/img/arrow.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-inline: 2.4rem;
}
.page-grid .page-content .medical-price-block .medical-price .special-price {
  font-size: 2.2rem;
  color: #E72F36;
  font-weight: 500;
}
@media (max-width: 640px) {
  .page-grid .page-content .medical-price-block .medical-price .base-price {
    font-size: 1.6rem;
  }
  .page-grid .page-content .medical-price-block .medical-price .base-price::after {
    margin-inline: 1rem;
    width: 18px;
    height: 18px;
  }
  .page-grid .page-content .medical-price-block .medical-price .special-price {
    font-size: 1.8rem;
  }
}
.page-grid .page-content .caution-list {
  margin-block: 3.2rem;
}
.page-grid .page-content .caution-list h3 {
  font-size: clamp(2rem, 20px + (22 - 20) * (100vw - 750px) / (1440 - 750), 2.2rem);
  margin-block: 0;
  margin-bottom: 1.6rem;
}
.page-grid .page-content .caution-list ul {
  list-style: disc;
  list-style-position: inside;
}
.page-grid .page-content .caution-list ul li {
  margin-block: 0.8rem;
}
.page-grid .page-content .doctor-prof {
  margin-top: clamp(1.2rem, 12px + (24 - 12) * (100vw - 320px) / (750 - 320), 2.4rem);
}
.page-grid .page-content .doctor-prof .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 2.4rem;
}
.page-grid .page-content .doctor-prof .wp-block-group__inner-container .wp-block-image {
  margin-block: 0;
}
.page-grid .page-content .doctor-prof .wp-block-group__inner-container .wp-block-group {
  display: flex;
}
.page-grid .page-content .doctor-prof .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.page-grid .page-content .doctor-prof .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container .doctor-name {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.page-grid .page-content .doctor-prof .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container .doctor-name h3 {
  font-size: 2.4rem;
  margin: 0;
}
.page-grid .page-content .doctor-prof .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container .doctor-name p {
  margin: 0;
}
@media (max-width: 640px) {
  .page-grid .page-content .doctor-prof .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }
}
.page-grid .page-content .medical-flow {
  margin-top: clamp(1.2rem, 12px + (24 - 12) * (100vw - 320px) / (750 - 320), 2.4rem);
  list-style: disc;
  list-style-position: inside;
}

.post-password-form {
  width: 90%;
  max-width: 400px;
  margin-inline: auto;
  margin-block: clamp(16rem, 160px + (200 - 160) * (100vw - 320px) / (750 - 320), 20rem);
  display: grid;
  justify-content: center;
  gap: 2.4rem;
}
.post-password-form p {
  margin-bottom: 2rem;
}
.post-password-form p:last-child {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  justify-content: center;
}
.post-password-form p#error-pwbox-5433, .post-password-form p#error-pwbox-5478, .post-password-form p#error-pwbox-5476 {
  color: #E72F36;
}
.post-password-form label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  white-space: nowrap;
}
.post-password-form input[type=password] {
  padding: 10px 12px;
  border: 1px solid #C9C9C9;
  border-radius: 6px;
  background-color: #FFF;
}
.post-password-form input[type=submit] {
  padding: 10px 24px;
  background-color: #E72F36;
  color: #fff;
  border: none;
  border-radius: 9999px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}
.post-password-form input[type=submit]:hover {
  background-color: #4D4D4D;
}

@media (max-width: 640px) {
  .post-password-form {
    display: block;
    padding-top: 0;
    margin-block: clamp(3.2rem, 32px + (64 - 32) * (100vw - 320px) / (750 - 320), 6.4rem);
  }
  .post-password-form p:last-child {
    flex-direction: column;
  }
}
iframe[src*="youtube.com"],
iframe[src*="vimeo.com"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  border: 0;
  margin: 1.6rem 0;
}

.page-404 .container {
  margin-block: 8rem;
}
.page-404 .container .nf-sec {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  align-content: center;
}
.page-404 .container .nf-sec p {
  text-align: center;
}
.page-404 .container .nf-sec .components-btn {
  margin-right: auto;
  margin-top: 4rem;
}

.snow-monkey-form .smf-progress-tracker {
  margin-bottom: 6.4rem;
}
.snow-monkey-form .smf-progress-tracker .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  background-color: #E72F36;
}
.snow-monkey-form .smf-progress-tracker .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text {
  color: #E72F36;
}
.snow-monkey-form .smf-form .smf-text-control__control,
.snow-monkey-form .smf-form .smf-textarea-control__control {
  padding: 18px 16px;
  border-radius: 6px;
  background: #F7F7F5;
  border: 1px solid transparent !important;
  outline: 0;
  box-shadow: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.snow-monkey-form .smf-form .smf-text-control__control:focus,
.snow-monkey-form .smf-form .smf-textarea-control__control:focus {
  box-shadow: 0 0 0 3px color-mix(in srgb, #E72F36 20%, transparent);
}
.snow-monkey-form .smf-form ::placeholder {
  color: #C9C9C9;
  opacity: 1;
}
.snow-monkey-form .smf-form .smf-checkboxes-control--horizontal .smf-checkboxes-control__control > .smf-label:last-child {
  margin-bottom: 1.6rem;
}
.snow-monkey-form .smf-form .smf-item__description {
  font-size: 1.5rem;
}
.snow-monkey-form .smf-form--letter .smf-text-control__control.area-small {
  max-width: 180px;
}
.snow-monkey-form .smf-form--letter .smf-item {
  padding: 1.6rem 0;
}
.snow-monkey-form .smf-item__label__text {
  position: relative;
}
.snow-monkey-form .smf-item__label__text.is-required::after {
  position: absolute;
  content: "必須";
  color: #FFF;
  background-color: #E72F36;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 3px;
  vertical-align: middle;
  padding: 2px 5px;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
}
.snow-monkey-form .smf-error-messages {
  color: #E72F36;
  background-color: #FFEAEB;
  font-size: 1.4rem;
  padding: 2px 8px;
}
.snow-monkey-form .smf-action {
  display: block;
}
.snow-monkey-form .smf-button-control {
  display: block;
  width: 100%;
}
.snow-monkey-form .smf-button-control__control {
  width: 100%;
  display: block;
  padding: 1em;
  border-radius: 999px;
  background: #E72F36;
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;
}
.snow-monkey-form .smf-form--letter + .smf-action {
  margin-top: 4rem;
}
.snow-monkey-form p {
  margin-block: 0.8rem;
}
.snow-monkey-form .check a {
  color: #E72F36;
  text-decoration: underline;
}

.smf-complete-content p a {
  color: #E72F36;
  text-decoration: underline;
}

.snow-monkey-form[data-screen=confirm] .smf-action {
  display: flex;
  justify-content: center;
  gap: 1em;
}

.snow-monkey-form[data-screen=confirm] .smf-button-control {
  flex: 1;
}

.snow-monkey-form[data-screen=confirm] .smf-button-control__control {
  width: 100%;
}

.snow-monkey-form[data-screen=confirm] .smf-button-control__control[data-action=back] {
  background-color: #ccc;
  color: #333;
}

.snow-monkey-form[data-screen=confirm] .confirm-none {
  display: none;
}

.snow-monkey-form[data-screen=confirm] .smf-item__label__text::after {
  content: none;
}

.snow-monkey-form[data-screen=confirm] .smf-item__label__text {
  font-weight: 600;
  font-size: 1.5rem;
}

.form_page .event-info {
  background-color: #F7F7F5;
  padding: 2.4rem 3.2rem;
  border-radius: 1rem;
  margin-bottom: 6.4rem;
}
.form_page .event-info li {
  margin-block: 0.8rem;
  white-space: pre-line;
}

.hidden-field {
  display: none;
}

.request-message {
  margin-block: 3.2rem 1.6rem;
}

.request-way {
  margin-block: 2.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .request-way {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.request-way .request-btn {
  background: #fff;
  padding-block: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
  padding-inline: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.request-way .request-btn.delivery a {
  background: #41CCBD;
}
.request-way .request-btn p {
  margin-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.05em;
}
.request-way .request-btn .components-btn {
  width: 100%;
  justify-content: space-between;
  margin: 0;
}
@media (max-width: 768px) {
  .request-way .request-btn .components-btn {
    min-width: 220px;
  }
}

.briefing-block {
  gap: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
  display: grid;
}
.briefing-block h3 {
  font-size: clamp(2.2rem, 22px + (24 - 22) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.briefing-block .request-info {
  margin-top: 0;
}
.briefing-block .request-info h4 {
  font-size: clamp(1.8rem, 18px + (20 - 18) * (100vw - 750px) / (1440 - 750), 2rem);
}
.briefing-block .request-info ul li {
  font-size: 1.6rem;
}
.briefing-block .request-info p {
  margin-top: 0.8rem;
}

.cards-container .home-exams__grid {
  display: flex;
  gap: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
  margin-block: clamp(2.8rem, 28px + (56 - 28) * (100vw - 750px) / (1440 - 750), 5.6rem);
  width: 100%;
  justify-content: center;
}
.cards-container .home-exams__grid .exam-card {
  border-radius: 24px;
  justify-content: flex-start;
  padding-top: 0;
  overflow: hidden;
  color: #FFF;
}
.cards-container .home-exams__grid .exam-card.fm-card {
  background-color: #FF7272;
  border: 2px solid #FF7272;
}
.cards-container .home-exams__grid .exam-card.hben-card {
  background-color: #41CCBD;
  border: 2px solid #41CCBD;
}
.cards-container .home-exams__grid .exam-card__title {
  font-size: clamp(2rem, 20px + (22 - 20) * (100vw - 750px) / (1440 - 750), 2.2rem);
  font-weight: 700;
}
.cards-container .home-exams__grid .exam-card__body p {
  font-size: clamp(1.5rem, 15px + (16 - 15) * (100vw - 750px) / (1440 - 750), 1.6rem);
}

.briefing-list {
  list-style: disc;
  list-style-position: inside;
  margin-block: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.briefing-list li {
  margin-block: clamp(0.6rem, 6px + (8 - 6) * (100vw - 750px) / (1440 - 750), 0.8rem);
}

.members-sec ul {
  display: grid;
  gap: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.members-sec ul li a {
  background: #FFF;
  width: 100%;
  padding-block: clamp(3rem, 30px + (40 - 30) * (100vw - 750px) / (1440 - 750), 4rem);
  padding-inline: clamp(1.6rem, 16px + (24 - 16) * (100vw - 750px) / (1440 - 750), 2.4rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(1.8rem, 18px + (20 - 18) * (100vw - 750px) / (1440 - 750), 2rem);
  font-size: clamp(1.6rem, 16px + (20 - 16) * (100vw - 320px) / (750 - 320), 2rem);
}

.chief-sec li.is-current a {
  font-weight: 600;
}

.accordion .accordion-item {
  border-bottom: 1px solid #C9C9C9;
}
.accordion .accordion-item:first-child {
  border-top: 1px solid #C9C9C9;
}

.accordion-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: clamp(2.4rem, 24px + (32 - 24) * (100vw - 750px) / (1440 - 750), 3.2rem);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.accordion-title__text {
  flex: 1 1 auto;
}

.accordion-title__icon {
  margin-left: 24px;
  margin-right: 32px;
  font-size: 2rem;
  font-weight: 400;
}

.accordion-content {
  overflow: hidden;
  max-height: 0;
  /* ← 初期は隠す＝タイトルのみ表示 */
  transition: max-height 0.25s ease;
  margin-bottom: 1.6rem;
  margin-top: -1.6rem;
}
.accordion-content p {
  margin: 1.6rem 0 2.4rem;
}
.accordion-content a {
  text-decoration: underline;
  color: #E72F36;
}
.accordion-content .wp-block-list {
  margin-block: 1.6rem;
}
.accordion-content ol.wp-block-list li {
  list-style: decimal;
  list-style-position: inside;
}
.accordion-content ul.wp-block-list li {
  list-style: disc;
  list-style-position: inside;
}
.accordion-content h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 4rem 0 0.8rem;
}
.accordion-content h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
}
.accordion-content iframe[src*="youtube.com"],
.accordion-content iframe[src*="youtu.be"],
.accordion-content iframe[src*="vimeo.com"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  border: 0;
  margin: 1.6rem 0;
}
.accordion-content .wp-block-file {
  margin-block: 1.6rem;
}
.accordion-content .wp-block-file a {
  border: 1px solid #C9C9C9;
  padding-block: clamp(1.6rem, 16px + (24 - 16) * (100vw - 750px) / (1440 - 750), 2.4rem);
  padding-inline: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
  border-radius: 10px;
  width: 100%;
  display: inline-block;
  font-size: 1.5rem;
  color: #4D4D4D;
  text-decoration: none;
  position: relative;
}
.accordion-content .wp-block-file a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background-image: url("assets/img/arrow.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-inline: 2.4rem;
}
.accordion-content .wp-block-file a.wp-block-file__button {
  display: none;
}

.mana-article .page-sec {
  border: none;
  padding: 0;
}
.mana-article .page-sec .wp-block-file {
  margin-block: 1.6rem;
}
.mana-article .page-sec .wp-block-file a {
  position: relative;
  padding-right: 4.8rem;
}
.mana-article .page-sec .wp-block-file a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background-image: url("assets/img/arrow.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-inline: 2.4rem;
}
.mana-article .page-sec p {
  margin-block: 0;
}
.mana-article .page-sec p a {
  border: 1px solid #C9C9C9;
  padding-block: clamp(1.6rem, 16px + (24 - 16) * (100vw - 750px) / (1440 - 750), 2.4rem);
  padding-inline: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
  border-radius: 10px;
  width: 100%;
  display: inline-block;
  font-size: 1.5rem;
  color: #4D4D4D;
  text-decoration: none;
  position: relative;
}
.mana-article .page-sec p a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background-image: url("assets/img/arrow.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-inline: 2.4rem;
}

.message-sec {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.message-sec__heading {
  color: #E72F36;
  font-weight: 400;
  font-size: clamp(3rem, 30px + (36 - 30) * (100vw - 750px) / (1440 - 750), 3.6rem);
}
.message-sec__board {
  display: flex;
  align-items: flex-end;
  gap: 2.4rem;
}
.message-sec__board img {
  width: 234px;
  height: auto;
}
.message-sec__board .board-block {
  font-weight: 500;
}
.message-sec__board .board-block .board-post {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.message-sec__board .board-block .board-name {
  font-size: 1.8rem;
}
.message-sec__text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 640px) {
  .message-sec__heading {
    font-size: clamp(1.7rem, 17px + (28 - 17) * (100vw - 320px) / (750 - 320), 2.8rem);
  }
  .message-sec__board {
    flex-direction: column;
    align-items: flex-start;
  }
  .message-sec__board img {
    width: 100%;
    max-width: 320px;
  }
}

.philosophy-sec {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.philosophy-sec__note {
  font-size: 1.4rem;
  display: flex;
  gap: 2.4rem;
}
.philosophy-sec__note a {
  color: #E72F36;
  text-decoration: underline;
}

.outline-sec a {
  text-decoration: underline;
}

.school-sec .school-item {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 100px minmax(0, 1fr) 41%;
  border-top: 1px solid #C9C9C9;
  padding-block: clamp(1.8rem, 18px + (24 - 18) * (100vw - 750px) / (1440 - 750), 2.4rem);
  font-size: 1.5rem;
}
.school-sec .school-item h3 {
  font-weight: 700;
  font-size: 1.6rem;
}
.school-sec .school-item:last-child {
  border-bottom: 1px solid #C9C9C9;
}
.school-sec__address {
  margin-bottom: 1.6rem;
}
.school-sec__hours {
  margin-top: 1.6rem;
}
.school-sec__access {
  display: flex;
  flex-direction: column;
}
.school-sec__access .maps-link {
  color: #E72F36;
  margin-top: 1.6rem;
}
.school-sec__access .maps-link a {
  gap: 0.8rem;
  display: flex;
  align-items: center;
}
.school-sec__map {
  height: 250px;
  max-width: 100%;
  overflow: hidden;
}
.school-sec__map iframe {
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
}
@media (max-width: 640px) {
  .school-sec .school-item {
    grid-template-columns: 1fr;
  }
  .school-sec__map {
    height: 400px;
  }
  .school-sec__map iframe {
    height: calc(100% + 500px);
    margin-top: -250px;
  }
}

#nav-overlay {
  position: fixed;
  inset: var(--header-h) 0 0 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0s linear 0.18s;
  z-index: 900;
  display: block;
  pointer-events: none;
}

body.nav-open #nav-overlay,
body.menu-open #nav-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.site-header {
  display: flex;
  width: 100%;
  padding: 32px 32px;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  background: rgba(247, 247, 245, 0.3);
  backdrop-filter: blur(20px);
  transition: padding 0.2s ease, backdrop-filter 0.2s ease;
  font-size: clamp(1.2rem, 12px + (15 - 12) * (100vw - 750px) / (1440 - 750), 1.5rem);
}
.site-header .header-inner {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
  align-self: stretch;
}
.site-header .site-logo img {
  width: clamp(17.5rem, 175px + (240 - 175) * (100vw - 750px) / (1440 - 750), 24rem);
  height: auto;
  transition: width 0.2s ease;
}
.site-header .header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
  flex: 1 0 0;
}
.site-header .header-nav .nav-list {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
}
.site-header .header-nav .nav-list .nav-item {
  font-weight: 500;
  color: #4D4D4D;
}
.site-header .header-nav .nav-list .nav-item .nav-item current {
  color: #E72F36;
}
.site-header .header-nav .nav-list .nav-item a {
  color: #4D4D4D;
  transition: color 0.18s ease;
}
.site-header .header-nav .nav-list .nav-item a:hover {
  color: #E72F36;
}
.site-header .header-nav .nav-list .nav-item.has-sub a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.site-header .header-right {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
}
.site-header .header-cta {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  color: #FFF;
  font-weight: 500;
}
.site-header .header-cta .btn {
  display: flex;
  height: 52px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #E72F36;
  transition: height 0.2s ease;
  transition: background-color 0.18s ease;
}
.site-header .header-cta .btn.member {
  padding: 11px 16px 11px 20px;
  border-radius: 40px 0 0 40px;
}
.site-header .header-cta .btn.request {
  padding: 8px 20px 8px 16px;
  border-radius: 0 40px 40px 0;
}
.site-header .header-cta .btn:hover {
  background-color: #c91c22;
}
.site-header .hamburger {
  display: flex;
  height: 52px;
  padding: 0 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #FFF;
  gap: 6px;
  transition: background-color 0.18s ease;
}
.site-header .hamburger span {
  display: flex;
  width: 28px;
  height: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  background-color: #4D4D4D;
}
@media (hover: hover) and (pointer: fine) {
  .site-header .hamburger:hover {
    background: #E72F36;
  }
  .site-header .hamburger:hover span {
    background-color: #FFF;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header .header-inner {
    transition: none !important;
  }
}
/* サブメニュー */
.site-header .global-nav .nav-item.has-sub {
  position: relative;
}
.site-header .global-nav .nav-item.has-sub .toggle-icon img {
  width: 1em;
  height: 1em;
  transition: transform 0.18s ease;
}
.site-header .global-nav .nav-item.has-sub:hover > a, .site-header .global-nav .nav-item.has-sub:focus-within > a {
  color: #E72F36;
}
.site-header .global-nav .nav-item.has-sub:hover .toggle-icon img, .site-header .global-nav .nav-item.has-sub:focus-within .toggle-icon img {
  transform: rotate(45deg);
}
.site-header .global-nav .nav-item.has-sub > .sub-menu {
  display: none;
}
.site-header .global-nav .nav-item.has-sub > .sub-menu {
  display: none;
}
.site-header .global-nav .nav-item.has-sub.is-open > .sub-menu {
  position: fixed;
  top: calc(var(--header-h) + 32px); /* ヘッダーの下から32px */
  left: 50%;
  transform: translateX(-50%) translateY(0);
  display: block;
  z-index: 1001; /* オーバーレイより上、ヘッダーより上 */
  width: max-content;
  margin: 0;
  padding: 40px;
  background: #F7F7F5;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0s linear 0.18s, transform 0.18s ease;
}
.site-header .global-nav .nav-item.has-sub.is-open > .sub-menu a {
  color: #4D4D4D;
  transition: color 0.18s ease;
}
.site-header .global-nav .nav-item.has-sub.is-open > .sub-menu a:hover {
  color: #E72F36;
}
.site-header .global-nav .nav-item.has-sub.is-open > .sub-menu a.sub-top {
  display: flex;
  padding-bottom: 24px;
  margin-bottom: 24px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  font-size: clamp(1.5rem, 15px + (16 - 15) * (100vw - 750px) / (1440 - 750), 1.6rem);
  border-bottom: 1px solid var(--C9C9C9, #C9C9C9);
}
.site-header .global-nav .nav-item.has-sub.is-open > .sub-menu a.sub-top img {
  width: 8px;
  height: auto;
}
.site-header .global-nav .nav-item.has-sub.is-open > .sub-menu ul {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
}
.site-header .global-nav .nav-item.has-sub.is-open > .sub-menu ul.sub-list {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
}
.site-header .global-nav .nav-item.has-sub.is-open > .sub-menu ul.sub-list .sub-in {
  display: flex;
  padding-left: 24px;
  align-items: center;
  gap: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
  margin-bottom: 8px;
}
.site-header .global-nav .nav-item.has-sub.is-open > .sub-menu ul.sub-list .sub-in .sub-in-item a {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* bodyにnav-openが付いたらフェードイン */
body.nav-open .site-header .global-nav .nav-item.has-sub.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* 開く条件：hover と keyboard focus */
.site-header .global-nav .nav-item.has-sub:hover > .sub-menu,
.site-header .global-nav .nav-item.has-sub:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}

/* メディアクエリ */
@media screen and (min-width: 751px) {
  .site-header.scrolled {
    padding: 16px 32px;
    transition: padding 0.2s ease, backdrop-filter 0.2s ease;
  }
  .site-header.scrolled .site-logo img {
    width: clamp(14rem, 140px + (180 - 140) * (100vw - 750px) / (1440 - 750), 18rem);
    transition: width 0.2s ease;
  }
  .site-header.scrolled .header-cta .btn {
    height: 44px;
    transition: height 0.2s ease;
  }
  .site-header.scrolled .hamburger {
    height: 44px;
  }
}
@media screen and (max-width: 1100px) {
  .global-nav {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .site-header {
    padding: 8px 16px;
  }
  .site-header .header-cta {
    display: none;
  }
  .site-header .site-logo img {
    width: 17.5rem;
    max-width: none;
  }
  .site-header .hamburger {
    height: 40px;
    padding: 0 16px;
  }
}
/* メニュー画面 */
body.menu-open #nav-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
  top: 0;
  z-index: 1000;
}

/* ドロワー本体 */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 440px;
  max-width: min(90vw, 480px);
  background: #F7F7F5;
  z-index: 1100;
  transform: translateX(100%);
  transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1);
  display: flex;
  flex-direction: column;
  padding: 24px 16px 0 16px;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 750px) {
  .mobile-drawer {
    width: 100%;
    max-width: none;
    padding: 8px 16px 0 16px;
  }
}
/* 開いた状態 */
body.menu-open .mobile-drawer {
  transform: translateX(0);
}

/* 中のレイアウト */
.mobile-drawer .drawer-header {
  flex: none;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.mobile-drawer .drawer-close {
  align-self: flex-end;
  height: 52px;
  border-radius: 40px;
  background-color: #FFF;
  align-items: center;
  padding: 0 24px;
}
@media (max-width: 750px) {
  .mobile-drawer .drawer-close {
    height: 40px;
    padding: 0 16px;
  }
}
.mobile-drawer .drawer-cta {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  font-size: 1.5rem;
}
.mobile-drawer .drawer-cta .btn {
  border-radius: 30px;
  background: #E72F36;
  display: flex;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  color: #FFF;
}
.mobile-drawer .drawer-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding-bottom: 40px;
}
.mobile-drawer .drawer-body ::-webkit-scrollbar {
  display: none;
}
.mobile-drawer .drawer-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  margin-bottom: 24px;
}
.mobile-drawer .drawer-nav > li {
  display: flex;
  padding: 30px 8px 30px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid #C9C9C9;
  font-size: clamp(1.6rem, 16px + (18 - 16) * (100vw - 750px) / (1440 - 750), 1.8rem);
}
.mobile-drawer .drawer-nav > li a:hover {
  color: #E72F36;
}
.mobile-drawer .drawer-nav > li.has-sub .sub-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding-right: 28px;
  background: none;
  border: none;
  cursor: pointer;
}
.mobile-drawer .drawer-nav > li.has-sub .sub-toggle:hover {
  color: #E72F36;
}
.mobile-drawer .drawer-nav > li.has-sub .sub-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background: var(--icon-plus) no-repeat center/contain;
  transform: translateY(-50%);
  transition: background-image 0.2s ease;
}
.mobile-drawer .drawer-nav > li.has-sub .sub-toggle img {
  flex-shrink: 0;
  width: 22px;
}
.mobile-drawer .drawer-nav > li.has-sub .sub {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  padding: 0;
  pointer-events: none;
  transition: max-height 0.28s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.18s ease, transform 0.18s ease, padding 0.18s ease;
}
.mobile-drawer .drawer-nav > li.has-sub[aria-expanded=true] .sub {
  max-height: 800px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  padding: 12px 0 0;
}
.mobile-drawer .drawer-nav > li.has-sub[aria-expanded=true] .sub li {
  padding: 8px 0;
  font-size: clamp(1.5rem, 15px + (16 - 15) * (100vw - 750px) / (1440 - 750), 1.6rem);
}
.mobile-drawer .drawer-nav > li.has-sub[aria-expanded=true] > .sub-toggle::after,
.mobile-drawer .drawer-nav > li .sub-toggle[aria-expanded=true]::after {
  background-image: var(--icon-minus);
}
.mobile-drawer .drawer-nav > li .has-sub[aria-expanded=true] .sub > * {
  opacity: 1;
}
.mobile-drawer .drawer-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
}
.mobile-drawer .drawer-bottom li {
  font-size: 14px;
  color: #4D4D4D;
}
.mobile-drawer .drawer-bottom li a {
  color: #4D4D4D;
  transition: color 0.18s ease;
}
.mobile-drawer .drawer-bottom li a:hover {
  color: #E72F36;
}
.mobile-drawer .drawer-footer .btn {
  display: flex;
  width: 100%;
  height: 56px;
  font-size: 1.5rem;
  padding: 0 24px;
  border-radius: 30px;
  background: #E72F36;
  color: #FFF;
  transition: background-color 0.18s ease;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 8px;
  margin: 16px 0 8px;
}
.mobile-drawer .drawer-footer .drawer-social {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 0;
  column-gap: 16px;
}
.mobile-drawer .drawer-footer .drawer-social .social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
  font-size: 1.4rem;
  border-bottom: 1px solid #ddd;
}
.mobile-drawer .drawer-footer .drawer-social .social-link img {
  width: 24px;
  height: auto;
  flex-shrink: 0;
}
.mobile-drawer .drawer-footer .drawer-social .social-link .external-icon {
  margin-left: auto;
  font-size: 0.875rem;
}
.mobile-drawer .drawer-footer .drawer-social .social-link .external-icon img {
  width: 16px;
  height: auto;
}
.mobile-drawer .drawer-footer .drawer-social .social-link:hover {
  opacity: 0.7;
}

.site-header__conpact {
  padding-block: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
  padding-inline: clamp(1.6rem, 16px + (32 - 16) * (100vw - 750px) / (1440 - 750), 3.2rem);
}

.site-footer {
  background: #F7F7F5;
  color: #4D4D4D;
  padding-top: 40px;
  /* ===== block width ===== */
  /* ===== CTAエリア ===== */
  /* ===== ナビゲーションエリア ===== */
  /* ===== ボトムエリア ===== */
  /* ─────────── responsive: nested ─────────── */
  /* タブレット以下（840px） */
  /* SP（750px以下） */
}
.site-footer .footer-top {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.site-footer .footer-cta-top {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
}
.site-footer .footer-cta-top .cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
  padding-bottom: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
  padding-left: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
  padding-right: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
  flex: 1 0 0;
  text-decoration: none;
  border-right: 1px solid #C9C9C9;
  transition: color 0.18s ease;
}
.site-footer .footer-cta-top .cta-box .img-wrap {
  overflow: hidden;
  width: clamp(6rem, 60px + (100 - 60) * (100vw - 750px) / (1440 - 750), 10rem);
  height: auto;
}
.site-footer .footer-cta-top .cta-box .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  transition: transform 0.4s ease;
}
.site-footer .footer-cta-top .cta-box span {
  font-size: clamp(1.6rem, 16px + (20 - 16) * (100vw - 750px) / (1440 - 750), 2rem);
  font-weight: 500;
}
.site-footer .footer-cta-top .cta-box .circle-arrow {
  margin-left: auto;
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .site-footer .footer-cta-top .cta-box:hover {
    color: #E72F36;
  }
  .site-footer .footer-cta-top .cta-box:hover .img-wrap img {
    transform: scale(1.1);
  }
}
.site-footer .footer-cta-top .cta-box:last-child {
  border-right: none;
}
.site-footer .footer-nav-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  margin-top: clamp(2.8rem, 28px + (56 - 28) * (100vw - 750px) / (1440 - 750), 5.6rem);
  margin-bottom: clamp(4rem, 40px + (80 - 40) * (100vw - 750px) / (1440 - 750), 8rem);
}
.site-footer .footer-nav-area .footer-links {
  display: flex;
  align-items: flex-start;
  gap: clamp(4rem, 40px + (80 - 40) * (100vw - 750px) / (1440 - 750), 8rem);
}
.site-footer .footer-nav-area .footer-links .footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.8rem, 8px + (16 - 8) * (100vw - 750px) / (1440 - 750), 1.6rem);
}
.site-footer .footer-nav-area .footer-links .footer-col .footer-heading {
  font-weight: 700;
  font-size: clamp(1.2rem, 12px + (16 - 12) * (100vw - 750px) / (1440 - 750), 1.6rem);
}
.site-footer .footer-nav-area .footer-links .footer-col ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.4rem, 4px + (16 - 4) * (100vw - 750px) / (1440 - 750), 1.6rem);
}
.site-footer .footer-nav-area .footer-links .footer-col ul li a {
  font-size: clamp(1.1rem, 11px + (14 - 11) * (100vw - 750px) / (1440 - 750), 1.4rem);
}
.site-footer .footer-nav-area .footer-links .footer-col a:hover {
  color: #E72F36;
}
.site-footer .footer-nav-area .footer-cta {
  color: #fff;
  font-weight: 500;
}
.site-footer .footer-nav-area .footer-logo-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.site-footer .footer-bottom {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  align-self: stretch;
  background: #fff;
}
.site-footer .footer-bottom__block {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-block: 40px;
}
.site-footer .footer-bottom .footer-social {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 12px + (24 - 12) * (100vw - 750px) / (1440 - 750), 2.4rem);
  align-self: stretch;
}
.site-footer .footer-bottom .footer-social img {
  width: 28px;
  height: 28px;
}
.site-footer .footer-bottom .footer-social__item {
  display: flex;
  padding: 16px;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  border: 1px solid #C9C9C9;
}
.site-footer .footer-bottom .footer-social__item a {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.site-footer .footer-bottom .footer-social__item a .external-icon img {
  width: 20px;
  height: 20px;
}
.site-footer .footer-bottom .footer-legal {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-top: 16px;
}
.site-footer .footer-bottom .footer-legal a {
  font-size: 1.4rem;
}
.site-footer .footer-bottom .footer-legal a.social-link {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}
.site-footer .footer-bottom .footer-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.site-footer .footer-bottom .footer-right img {
  width: clamp(18rem, 180px + (280 - 180) * (100vw - 750px) / (1440 - 750), 28rem);
  height: auto;
}
.site-footer .footer-bottom a:hover {
  opacity: 0.7;
}
.site-footer .footer-meta {
  display: flex;
  padding-top: 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-top: 1px solid #C9C9C9;
  margin-top: 32px;
  gap: 1rem;
}
.site-footer .footer-meta small {
  font-size: 1.4rem;
  flex: 1;
  white-space: normal;
  line-height: 1.5;
}
.site-footer .footer-meta .to-top {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  width: 120px;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 840px) {
  .site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer .footer-bottom .footer-left {
    width: 100%;
  }
  .site-footer .footer-bottom .footer-left .footer-social {
    flex-wrap: wrap;
  }
  .site-footer .footer-bottom .footer-right {
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
  .site-footer .footer-nav-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }
  .site-footer .footer-nav-area .footer-logo-sp {
    width: 100%;
  }
  .site-footer .footer-nav-area .footer-logo-sp img {
    width: 100%;
    max-width: 276px;
  }
  .site-footer .footer-nav-area .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-template-areas: "qual about" "others others";
    column-gap: clamp(2rem, 20px + (40 - 20) * (100vw - 320px) / (750 - 320), 4rem);
    row-gap: 28px;
    /* 1段目 左右の割当 */
    /* 中段のカラム（= HTMLの2番目の .footer-col）を全幅にして子を縦積み */
  }
  .site-footer .footer-nav-area .footer-links > .footer-col.qualifications {
    grid-area: qual;
  }
  .site-footer .footer-nav-area .footer-links > .footer-col.about {
    grid-area: about;
  }
  .site-footer .footer-nav-area .footer-links > .footer-col:nth-child(2) {
    grid-area: others;
    display: grid;
    row-gap: 20px; /* 「検定・イベント」「お知らせ」「支部一覧」の間隔 */
  }
  .site-footer .footer-nav-area .footer-links .footer-col .footer-heading {
    font-size: clamp(1.6rem, 16px + (18 - 16) * (100vw - 320px) / (750 - 320), 1.8rem);
  }
  .site-footer .footer-nav-area .footer-links .footer-col ul {
    gap: clamp(0.8rem, 8px + (16 - 8) * (100vw - 320px) / (750 - 320), 1.6rem);
  }
  .site-footer .footer-nav-area .footer-links .footer-col ul li a {
    font-size: clamp(1.4rem, 14px + (16 - 14) * (100vw - 320px) / (750 - 320), 1.6rem);
  }
}
@media (max-width: 750px) {
  .site-footer .footer-cta-top {
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }
  .site-footer .footer-cta-top .cta-box {
    width: 100%;
  }
  .site-footer .footer-cta-top .cta-box:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #C9C9C9;
  }
  .site-footer .footer-bottom__block .footer-social {
    display: flex;
  }
  .site-footer .footer-bottom .footer-social {
    display: flex;
    flex-direction: column;
    gap: clamp(1.6rem, 16px + (20 - 16) * (100vw - 320px) / (750 - 320), 2rem);
  }
  .site-footer .footer-bottom .footer-social > a {
    display: inline-flex;
    align-items: center;
  }
  .site-footer .footer-bottom .footer-social img {
    width: 32px;
    height: 32px;
  }
  .site-footer .footer-bottom .footer-social .footer-links2 {
    display: flex;
    gap: clamp(1.6rem, 16px + (20 - 16) * (100vw - 320px) / (750 - 320), 2rem);
    flex: 1 0 100%;
    flex-direction: column;
  }
  .site-footer .footer-bottom .footer-legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .site-footer .footer-meta .to-top {
    width: auto;
  }
  .site-footer .footer-meta .to-top .to-top-text {
    display: none;
  }
}

.site-footer-compact {
  padding-bottom: clamp(2rem, 20px + (40 - 20) * (100vw - 750px) / (1440 - 750), 4rem);
  padding-top: clamp(3.6rem, 36px + (72 - 36) * (100vw - 750px) / (1440 - 750), 7.2rem);
}
.site-footer-compact .footer-meta {
  border: none;
  width: 90%;
  margin: auto;
}
.site-footer-compact small {
  text-align: center;
}/*# sourceMappingURL=style.css.map */