/* Base Reset / Common Setting */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;

  /* 今回のみ使用 */
  color: #263238;
  /* ---------- */
  line-height: 1.8;
  font-feature-settings: "palt";
  text-rendering: optimizeLegibility;

  /* 今回のみ使用 */
  background: #eef7fb;
  /* ---------- */
}

/* Chrome / Edge / Safari */
main::-webkit-scrollbar {
    display: none;
}

/* Firefox */
main {
  scrollbar-width: none;
}

/* IE / 旧Edge */
main {
  -ms-overflow-style: none;
}

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

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

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

/* ----color sample ----- */
:root {
  --green: #00a35a;
  --blue: #2452a4;
  --deep-blue: #17366f;
  --red: #c8192e;
  --text: #263238;
  --muted: #6c7a80;
  --line: rgba(36, 82, 164, 0.16);
  --white: #fff;
  --panel: rgba(255, 255, 255, 0.76);
  --shadow: 0 18px 45px rgba(23, 54, 111, 0.12);
}
/* ---------------------- */

html,
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: linear-gradient(
      rgba(255, 255, 255, 0.78),
      rgba(238, 247, 251, 0.88)
    ),
    url("/wp-content/themes/soushikai/asset/img/2335260_l.jpg") center bottom / cover no-repeat;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(
      circle at 10% 16%,
      rgba(0, 163, 90, 0.12) 0 56px,
      transparent 58px
    ),
    radial-gradient(
      circle at 88% 28%,
      rgba(36, 82, 164, 0.11) 0 64px,
      transparent 66px
    ),
    radial-gradient(
      circle at 16% 82%,
      rgba(200, 25, 46, 0.07) 0 72px,
      transparent 74px
    );
  pointer-events: none;
}

.nav-toggle,
.sp-header,
.sp-drawer,
.sp-profile-block,
.sp-information-card,
.sp-message-lead,
.sp-bottom-nav,
.sp-sns-list {
  display: none;
}

/* --- PC Layout ---- */
.site-layout {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(400px, 520px) minmax(
      280px,
      1fr
    );
  align-items: start;
  width: 100%;
  min-height: 100vh;
}

.side-panel {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
}

.side-panel--left {
  border-right: 1px solid var(--line);
}
.side-panel--right {
  border-left: 1px solid var(--line);
}

.side-left__inner,
.side-right__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 44px 32px 36px;
}

.logo-block {
  width: 82px;
  margin-bottom: 32px;
}

.side-copy {
  text-align: center;
}

