@charset "UTF-8";
:root {
  --header-h: 136px;
  --page-bg: url('../img/purple-bg.jpg');
}

/* ── 背景カラーテーマ ── */
.bg-purple  { --page-bg: url('../img/purple-bg.jpg'); }
.bg-green   { --page-bg: url('../img/green-bg.jpg'); }
.bg-blue    { --page-bg: url('../img/blue-bg.jpg'); }
.bg-orange  { --page-bg: url('../img/orange-bg.jpg'); }
.bg-pink    { --page-bg: url('../img/pink-bg.jpg'); }

/* ── スキップナビゲーション ── */
.skip-link {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  background: #6b5040;
  color: #fff;
  padding: 8px 16px;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  z-index: 200;
  text-decoration: none;
  white-space: nowrap;
}
.skip-link:focus {
  top: 0;
}

/* ── フォームエラーメッセージ ── */
.form-error {
  color: #c00;
  font-size: 14px;
  margin-top: 4px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden; /* fallback */
  overflow-x: clip;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden; /* fallback */
  overflow-x: clip;
}

p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  text-align: center;
}

a {
  text-decoration: none;
}

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

address {
  font-style: normal;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 4px 0 rgba(97, 82, 62, 0.3);
}

.header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1040px;
  max-width: 1400px;
  padding: 14px 0;
  gap: 12px;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
  border-bottom: 1px dashed #B4987E;
}

.site-name {
  color: #61523E;
  font-family: "M PLUS Rounded 1c";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.header-logo img {
  width: 420px;
  height: 36px;
}

.phone-box,
.footer-phone-box {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7C4C1D;
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 800;
}

.phone-box {
  gap: 2px;
  font-size: 24px;
}

.phone-box img {
  width: auto;
  height: 24px;
}

.header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header-nav-close {
  display: none;
}

.header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.pref-logos {
  display: flex;
  align-items: center;
  gap: 0;
}

.pref-logos img {
  width: 60px;
  height: auto;
}

.header-nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px 16px;
  width: 100%;
  flex-wrap: wrap;
}

.header-nav-list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: #FFF;
  border-radius: 50px;
}

.header-nav span {
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-weight: 700;
}

.header-nav-pill-text {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  min-height: 28px;
}

.header-nav-pill1,
.header-nav-pill2,
.header-nav-pill3,
.header-nav-pill4,
.header-nav-pill5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 50px;
  border: 1px solid;
  width: 194px;
}
.header-nav-pill1 img,
.header-nav-pill2 img,
.header-nav-pill3 img,
.header-nav-pill4 img,
.header-nav-pill5 img {
  width: auto;
  height: 28px;
}

.header-nav-pill1 {
  padding: 4px 9px;
  color: #903A54;
  border-color: #DF7292;
  box-shadow: 0 4px 4px 0 rgba(226, 127, 157, 0.25);
  width: auto;
}

.header-nav-pill2 {
  color: #98621F;
  border-color: #D57F15;
  box-shadow: 0 4px 4px 0 rgba(234, 147, 42, 0.25);
}

.header-nav-pill3 {
  color: #2F798E;
  border-color: #259CC1;
  box-shadow: 0 4px 4px 0 rgba(87, 187, 216, 0.25);
}

.header-nav-pill4 {
  color: #498121;
  border-color: #62A136;
  box-shadow: 0 4px 4px 0 rgba(132, 198, 85, 0.25);
}

.header-nav-pill5 {
  color: #4F3EA8;
  border-color: #9180EA;
  box-shadow: 0 4px 4px 0 rgba(145, 128, 234, 0.25);
}

.header-nav-item--has-submenu {
  position: relative;
  overflow: visible;
}

.header-submenu {
  --submenu-text-color: #903A54;
  position: absolute;
  top: calc(100% - 3px);
  left: 50%;
  z-index: 120;
  width: 200px;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, 8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0s linear 0.24s;
}

.header-submenu--pink {
  --submenu-text-color: #903A54;
  aspect-ratio: 420 / 354;
}

.header-submenu--orange {
  --submenu-text-color: #98621F;
  aspect-ratio: 420 / 273;
}

.header-submenu--blue {
  --submenu-text-color: #2F798E;
  aspect-ratio: 420 / 273;
}

.header-submenu--green {
  --submenu-text-color: #498121;
  aspect-ratio: 420 / 370;
}

.header-submenu--support {
  --submenu-text-color: #4F3EA8;
  aspect-ratio: 420 / 480;
}

.header-submenu::before,
.header-submenu::after {
  display: none;
}

.header-nav-item--has-submenu:hover,
.header-nav-item--has-submenu:focus-within {
  z-index: 130;
}

.header-nav-item--has-submenu:hover .header-submenu,
.header-nav-item--has-submenu:focus-within .header-submenu {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.header-submenu-body {
  display: inline-flex;
  width: 100%;
  height: 100%;
  padding-top: 38px;
  padding-bottom: 20px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.header-submenu--pink .header-submenu-body {
  background: url("../img/bubble-pink.png") center/100% 100% no-repeat;
}

.header-submenu--orange .header-submenu-body {
  background: url("../img/bubble-orange.png") center/100% 100% no-repeat;
  padding-top: 34px;
}

.header-submenu--blue .header-submenu-body {
  background: url("../img/bubble-blue.png") center/100% 100% no-repeat;
  padding-top: 34px;
}

.header-submenu--green .header-submenu-body {
  background: url("../img/bubble-green.png") center/100% 100% no-repeat;
  padding-top: 34px;
}

.header-submenu--support .header-submenu-body {
  background: url("../img/bubble-purple.png") center/100% 100% no-repeat;
  padding-top: 40px;
}

.header-submenu-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 180px;
}

.header-submenu-item {
  background: transparent;
  width: 100%;
}

.header-submenu-item a {
  display: block;
  width: 100%;
  color: var(--submenu-text-color);
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  word-wrap: break-word;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  transition: text-decoration-color 0.2s ease;
}

.header-submenu-item a:hover,
.header-submenu-item a:focus-visible {
  text-decoration-color: currentColor;
  text-underline-offset: 3px;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -30px;
  padding: 80px 0 10px;
  background: url("../img/footer-bg.png") center top/cover no-repeat;
  z-index: 10;
}

.footer-inner,
.footer-separator,
.footer-content {
  width: min(1040px, calc(100% - 28px));
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 40px;
}

.footer-nav a {
  color: #6F380B;
  font-family: "M PLUS Rounded 1c";
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 800;
}

.footer-home,
.footer-nav-list {
  display: flex;
  align-items: center;
  gap: 80px;
}

.nav-lists {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.nav-lists ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.footer-separator {
  height: 1px;
  margin: 40px 0;
  background: #866947;
  border-radius: 1px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin: 0 auto;
}

.footer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  flex-shrink: 0;
}

.footer-logo img {
  width: 420px;
  height: auto;
}

.footer-site-description {
  font-size: 12px;
  color: #61523E;
  line-height: 1.6;
  margin-top: 4px;
  max-width: 420px;
}

.footer-info-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
  color: #574B38;
  font-family: "M PLUS Rounded 1c";
  font-size: 18px;
  font-weight: 500;
}

.footer-phone-box {
  gap: 3px;
  font-size: 36px;
}

.footer-phone-box img {
  width: auto;
  height: 32px;
}

.footer-link-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 10px;
  min-width: 0;
}

.footer-links {
  display: flex;
  align-items: flex-end;
  gap: clamp(20px, 3vw, 50px);
}

