@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.fnt01-normal {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fnt01-bold {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 24px;
}

/* 雲付きバージョン */
.section-title--cloud {
  font-size: 30px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.section-title--cloud::before, .section-title--cloud::after {
  content: "";
  width: 60px;
  height: 40px;
  background: url("assets/images/top/pic_cloud.svg") no-repeat center/contain;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .section-title {
    font-size: 32px;
  }
  .section-title--cloud {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .section-title--cloud {
    font-size: 40px;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.site-header__inner {
  height: 90px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.site-header__logo {
  width: 65px;
  position: relative;
  z-index: 30;
}
.site-header__logo::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 160px;
  background: #fff;
  border-radius: 0 0 100% 0;
  top: -55px;
  left: -55px;
  z-index: -1;
}

.site-header__toggle {
  width: 32px;
  height: 24px;
  position: relative;
  z-index: 50;
  border: none;
  background: none;
  cursor: pointer;
}
.site-header__toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #FC6982;
  border-radius: 2px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__toggle span:nth-child(1) {
  top: 0;
}
.site-header__toggle span:nth-child(2) {
  top: 10px;
}
.site-header__toggle span:nth-child(3) {
  bottom: 0;
}

.site-header__toggle.is-open span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
  background: #fff;
}

.site-header__toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.site-header__toggle.is-open span:nth-child(3) {
  bottom: 10px;
  transform: rotate(-45deg);
  background: #fff;
}

/* =========================
   Global Nav（SP）
========================= */
.global-nav {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}
.global-nav ul {
  background: #fff;
  width: 80%;
  height: 100%;
  padding: 80px 24px;
  list-style: none;
  transform: translateX(-100%);
  transition: 0.3s;
}
.global-nav li {
  margin-bottom: 24px;
}
.global-nav a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.global-nav.is-open {
  opacity: 1;
  visibility: visible;
}
.global-nav.is-open ul {
  transform: translateX(0);
}

/* =====================================================
   Tablet ～ PC（768px〜）
===================================================== */
@media (min-width: 950px) {
  /* ===== MV上に重ねる ===== */
  .site-header {
    position: absolute;
    top: clamp(12px, 2vw, 26px);
    left: 0;
    width: 100%;
    z-index: 30;
  }
  .site-header__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 40px 0 190px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  .site-header__logo {
    position: absolute;
    left: 20px;
    top: -12px;
    width: 110px;
    z-index: 40;
    /* ===== 白い扇型背景 ===== */
  }
  .site-header__logo::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 220px;
    background: #fff;
    border-radius: 0 0 100% 0;
    top: -55px;
    left: -55px;
    z-index: -1;
  }
  .site-header__toggle {
    display: none;
  }
  /* ===== PCナビ ===== */
  .global-nav {
    position: static;
    inset: auto;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    background: #fff;
    border-radius: 999px;
    padding: 30px 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  }
  .global-nav ul {
    display: flex;
    align-items: center;
    gap: clamp(16px, 2vw, 30px);
    margin: 0;
    padding: 0;
    list-style: none;
    transform: none;
    background: transparent;
    width: auto;
    height: auto;
  }
  .global-nav li {
    margin: 0;
  }
  .global-nav a {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
  }
  .global-nav__cta a {
    background: #f6a000;
    color: #fff;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 700;
  }
}
/* ===== 1400px以上補正 ===== */
@media (min-width: 1400px) {
  .global-nav {
    padding: 30px 30px;
  }
}
/* =========================
   CTA
========================= */
.cta {
  max-width: 1100px;
  margin: 50px 20px -80px;
  padding: 48px 24px;
  background: #ffd800;
  border-radius: 36px;
  position: relative;
  z-index: 10;
}
.cta__header {
  text-align: center;
  margin-bottom: 40px;
}
.cta__header h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 8px;
}
.cta__header p {
  font-size: 14px;
  line-height: 1.6;
}
.cta__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  text-align: center;
}
.cta__block {
  width: 100%;
}
.cta__label {
  font-weight: 600;
  margin-bottom: 8px;
}
.cta__tel {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 4px;
}
.cta__time {
  font-size: 13px;
}
.cta__divider {
  display: none;
}
.cta__btn {
  display: inline-block;
  margin-top: 16px;
  padding: 14px 36px;
  background: #f57c00;
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}

/* =========================
   FOOTER
========================= */
.site-footer {
  background-image: url(assets/images/common/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: -1620px -50px;
  color: #fff;
  padding: 140px 0 40px;
  position: relative;
  z-index: 1;
}
.site-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 上部 */
.footer-top {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 40px;
  text-align: center;
}

.footer-brand img {
  max-width: 160px;
  margin: 0 auto;
}
.footer-brand .brand-text {
  margin-top: 8px;
  font-size: 13px;
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

/* 下部 */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 24px;
  text-align: center;
  font-size: 12px;
}
.footer-bottom p {
  margin-bottom: 8px;
  line-height: 1.6;
}

.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0;
}
.footer-nav-list li {
  width: calc(50% - 5px);
  text-align: center;
}
.footer-nav-list li a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
.footer-nav-list li a:hover {
  text-decoration: underline;
}

/* =========================
   Tablet / PC
========================= */
@media (min-width: 768px) {
  .cta {
    padding: 56px;
    margin: 50px auto -80px;
  }
  .cta__body {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  .cta__header {
    text-align: center;
    margin-bottom: 40px;
  }
  .cta__header h2 {
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .cta__header p {
    font-size: 20px;
  }
  .cta__block {
    flex: 1;
  }
  .cta__label {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .cta__tel {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .cta__time {
    font-size: 18px;
  }
  .cta__divider {
    display: block;
    width: 1px;
    height: 120px;
    background: #333;
  }
  .cta__btn {
    display: inline-block;
    margin-top: 16px;
    padding: 24px 40px;
    background: #f57c00;
    color: #fff;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
  }
  .site-footer {
    background-position: initial;
  }
  .footer-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .footer-brand img {
    margin: 0;
  }
  .footer-nav ul {
    justify-content: flex-end;
  }
  .footer-nav-list {
    justify-content: center;
  }
  .footer-nav-list li {
    width: auto;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 32px;
  border-radius: 9999px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
}
.btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: #ff9800;
  font-size: 14px;
}
.btn__text {
  color: #fff;
  font-size: 16px;
}
.btn:hover {
  transform: translateY(-2px);
}

/* オレンジボタン */
.btn--primary {
  background-color: #ff9800;
}
.btn--primary:hover {
  background-color: #fb8c00;
}

.mv {
  position: relative;
  height: 67vh;
  overflow: hidden;
}

/* タブレット */
@media screen and (min-width: 768px) {
  .mv {
    position: relative;
    overflow: hidden;
    /* ★ これが最重要 */
    width: 100%;
    height: 420px;
    margin-left: calc(50% - 50vw);
    aspect-ratio: 1920/826;
  }
}
/* PC */
@media screen and (min-width: 950px) {
  .mv {
    height: 520px;
  }
}
@media screen and (min-width: 1140px) {
  .mv {
    height: 630px;
  }
}
@media screen and (min-width: 1600px) {
  .mv {
    height: 760px;
  }
}
/* ================================
  下層KV（共通）
================================ */
.sub-mv {
  height: 220px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-mv__title {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.page-about .sub-mv {
  background-image: url("assets/images/sub_mv/sub-mv_about.jpg");
}

.page-childcare .sub-mv {
  background-image: url("assets/images/sub_mv/sub-mv_childcare.jpg");
}

.page-guide .sub-mv {
  background-image: url("assets/images/sub_mv/sub-mv_guide.jpg");
}

.page-feature .sub-mv {
  background-image: url("assets/images/sub_mv/sub-mv_feature.jpg");
}

.page-news .sub-mv {
  background-image: url("assets/images/sub_mv/sub-mv_news.jpg");
}

.page-contact .sub-mv {
  background-image: url("assets/images/sub_mv/sub-mv_contact.jpg");
}

@media screen and (min-width: 950px) {
  .sub-mv {
    height: 380px;
  }
  .sub-mv__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .sub-mv {
    height: 480px;
  }
}
/* =========================
   Slider
========================= */
.mv__slider {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* ★ Splide高さ伝播（超重要） */
.mv__slider,
.splid_group,
.splide,
.splide__track,
.splide__list,
.splide__slide {
  width: 100%;
  height: 100%;
}

/* 画像 */
.mv__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* ← 見える位置固定（プロ設定） */
  -o-object-position: center center;
     object-position: center center;
  display: block;
}

/* =========================
   SP（〜767px）
========================= */
@media screen and (max-width: 767px) {
  .mv {
    aspect-ratio: auto;
    height: 520px;
  }
}
/* =========================
   Tablet ～ PC（768px〜）
========================= */
@media screen and (min-width: 768px) {
  .mv {
    /* 横幅に応じて高さが自然に増える */
    aspect-ratio: 1920/826;
  }
  .mv-catch {
    position: absolute;
    left: clamp(40px, 6vw, 100px);
    bottom: clamp(40px, 6vw, 80px);
    z-index: 20;
  }
  .mv-catch img {
    width: clamp(300px, 30vw, 520px);
    display: block;
    height: auto;
  }
}
/* =========================
   超横長モニター補正
========================= */
@media (min-width: 1600px) {
  .mv {
    max-height: 760px;
  }
  .mv-catch {
    left: 120px;
    bottom: 70px;
  }
}
.mv-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mv-header__logo img {
  height: 40px;
}
.mv-header__nav {
  display: none;
}
.mv-header__nav ul {
  display: flex;
  gap: 24px;
}
.mv-header__nav ul a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.mv-header__contact {
  background: #f6a623;
  color: #fff;
  padding: 8px 18px;
  border-radius: 9999px;
  font-size: 14px;
  text-decoration: none;
}

/* PC */
@media screen and (min-width: 1024px) {
  .mv-header {
    padding: 24px 48px;
  }
  .mv-header__nav {
    display: block;
  }
}
/* =========================
   MV キャッチコピー（画像）
========================= */
.mv-catch {
  position: absolute;
  z-index: 20;
}
.mv-catch img {
  display: block;
  width: 100%;
  height: auto;
}

/* ===== SP（〜767px） ===== */
@media (max-width: 767px) {
  .mv-catch {
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    width: clamp(240px, 70vw, 340px);
  }
}
/* ===== Tablet ～ PC（768px〜） ===== */
@media (min-width: 768px) {
  .mv-catch {
    left: clamp(40px, 6vw, 100px);
    bottom: clamp(40px, 6vw, 80px);
    /* 画面幅に合わせて自然に伸縮 */
    width: clamp(300px, 30vw, 520px);
  }
}
/* ===== 超横長モニター補正 ===== */
@media (min-width: 1600px) {
  .mv-catch {
    left: 120px;
    bottom: 70px;
    width: 520px;
  }
}
/* =========================
   TOP ABOUT（完全版）
========================= */
.p-top-about {
  background-color: #FC6982;
  padding: 64px 0;
}
.p-top-about__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 20px;
}
.p-top-about__image img {
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-about__text {
  text-align: center;
}
.p-top-about__text .c-title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
}
.p-top-about__text p {
  text-align: center;
}
.p-top-about__desc {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.p-top-about .btn {
  justify-content: center;
}
.p-top-about {
  /* SP画像（横スクロール） */
}
.p-top-about__image02 {
  margin-top: 48px;
}
.p-top-about__image02 ul {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.p-top-about__image02 li {
  flex: 0 0 70%;
}
.p-top-about__image02 img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* SP用無限スクロール */
.photo-scroll {
  width: 100%;
  overflow: hidden;
}
.photo-scroll__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scrollLoop 30s linear infinite;
}
.photo-scroll__item {
  flex-shrink: 0;
  width: 60vw;
  height: 160px;
}
.photo-scroll__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.photo-scroll:hover .photo-scroll__track {
  animation-play-state: paused;
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .photo-scroll__item {
    width: 40vw;
    height: 180px;
  }
}
@media (min-width: 1024px) {
  .photo-scroll__item {
    width: 20vw;
    height: 300px;
  }
}
/* =========================
   Tablet ～ PC（768px～）
========================= */
@media screen and (min-width: 768px) {
  .p-top-about {
    padding: 100px 0;
  }
  .p-top-about .l-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
  }
  .p-top-about__body {
    position: relative;
    min-height: 730px;
    padding: 0;
    margin: 0 auto;
  }
  .p-top-about {
    /* 左：テキスト */
  }
  .p-top-about__text {
    width: 45%;
    text-align: left;
  }
  .p-top-about__text .c-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .p-top-about__text p {
    text-align: left;
  }
  .p-top-about .btn {
    justify-content: flex-start;
  }
  .p-top-about {
    /* 右上：メイン画像 */
  }
  .p-top-about__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
  }
  .p-top-about__image img {
    width: 100%;
    border-radius: 32px;
  }
  .p-top-about {
    /* ====================================
       装飾画像（完全固定）
    ==================================== */
  }
  .p-top-about__image02 {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    z-index: 1;
    margin-top: 0;
    padding: 0 20px;
  }
  .p-top-about__image02 ul {
    position: relative;
    width: 100%;
    height: 320px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
  }
  .p-top-about__image02 li {
    position: absolute;
  }
  .p-top-about__image02 li img {
    width: 100%;
    display: block;
    border-radius: 18px;
  }
  .p-top-about__image02 {
    /* 左 */
  }
  .p-top-about__image02 .list-img01 {
    width: 38%;
    left: 0;
    top: 20px;
  }
  .p-top-about__image02 {
    /* 中 */
  }
  .p-top-about__image02 .list-img02 {
    width: 24%;
    left: 54%;
    top: 70px;
    transform: translateX(-50%);
  }
  .p-top-about__image02 {
    /* 右 */
  }
  .p-top-about__image02 .list-img03 {
    width: 30%;
    right: 0;
    top: 50px;
  }
}
@media screen and (min-width: 950px) {
  .p-top-about {
    /* 左：テキスト */
  }
  .p-top-about__text .c-title {
    font-size: 40px;
  }
  .p-top-about__text p {
    font-size: 20px;
  }
}
/* =================================
   曲線セクション
================================= */
.top-wave {
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.top-wave__curve {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 220px;
  background: url("./assets/images/top/top_carve_line.svg") no-repeat center bottom;
  background-size: cover;
}

.top-wave__inner {
  position: relative;
  z-index: 2;
  padding-top: 220px;
}

/* =========================
   FEATURES
========================= */
.top-features {
  padding: 0;
}
.top-features__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.top-features__header {
  text-align: center;
  margin-bottom: 40px;
}
.top-features__title {
  font-size: 40px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.top-features__icon {
  font-size: 20px;
}

.top-feature__content {
  text-align: center;
}
.top-feature__content .btn {
  margin-top: 16px;
}

.top-feature {
  display: flex;
  flex-direction: column;
  /* SP */
  gap: 20px;
  margin-bottom: 80px;
}
.top-feature__content {
  max-width: 480px;
}
.top-feature__title {
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0 8px;
}
.top-feature__text {
  line-height: 1.8;
  margin-bottom: 24px;
}
.top-feature__image img {
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .top-features {
    padding: 80px 0 90px 0;
  }
  .top-feature {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
  }
  .top-feature__content {
    flex: 0 0 45%;
    text-align: left;
  }
  .top-feature__image {
    flex: 0 0 50%;
  }
  .top-feature__image img {
    margin-bottom: 0;
  }
  .top-feature.feature--reverse {
    flex-direction: row-reverse;
  }
  .top-feature.feature--reverse__content {
    text-align: left;
  }
}
@media (min-width: 950px) {
  .top-feature__title {
    font-size: 32px;
    font-weight: bold;
    margin: 15px 0 8px;
  }
  .top-feature__text {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
}
/* =========================
   学びの保育（スマホファースト）
========================= */
/* =========================
   学びの保育 曲線
========================= */
.learning-wave {
  position: relative;
  width: 100%;
  height: 120px;
  background: #fff;
}
.learning-wave::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 120px;
  /* SVG波を背景として使う */
  background: url("./assets/images/top/top_carve_line_blue.svg") no-repeat center bottom;
  background-size: cover;
}

.learning {
  background-color: #3fb7f3;
  padding: 70px 20px 60px;
  position: relative;
  overflow: hidden;
}
.learning .top-learning__header {
  text-align: center;
  margin-bottom: 30px;
}
.learning .section-title--cloud {
  color: #ffffff !important;
  margin-bottom: 30px;
}
.learning {
  /* ===== タイトル ===== */
}
.learning__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 24px;
}
.learning__title span {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.learning__title img {
  width: 20px;
  height: auto;
  display: block;
}
.learning {
  /* =========================
     学びの保育 タイトルアイコン
  ========================= */
}
.learning .learning__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: bold;
  width: 100%;
  font-size: 28px;
}
.learning .learning__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.learning .learning__icon img {
  width: 80px;
  height: auto;
  display: block;
}
.learning {
  /* ===== 本体 ===== */
}
.learning__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 20px;
}
.learning {
  /* ===== 左テキスト ===== */
}
.learning__content {
  color: #fff;
  text-align: center;
  max-width: 420px;
  margin: 0 auto 30px auto;
}
.learning .btn {
  margin: 24px auto 0;
  display: inline-flex;
}
.learning__catch {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}
.learning__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.learning {
  /* ===== ギャラリー（SP） ===== */
}
.learning__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.learning__image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
}
.learning {
  /* ===== 装飾 ===== */
}
.learning__decor {
  position: absolute;
  pointer-events: none;
}
.learning__decor--bus {
  width: 120px;
  height: 80px;
  background: url("../images/decor_bus.png") no-repeat center/contain;
  left: 20px;
  bottom: 40px;
}
.learning__decor--shoes {
  width: 60px;
  height: 60px;
  background: url("../images/decor_shoes.png") no-repeat center/contain;
  left: 160px;
  bottom: 30px;
}

/* =========================
   Tablet ～ PC
========================= */
@media (min-width: 768px) {
  .learning-wave {
    height: 180px;
  }
  .learning-wave::after {
    height: 290px;
  }
  .learning__title {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
  }
  .learning__title img {
    width: 32px;
  }
  .learning__body {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
  .learning__content {
    width: 40%;
    text-align: left;
    margin: 0;
  }
  .learning .btn {
    margin: 24px 0 0;
  }
  .learning {
    /* PCはグリッド拡張 */
  }
  .learning__gallery {
    width: 58%;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 160px;
    gap: 16px;
  }
}
/* =========================
   PC
========================= */
@media (min-width: 768px) {
  /* =========================
     LEARNING（完全版）
  ========================= */
  .learning {
    background: #38B8FB;
    padding: 80px 0;
    position: relative;
  }
  .learning__inner {
    max-width: 1100px;
    height: 720px;
    margin: 0 auto;
    position: relative;
  }
  .learning {
    /* ----- タイトル ----- */
  }
  .learning__title {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .learning__title span img {
    width: 32px;
    margin: 0 16px;
    vertical-align: middle;
  }
  .learning {
    /* ----- 左テキスト ----- */
  }
  .learning__content {
    position: absolute;
    left: 0;
    top: 170px;
    width: 320px;
    color: #fff;
  }
  .learning__catch {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .learning__text {
    line-height: 1.9;
    margin-bottom: 28px;
  }
  .learning {
    /* ----- ギャラリー ----- */
  }
  .learning__gallery {
    position: absolute;
    right: 0;
    top: 120px;
    width: 700px;
    height: 520px;
  }
  .learning .img {
    position: absolute;
  }
  .learning .img img {
    width: 100%;
    border-radius: 28px;
    display: block;
  }
  .learning .img01 {
    width: 300px;
    left: 0;
    top: 0;
  }
  .learning .img02 {
    width: 270px;
    right: 0;
    top: 40px;
  }
  .learning .img03 {
    width: 260px;
    left: -30px;
    bottom: 0;
  }
  .learning .img04 {
    width: 320px;
    right: 40px;
    bottom: -20px;
  }
  .learning .img05 {
    width: 250px;
    left: 260px;
    top: 240px;
  }
  .learning {
    /* ----- 装飾 ----- */
  }
  .learning__decor {
    position: absolute;
    display: block;
  }
  .learning__decor--bus {
    width: 150px;
    height: 90px;
    background: url("./assets/images/top/pic_bus.svg") no-repeat center/contain;
    left: 100px;
    bottom: 80px;
  }
  .learning__decor--shoes {
    width: 70px;
    height: 70px;
    background: url("./assets/images/top/pic_uwabaki.svg") no-repeat center/contain;
    left: 280px;
    bottom: 40px;
  }
  .learning__decor--suitou {
    width: 70px;
    height: 70px;
    background: url("./assets/images/top/pic_suitou.svg") no-repeat center/contain;
    left: 50px;
    bottom: -40px;
  }
}
/* ===================================
   学びの保育 中間幅崩れ防止（768〜1060）
=================================== */
@media screen and (min-width: 768px) and (max-width: 1060px) {
  .learning {
    padding: 0 20px;
  }
  .learning__inner {
    height: 620px;
    padding: 60px 20px;
  }
  .learning {
    /* ----- 左テキスト縮小 ----- */
  }
  .learning__content {
    width: 38%;
    top: 150px;
  }
  .learning__content .learning__catch {
    font-size: clamp(24px, 2.8vw, 30px);
  }
  .learning__content .learning__text {
    font-size: 15px;
  }
  .learning {
    /* ----- ギャラリーを収縮 ----- */
  }
  .learning__gallery {
    width: 56%;
    height: 430px;
    top: 130px;
  }
  .learning {
    /* 画像全部を比率縮小 */
  }
  .learning .img01 {
    width: 55%;
  }
  .learning .img02 {
    width: 38%;
  }
  .learning .img03 {
    width: 34%;
  }
  .learning .img04 {
    width: 45%;
  }
  .learning .img05 {
    width: 35%;
  }
  .learning {
    /* 装飾少し内側へ */
  }
  .learning__decor--bus {
    left: 40px;
    bottom: 40px;
    width: 120px;
  }
  .learning__decor--shoes {
    left: 190px;
    bottom: 20px;
  }
  .learning__decor--suitou {
    left: 20px;
    bottom: -20px;
  }
}
/* =========================
   LIFE（園の生活）
========================= */
.life {
  padding: 100px 0;
  background: #fff;
}
.life__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.life .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 48px;
}
.life__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

.top-life__header {
  text-align: center;
  margin-bottom: 30px;
}

.section-title--cloud {
  margin-bottom: 30px;
}

/* =========================
   学びの保育 タイトルアイコン
========================= */
.top-life__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 30px;
}

.life__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.life__icon img {
  width: 80px;
  height: auto;
  display: block;
}

/* =========================
   LIFE CARD
========================= */
.life-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  text-align: center;
}
.life-card img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.life-card h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 24px 0 12px;
}
.life-card p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.life-card .btn {
  margin: 0 auto 32px;
}

/* =========================
   Tablet / PC
========================= */
@media (min-width: 768px) {
  .life__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .life .top-features__title {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .life-card {
    text-align: left;
  }
  .life-card h3,
  .life-card p {
    padding: 0 24px;
  }
  .life-card .btn {
    margin: 0 0 32px 24px;
  }
}
/* =========================
   Top News
========================= */
.top-news {
  background: #8cc400;
  padding: 60px 20px;
}
.top-news__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.top-news__title {
  color: #fff;
  font-size: 26px;
  margin-bottom: 30px;
}
.top-news__list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.top-news__item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.top-news__item time {
  display: inline-block;
  width: 120px;
  color: #fff;
  font-size: 14px;
}
.top-news__item a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.top-news__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ff9900;
  color: #fff;
  padding: 14px 32px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 20px;
}
.top-news {
  /* スマホ画像（下配置） */
}
.top-news__images {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.top-news__images img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-news__images img:last-child {
  grid-column: span 2;
}

/* =========================
   Tablet / PC
========================= */
@media screen and (min-width: 768px) {
  .top-news {
    padding: 10px 40px;
  }
  .top-news__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .top-news__content {
    width: 77%;
  }
  .top-news__title {
    font-size: 42px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .top-news__item {
    display: flex;
    gap: 40px;
    align-items: center;
  }
  .top-news__item time {
    width: 140px;
    font-size: 16px;
  }
  .top-news__item a {
    font-size: 16px;
  }
  .top-news__btn {
    margin-top: 0;
  }
  .top-news {
    /* 画像右縦並び */
  }
  .top-news__images {
    width: 100px;
    flex-shrink: 0;
    margin-top: 0;
    position: relative;
    height: 420px;
  }
  .top-news__images img {
    position: absolute;
    border-radius: 28px;
    width: auto;
    max-width: none;
  }
  .top-news__images {
    /* ===== 上 ===== */
  }
  .top-news__images .img01 {
    width: 180px;
    top: -70px;
    right: 0;
  }
  .top-news__images {
    /* ===== 中 ===== */
  }
  .top-news__images .img02 {
    width: 130px;
    top: 130px;
    right: -40px;
  }
  .top-news__images {
    /* ===== 下 ===== */
  }
  .top-news__images .img03 {
    width: 170px;
    top: 300px;
    right: 10px;
  }
}
/* ================================
  パンくず
================================ */
.breadcrumb {
  padding: 12px 16px;
  font-size: 12px;
}
.breadcrumb ol {
  display: flex;
  gap: 6px;
}
.breadcrumb li::after {
  content: ">";
  margin-left: 6px;
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb a {
  color: #666;
}

/* ================================
  about メッセージ
================================ */
.about-message {
  padding: 60px 20px;
}

.about-message__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 40px;
}

/* 画像ブロック */
.about-message__images {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.about-message__images img {
  width: 140px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 中央 */
.about-message__center {
  text-align: center;
}

.about-message__catch {
  margin-bottom: 32px;
}
.about-message__catch span {
  display: inline-block;
}
.about-message__catch .c1 {
  color: #f5b400;
}
.about-message__catch .c2 {
  color: #ec8aa4;
}
.about-message__catch .c3 {
  color: #5fbf6b;
}

.about-message__text {
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
  color: #333;
}

/* ================================
  PC（768px以上）
================================ */
@media screen and (min-width: 768px) {
  .about-message {
    padding: 100px 20px;
  }
  .about-message__inner {
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
  }
  .about-message__images {
    flex-direction: column;
    align-items: center;
  }
  .about-message__images img {
    width: 180px;
  }
  .about-message__catch {
    font-size: 36px;
  }
  .about-message__text {
    font-size: 16px;
  }
}
/* ================================
  PC（768px以上）
================================ */
@media screen and (min-width: 950px) {
  /* ================================
    パンくず
  ================================ */
  .breadcrumb {
    padding: 26px 16px;
    font-size: 14px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .about-message__text {
    font-size: 20px;
  }
}
/* ===================================
  教育保育方針 / 学びの保育
  SPファースト（完全再現）
=================================== */
.about-policy,
.about-learning {
  padding: 56px 16px;
}

/* ===============================
  共通ブロック
=============================== */
.about-block {
  max-width: 1100px;
  margin: 0 auto;
}
.about-block__image {
  position: relative;
  max-width: 100%;
}
.about-block__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}
.about-block {
  /* 見出し（SPは重ねない） */
}
.about-block__title {
  position: static;
  margin-top: 16px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.about-block__text {
  margin-top: 24px;
  max-width: 100%;
}
.about-block__text p {
  font-size: 18px;
  line-height: 2;
  text-align: left;
}

/* ===============================
  Tablet：768px〜
=============================== */
@media screen and (min-width: 768px) {
  .about-policy,
  .about-learning {
    padding: 72px 20px;
  }
  .about-block__image {
    max-width: 100%;
  }
  .about-block {
    /* 見出しを画像に重ねる */
  }
  .about-block__title {
    position: absolute;
    left: 32px;
    bottom: -28px;
    background: #fff;
    padding: 14px 24px;
    font-size: 22px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  }
  .about-block__text {
    margin-top: 64px;
  }
}
/* ===============================
  PC：1025px〜
=============================== */
@media screen and (min-width: 1025px) {
  .about-policy,
  .about-learning {
    padding: 96px 20px;
  }
  .about-block {
    /* 画像を少し細く */
  }
  .about-block__image {
    max-width: 920px;
  }
  .about-block__text {
    max-width: 520px;
  }
  .about-block {
    /* reverse：画像だけ右寄せ */
  }
  .about-block--reverse .about-block__image {
    margin-left: auto;
  }
}
/* ===================================
  教育保育方針 / 学びの保育
  レイアウト逆パターン（PCのみ）
=================================== */
@media screen and (min-width: 1025px) {
  /* 教育保育方針：画像を右寄せ */
  .about-policy .about-block__image {
    margin-left: auto;
  }
  .about-policy .about-block__title {
    left: -150px;
    font-size: 30px;
  }
  /* 学びの保育：画像を左寄せ（デフォルト） */
  .about-learning .about-block__image {
    margin-left: 0;
  }
  .about-learning .about-block__title {
    left: 32px;
    right: auto;
  }
}
/* ===================================
  学びの保育：PC版
  見出し＋本文を右側に配置
=================================== */
@media screen and (min-width: 1025px) {
  .about-learning .about-block {
    /* 本文を右側へ */
  }
  .about-learning .about-block__text {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }
  .about-learning .about-block {
    /* 見出しを右側へ */
  }
  .about-learning .about-block__title {
    left: auto;
    right: -150px;
    font-size: 30px;
    text-align: center;
  }
}
/* ===================================
  ごあいさつ
  SPファースト
=================================== */
.about-greeting {
  padding: 56px 16px;
}
.about-greeting__body {
  max-width: 1100px;
  margin: 0 auto;
}
.about-greeting__body p {
  font-size: 18px;
  line-height: 2;
}
.about-greeting__body figure {
  margin-top: 24px;
}
.about-greeting__body figure img {
  width: 100%;
  border-radius: 24px;
}
.about-greeting__body figure figcaption {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}

/* ===============================
  PC：ごあいさつ 横並び
=============================== */
/* ===============================
  ごあいさつ：Tablet以上はPC同等レイアウト
=============================== */
@media screen and (min-width: 768px) {
  .about-greeting {
    padding: 72px 20px;
  }
  .about-greeting__body {
    display: flex;
    align-items: flex-start;
    gap: 48px;
  }
  .about-greeting__body p {
    flex: 1;
  }
  .about-greeting__body figure {
    flex-shrink: 0;
    width: 340px;
    margin-top: 0;
  }
  .about-greeting__body figure img {
    border-radius: 24px;
  }
}
/* PCでは少し余白だけ広げる */
@media screen and (min-width: 1025px) {
  .about-greeting {
    padding: 96px 20px;
  }
  .about-greeting__body {
    gap: 64px;
  }
  .about-greeting__body figure {
    width: 380px;
  }
}
/* ===================================
  施設概要
=================================== */
.facility-summary {
  padding: 56px 16px;
}
.facility-summary__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.facility-summary__text {
  margin-bottom: 32px;
}
.facility-summary__text dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  row-gap: 12px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.facility-summary__text dl dt {
  font-weight: bold;
}
.facility-summary__text dl dd {
  margin: 0;
  line-height: 1.8;
}
.facility-summary__map img {
  width: 100%;
  display: block;
}

/* ===============================
  PC：施設概要 横並び
=============================== */
@media screen and (min-width: 1025px) {
  .facility-summary {
    padding: 96px 20px;
  }
  .facility-summary__inner {
    display: flex;
    align-items: flex-start;
    gap: 64px;
  }
  .facility-summary__text {
    flex: 1;
    margin-bottom: 0;
  }
  .facility-summary__map {
    width: 420px;
    flex-shrink: 0;
  }
}
/* ===================================
  Google Map（横幅いっぱい）
=================================== */
/* ===============================
  Google Map（1100px中央寄せ）
=============================== */
.facility-googlemap {
  padding: 80px 20px; /* 上下余白＋SP用左右余白 */
}
.facility-googlemap iframe {
  max-width: 1100px;
  width: 100%;
  height: 450px;
  margin: 0 auto;
  display: block;
  border: none;
}

/* PCでは上下余白を少し広く */
@media screen and (min-width: 1024px) {
  .facility-googlemap {
    padding: 0 20px;
  }
}
/* ================================
  施設紹介
================================ */
.facility-intro {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.facility-item {
  display: grid;
  gap: 30px;
  margin-bottom: 80px;
}
.facility-item__image img {
  width: 100%;
  border-radius: 24px;
}
.facility-item__text h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 12px;
}
.facility-item__text p {
  line-height: 1.8;
}

/* 交互レイアウト */
@media screen and (min-width: 768px) {
  .facility-item--reverse {
    grid-template-columns: 1fr 1fr;
    direction: rtl;
  }
  .facility-item--reverse > * {
    direction: ltr;
  }
}

/* 下3カラム */
.facility-grid {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .facility-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.facility-card img {
  width: 100%;
  border-radius: 20px;
}
.facility-card h4 {
  margin: 15px 0 10px;
  font-size: 26px;
  font-weight: bold;
}
.facility-card p {
  font-size: 16px;
  line-height: 1.7;
}

/* ================================
  PC
================================ */
@media screen and (min-width: 768px) {
  .facility-summary__inner {
    grid-template-columns: 1.2fr 1fr;
  }
  .facility-item {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.daily-life {
  padding: 0 20px 80px 20px;
}

.daily-life__title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

/* ================================
  タブ（SPのみ）
================================ */
.daily-tabs {
  display: none;
  margin-bottom: 20px;
}
.daily-tabs button {
  flex: 1;
  padding: 10px;
  border-radius: 20px;
  border: none;
  background: #eee;
  font-size: 11px;
  font-weight: bold;
}
.daily-tabs button.is-active {
  color: #fff;
}
.daily-tabs button.red.is-active {
  background: #e94b4b;
}
.daily-tabs button.blue.is-active {
  background: #4aa3df;
}
.daily-tabs button.orange.is-active {
  background: #f58b1f;
}

/* ================================
  レイアウト
================================ */
.daily-life__inner {
  display: grid;
  grid-template-columns: 80px 1fr 1fr 1fr;
  gap: 20px;
  position: relative;
}

/* 時間軸 */
.daily-time {
  list-style: none;
  padding: 0;
  margin: 47px 0 0 0;
}
.daily-time li {
  height: 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 7px;
}
.daily-time .time {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}
.daily-time img {
  width: 28px;
  height: auto;
  display: block;
}

/* クラス */
.daily-class {
  padding: 20px;
  border-radius: 24px;
  position: relative;
}
.daily-class h3 {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.red {
  background: #e94b4b;
}

.blue {
  background: #4aa3df;
}

.orange {
  background: #f58b1f;
}

.daily-item {
  background: #fff;
  border-radius: 12px;
  padding: 28px 12px;
  margin-bottom: 14px;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}
.daily-item.row {
  padding: 17px 12px;
}
.daily-item.spread01 {
  padding: 75px 12px;
}
.daily-item.spread02 {
  padding: 116px 12px;
}

/* 写真（PC遊び心） */
.daily-photo {
  position: absolute;
  width: 120px;
  border-radius: 12px;
  transform: rotate(-6deg);
}

.photo-1 {
  top: 120px;
  right: -40px;
}

.photo-2 {
  bottom: 120px;
  left: -40px;
}

.photo-3 {
  bottom: 80px;
  right: -40px;
}

.photo-4 {
  bottom: 60px;
  left: -40px;
}

/* ================================
  SP
================================ */
@media (max-width: 767px) {
  .daily-tabs {
    display: flex;
    gap: 8px;
  }
  .daily-life__inner {
    grid-template-columns: 60px 1fr;
  }
  .daily-class {
    display: none;
  }
  .daily-class.is-active {
    display: block;
  }
  .daily-photo {
    display: none;
  }
}
/* ================================
  Tablet / PC（768px〜）
================================ */
@media (min-width: 768px) {
  .daily-life {
    padding: 80px 20px;
  }
  .daily-life__inner {
    max-width: 1100px;
    margin: 0 auto;
    grid-template-columns: 80px 1fr 1fr 1fr;
    gap: 24px;
  }
  /* 時間軸 */
  .daily-time {
    list-style: none;
    padding: 0;
    margin: 47px 0 0 0;
  }
  .daily-time li {
    height: 84px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 7px;
  }
  .daily-time .time {
    font-size: 14px;
    font-weight: bold;
    color: #555;
  }
  .daily-time img {
    width: 28px;
    height: auto;
    display: block;
  }
  .daily-class {
    padding: 13px;
  }
  .daily-class h3 {
    font-size: 15px;
  }
  .daily-item.row {
    padding: 17px 12px;
  }
  .daily-item.spread01 {
    padding: 62px 12px;
  }
  .daily-item.spread02 {
    padding: 116px 12px;
  }
  /* 写真はPCでだけ表示 */
  .daily-photo {
    display: block;
  }
}
@media (min-width: 1024px) {
  .daily-life__title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .daily-life__inner {
    gap: 32px;
  }
  /* 時間軸 */
  .daily-time {
    list-style: none;
    padding: 0;
    margin: 58px 0 0 0;
  }
  .daily-time li {
    height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 19px;
  }
  .daily-time .time {
    font-size: 24px;
    font-weight: bold;
    color: #555;
  }
  .daily-time img {
    width: 40px;
    height: auto;
    display: block;
  }
  .daily-class {
    padding: 24px;
  }
  .daily-class h3 {
    font-size: 20px;
  }
  .daily-item {
    padding: 36px 12px;
    font-size: 16px;
  }
  .daily-item.row {
    padding: 26px 12px;
  }
  .daily-item.spread01 {
    padding: 82px 12px;
  }
  .daily-item.spread02 {
    padding: 149px 12px;
  }
}
/* ================================
  年間の主な行事
================================ */
.annual-events {
  background: #ffb6c1;
  padding: 40px 16px;
}
.annual-events__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* ================================
  季節ブロック
================================ */
.season {
  margin-bottom: 72px;
  position: relative;
}
.season__label {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto -32px;
  display: grid;
  place-items: center;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 2;
}

/* 季節カラー */
.season--spring .season__label {
  background: #7fbf3f;
}

.season--summer .season__label {
  background: #2aa1db;
}

.season--autumn .season__label {
  background: #d08100;
}

.season--winter .season__label {
  background: #4c8f2f;
}

/* ================================
  月コンテナ
================================ */
.months {
  background: #fffbe8;
  border-radius: 24px;
  padding: 56px 24px 32px;
  display: grid;
  gap: 0;
}

/* ================================
  月カード
================================ */
.month-card {
  padding: 0 24px 50px 24px;
  position: relative;
  /* 縦区切り線 */
}
.month-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 1px;
  height: calc(100% - 24px);
  background: #ddd;
}
.month-card__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.month-card__content ul li {
  padding: 0 0 10px 10px;
}
.month-card__image {
  text-align: center;
}
.month-card__image img {
  width: 80px;
  max-width: 100%;
}

/* 月タイトル */
.month {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 999px;
  padding: 6px 16px;
  display: block;
  margin-bottom: 12px;
  text-align: center;
}

/* ================================
  月カラー（HTML準拠）
================================ */
.month-04 .month {
  background: #ff5c5c;
}

.month-05 .month {
  background: #8bc34a;
}

.month-06 .month {
  background: #39b6c6;
}

.month-07 .month {
  background: #2f6fdd;
}

.month-08 .month {
  background: #4fc3f7;
}

.month-09 .month {
  background: #c9a227;
}

.month-10 .month {
  background: #a0601e;
}

.month-11 .month {
  background: #6a5acd;
}

.month-12 .month {
  background: #2f8f1e;
}

.month-01 .month {
  background: #d65c00;
}

.month-02 .month {
  background: #b0906b;
}

.month-03 .month {
  background: #d4a000;
}

/* ================================
  タブレット・PC
================================ */
@media (min-width: 768px) {
  .months {
    grid-template-columns: repeat(3, 1fr);
  }
  .month-card__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
/* ================================
  月コンテナ
================================ */
.months {
  padding: 56px 0 32px;
}

/* ================================
  月カード
================================ */
.month-card {
  padding: 0 10px 50px 10px;
}

@media (min-width: 1024px) {
  /* ================================
    季節ブロック
  ================================ */
  .season {
    margin-bottom: 72px;
    position: relative;
  }
  .season__label {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin: 0 auto -32px;
    display: grid;
    place-items: center;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 2;
  }
}
.month-card__inner {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 85%;
}

.month {
  font-size: 30px;
}

.photo-scroll {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* 両端フェード */
}
.photo-scroll::before, .photo-scroll::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.photo-scroll::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}
.photo-scroll::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}
.photo-scroll__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  cursor: grab;
  will-change: transform;
}
.photo-scroll__item {
  flex-shrink: 0;
  width: 60vw;
  aspect-ratio: 4/3;
}
.photo-scroll__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.photo-scroll {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.photo-scroll:active {
  cursor: grabbing;
}
.photo-scroll img {
  pointer-events: none;
}

/* タブレット */
@media (min-width: 768px) {
  .photo-scroll__item {
    width: 40vw;
  }
}
/* PC */
@media (min-width: 1024px) {
  .photo-scroll__item {
    width: 30vw;
  }
}
.admission {
  padding: 24px 16px;
}

/* 見出し */
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 40px 0 24px;
}

.admission__lead {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}

.admission__note {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* テーブル風ブロック */
.info-table {
  border: 1px solid #f6b6b6;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}

.info-row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #f6b6b6;
}
.info-row:last-child {
  border-bottom: none;
}
.info-row dt {
  background: #ff7b7b;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  font-size: 14px;
}
.info-row dd {
  padding: 12px;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .admission {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 100px;
  }
  /* ---------- タイトル ---------- */
  .section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
  }
  .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
  }
  .section-title .cloud {
    width: 40px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  /* ---------- リード文 ---------- */
  .admission__lead {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .admission__note {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 50px;
  }
  /* ---------- テーブル ---------- */
  .info-table {
    border: 1px solid #f3b8b8;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 90px;
  }
  .info-row {
    display: flex;
    border-bottom: 1px solid #f3b8b8;
    flex-direction: row;
  }
  .info-row:last-child {
    border-bottom: none;
  }
  .info-row dt {
    width: 30%;
    background: #ff6f6f;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 28px 24px;
    line-height: 1.6;
  }
  .info-row dd {
    width: 70%;
    padding: 28px 30px;
    font-size: 16px;
    line-height: 2;
    background: #fff;
  }
  /* ---------- ご利用案内タイトル ---------- */
  .section-title + .info-table {
    margin-top: 10px;
  }
}
/* ================================
  よくある質問
================================ */
.faq {
  background-color: #5bb0ea;
  padding: 40px 16px;
  /* ★ 1100px中央寄せ */
}
.faq__inner {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 24px 16px;
}

/* ===================================
  FAQ ビジュアル（モバイル基準）
=================================== */
.faq-visual {
  position: relative;
  text-align: center;
  padding: 50px 16px 150px;
}

/* タイトル */
.section-title {
  font-size: 34px;
}

/* アイコン共通 */
.faq__icons img {
  position: absolute;
}

/* ===============================
  モバイル配置（基準）
=============================== */
/* 太陽 */
.faq-icon--sun {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
}

/* 建物 */
.faq-icon--school {
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
}

/* 左の木 */
.faq-icon--tree-left {
  bottom: 20px;
  left: 4%;
  width: 60px;
}

/* 右の木 */
.faq-icon--tree-right {
  bottom: 20px;
  right: 4%;
  width: 60px;
}

/* FAQリスト */
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 16px;
}

.faq-item__q {
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.6;
}
.faq-item__q .q {
  color: #4aa3ff;
  margin-right: 4px;
}

.faq-item__a {
  color: #ff5b5b;
  line-height: 1.6;
}
.faq-item__a .a {
  font-weight: bold;
  margin-right: 4px;
}

/* ================================
  Tablet / PC（768px〜）
================================ */
@media screen and (min-width: 768px) {
  .faq__inner {
    display: flex;
    gap: 40px;
    padding: 20px;
  }
  .faq__visual {
    width: 58%;
    margin-bottom: 0;
  }
  /* タイトル */
  .faq__visual .section-title {
    font-size: 22px;
  }
  .faq__list {
    width: 58%;
  }
  .faq__icons img {
    max-width: 130px;
  }
}
/* ================================
  PC（1024px〜）
================================ */
@media screen and (min-width: 1024px) {
  .faq__inner {
    display: flex;
    gap: 40px;
    padding: 40px;
  }
  .faq__visual {
    width: 50%;
    margin-bottom: 0;
  }
  .faq__list {
    width: 50%;
  }
  /* タイトル */
  .section-title {
    font-size: 40px;
  }
  .faq__icons img {
    max-width: 130px;
  }
  /* 左の木 */
  .faq-icon--tree-left {
    bottom: 20px;
    left: 4%;
    width: 80px;
  }
  /* 右の木 */
  .faq-icon--tree-right {
    bottom: 20px;
    right: 4%;
    width: 80px;
  }
  .faq-item__q {
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.6;
    font-size: 18px;
  }
  .faq-item__a {
    color: #ff5b5b;
    line-height: 1.6;
    font-size: 18px;
  }
}
/* =================================
   Features（園の特徴）
================================= */
.features {
  padding: 56px 16px;
}

.features__heading {
  text-align: center;
  margin-bottom: 40px;
}

/* ================================
   Feature Block
================================ */
.feature {
  padding: 56px 16px;
  text-align: center;
}
.feature__head {
  margin-bottom: 32px;
}
.feature__title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
}
.feature__lead {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
.feature__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 32px;
  text-align: left;
}
.feature__images {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
}
.feature__image {
  border-radius: 20px;
  overflow: hidden;
}
.feature__image img {
  width: 100%;
  display: block;
}

/* ================================
   Feature Label
================================ */
.feature__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #7CB342;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto 24px;
}
.feature__label span {
  font-size: 12px;
  margin-right: 4px;
}
.feature__label strong {
  font-size: 20px;
}

/* =================================
   Program List
================================= */
.program-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.program {
  background: #d8edf7;
  border-radius: 18px;
  padding: 20px;
}
.program__content {
  margin-bottom: 16px;
}
.program__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.6;
}
.program__text {
  font-size: 14px;
  line-height: 1.8;
}
.program__images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 16px;
}
.program__images img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

/* =================================
   Feature 05
================================= */
.feature-05 {
  width: 100%;
}
.feature-05 .feature__title {
  margin-bottom: 24px;
}
.feature-05 .feature__images {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
}
.feature-05 h4 {
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
}

/* ================================
   Wallpaper Grid
================================ */
.wallpaper-grid {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}

/* =================================
   Tablet / PC（768px〜）
================================= */
@media (min-width: 768px) {
  .features {
    padding: 80px 40px;
  }
  .feature {
    padding: 80px 40px;
  }
  .feature__title {
    font-size: 34px;
  }
  .feature__lead {
    font-size: 26px;
  }
  .feature__images {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto 40px;
  }
  .feature__text, .feature__lead {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .feature__label {
    width: 100px;
    height: 100px;
  }
  .feature__label span {
    font-size: 18px;
  }
  .feature__label strong {
    font-size: 36px;
  }
  /* Program */
  .program-list {
    max-width: 1100px;
    margin: 0 auto;
  }
  .program {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 32px;
  }
  .program__content {
    width: 35%;
    margin-bottom: 0;
    text-align: left;
  }
  .program__title {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .program__images {
    width: 65%;
  }
  /* Feature 05 */
  .feature-05 {
    max-width: 1100px;
    margin: 0 auto;
  }
  .feature-05 .feature__images {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
  }
  .wallpaper-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.news {
  padding: 40px 16px;
}
.news__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.news__list {
  display: grid;
  gap: 16px;
}
.news__item {
  position: relative;
  display: block;
  padding: 20px 48px 20px 20px;
  border: 1px solid #ff6b6b;
  border-radius: 16px;
  text-decoration: none;
  color: #333;
  background: #fff;
}
.news__item:hover {
  background: #fff7f7;
}
.news__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.news__date {
  color: #ff6b6b;
  font-weight: 600;
  font-size: 14px;
}
.news__category {
  border: 1px solid #ff6b6b;
  color: #ff6b6b;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 999px;
}
.news__title {
  font-size: 14px;
  line-height: 1.6;
}
.news__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-left: 8px solid #ff6b6b;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.news {
  /* サイド */
}
.news__side {
  margin-top: 40px;
  border: 1px solid #ff6b6b;
  border-radius: 16px;
  padding: 20px;
}
.news__side-title {
  font-weight: 600;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}
.news__side-list li {
  font-size: 14px;
}

/* ページャー */
.pager {
  margin: 32px 0;
}
.pager__list {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pager a,
.pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ff6b6b;
  color: #ff6b6b;
  text-decoration: none;
  font-size: 14px;
}
.pager__current {
  background: #ff6b6b;
  color: #fff;
}

/* ===============================
   NEWS  tablet〜PC
================================ */
@media screen and (min-width: 768px) {
  .news {
    padding: 60px 0 100px;
  }
  .news__inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }
  /* ===== 左：一覧 ===== */
  .news__main {
    flex: 1;
  }
  .news__item {
    position: relative;
    display: block;
    border: 1px solid #ff9f9f;
    border-radius: 20px;
    padding: 22px 60px 22px 24px;
    margin-bottom: 22px;
    background: #fff;
    text-decoration: none;
    color: #222;
  }
  .news__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
  }
  .news__date {
    color: #ff5a5a;
    font-size: 14px;
    font-weight: 500;
  }
  .news__category {
    border: 1px solid #ff5a5a;
    border-radius: 999px;
    padding: 3px 18px;
    font-size: 14px;
    color: #ff5a5a;
  }
  .news__title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0;
  }
  /* ===== 矢印 ===== */
  .news__arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #ff5a5a;
  }
  /* ===== 右：カテゴリー ===== */
  .news__side {
    width: 290px;
    border: 1px solid #ff9f9f;
    border-radius: 20px;
    padding: 24px;
    flex-shrink: 0;
    margin-top: 0;
  }
  .news__side-title {
    font-size: 22px;
    color: #ff5a5a;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
  }
  .news__side-list li {
    font-size: 18px;
    line-height: 1.8;
  }
  /* ===== pager ===== */
  .pager {
    margin-top: 40px;
  }
}
/* 詳細専用微調整 */
.news-single-card {
  cursor: default;
  padding: 30px;
}

/* 矢印は不要 */
.news-single-card .news__arrow {
  display: none;
}

/* 画像 */
.news-single-card__image {
  margin: 20px 0;
}
.news-single-card__image img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* 本文 */
.news-single-card__body {
  font-size: 15px;
  line-height: 2;
}
.news-single-card__body p {
  margin-bottom: 1.5em;
}

/* ===============================
   CONTACT FORM
================================ */
.contact-form {
  padding: 50px 0 80px;
}

.contact-form__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

/* ===== lead ===== */
.contact-form__lead {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* ===============================
   電話エリア
================================ */
.contact-form__phone {
  text-align: center;
  margin-bottom: 60px;
}

.contact-form__phone-btn {
  display: inline-block;
  background: #ff4769;
  color: #fff;
  font-size: 18px;
  padding: 12px 40px;
  border-radius: 999px;
  text-decoration: none;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
}

.contact-form__phone-box {
  background: #dff3ff;
  border-radius: 20px;
  padding: 50px 15px 40px;
}

.contact-form__tel {
  font-size: 34px;
  color: #ff4d4d;
  margin-bottom: 14px;
}
.contact-form__tel span {
  font-size: 22px;
  margin-right: 6px;
}

.contact-form__time {
  font-size: 14px;
}

/* ===== メールタイトル ===== */
.contact-form__title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  background: #ff4769;
  color: #fff;
  font-size: 18px;
  padding: 12px 40px;
  border-radius: 999px;
}

/* ===============================
   FORM
================================ */
.form {
  border-top: 1px solid #ddd;
}

.form-group {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

/* スマホは縦並び */
.form-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 12px;
}

.required {
  background: #ff4d4d;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 999px;
}

/* checkbox */
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 14px;
}
.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.checkbox-group input {
  width: 16px;
  height: 16px;
}

/* input */
.form-input {
  width: 100%;
  height: 44px;
  border: 1px solid #bbb;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
}

.form-textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #bbb;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
}

/* submit */
.form-submit {
  text-align: center;
  padding-top: 30px;
}

.btn-submit {
  background: #ff5a00;
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  padding: 12px 50px;
}

.page-contact .form-label {
  width: 60% !important;
}
.page-contact .wpcf7-form-control-wrap {
  width: 100%;
}
.page-contact .checkbox-group {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contact-form__lead {
    font-size: 16px;
  }
  .contact-form__phone-btn,
  .contact-form__title {
    font-size: 26px;
    padding: 18px 90px;
  }
  .contact-form__phone-box {
    padding: 80px 20px 60px;
  }
  .contact-form__tel {
    font-size: 64px;
  }
  .contact-form__tel span {
    font-size: 36px;
  }
  .contact-form__time {
    font-size: 24px;
  }
  /* 横並びフォーム */
  .form-group {
    display: flex;
    align-items: flex-start;
    padding: 26px 0;
  }
  .form-label {
    width: 260px;
    margin-bottom: 0;
    font-size: 20px;
  }
  .checkbox-group {
    font-size: 16px;
    gap: 14px 30px;
  }
  .form-input {
    height: 60px;
    font-size: 16px;
  }
  .form-textarea {
    height: 280px;
    font-size: 20px;
  }
  .btn-submit {
    font-size: 18px;
    padding: 18px 110px;
  }
}
/* ==============================
   Contact Form 7 修正（完全版）
============================== */
.page-contact .wpcf7 {
  width: 100%;
}
.page-contact {
  /* テキスト系 */
}
.page-contact .wpcf7-form-control {
  width: 100%;
  box-sizing: border-box;
}
.page-contact .form-label {
  width: 30%;
}
.page-contact .wpcf7-form-control-wrap {
  width: 100%;
}
.page-contact .checkbox-group {
  width: 100%;
}
.page-contact input[type=text],
.page-contact input[type=email],
.page-contact input[type=tel],
.page-contact textarea {
  width: 100%;
  display: block;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
}
.page-contact textarea {
  min-height: 180px;
  resize: vertical;
}
.page-contact {
  /* ===== チェックボックス復活 ===== */
}
.page-contact input[type=checkbox],
.page-contact input[type=radio] {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: checkbox;
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 6px;
}
.page-contact {
  /* チェックボックス横並び */
}
.page-contact .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
}
.page-contact {
  /* submit */
}
.page-contact input[type=submit] {
  width: auto;
  padding: 14px 40px;
  border: none;
  border-radius: 999px;
  background: #ff9900;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

/* =========================
   CONTACT submit 強制中央
========================= */
.form-submit {
  display: flex;
  justify-content: center;
}

.form-submit .wpcf7-submit {
  width: auto !important;
  display: inline-flex !important;
}/*# sourceMappingURL=style.css.map */