.side-copy__label {
  color: var(--deep-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.side-copy h1 {
  margin-top: 8px;
  color: #283943;
  font-size: clamp(42px, 4vw, 68px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0.16em;
}

.side-copy__en {
  margin-top: 8px;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.side-copy__lead {
  margin-top: 34px;
  color: var(--deep-blue);
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.08em;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  margin-top: 32px;
  padding: 13px 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 26px rgba(36, 82, 164, 0.24);
}

.primary-button--wide {
  width: 100%;
  margin-top: 24px;
}

.sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.sns-list a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid rgba(36, 82, 164, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 18px rgba(23, 54, 111, 0.06);
}

.sns-list img {
  width: 100%;
  max-width: 22px;
  max-height: 22px;
  object-fit: contain;
}

.side-portrait {
  width: min(72%, 300px);
  margin-top: auto;
}

.side-portrait img {
  width: 100%;
  filter: drop-shadow(0 18px 28px rgba(23, 54, 111, 0.18));
}

.main-content {
  width: 100%;
  min-height: 100vh;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.56);
}

.mv-section {
  display: block;
  min-height: auto;
  padding: 76px 0 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.78)
  );
}

.mv-card {
  width: 100%;
  padding-top: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.mv-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center center;
}

.mv-dots {
  display: none;
  height: 0;
  margin: 0;
  padding: 0;
}

.content-section {
  padding: 74px 42px;
  border-top: 1px solid rgba(36, 82, 164, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.content-section:nth-of-type(even) {
  background: rgba(238, 247, 251, 0.7);
}

.content-section--message {
  padding-top: 88px;
}

.section-kicker {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: 0.12em;
}

.content-section h2 {
  margin-top: 6px;
  color: var(--deep-blue);
  font-size: 29px;
  line-height: 1.4;
  letter-spacing: 0.08;
}

section#message h3 {
  font-size: 1.3rem;
  text-align: center;
  padding: 1rem 0;
  color: var(--green);
}

.content-section h2 + p,
.content-section p + p {
  margin-top: 22px;
}

.policy-list {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.policy-card {
  padding: 24px;
  border: 1px solid rgba(36, 82, 164, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 24px rgba(23, 54, 111, 0.06);
}

.policy-card span {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
}

.policy-card h3 {
  margin-top: 8px;
  color: var(--deep-blue);
  font-size: 19px;
}

.policy-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.activity-grid {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.activity-card {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}

.activity-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.activity-card div {
  padding: 22px;
}

.activity-card time {
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
}

.activity-card h3 {
  margin-top: 4px;
  color: var(--deep-blue);
  font-size: 18px;
}

.activity-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  word-break: break-all;
}

.profile-photo {
  margin-top: 28px;
  overflow: hidden;
  border-radius: 20px;
  background: #111;
  box-shadow: var(--shadow);
}

.profile-photo img {
  width: 100%;
}

.profile-list {
  display: grid;
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid rgba(36, 82, 164, 0.16);
}

.profile-list div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(36, 82, 164, 0.16);
}

.profile-list dt {
  color: var(--deep-blue);
  font-weight: 700;
}

.profile-list dd {
  color: var(--muted);
}

.support-section {
  background: rgba(255, 255, 255, 0.72);
}

.support-section .primary-button {
  background: #fff;
  color: var(--deep-blue);
}

.more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 46px;
  margin-top: 30px;
  padding: 0 26px;
  border: 1px solid var(--green);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 18px rgba(23, 54, 111, 0.06);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.more-button::after {
  content: "＋";
  margin-left: 10px;
  font-size: 12px;
  line-height: 1;
}

.more-button:hover {
  border-color: transparent;
  background: linear-gradient(90deg, var(--green), var(--blue));
  color: var(--white);
  box-shadow: 0 12px 26px rgba(36, 82, 164, 0.24);
}

.contact-form {
  display: grid;
  gap: 20px;
  margin-top: 32px;
  padding: 28px;
  border: 1px solid rgba(36, 82, 164, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--deep-blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.form-field label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--red);
  color: var(--white);
  font-size: 11px;
  line-height: 1;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(36, 82, 164, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(108, 122, 128, 0.72);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 163, 90, 0.12);
}

.form-submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin-top: 8px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 26px rgba(36, 82, 164, 0.24);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.form-submit-button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.contact-box {
  margin-top: 24px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(36, 82, 164, 0.12);
}

.contact-box p + p {
  margin-top: 4px;
}

.side-right__inner {
  justify-content: flex-start;
  gap: 28px;
}

.side-nav-title {
  width: min(82%, 280px);
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.38em;
  text-indent: 0.38em;
  text-align: left;
}

.global-nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: min(82%, 280px);
  gap: 0;
}

.global-nav a,
.global-nav a:first-child {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(36, 82, 164, 0.14);
  color: #2f4148;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.global-nav a::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--green);
  opacity: 0.72;
}

.global-nav a:hover {
  color: var(--green);
  padding-left: 6px;
}

.info-card {
  width: min(82%, 320px);
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.info-card__head {
  display: block;
  margin-bottom: 12px;
}

.info-card__head p {
  color: var(--blue);
  font-size: 20px;
  font-weight: bold;
}

.info-card__head time {
  display: block;
  margin-top: 4px;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

.info-card > p {
  color: #3e4d53;
  font-size: 14px;
}

.info-card a {
  display: inline-block;
  margin-top: 12px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.info-card a.primary-button {
	color: var(--white);
	text-align: center;
}

h2.screen-reader-text {
	display: none;
}

main.main-content.single {
	padding-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 901px) and (max-height: 820px) {
  html,
  body {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
  }

  .site-layout {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(400px, 520px) minmax(
        280px,
        1fr
      );
  }

  body {
    background: #eef7fb;
  }

  .side-panel {
    position: relative;
    top: auto;
    height: 100vh;
    min-height: 0;
    overflow: hidden;
  }

  .side-left__inner,
  .side-right__inner {
    height: 100vh;
    min-height: 0;
    overflow: hidden;
  }

  .main-content {
    height: 100vh;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .mv-section {
    padding-top: 84px;
  }
}

@media screen and (min-width: 901px) {
  .side-right__inner {
    display: grid;
    grid-template-rows: auto auto 1fr;
    align-items: start;
    justify-items: center;
    gap: 26px;
    padding: 48px 34px 34px;
  }

  .side-nav-title {
    line-height: 1;
    font-weight: 700;
  }

  .global-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: min(82%, 280px);
    gap: 0;
    min-height: 0;
  }

  .global-nav a,
  .global-nav a:first-child {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(36, 82, 164, 0.14);
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }

  .info-card {
    align-self: end;
    width: min(82%, 320px);
    margin-top: auto;
    padding: 18px 22px;
  }

  .info-card__head {
    display: block;
    margin-bottom: 8px;
  }

  .info-card__head time {
    display: block;
    margin-top: 4px;
  }

  .info-card a {
    display: inline-block;
    margin-top: 8px;
  }
}

@media screen and (min-width: 901px) and (max-height: 820px) {
  .side-left__inner {
    padding-top: 28px;
    padding-bottom: 22px;
  }

  .logo-block {
    width: 72px;
    margin-bottom: 22px;
  }

  .side-copy h1 {
    font-size: clamp(40px, 3.4vw, 56px);
  }

  .side-copy__lead {
    margin-top: 22px;
    font-size: clamp(20px, 1.7vw, 24px);
    line-height: 1.45;
  }

  .primary-button {
    margin-top: 22px;
  }

  .sns-list {
    margin-top: 16px;
  }

  .side-portrait {
    width: min(70%, 280px);
  }

  .side-right__inner {
    padding-top: 22px;
    padding-bottom: 22px;
    gap: 14px;
  }

  .global-nav {
    gap: 8px;
  }
}

/* Windows Safe Fixed Layout */

@media screen and (min-width: 901px) {
  :root {
    --center-width: clamp(390px, 36vw, 520px);
    --side-width: calc((100vw - var(--center-width)) / 2);
  }

  html,
  body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden !important;
  }

  body {
    background: #eef7fb;
  }

  .site-layout {
    display: block !important;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    overflow: hidden !important;
  }

  .side-panel {
    position: fixed !important;
    top: 0;
    z-index: 10;
    display: block;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    overflow: hidden !important;
  }

  .side-panel--left {
    left: 0;
    width: var(--side-width);
    border-right: 1px solid var(--line);
  }

  .side-panel--right {
    right: 0;
    width: var(--side-width);
    border-left: 1px solid var(--line);
  }

  .side-left__inner,
  .side-right__inner {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    overflow: hidden !important;
  }

  /* スクロール */
  .main-content {
    position: relative;
    z-index: 1;
    width: var(--center-width);
    max-width: var(--center-width);
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    margin: 0 auto;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .mv-section {
    min-height: auto;
    padding: 0;
  }

  .side-right__inner {
    display: grid;
    grid-template-rows: auto auto 1fr;
    align-items: start;
    justify-items: center;
    gap: 26px;
    padding: 48px 34px 34px;
  }

  .side-nav-title {
    width: min(82%, 280px);
    line-height: 1;
    font-weight: 700;
    text-align: left;
  }

  .global-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: min(82%, 280px);
    gap: 0;
    min-height: 0;
  }

  .global-nav a,
  .global-nav a:first-child {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(36, 82, 164, 0.14);
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }

  .info-card {
    align-self: end;
    width: min(100%, 320px);
    margin-top: auto;
    padding: 18px 22px;
    border-radius: 0;
  }

  .info-card__head {
    display: block;
    margin-bottom: 8px;
  }

  .info-card__head time {
    display: block;
    margin-top: 4px;
  }

  .info-card a {
    display: flex;
    margin-top: 8px;
	width: 100%;
  }
}

@media screen and (min-width: 901px) and (max-width: 1120px) {
  :root {
    --center-width: clamp(390px, 42vw, 480px);
  }

  .side-left__inner,
  .side-right__inner {
    padding-right: 22px;
    padding-left: 22px;
  }

  .side-copy h1 {
    font-size: clamp(38px, 4.2vw, 54px);
  }

  .side-copy__lead {
    font-size: clamp(19px, 2vw, 24px);
  }
}

/* 高さが低いPCレイアウト */
@media screen and (min-width: 901px) and (max-height: 820px) {
  .side-left__inner {
    padding-top: 28px;
    padding-bottom: 22px;
  }

  .logo-block {
    width: 72px;
    margin-bottom: 22px;
  }

  .side-copy h1 {
    font-size: clamp(40px, 3.4vw, 56px);
  }

  .side-copy__lead {
    margin-top: 22px;
    font-size: clamp(20px, 1.7vw, 24px);
    line-height: 1.45;
  }

  .primary-button {
    margin-top: 22px;
  }

  .sns-list {
    margin-top: 16px;
  }

  .side-portrait {
    width: min(70%, 280px);
  }

  .side-right__inner {
    padding-top: 22px;
    padding-bottom: 22px;
    gap: 14px;
  }

  .global-nav {
    gap: 8px;
  }

  .global-nav a,
  .global-nav a:first-child {
    min-height: 36px;
    padding: 8px 0;
    font-size: 14px;
    letter-spacing: 0.06em;
    writing-mode: horizontal-tb;
  }

  .info-card {
    width: min(82%, 320px);
    padding: 14px 18px;
  }

  .info-card__head p {
    font-size: 14px;
  }

  .info-card__head time,
  .info-card > p {
    font-size: 12px;
  }
}

/* SP / Tablet Layout */
@media screen and (max-width: 900px) {
  html,
  body {
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  body::before {
    background: linear-gradient(
        rgba(255, 255, 255, 0.78),
        rgba(238, 247, 251, 0.88)
      ),
      url("imges/2335260_l.jpg") center bottom / cover no-repeat;
  }

  body::after {
    display: block;
  }

  .sp-header {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 120;
    display: flex;
    justify-content: flex-end;
    width: min(100%, 420px);
    height: 76px;
    padding: 16px 18px 0;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .sp-header__brand {
    display: none;
  }

  .sp-menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 10px 24px rgba(23, 54, 111, 0.12);
    pointer-events: auto;
  }

  .sp-menu-button span {
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 999px;
    background: var(--green);
  }

  .sp-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 160;
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: min(82vw, 320px);
    height: 100vh;
    height: 100dvh;
    padding: 28px 26px;
    background: var(--white);
    box-shadow: -16px 0 36px rgba(23, 54, 111, 0.16);
    transform: translateX(105%);
    transition: transform 0.25s ease;
  }

  .nav-toggle:checked ~ .sp-drawer {
    transform: translateX(0);
  }

  .sp-drawer__close {
    align-self: flex-end;
    margin-bottom: 12px;
    color: var(--green);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }

  .sp-drawer a {
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
    color: var(--deep-blue);
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .site-layout {
    display: block !important;
    width: min(100%, 420px);
    height: auto;
    min-height: 100vh;
    margin: 0 auto;
    overflow: visible !important;
    background: rgba(255, 255, 255, 0.66);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.56);
  }

  .side-panel {
    display: none !important;
    position: static !important;
    width: auto;
    height: auto;
  }

  .main-content {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 100vh;
    padding-bottom: 94px;
    margin: 0;
    overflow: visible !important;
    background: rgba(255, 255, 255, 0.66);
    box-shadow: none;
  }

  .mv-section {
    display: block;
    min-height: auto;
    padding: 0;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.78)
    );
  }

  .mv-card {
    width: 100%;
    padding-top: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: var(--shadow);
  }

  .mv-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center center;
  }

  .mv-dots {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    height: 112px;
    margin: 0;
    padding-bottom: 34px;
    background: transparent;
  }

  .mv-dots span {
    width: 9px;
    height: 9px;
    background: rgba(36, 82, 164, 0.14);
  }

  .mv-dots .is-current {
    background: var(--green);
  }

  .sp-profile-block {
    position: relative;
    display: block;
    padding: 36px 24px 28px;
    text-align: center;
    background: rgba(255, 255, 255, 0.72);
  }

  .sp-profile-block__label {
    color: var(--deep-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .sp-profile-block__logo {
    width: 66px;
    margin: 10px auto;
  }

  .sp-profile-block h1 {
    color: #283943;
    font-size: clamp(42px, 13vw, 58px);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.12em;
  }

  .sp-profile-block__en {
    margin-top: 10px;
    color: var(--muted);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
  }

  .sp-support-badge {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(240px, 72%);
    min-height: 54px;
    margin: 24px auto 0;
    padding: 0 28px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--green), var(--blue));
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    box-shadow: 0 12px 26px rgba(36, 82, 164, 0.24);
  }

  .sp-support-badge br {
    display: none;
  }

  .sp-sns-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
  }

  .sp-sns-list a {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    padding: 10px;
    border: 1px solid rgba(36, 82, 164, 0.22);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 8px 18px rgba(23, 54, 111, 0.06);
  }

  .sp-sns-list img {
    width: 100%;
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
  }

  .sp-information-card {
    display: block;
    width: calc(100% - 28px);
    margin: 0 auto 56px;
    padding: 18px 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow);
  }

  .sp-information-card__head {
    display: block;
    margin-bottom: 12px;
  }

  .sp-information-card__head p {
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
  }

  .sp-information-card__head time {
    display: block;
    margin-top: 4px;
    color: var(--text);
    font-size: 13px;
    font-weight: 700;
  }

  .sp-information-card > p {
    color: #3e4d53;
    font-size: 14px;
    line-height: 1.8;
  }

  .sp-information-card a {
    display: inline-block;
    margin-top: 12px;
    color: var(--green);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .sp-message-lead {
    display: block;
    padding: 0 24px 54px;
    text-align: center;
    background: rgba(255, 255, 255, 0.72);
  }

  .sp-message-lead p {
    color: var(--green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    letter-spacing: 0.12em;
  }

  .sp-message-lead h2 {
    margin-top: 34px;
    color: var(--deep-blue);
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }

  .content-section {
    padding: 58px 28px;
  }

  .content-section--message {
    padding-top: 58px;
  }

  .section-kicker {
    font-size: 15px;
  }

  .content-section h2 {
    font-size: 25px;
    letter-spacing: 0.08em;
  }

  .policy-card {
    padding: 21px;
  }

  .profile-list div {
    grid-template-columns: 76px 1fr;
    gap: 12px;
  }

  .more-button {
    width: min(100%);
    min-height: 50px;
    margin-top: 28px;
    font-size: 14px;
  }

  .contact-form {
    gap: 18px;
    margin-top: 28px;
    padding: 22px;
    border-radius: 18px;
  }

  .form-field label {
    font-size: 13px;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 14px;
  }

  .form-submit-button {
    min-height: 52px;
    font-size: 14px;
  }

  .sp-bottom-nav {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 130;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    width: min(100%, 420px);
    height: 76px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid var(--line);
    box-shadow: 0 -10px 26px rgba(23, 54, 111, 0.1);
  }

  .sp-bottom-nav a,
  .sp-bottom-nav label {
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 44px;
    padding: 0 4px;
    border-radius: 12px;
    color: var(--deep-blue);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
    cursor: pointer;
  }

  .sp-bottom-nav__icon {
    display: block;
    white-space: nowrap;
  }

  .sp-bottom-nav__support {
    color: var(--white) !important;
    background: linear-gradient(90deg, var(--green), var(--blue));
    box-shadow: 0 8px 18px rgba(36, 82, 164, 0.22);
  }

  .sp-bottom-nav__support .sp-bottom-nav__icon {
    color: var(--white);
  }
}

/* Tablet Layout：601px〜900px */
@media screen and (min-width: 601px) and (max-width: 900px) {
  .sp-header {
    width: min(100%, 680px);
    padding-right: 26px;
  }

  .site-layout,
  .sp-bottom-nav {
    width: min(100%, 680px);
  }

  .main-content {
    background: rgba(255, 255, 255, 0.58);
  }

  .mv-card {
    padding-top: 0;
  }

  .mv-card img {
    aspect-ratio: auto;
    object-fit: contain;
  }

  .mv-dots {
    display: none;
    height: 0;
  }

  .sp-profile-block {
    padding: 46px 48px 38px;
  }

  .sp-profile-block__logo {
    width: 82px;
  }

  .sp-profile-block h1 {
    font-size: 64px;
  }

  .sp-support-badge {
    width: min(280px, 60%);
    min-height: 60px;
    margin-top: 30px;
    font-size: 16px;
  }

  .sp-information-card {
    width: min(84%, 560px);
    margin-bottom: 64px;
    padding: 24px 28px;
  }

  .sp-message-lead {
    padding-bottom: 64px;
  }

  .sp-message-lead h2 {
    font-size: 30px;
  }

  .content-section {
    padding: 72px 56px;
  }

  .policy-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .policy-card:last-child {
    grid-column: 1 / -1;
  }

  .activity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-bottom-nav {
    height: 78px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .sp-bottom-nav a,
  .sp-bottom-nav label {
    min-height: 48px;
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  .mv-section {
    padding-top: 72px;
  }

}

/* Small SP */
@media screen and (max-width: 374px) {
  .sp-profile-block h1 {
    font-size: 40px;
  }

  .sp-support-badge {
    width: min(220px, 78%);
    min-height: 50px;
    padding: 0 20px;
    font-size: 14px;
  }

  .content-section {
    padding-right: 22px;
    padding-left: 22px;
  }

  .sp-bottom-nav a,
  .sp-bottom-nav label {
    font-size: 9px;
  }
}

/* Archive / News / Activity Adjustment 0623追加*/

.archive-section {
  min-height: 100vh;
}

.archive-section .activity-grid {
  margin-top: 34px;
}

.activity-card__thumb {
  display: block;
  overflow: hidden;
}

.activity-card__thumb img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.activity-card__thumb:hover img {
  transform: scale(1.035);
}

.activity-card__body {
  padding: 22px;
}

.activity-card__body time {
  display: block;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.activity-card__body h3 {
  margin-top: 6px;
  color: var(--deep-blue);
  font-size: 18px;
  line-height: 1.6;
}

.activity-card__body h3 a {
  color: inherit;
  text-decoration: none;
}

.activity-card__body h3 a:hover {
  color: var(--green);
}

.activity-card__body p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  word-break: normal;
  overflow-wrap: anywhere;
}

.archive-empty {
  margin-top: 32px;
  padding: 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--muted);
  font-size: 15px;
  box-shadow: var(--shadow);
}


/* Pagination */

.archive-pagination {
  margin-top: 46px;
}

.archive-pagination .navigation.pagination {
  margin: 0;
}

.archive-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;
}

.archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(36, 82, 164, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--deep-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(23, 54, 111, 0.06);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.archive-pagination .page-numbers.current {
  border-color: transparent;
  background: linear-gradient(90deg, var(--green), var(--blue));
  color: var(--white);
  box-shadow: 0 12px 26px rgba(36, 82, 164, 0.24);
}

.archive-pagination a.page-numbers:hover {
  border-color: transparent;
  background: linear-gradient(90deg, var(--green), var(--blue));
  color: var(--white);
  box-shadow: 0 12px 26px rgba(36, 82, 164, 0.24);
}

.archive-pagination .prev,
.archive-pagination .next {
  min-width: auto;
  padding-inline: 20px;
}


/* Single Post */

.single-content {
  padding: 74px 42px 96px;
}

.single-post {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}

.single-post__thumb {
  overflow: hidden;
}

.single-post__thumb img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.single-post__body {
  padding: 28px;
}

.single-post__date {
  display: block;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.single-post__title {
  margin-top: 8px;
  color: var(--deep-blue);
  font-size: 24px;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.single-post__content {
  margin-top: 24px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.9;
}

.single-post__content p + p {
  margin-top: 18px;
}

.single-post__content h2,
.single-post__content h3,
.single-post__content h4 {
  margin-top: 32px;
  color: var(--deep-blue);
  line-height: 1.6;
}

.single-post__content img {
  width: 100%;
  height: auto;
  margin: 24px 0;
  border-radius: 16px;
}

.single-post__content a {
  color: var(--green);
  text-decoration: underline;
}

.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 34px;
}

.post-navigation a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 14px 18px;
  border: 1px solid rgba(36, 82, 164, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--deep-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  box-shadow: 0 8px 18px rgba(23, 54, 111, 0.06);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.post-navigation a:hover {
  border-color: transparent;
  background: linear-gradient(90deg, var(--green), var(--blue));
  color: var(--white);
}

.next-post a {
  justify-content: flex-end;
  text-align: right;
}


/* Archive / Single Responsive */

@media screen and (max-width: 900px) {
  .archive-section {
    min-height: auto;
  }

  .archive-pagination {
    margin-top: 38px;
  }

  .single-content {
    padding: 58px 28px 116px;
  }

  .single-post__body {
    padding: 24px;
  }

  .single-post__title {
    font-size: 22px;
  }

  .post-navigation {
    grid-template-columns: 1fr;
  }

  .next-post a {
    justify-content: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .archive-pagination .page-numbers {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .archive-pagination .prev,
  .archive-pagination .next {
    width: 100%;
  }

  .single-content {
    padding-right: 22px;
    padding-left: 22px;
  }

  .single-post__body {
    padding: 22px;
  }

  .single-post__title {
    font-size: 20px;
  }

  .single-post__content {
    font-size: 14px;
  }
}

/* Single Post Navigation Adjustment */

.single-content .post-navigation {
  display: flex;
  gap: 14px;
  margin-top: 38px;
}

.single-content .post-navigation > div {
  flex: 1 1 0;
  min-width: 0;
}

.single-content .post-navigation > div:empty {
  display: none;
}

.single-content .post-navigation a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 76px;
  padding: 18px 22px;
  border: 1px solid rgba(36, 82, 164, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--deep-blue);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  box-shadow: 0 10px 24px rgba(23, 54, 111, 0.08);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease,
    box-shadow 0.2s ease, transform 0.2s ease;
}

.single-content .prev-post a {
  align-items: flex-start;
  text-align: left;
}

.single-content .next-post a {
  align-items: flex-end;
  text-align: right;
}

.single-content .prev-post a::before,
.single-content .next-post a::before {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.single-content .prev-post a::before {
  content: "前の記事";
}

.single-content .next-post a::before {
  content: "次の記事";
}

.single-content .post-navigation a:hover {
  border-color: transparent;
  background: linear-gradient(90deg, var(--green), var(--blue));
  color: var(--white);
  box-shadow: 0 14px 28px rgba(36, 82, 164, 0.22);
  transform: translateY(-1px);
}

.single-content .post-navigation a:hover::before {
  color: var(--white);
}

@media screen and (max-width: 600px) {
  .single-content .post-navigation {
    flex-direction: column;
    gap: 12px;
    margin-top: 30px;
  }

  .single-content .post-navigation a {
    min-height: 68px;
    padding: 16px 18px;
    font-size: 14px;
  }

  .single-content .next-post a {
    align-items: flex-start;
    text-align: left;
  }
}



/* archiveが2つあるため可変に */

@media screen and (min-width: 901px) {
  .side-panel--right {
    overflow: hidden !important;
  }

  .side-right__inner {
    display: flex !important;
    grid-template-rows: none !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    height: 100vh !important;
    height: 100dvh !important;
    padding: 36px 24px 28px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain;
  }

  .side-nav-title,
  .global-nav,
  .info-card {
    flex: 0 0 auto !important;
  }

  .side-nav-title {
    width: min(82%, 280px) !important;
    margin: 0 !important;
  }

  .global-nav {
    width: min(82%, 280px) !important;
    margin: 0 0 4px !important;
  }

  .info-card {
    align-self: center !important;
    width: min(82%, 320px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 18px !important;
  }

  .info-card + .info-card {
    margin-top: 0 !important;
  }
}


/* archiveが2つあるため可変に */
@media screen and (min-width: 901px) and (max-width: 1120px) {
  .side-right__inner {
    gap: 12px !important;
    padding: 26px 16px 24px !important;
  }

  .side-nav-title,
  .global-nav,
  .info-card {
    width: min(90%, 280px) !important;
  }

  .side-nav-title {
    font-size: 14px !important;
    letter-spacing: 0.3em !important;
  }

  .global-nav a,
  .global-nav a:first-child {
    min-height: 34px !important;
    padding: 6px 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.04em !important;
  }

  .global-nav a::before {
    width: 6px !important;
    height: 6px !important;
    margin-right: 10px !important;
  }

  .info-card {
    padding: 14px 16px !important;
  }

  .info-card__head {
    margin-bottom: 6px !important;
  }

  .info-card__head p {
    font-size: 14px !important;
  }

  .info-card__head time {
    font-size: 12px !important;
  }

  .info-card > p {
    font-size: 12px !important;
    line-height: 1.6 !important;
  }

  .info-card a {
    margin-top: 8px !important;
  }

  .info-card a.primary-button,
  .info-card .primary-button {
    min-height: 42px !important;
    padding: 10px 18px !important;
    font-size: 12px !important;
  }
}