.footer-link-pill1,
.footer-link-pill2 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 10px 20px;
  border-radius: 40px;
  border: 1px solid #7C4C1D;
  min-width: 220px;
}

.footer-link-pill1 {
  background: #FFFBE1;
}

.footer-link-pill2 {
  background: #EFFDFF;
}

.footer-links img {
  position: absolute;
  top: -24px;
  left: -18px;
  width: 44px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.footer-links a {
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  white-space: nowrap;
  color: #61523E;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-size: 20px;
  font-weight: 500;
}

.footer-kids {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  gap: clamp(16px, 3vw, 48px);
}

.footer-kids img {
  width: clamp(80px, 8vw, 118px);
  height: auto;
  aspect-ratio: 1/1;
}

.footer-copy {
  padding-top: 16px;
  color: #61523E;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-size: 14px;
  font-weight: 400;
}

/* ── 戻るボタン ── */
.back-btn-area {
  display: flex;
  justify-content: center;
  padding: 0 0 20px;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border: 2px solid #9E6A41;
  border-radius: 50px;
  background: #fff;
  color: #6F380B;
  font-family: "M PLUS Rounded 1c";
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.back-btn:hover {
  background: #9E6A41;
  color: #fff;
}

.back-btn-arrow {
  font-size: 18px;
}

/* ── ページ先頭に戻るボタン ── */
.page-top-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: #9E6A41;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, background 0.2s;
  z-index: 100;
}

.page-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
}

.page-top-btn:hover {
  background: #6F380B;
}

.page-top-btn-arrow {
  font-size: 12px;
  line-height: 1;
}

.page-top-btn-text {
  font-family: "M PLUS Rounded 1c";
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

/* Lower page common styles */

.loan-program main,
.to-be main,
.qa main,
.consultation main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  padding: 118px 0 150px 0;
}
.loan-program .lower-page-title,
.to-be .lower-page-title,
.qa .lower-page-title,
.consultation .lower-page-title,
.preparation-course .lower-page-title,
.skill-up .lower-page-title {
  display: flex;
  padding: 100px 0 70px 0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.loan-program .lower-page-title-container,
.to-be .lower-page-title-container,
.qa .lower-page-title-container,
.consultation .lower-page-title-container,
.preparation-course .lower-page-title-container,
.skill-up .lower-page-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: -8px;
}
.loan-program .lower-page-title-container img,
.to-be .lower-page-title-container img,
.qa .lower-page-title-container img,
.consultation .lower-page-title-container img,
.preparation-course .lower-page-title-container img,
.skill-up .lower-page-title-container img {
  height: 100px;
  width: 100px;
}
.loan-program .lower-page-subtitle,
.to-be .lower-page-subtitle,
.qa .lower-page-subtitle,
.consultation .lower-page-subtitle,
.preparation-course .lower-page-subtitle,
.skill-up .lower-page-subtitle {
  color: #9E6A41;
  text-align: center;
  font-family: "Baloo Tamma 2";
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 1.6px;
}
.loan-program .lower-page-heading,
.to-be .lower-page-heading,
.qa .lower-page-heading,
.consultation .lower-page-heading,
.preparation-course .lower-page-heading,
.skill-up .lower-page-heading {
  color: #6F380B;
  text-align: center;
  font-family: "Potta One";
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 2px;
}
.loan-program .lower-page-section,
.to-be .lower-page-section,
.qa .lower-page-section,
.consultation .lower-page-section,
.preparation-course .lower-page-section,
.skill-up .lower-page-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.loan-program .lower-page-inner,
.to-be .lower-page-inner,
.qa .lower-page-inner,
.consultation .lower-page-inner,
.preparation-course .lower-page-inner,
.skill-up .lower-page-inner {
  display: flex;
  width: 1040px;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.loan-program .white-container,
.to-be .white-container,
.qa .white-container,
.consultation .white-container,
.preparation-course .white-container,
.skill-up .white-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 60px 40px;
  border-radius: 30px;
  background: #FFF;
}
.loan-program .white-container-area,
.to-be .white-container-area,
.qa .white-container-area,
.consultation .white-container-area,
.facility-tour .white-container-area,
.job-search .white-container-area,
.contact .white-container-area,
.contact-confirm .white-container-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 800px;
  gap: 60px;
}
.loan-program .container-title,
.to-be .container-title,
.qa .container-title,
.consultation .container-title,
.preparation-course .container-title,
.skill-up .container-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-left: -60px;
}
.loan-program .container-title img,
.to-be .container-title img,
.qa .container-title img,
.consultation .container-title img,
.preparation-course .container-title img,
.skill-up .container-title img {
  width: 50px;
  height: 80px;
  aspect-ratio: 5/8;
}
.loan-program .container-title-textbox,
.to-be .container-title-textbox,
.qa .container-title-textbox,
.consultation .container-title-textbox,
.preparation-course .container-title-textbox,
.skill-up .container-title-textbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.loan-program .container-title-text,
.to-be .container-title-text,
.qa .container-title-text,
.consultation .container-title-text,
.preparation-course .container-title-text,
.skill-up .container-title-text {
  color: #754620;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-size: 32px;
  font-weight: 800;
}
.loan-program .container-title-underline,
.to-be .container-title-underline,
.qa .container-title-underline,
.consultation .container-title-underline,
.preparation-course .container-title-underline,
.skill-up .container-title-underline {
  display: inline-block;
  height: 3px;
  align-self: stretch;
  border-radius: 2px;
  background: #754620;
  margin-top: -2px;
}
.loan-program .inner-container,
.loan-program .inner-container-left,
.to-be .inner-container,
.to-be .inner-container-left,
.consultation .inner-container,
.consultation .inner-container-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  gap: 30px;
}
.loan-program .description-text,
.to-be .description-text,
.consultation .description-text {
  color: #5C4635;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  align-self: stretch;
}
.loan-program .description-title,
.to-be .description-title,
.consultation .description-title {
  color: #574B38;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-size: 26px;
  font-weight: 500;
}
.loan-program .border-box,
.to-be .border-box {
  display: flex;
  padding: 16px 24px 24px 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border: 1px solid #574B38;
}
.loan-program .description-separator,
.to-be .description-separator,
.consultation .description-separator,
.facility-tour .description-separator,
.job-search .description-separator,
.contact .description-separator,
.contact-confirm .description-separator,
.preparation-course .description-separator,
.skill-up .description-separator {
  width: 800px;
  height: 2px;
  border-radius: 10px;
  background: #B4987E;
}
.loan-program .bullet,
.to-be .bullet {
  text-align: left;
}
.loan-program .come-sentence,
.to-be .come-sentence {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
}
.loan-program .inner-container-left .description-text,
.to-be .inner-container-left .description-text {
  text-align: left;
}
.loan-program .letter-spacing,
.to-be .letter-spacing {
  padding-left: 1.2em;
}

/* Home page styles (migrated from css/page.css) */

:root {
  --brown-900: #5a2f09;
  --brown-700: #7e4b1c;
  --brown-500: #a06f41;
  --green-500: #75b63b;
  --green-400: #90cd57;
  --yellow-soft: #f4f8bf;
  --pink-500: #f554ad;
  --blue-500: #62c1db;
  --purple-300: #dfc9ea;
  --howto-step-stroke-color: #065b0d;
  --howto-step-stroke-width: 3.08px;
}

body.top-reference {
  width: 100%;
  overflow-x: hidden;
}

.header-inner,
.footer-inner,
.footer-separator,
.footer-content {
  width: min(1040px, calc(100% - 28px));
}

.top-main {
  width: 100%;
  margin-top: var(--header-h, 118px);
}

.container {
  width: min(1040px, calc(100% - 28px));
  margin: 0 auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero,
.bridge-intro {
  position: relative;
  overflow: hidden;
}

.hero {
  height: calc(100vh - var(--header-h, 118px));
  height: calc(100dvh - var(--header-h, 118px));
  background: #d4edf5;
  padding: 0;
}

.hero-carousel {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 700ms ease;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(218, 239, 246, 0.28) 0%,
    rgba(218, 239, 246, 0.12) 45%,
    rgba(218, 239, 246, 0.18) 100%
  );
}

.hero-slide-title {
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  width: min(1120px, calc(100vw - 48px));
  margin: 0;
  pointer-events: none;
}

.hero-slide-title img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-slide-logo {
  position: absolute;
  z-index: 3;
  width: min(700px, calc(100vw - 28px));
  height: auto;
  pointer-events: none;
}

.hero-slide-logo--fv2 {
  left: 50%;
  bottom: clamp(34px, 5.8vw, 83px);
  transform: translateX(-50%);
}

.hero-slide-logo--fv3 {
  left: clamp(24px, 6.25vw, 90px);
  top: max(calc(50% - clamp(90px, 13.2vw, 190px) - 20px), 315px);
  transform: translateY(-50%);
}

.hero-floating-logos {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-floating-logos--back {
  z-index: 2;
}

.hero-floating-logos--front {
  z-index: 4;
}

.hero-floating-logos [data-hero-logo] {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 700ms ease,
    visibility 0s linear 700ms;
}

.hero-floating-logos [data-hero-logo].is-active {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 700ms ease,
    visibility 0s linear 0s;
}

.hero-fixed-ornaments {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-fixed-ornament {
  position: absolute;
  top: 0;
  width: clamp(148px, 17.15vw, 247px);
  height: auto;
  user-select: none;
}

.hero-fixed-ornament--left {
  left: -1px;
}

.hero-fixed-ornament--right {
  right: -1px;
}

.hero-sp-ornaments {
  display: none;
}

/* ---- 改行出し分け ---- */

/* SP（≤768px）だけ改行 */
.sp-br { display: none; }

/* PC（>768px）だけ改行 */
.pc-br { display: inline; }

/* ---- お問い合わせボタン ---- */

.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 60px;
  background: #6f380b;
  border: 4px solid #fff;
  border-radius: 40px;
  box-shadow: 0px 4px 4px 0px rgba(111, 56, 11, 0.25);
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
  text-align: center;
}

.contact-btn:hover {
  opacity: 0.85;
}

@media (max-width: 1024px) {
  /* 装飾画像（bubble/kid）を非表示 */
  .howto-bubble-left1,
  .howto-bubble-left2,
  .howto-bubble-left3,
  .howto-bubble-right1,
  .howto-bubble-right2,
  .entry-bubble1,
  .entry-bubble2,
  .entry-kid1,
  .entry-kid2,
  .entry-kid3,
  .about-bubble1,
  .about-bubble2,
  .news-bubble1,
  .news-bubble2 {
    display: none;
  }

  .about-header::before,
  .about-header::after,
  .about .white-container::before,
  .about .white-container::after,
  .news-inner::before,
  .news-inner::after,
  .support::after,
  .support-header::before,
  .support-header::after {
    display: none;
  }

  .hero-fixed-ornaments {
    display: none;
  }

  .hero-sp-ornaments {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    pointer-events: none;
  }

  .hero-sp-ornament {
    position: absolute;
    bottom: -2px;
    width: clamp(130px, 22vw, 190px);
    height: auto;
    user-select: none;
  }

  .hero-sp-ornament--left {
    left: -8px;
  }

  .hero-sp-ornament--right {
    right: -8px;
  }
}

.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 5;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 188px;
  height: 28px;
  min-width: 168px;
  min-height: 28px;
  padding: 2px 30px;
  gap: 30px;
  border-radius: 999px;
  background: #254f14;
  box-shadow:
    0 6px 12px rgba(21, 53, 8, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.hero-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.hero-dot {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  background: transparent;
  cursor: pointer;
}

.hero-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background: #fff;
}

.hero-dot.is-active {
  border-color: #fff;
}

.hero-dot:focus-visible,
.hero-toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 2px;
}

.hero-toggle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hero-toggle img {
  display: block;
  width: 24px;
  height: 24px;
}

.hero-toggle img[hidden] {
  display: none;
}

.hero-toggle:hover {
  opacity: 0.82;
}

.bridge-intro {
  overflow-x: clip;
  overflow-y: visible;
  padding: 44px 0 0;
  background: #90C66E;
  text-align: center;
}

.bridge-intro-lawn {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: clamp(16px, calc(100vw * 61 / 1440), 61px);
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.bridge-intro-lawn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/green-lawn.png") repeat-x left top / auto 100%;
}

.bridge-intro-lawn-repeat {
  display: none;
}

.bridge-intro-inner {
  position: relative;
  z-index: 3;
}

.bridge-intro-olives {
  position: absolute;
  inset: -5px 0 0;
  z-index: 3;
  pointer-events: none;
}

.bridge-intro-olive {
  position: absolute;
  bottom: -18px;
  height: auto;
  user-select: none;
}

.bridge-intro-olive--left {
  left: -100px;
  width: clamp(120px, 22.222vw, 320px);
}

.bridge-intro-olive--right {
  right: -130px;
  bottom: -36px;
  width: clamp(130px, 24.306vw, 350px);
}

.bridge-copy {
  display: block;
  width: clamp(320px, 48.611vw, 700px);
  max-width: calc(100vw - 28px);
  margin: 0;
  margin-inline: auto;
  height: auto;
}

.howto {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -2px;
  padding: 140px 0 150px;
  background: url("../img/howto-bg.jpg") center -1px / cover no-repeat;
  gap: 160px;
}

.howto-inner,
.entry-inner,
.support-inner,
.about-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  z-index: 2;
}

.howto-header {
  position: relative;
}

.howto-bubble-left1 {
  position: absolute;
  left: -518px;
  top: -118px;
  width: 260px;
  pointer-events: none;
  z-index: -1;
}

.howto-bubble-right1 {
  position: absolute;
  right: -632px;
  top: -98px;
  width: 288px;
  pointer-events: none;
  z-index: -1;
}

.howto-balloon {
  display: flex;
  height: 115px;
  width: auto;
}

.howto .section-title {
  color: #67320b;
  font-size: clamp(42px, 4vw, 62px);
  letter-spacing: 0.02em;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    0 5px 0 #fff;
}

.howto-title-image {
  display: flex;
  width: clamp(320px, 36.1vw, 520px);
  max-width: calc(100vw - 28px);
  height: auto;
  margin-inline: auto;
}

.section-header {
  display: flex;
  width: auto;
  margin-inline: auto;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 8px;
}

.section-kicker {
  color: #9E6A41;
  font-family: "Baloo Tamma 2", "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(22px, 2.222vw, 32px);
  font-weight: 700;
  letter-spacing: 0.063em;
}

.section-title img {
  width: auto;
  height: clamp(30px, 3.23vw, 46.5px);
}

.section-copy {
  position: relative;
  width: auto;
  color: #533f2d;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(18px, 1.85vw, 27px);
  line-height: 1.68;
}

.howto-bubble-left3 {
  position: absolute;
  left: -354px;
  bottom: 0;
  width: 200px;
  pointer-events: none;
  z-index: -1;
}

.howto-bubble-right2 {
  position: absolute;
  right: -356px;
  top: -120px;
  width: 232px;
  pointer-events: none;
  z-index: -1;
}

.section-lead {
  margin: 0;
  color: #5A4D3A;
  font-family: "M PLUS Rounded 1c";
  font-size: clamp(18px, 2.1vw, 28px);
  font-weight: 500;
}

.howto-checks {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 10px auto 0;
  padding: 0;
  text-align: left;
  list-style: none;
  font-size: 12px;
}

.howto-checks li {
  display: flex;
  align-items: center;
  padding-left: 0;
  color: #3f4931;
  font-size: clamp(17px, 1.5vw, 28px);
  font-weight: 500;
  gap: 8px;
}

.howto-checks li::before {
  content: "";
  display: flex;
  flex: 0 0 16px;
  width: 18px;
  height: 18px;
  background: url("../img/howto-check.svg") center/contain no-repeat;
}

.section-copy-strong {
  margin-top: 20px;
  color: #065B0D;
  text-align: center;
  text-shadow: 2px 2px 4px #FFF;
  font-family: "M PLUS Rounded 1c";
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 500;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.step-grid {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  background: url("../img/howto-steps-grid.png") center / 100% 100% no-repeat;
  margin-top: -8px;
  padding: 0;
}

.step-card1,
.step-card2 {
  display: flex;
  padding: 20px 0 20px 16px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}

.step-card3 {
  display: flex;
  padding: 20px 16px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.step-card-arrow img {
  width: 34px;
  height: 100%;
}

.step-card-box {
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  color: #514332;
}

.step-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
}

.step-label p {
  color: #065B0D;
  text-align: center;
  font-family: "Yusei Magic";
  font-size: 17.67px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.534px;
}

.step-label .step-number {
  font-size: 28px;
  margin-right: -2px;
}

.step-underline {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: -2px;
  margin-left: -2px;
}

.step-card-box h3 {
  display: flex;
  height: 57.56px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  color: #5C4635;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px; /* 125% */
  letter-spacing: 1.2px;
}

.step-description {
  width: 260px;
  margin: 0;
  text-align: justify;
  font-family: "M PLUS Rounded 1c";
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  line-height: 1.86;
  letter-spacing: 0.01em;
}

.step-description span {
  font-weight: 500;
}

/* ---- PC/SP 表示切り替え（デフォルト：PC表示） ---- */
.sp-only {
  display: none;
}

/* ---- SP用 STEP GRID ---- */
.sp-step-grid {
  position: relative;
  width: min(440px, 100%);
  margin: -8px auto 0;
  border-radius: 40px;
}

.sp-step-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
}

.sp-step-grid-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sp-step-grid-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 4px;
}

.sp-step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 30px 20px;
  color: #5C4635;
}

.sp-step-card h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  color: #5C4635;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 1.2px;
}

.sp-step-card .step-description {
  width: 260px;
  font-size: 16px;
  line-height: 30px;
}

.sp-step-arrow {
  width: 100%;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-step-arrow img {
  display: block;
  width: 80%;
  height: auto;
}

.entry-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}

.howto-bubble-left2 {
  position: absolute;
  left: -188px;
  bottom: 24px;
  width: 118px;
  pointer-events: none;
  z-index: -1;
}

.entry-bubble2 {
  position: absolute;
  left: -148px;
  bottom: -90px;
  width: 210px;
  pointer-events: none;
  z-index: -1;
}

.entry-kid3 {
  position: absolute;
  right: -154px;
  bottom: -155px;
  width: 280px;
  pointer-events: none;
  z-index: -1;
}

.for-teacher,
.for-facility {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.entry-for-title {
  display: flex;
  width: auto;
  height: auto;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-size: 24px;
  font-weight: 500;
  line-height: 16.807px; /* 70.028% */
}

.entry-for-title span {
  font-weight: 800;
}

.for-teacher .entry-for-title {
  color: #AC1557;
  background: url("../img/for-teacher-title.png") center/contain no-repeat;
}

.for-facility .entry-for-title {
  color: #138811;
  background: url("../img/for-facility-title.png") center/contain no-repeat;
}

.entry-header {
  position: relative;
}

.entry-bubble1 {
  position: absolute;
  top: -114px;
  right: -900px;
  width: 512px;
  pointer-events: none;
  z-index: -1;
}

.entry-kid1 {
  position: absolute;
  top: -180px;
  right: -346px;
  width: 312px;
  pointer-events: none;
  z-index: -1;
}

.entry-kid2 {
  position: absolute;
  top: -32px;
  left: -420px;
  width: 296px;
  pointer-events: none;
  z-index: -1;
}

.entry-bird {
  display: flex;
  width: 130px;
  height: auto;
}

.entry-area .btn-container {
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.entry-area .btn-area {
  display: flex;
  position: relative;
  z-index: 3;
  width: 300px;
  height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.2s ease;
}

.entry-area .btn-area:hover {
  transform: translateY(-2px);
}

.btn-area-inner1,
.btn-area-inner2,
.btn-area-inner3 {
  display: flex;
  padding-bottom: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: -8px;
}

.entry-area .btn-area--entry1 {
  background: url("../img/entry-btn1.png") center/contain no-repeat;
}

.entry-area .btn-area--entry2 {
  background: url("../img/entry-btn2.png") center/contain no-repeat;
}

.entry-area .btn-area--entry3 {
  background: url("../img/entry-btn3.png") center/contain no-repeat;
}

.entry-area .btn-area-inner1,
.entry-area .btn-area-inner2,
.entry-area .btn-area-inner3 {
  background: none;
}

.entry-area .btn-area img {
  width: clamp(40px, 4.17vw, 60px);
  height: clamp(40px, 4.17vw, 60px);
  aspect-ratio: 1/1;
}

.entry-area .btn-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.entry-area .btn-area-inner1 .btn-sub-text,
.entry-area .btn-area-inner2 .btn-sub-text {
  color: #784A58;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}
.entry-area .btn-area-inner1 .btn-strong-text,
.entry-area .btn-area-inner2 .btn-strong-text {
  color: #AC1557;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}

.entry-area .btn-area-inner3 .btn-sub-text {
  color: #497251;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-size: 28px;
  font-weight: 500;
  line-height: 20px; 
}
.entry-area .btn-area-inner3 .btn-strong-text {
  color: #138811;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-size: 60px;
  font-weight: 800;
  line-height: 60px; 
}

.entry-area .annotation {
  color: #422930;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-size: 18px;
  font-weight: 400;
}

.support {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  padding-top: 170px;
  padding-bottom: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}

.support::after {
  content: "";
  position: absolute;
  top: 530px;
  right: 46px;
  height: 100px;
  aspect-ratio: 156 / 150;
  background: url("../img/support-bubble.png") no-repeat center / contain;
  pointer-events: none;
  z-index: -1;
}

.support-bg-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.support-bg-layer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/support-bg.png") center top / cover no-repeat;
}

.support-bg-repeat {
  display: none;
}

.support-inner {
  position: relative;
  z-index: 2;
}

.support .section-copy-strong {
  color: #C04815;
}

.support-heart {
  display: flex;
  width: 108px;
  height: auto;
}

.support-header {
  position: relative;
}

.support-header::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 100%;
  width: 268px;
  aspect-ratio: 403 / 401;
  background: url("../img/man-bubble.png") no-repeat center / contain;
  pointer-events: none;
  z-index: -1;
}

.support-header::after {
  content: "";
  position: absolute;
  top: 42px;
  left: calc(100% + 76px);
  width: 357px;
  aspect-ratio: 1 / 1;
  background: url("../img/woman-bubble.png") no-repeat center / contain;
  pointer-events: none;
  z-index: -1;
}

.support-banner-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}

.support-banner-link {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 5 / 2;
  width: 100%;
  padding: 16px 10px 14px;
  overflow: hidden;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: clamp(22px, 1.8vw, 26px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.2s ease;
  gap: 2px;
}

.support-banner-link:hover {
  transform: translateY(-2px);
}

.support-banner-bg-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.support-banner-link > .support-banner-top,
.support-banner-link > .support-banner-bottom {
  position: relative;
  z-index: 2;
}

.support-banner-top {
  font-size: clamp(18px, 1.944vw, 28px);
  margin-top: -2px;
}

.support-banner-top-image {
  display: block;
  height: clamp(26px, 2.4vw, 32px);
  width: auto;
}

.support-banner-link--yellow .support-banner-bottom {
  color: #7D7611;
}

.support-banner-link--blue .support-banner-bottom {
  color: #4264BF;
}

.support-banner-link--red .support-banner-bottom {
  color: #F65A39;
}


.about {
  position: relative;
  z-index: 2;
  margin-top: -130px;
  padding-top: 300px;
  padding-bottom: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  background: url("../img/about-bg.png") center top / cover no-repeat;
}

.about-inner {
  position: relative;
  z-index: 2;
}

.about-question {
  display: flex;
  width: 110px;
  height: auto;
}

/* about-header 装飾 */
.about-header {
  position: relative;
}

.about-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + 408px);
  width: 245px;
  aspect-ratio: 369 / 358;
  background: url("../img/about-kid1.png") no-repeat center / contain;
  pointer-events: none;
  z-index: -1;
}

.about-header::after {
  content: "";
  position: absolute;
  bottom: 46px;
  right: calc(100% + 75px);
  width: 200px;
  aspect-ratio: 302 / 297;
  background: url("../img/about-kid2.png") no-repeat center / contain;
  pointer-events: none;
  z-index: -1;
}

.about-bubble1 {
  position: absolute;
  top: -54px;
  right: -590px;
  width: 590px;
  pointer-events: none;
  z-index: -1;
}

.about-bubble2 {
  position: absolute;
  left: -454px;
  top: 100px;
  width: 450px;
  pointer-events: none;
  z-index: -1;
}

/* about white-container 装飾 */
.about .white-container {
  position: relative;
}

.about .white-container::before {
  content: "";
  position: absolute;
  bottom: 188px;
  left: calc(100% + 60px);
  width: 200px;
  aspect-ratio: 305 / 295;
  background: url("../img/about-kid3.png") no-repeat center / contain;
  pointer-events: none;
  z-index: -1;
}

.about .white-container::after {
  content: "";
  position: absolute;
  bottom: -72px;
  right: calc(100% - 60px);
  width: 440px;
  aspect-ratio: 510 / 505;
  background: url("../img/about-kid4.png") no-repeat center / contain;
  pointer-events: none;
  z-index: -1;
}

.white-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  padding: 60px 40px;
  border-radius: 30px;
  background: #FFF;
}

.white-container-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 800px;
  gap: 50px;
}

.container-title {
  color: #754620;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-size: 32px;
  font-weight: 800;
}

.about-description-text {
  margin-top: -10px;
  color: #6F380B;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.about-description-text span {
  font-size: inherit;
}

.about-description-image {
  width: 680px;
  height: auto;
}


.news {
  position: relative;
  z-index: 1;
  margin-top: -220px;
  padding-top: 200px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}

.news-bg-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.news-bg-layer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/news-bg.png") center top / cover no-repeat;
}

.news-bg-repeat {
  display: none;
}

.news-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}

.news-inner::before {
  content: "";
  position: absolute;
  top: -42px;
  right: calc(100% - 330px + 106px);
  width: 330px;
  aspect-ratio: 494 / 427;
  background: url("../img/news-kid1.png") no-repeat center / contain;
  pointer-events: none;
  z-index: -1;
}

.news-inner::after {
  content: "";
  position: absolute;
  bottom: 72px;
  left: calc(100% + 10px);
  width: 220px;
  aspect-ratio: 378 / 377;
  background: url("../img/news-kid2.png") no-repeat center / contain;
  pointer-events: none;
  z-index: -1;
}

.news-bubble1 {
  position: absolute;
  top: 0;
  left: calc(100% + 100px);
  width: 355px;
  height: auto;
  pointer-events: none;
  z-index: -1;
}

.news-bubble2 {
  position: absolute;
  bottom: -100px;
  right: calc(100% + 67px);
  width: 275px;
  height: auto;
  pointer-events: none;
  z-index: -1;
}

.news-header {
  gap: 4px;
}

.news-rainbow {
  display: flex;
  width: 180px;
  height: auto;
}

.news-title-image {
  display: block;
  width: clamp(220px, 26.18vw, 377px);
  height: auto;
}

.news-paper-wrap {
  position: relative;
  width: min(1000px, 90%);
  padding: clamp(36px, 6vw, 84px) clamp(14px, 7.7vw, 112px) clamp(28px, 5.5vw, 78px);
}

.news-paper {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

.news-bird {
  position: absolute;
  top: -16px;
  z-index: 3;
  width: clamp(96px, 8.2vw, 118px);
  height: auto;
  pointer-events: none;
}

.news-bird--left {
  left: clamp(-100px, -7vw, -70px);
  transform: scaleX(-1);
}

.news-bird--right {
  right: clamp(-100px, -7vw, -70px);
}

.news-paper-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}

.news-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.news-item-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 16px;
  color: #884A1A;
  text-decoration: none;
}

.news-item-link:hover .news-item-title {
  text-decoration: underline;
}

.news-category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(9em + 20px);
  padding: 4px 10px 5px;
  border-radius: 4px;
  color: #FFF;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.news-category1 {
  background: #755200;
}

.news-category2 {
  background: #37610f;
}

.news-category3 {
  background: #a82200;
}

.news-category4 {
  background: #00579e;
}

.news-category5 {
  background: #9700a8;
}

.news-item-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.news-item-date {
  color: #8E5930;
  font-family: "M PLUS Rounded 1c";
  font-size: clamp(14px, 1.18vw, 17px);
  font-weight: 500;
  line-height: 1.2;
}

.news-item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  color: #854416;
  font-family: "M PLUS Rounded 1c";
  font-size: clamp(16px, 1.39vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-more-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: clamp(180px, 22vw, 260px);
  height: clamp(44px, 4.58vw, 56px);
  border-radius: 999px;
  border: 1px solid #955B2F;
  background: rgba(255, 255, 255, 0.72);
  color: #7A4118;
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  font-size: clamp(18px, 1.46vw, 21px);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.news-more-link:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.86);
}

@media (min-width: 1440px) {
  .bridge-intro-lawn {
    height: 61px;
  }

  .about-bg-layer::before {
    content: none;
  }

  .about-bg-repeat {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    width: max-content;
    height: 100%;
    transform: translateX(-50%);
  }

  .about-bg-repeat:empty::before,
  .about-bg-repeat:empty::after {
    content: "";
    display: block;
    flex: 0 0 1440px;
    width: 1440px;
    height: 100%;
    background: url("../img/about-bg.png") center top / 100% 100% no-repeat;
  }

  .about-bg-repeat:empty::after {
    transform: scaleX(-1);
    margin-left: -2px;
    margin-right: -2px;
  }

  .about-bg-piece {
    display: block;
    flex: 0 0 1440px;
    width: 1440px;
    height: 100%;
    background: url("../img/about-bg.png") center top / 100% 100% no-repeat;
  }

  .about-bg-piece + .about-bg-piece {
    margin-left: -2px;
    margin-right: -2px;
  }

  .about-bg-piece:nth-child(even) {
    transform: scaleX(-1);
  }

  .support-bg-layer::before {
    content: none;
  }

  .support-bg-repeat {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    width: max-content;
    height: 100%;
    transform: translateX(-50%);
  }

  .support-bg-piece {
    display: block;
    flex: 0 0 1440px;
    width: 1440px;
    height: 100%;
    background: url("../img/support-bg.png") center top / 100% 100% no-repeat;
  }

  .support-bg-piece + .support-bg-piece {
    margin-left: -2px;
    margin-right: -2px;
  }

  .support-bg-piece:nth-child(even) {
    transform: scaleX(-1);
  }

  .news-bg-layer::before {
    content: none;
  }

  .news-bg-repeat {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    width: max-content;
    height: 100%;
    transform: translateX(-50%);
  }

  .news-bg-piece {
    display: block;
    flex: 0 0 1440px;
    width: 1440px;
    height: 100%;
    background: url("../img/news-bg.png") center top / 100% 100% no-repeat;
  }

  .news-bg-piece:nth-child(even) {
    transform: scaleX(-1);
  }
}

@media (max-width: 980px) {
  :root { --header-h: 108px; }

  .news {
    margin-top: -180px;
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .news-bird {
    width: clamp(78px, 9.2vw, 94px);
    top: -16px;
  }

  .news-bird--left {
    left: -52px;
  }

  .news-bird--right {
    right: -52px;
  }

  .news-category {
    width: calc(9em + 20px);
    font-size: 13px;
  }

  .news-item-link {
    column-gap: 12px;
  }

  .news-more-link {
    height: 48px;
    font-size: 18px;
  }

  .support-banner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
  }

  .support-banner-container .support-banner-link {
    width: calc(50% - 7px);
  }

  .support-banner-link {
    min-height: 96px;
  }

  .support-banner-top-image {
    height: clamp(24px, 3vw, 32px);
  }

  .header-inner {
    padding: 10px 0;
    gap: 8px;
  }

  .header-top {
    align-items: center;
  }

  .site-name {
    font-size: 13px;
  }

  .header-logo img {
    width: min(300px, 52vw);
    height: auto;
  }

  .phone-box {
    font-size: clamp(16px, 2.4vw, 20px);
  }

  .phone-box img {
    height: 18px;
  }

  .header-nav ul {
    gap: 8px;
    justify-content: center;
  }

  .header-nav-pill1,
  .header-nav-pill2,
  .header-nav-pill3,
  .header-nav-pill4,
  .header-nav-pill5 {
    width: auto;
    min-width: 175px;
  }

  .header-nav span {
    font-size: 16px;
  }

  .hero-slide-title img {
    width: 100%;
  }

  .hero-slide-title {
    top: 20px;
    width: min(980px, calc(100vw - 32px));
  }

  .hero-slide-logo {
    width: min(620px, calc(100vw - 28px));
  }

  .hero-fixed-ornament {
    top: clamp(108px, 13vw, 134px);
    width: clamp(128px, 18vw, 194px);
  }

  .hero-fixed-ornament--left {
    left: -1px;
  }

  .hero-fixed-ornament--right {
    right: -1px;
  }

  .bridge-intro-olive {
    bottom: -12px;
  }

  .bridge-intro-olive--right {
    bottom: -36px;
  }

  .howto {
    padding: 76px 0 92px;
  }

  .howto .section-title {
    font-size: clamp(38px, 4.8vw, 52px);
  }

  .section-copy {
    margin: 28px auto 34px;
    font-size: clamp(17px, 2.2vw, 22px);
  }

  .section-copy-strong {
    font-size: clamp(38px, 5.8vw, 40px);
  }

  /* ---- FOOTER：縦並び・2カラムナビ ---- */

  .footer-nav {
    gap: 22px;
  }

  .footer-nav a {
    font-size: 16px;
  }

  .nav-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 12px;
  }

  .nav-lists ul {
    gap: 12px;
  }

  .footer-nav-list {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-nav > .footer-nav-list {
    justify-content: flex-start;
    width: 100%;
  }

  .footer-content {
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
  }

  .footer-info-box {
    font-size: 15px;
    gap: 10px;
  }

  .footer-logo img {
    width: min(300px, 86vw);
  }

  .footer-phone-box {
    font-size: 28px;
  }

  .footer-phone-box img {
    height: 24px;
  }

  .footer-link-area {
    width: 100%;
    align-items: flex-start;
    gap: 18px;
  }

  .footer-links {
    width: 100%;
    flex-direction: column;
    gap: 14px;
  }

  .footer-link-pill1,
  .footer-link-pill2 {
    width: min(300px, 100%);
  }

  .footer-kids {
    gap: 14px;
  }

  .footer-kids img {
    width: 68px;
  }

}


@media (max-width: 720px) {
  .news {
    margin-top: -150px;
    padding-top: 162px;
    padding-bottom: 96px;
  }

  .news-rainbow {
    width: 150px;
  }

  .news-paper-wrap {
    width: min(560px, 92%);
    padding: 60px clamp(14px, 7.7vw, 112px);
  }

  .news-bird {
    width: 64px;
    top: -16px;
  }

  .news-bird--left {
    left: -18px;
  }

  .news-bird--right {
    right: -18px;
  }

  .news-paper-content {
    gap: 24px;
  }

  .news-list {
    gap: 20px;
  }

  .news-item-link {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }

  .news-category {
    justify-self: center;
    width: calc(9em + 16px);
    font-size: 12px;
    padding: 4px 8px 5px;
  }

  .news-item-body {
    gap: 2px;
    align-items: center;
    text-align: center;
  }

  .news-item-date {
    font-size: 13px;
  }

  .news-item-title {
    font-size: 15px;
  }

  .news-more-link {
    width: min(220px, 100%);
    height: 44px;
    font-size: 17px;
  }

  .support-banner-container {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .support-banner-link {
    aspect-ratio: 16 / 5;
    min-height: 90px;
  }

  .support-banner-top {
    font-size: clamp(20px, 5.2vw, 24px);
  }

  .support-banner-top-image {
    height: clamp(22px, 5vw, 28px);
  }

  .support-banner-bottom {
    font-size: clamp(18px, 4.5vw, 24px);
  }

  .hero-slide-title {
    display: none;
  }

  .hero-slide-logo {
    width: min(340px, calc(100vw - 40px));
  }

  .hero-slide-logo--fv2 {
    bottom: clamp(64px, 14vw, 90px);
  }

  .hero-slide-logo--fv3 {
    left: 50%;
    top: auto;
    bottom: clamp(64px, 14vw, 90px);
    transform: translateX(-50%);
  }

  .hero-fixed-ornament {
    top: clamp(88px, 14vw, 112px);
    width: clamp(106px, 24vw, 148px);
  }

  .hero-fixed-ornament--left {
    left: -1px;
  }

  .hero-fixed-ornament--right {
    right: -1px;
  }

  .bridge-intro-olives {
    display: none;
  }

  .hero-controls {
    bottom: 28px;
    width: 168px;
    height: 28px;
    min-width: 168px;
    min-height: 28px;
    padding: 2px 20px;
    gap: 20px;
  }

  .hero-dot {
    width: 18px;
    height: 18px;
  }

  .hero-dot::after {
    width: 6px;
    height: 6px;
  }

  .hero-toggle {
    width: 22px;
    height: 22px;
  }

  .hero-toggle img {
    width: 22px;
    height: 22px;
  }

  .bridge-intro {
    padding: 24px 0 36px;
  }

  .howto {
    padding: 64px 0 72px;
  }

  .howto-balloon {
    margin-bottom: 6px;
    transform: scale(0.86);
  }

  .section-copy {
    width: min(620px, 100%);
    margin: 20px auto 24px;
    font-size: 17px;
    line-height: 1.62;
  }

  .howto-checks {
    gap: 6px;
  }

  .howto-checks li {
    padding-left: 0;
    font-size: 16px;
    gap: 6px;
  }

  .howto-checks li::before {
    flex-basis: 14px;
    width: 14px;
    height: 14px;
  }

  .section-copy-strong {
    margin-top: 12px;
    font-size: clamp(24px, 10vw, 30px);
  }
}

/* ========================================
   HAMBURGER BUTTON (hidden on desktop)
   ======================================== */

.hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  flex-shrink: 0;
}

.hamburger-label {
  display: block;
  width: 100%;
  color: #61523E;
  font-family: "M PLUS Rounded 1c";
  font-size: 16px;
  font-weight: 500;
  line-height: 11.71px;
  text-align: center;
}

.hamburger-lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 40px;
}

.hamburger-line {
  display: block;
  width: 40px;
  height: 4px;
  background: #B4987E;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

.hamburger-btn[aria-expanded="true"] .hamburger-lines .hamburger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger-btn[aria-expanded="true"] .hamburger-label {
  opacity: 1;
}

.hamburger-btn[aria-expanded="true"] .hamburger-lines .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger-btn[aria-expanded="true"] .hamburger-lines .hamburger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ========================================
   固定下部メニュー（モバイル用）
   ======================================== */

.fixed-bottom-menu {
  display: none;
}

/* ========================================
   RESPONSIVE: TABLET & MOBILE (≤ 768px)
   ======================================== */

@media (max-width: 768px) {
  :root { --header-h: 70px; }

  /* ---- 改行出し分け ---- */

  .sp-br { display: inline; }
  .pc-br { display: none; }

  /* ---- 固定下部メニュー ---- */

  .fixed-bottom-menu {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    gap: 1px;
    justify-content: center;
    align-items: center;
  }

  .fixed-bottom-menu-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 70px;
    text-decoration: none;
    overflow: hidden;
  }

  .fixed-bottom-menu-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
  }

  .fixed-bottom-menu-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 16px);
    background: #fff;
    border-radius: 4px;
    z-index: 1;
    padding: 4px 8px;
    white-space: nowrap;
    box-sizing: border-box;
  }

  .fixed-bottom-menu-card--pink {
    box-shadow: 0 0 8px 0 rgba(112, 56, 58, 0.4);
  }

  .fixed-bottom-menu-card--green {
    box-shadow: 0 0 8px 0 rgba(61, 90, 57, 0.4);
  }

  .fixed-bottom-menu-sub {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: clamp(8px, 2.5vw, 15px);
    line-height: 1.2;
    color: #784a58;
    text-align: center;
  }

  .fixed-bottom-menu-sub--green {
    color: #497251;
  }

  .fixed-bottom-menu-main {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: clamp(11px, 3.5vw, 20px);
    line-height: 1.3;
    text-align: center;
  }

  .fixed-bottom-menu-main--pink {
    color: #ac1557;
  }

  .fixed-bottom-menu-main--green {
    color: #138811;
  }

  /* 固定メニュー分のスペースを確保 */
  body {
    padding-bottom: 70px;
  }

  /* ---- SUPPORT バナー：1カラム縦並び ---- */

  .support-banner-container {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
    gap: 12px;
  }

  .support-banner-container .support-banner-link {
    width: 100%;
  }

  /* ---- HEADER: ハンバーガーメニュー ---- */

  .hamburger-btn {
    display: flex;
  }

  /* ---- HEADER: 全ページ共通レスポンシブ ---- */

  .header {
    box-shadow:
      0 -2px 4px 0 rgba(97, 82, 62, 0.15),
      0 4px 4px 0 rgba(97, 82, 62, 0.3);
    overflow: visible;
    align-items: flex-start;
  }

  .header-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100vw;
    padding: 0;
    gap: 0;
  }

  .header-top {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    min-height: 70px;
    padding: 10px 16px;
    border-bottom: none;
    box-sizing: border-box;
    background: #fff;
  }

  .header-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 0;
    overflow: hidden;
  }

  .header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }

  .pref-logos {
    display: none;
  }

  .site-name {
    display: block;
    color: #61523E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }

  .site-name-text {
    line-height: inherit;
  }

  .header-logo img {
    display: block;
    width: min(241px, 62vw);
    height: auto;
  }

  .phone-box {
    width: 40px;
    height: 40px;
    padding: 0;
    gap: 0;
    font-size: 0;
  }

  .phone-box img {
    width: 40px;
    height: 40px;
  }

  .phone-box .phone-number {
    display: none;
  }

  /* モバイルナビ：ヘッダー直下に配置（全ページ） */
  .header-nav {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    max-height: calc(100dvh - 70px);
    gap: 20px;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 32px 20px 40px;
    box-sizing: border-box;
  }

  .header-nav.is-open {
    display: flex;
  }

  .header-nav-close {
    display: none;
  }

  .header-nav-list {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    gap: 30px;
  }

  .header-nav-list > li {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background: transparent;
    border-radius: 0;
  }

  .header-nav-pill1,
  .header-nav-pill2,
  .header-nav-pill3,
  .header-nav-pill4,
  .header-nav-pill5 {
    width: 100%;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 50px;
    min-width: unset;
    min-height: unset;
    gap: 4px;
    background: #fff;
  }

  .header-nav-pill-text {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    color: inherit;
    opacity: 1;
    visibility: visible;
  }

  /* サブメニュー：静的表示（全ページ） */
  .header-submenu {
    position: static;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
    width: 100%;
    height: auto !important;
    aspect-ratio: unset !important;
    transition: none;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .header-submenu::before,
  .header-submenu::after {
    display: none;
  }

  .header-submenu-body {
    background: none !important;
    padding: 0 !important;
    height: auto !important;
    gap: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .header-submenu-list {
    width: 100%;
    gap: 14px;
    align-items: center;
  }

  .header-submenu-item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: unset;
    padding: 0;
    font-family: "Zen Maru Gothic";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    color: var(--submenu-text-color);
  }

  .top-reference .top-main {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .top-reference .hero {
    height: calc(100dvh - var(--header-h, 70px) - 60px);
    min-height: 480px;
  }

  .top-reference .hero-slide:nth-child(1) {
    background-image: url("../img/FV1-SP.jpg") !important;
  }

  .top-reference .hero-slide:nth-child(2) {
    background-image: url("../img/FV2-SP.jpg") !important;
  }

  .top-reference .hero-fixed-ornaments {
    display: none;
  }

  .top-reference .hero-sp-ornaments {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    pointer-events: none;
  }

  .top-reference .hero-sp-ornament {
    position: absolute;
    bottom: -2px;
    width: min(160px, 42vw);
    height: auto;
    user-select: none;
  }

  .top-reference .hero-sp-ornament--left {
    left: -8px;
  }

  .top-reference .hero-sp-ornament--right {
    right: -8px;
  }

  .top-reference .hero-controls {
    bottom: 28px;
    width: 168px;
    height: 28px;
    min-width: 168px;
    min-height: 28px;
    padding: 2px 20px;
    gap: 20px;
  }

  .top-reference .hero-dot {
    width: 18px;
    height: 18px;
  }

  /* ナビ pill テキスト色 */
  .header-nav-pill1 .header-nav-pill-text {
    color: #903a54;
  }

  .header-nav-pill2 .header-nav-pill-text {
    color: #98621f;
  }

  .header-nav-pill3 .header-nav-pill-text {
    color: #2f798e;
  }

  .header-nav-pill4 .header-nav-pill-text {
    color: #498121;
  }

  .header-nav-pill5 .header-nav-pill-text {
    color: #4f3ea8;
  }

  /* ---- HOWTO ギャップ縮小 ---- */

  .howto {
    gap: 80px;
  }

  /* ---- PC/SP 表示切り替え ---- */
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  /* ---- ENTRY：保育士 / 施設 縦並び ---- */

  .entry-area {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
  }

  .for-teacher,
  .for-facility {
    width: 100%;
    align-items: center;
  }

  .for-teacher .entry-for-title {
    font-size: 18px;
  }

  .entry-area .btn-container {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .entry-area .btn-text-box {
    gap: 8px;
  }

  .entry-area .btn-area {
    width: clamp(220px, 55vw, 260px);
    height: clamp(220px, 55vw, 260px);
  }

  .entry-area .btn-area-inner1 .btn-strong-text,
  .entry-area .btn-area-inner2 .btn-strong-text,
  .entry-area .btn-area-inner3 .btn-strong-text {
    font-size: clamp(30px, 5.5vw, 42px);
    line-height: 1;
  }

  .entry-area .btn-area-inner1 .btn-sub-text,
  .entry-area .btn-area-inner2 .btn-sub-text {
    font-size: clamp(16px, 2.5vw, 18px);
    line-height: 1.2;
  }

  .entry-area .btn-area-inner3 .btn-sub-text {
    font-size: clamp(18px, 2.5vw, 24px);
    line-height: 1.2;
  }

  .entry-area .btn-area img {
    width: clamp(24px, 4vw, 36px);
    height: clamp(24px, 4vw, 36px);
  }

  /* ---- SUPPORT バナー：縦1列 ---- */

  .support-banner-container {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
    gap: 12px;
  }

  .support-banner-link {
    aspect-ratio: 16 / 5;
    min-height: 90px;
    font-size: 18px;
  }

  .support-banner-top {
    font-size: clamp(20px, 5vw, 26px);
  }

  .support-banner-top-image {
    height: clamp(24px, 5.5vw, 30px);
  }

  .support-banner-bottom {
    font-size: clamp(18px, 4.5vw, 24px);
  }

  /* ---- ABOUT：余白縮小・画像レスポンシブ ---- */

  .white-container {
    padding: 32px 20px;
    border-radius: 20px;
  }

  .white-container-area {
    width: 100%;
    gap: 28px;
  }

  .container-title {
    font-size: clamp(18px, 4.5vw, 28px);
    line-height: 1.4;
  }

  .loan-program .container-title,
  .to-be .container-title,
  .qa .container-title,
  .consultation .container-title,
  .preparation-course .container-title,
  .skill-up .container-title {
    flex-direction: column;
    margin-left: 0;
  }

  .loan-program .container-title img,
  .to-be .container-title img,
  .qa .container-title img,
  .consultation .container-title img,
  .preparation-course .container-title img,
  .skill-up .container-title img {
    width: 40px;
    height: auto;
  }

  .about-description-text {
    font-size: 16px;
    line-height: 28px;
  }

  .about-description-image {
    width: 100%;
    max-width: 500px;
    height: auto;
  }

  /* ---- NEWS：95%幅・縦長・鳥を非表示 ---- */

  .news-bird {
    display: none !important;
  }

  .news-paper-wrap {
    width: 95%;
    padding: 60px clamp(14px, 7.7vw, 112px);
  }


  /* ---- FOOTER：縦並び・中央寄せ ---- */

  .footer-inner,
  .footer-separator,
  .footer-content {
    width: min(560px, calc(100% - 24px));
  }

  .footer-nav {
    gap: 24px;
    align-items: center;
  }

  .footer-home {
    justify-content: center;
  }

  .nav-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 16px 12px;
    width: 100%;
  }

  .nav-lists ul {
    align-items: flex-start;
    gap: 14px;
  }

  .footer-nav > .footer-nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 12px;
  }

  .footer-nav a {
    font-size: 16px;
    text-align: left;
  }

  .footer-home {
    text-align: center;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .footer-info {
    align-items: center;
    gap: 20px;
    width: 100%;
  }

  .footer-logo img {
    width: min(260px, 80vw);
  }

  .footer-info-box {
    align-items: center;
    text-align: center;
    font-size: 15px;
    gap: 12px;
  }

  .footer-phone-box {
    font-size: 26px;
  }

  .footer-phone-box img {
    height: 22px;
  }

  .footer-link-area {
    width: 100%;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
  }

  .footer-link-pill1,
  .footer-link-pill2 {
    width: min(300px, 100%);
    justify-content: center;
    min-width: 0;
    padding: 8px 16px;
  }

  .footer-links a {
    font-size: 16px;
  }

  .footer-links img {
    width: 34px;
    top: -18px;
    left: -14px;
  }

  .footer-kids {
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .footer-kids img {
    width: 60px;
  }

  /* ---- お問い合わせボタン ---- */

  .contact-btn {
    padding: 10px 30px;
    white-space: normal;
    word-break: keep-all;
  }

  /* ---- 戻るボタン SP ---- */
  .back-btn-area {
    padding: 0 0 16px;
  }

  .back-btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  /* ---- ページ先頭ボタン SP ---- */
  .page-top-btn {
    right: 16px;
    bottom: 80px; /* 固定下部メニューの上に配置 */
    width: 48px;
    height: 48px;
  }

  .page-top-btn-arrow {
    font-size: 10px;
  }

  .page-top-btn-text {
    font-size: 10px;
  }
}

/* ========================================
   RESPONSIVE: スマートフォン (≤ 480px)
   ======================================== */

@media (max-width: 480px) {

  /* ヘッダー：ロゴ微調整 */
  .header-logo img {
    width: min(241px, 66vw);
  }

  /* セクション間ギャップ調整 */
  .howto {
    gap: 60px;
    padding: 56px 0 64px;
  }

  /* エントリーボタン縮小 */
  .entry-area .btn-area {
    width: clamp(200px, 58vw, 240px);
    height: clamp(200px, 58vw, 240px);
  }

  /* アバウト：パディング縮小 */
  .white-container {
    padding: 24px 14px;
    border-radius: 14px;
  }

  .container-title {
    font-size: 18px;
  }

  .about-description-text {
    font-size: 15px;
    line-height: 26px;
  }

  /* フッター：1カラム・センター揃え */
  .footer {
    padding-top: 40px;
  }

  .nav-lists {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .nav-lists ul {
    align-items: center;
  }

  .footer-nav > .footer-nav-list {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-nav a {
    text-align: center;
  }
}
