  body,html {
    margin: 0;
	padding: 0;
	width: 100%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background-color: #fffaf5;
    color: #333;
    overflow-x: hidden;
    scroll-behavior: smooth;
	
  }
/* ヘッダー */
header {
  background: linear-gradient(90deg, #ffb7c5, #ffd6e3, #ffe6f2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
}

/* ヘッダータイトル */
.header-title {
  display: flex;
  flex-direction: column;
}

header h1 {
  margin: 0;
  font-size: 1.8rem;
  color: white;
  text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.header-subtitle {
  font-size: 1.2rem;
  color: white;
  margin-top: 2px;
  line-height: 1.5;
  opacity: 0.9;
}
header h1,
.header-subtitle,
header nav a {
  color: #5c3d2e;
  text-decoration: none;
}
h1 a {
  color: inherit;
  text-decoration: none;
}
/* PC表示 */
@media screen and (min-width: 769px) {
  .header-subtitle {
    display: inline-block;
    max-width: calc(100% - 10px);
    white-space: nowrap;
    overflow: hidden;
    font-size: calc(16px + (18 - 16) * ((100vw - 769px) / (1200 - 769))); 
  }
}
/* スマホ表示縮小 */
@media screen and (max-width: 768px) {
  .header-subtitle {
    font-size: calc(10px + 1vw);
  }
}
/* PCメニュー */
.pc-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  font-size: clamp(10px, 1.4vw, 16px);
}

.pc-nav a {
  color: #2e7d32;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}

.pc-nav a:hover {
  text-decoration: underline;
  color: #1e3a8a;
}

/* ハンバーガーアイコン */
.hamburger {
  display: none;
  font-size: 2rem;
  color: #2e7d32;
  cursor: pointer;
  user-select: none;
  z-index: 20;
}
@media screen and (max-width: 768px) {

  /* ハンバーガー本体 */
  .hamburger {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);

    z-index: 1000;
    
    color: #2e7d32;
    font-size: 32px;
    font-weight: bold;

    background-color: rgba(255,255,255,0.8);
    padding: 8px 12px;
    border-radius: 8px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);

    cursor: pointer;
    transition: all 0.25s ease;
  }

  /* ホバー */
  .hamburger:hover {
    color: #1e3a8a;
    background-color: rgba(255,255,255,1);
  }

  /* タップ */
  .hamburger:active {
    transform: translateY(-50%) scale(1.15);
  }
}

/* overlay（スマホ用） */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 15;
  overflow: hidden;
}

/* overlay 内 nav */
.overlay .mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

/* overlay 表示時のアニメーション */
.overlay.show .mobile-nav a {
  opacity: 1;
  transform: translateY(0);
}

/* メニューリンク初期状態 */
.overlay .mobile-nav a {
  display: block;
  background-color: #ff6a95;
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 15px 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);

  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease, transform 1s ease;
}

/* タップ時 */
.overlay .mobile-nav a:active {
  transform: scale(0.95);
  background-color: #ff3d7f;
}

/* スマホのみ overlay 表示、ハンバーガーアイコン表示 */
@media screen and (max-width: 768px) {
  .pc-nav { display: none; } 
  .hamburger { display: block; }
  .smp-none-view{display:none;}
}
@media screen and (min-width: 767px) {
.pc-none-view{display:none;}
  
}



  /* 背景デコ */
  .background-decor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
    z-index: 2;
  }



  .cloud, .balloon {
    position: absolute;
    opacity: 0.7;
  }

  .cloud {
    width: 200px;
    animation: floatCloud linear infinite;
  }
.cloud.zoo-10 {
  width: clamp(80px, 15%, 200px);
  top:30%; left:-250px; animation-duration:70s;
}
.cloud.zoo-20 {
  width: clamp(80px, 15%, 200px);
  animation: floatCloud20 linear infinite;
  top:60%; left:-300px; animation-duration:90s;
}
.cloud.musicalnote2 {
  animation: floatCloud20 linear infinite;
  top:450%; left:-200px; animation-duration:80s; width:180px;
}
  .balloon.musicalnote1 {
    width: 80px;
    animation: floatBalloon linear infinite;
    left:15%; animation-duration:30s;
  }
    .balloon.sun {
    width: 80px;
    animation: floatBalloon linear infinite;
    left:50%; animation-duration:35s; width:70px;
  }
  .balloon.star {
    width: 80px;
    animation: floatBalloon linear infinite;
    left:75%; animation-duration:40s; width:90px;
  }

  .balloon {
    width: 80px;
    animation: floatBalloon linear infinite;
  }

  @keyframes floatCloud {
  0% { transform: translateX(-250px); }
  100% { transform: translateX(calc(100vw + 250px)); }
  }
  @keyframes floatCloud20 {
  0% { transform: translateX(-300px); }
  100% { transform: translateX(calc(100vw + 300px)); }
}

  @keyframes floatBalloon {
    0% { transform: translateY(100vh) rotate(0deg); }
    100% { transform: translateY(-120vh) rotate(15deg); }
  }

.top-carousel {
  position: relative;
  width: 100%;
  height: 1000px;
  overflow: hidden;
  text-align: center;
  margin-top: 56px;
  padding: 0;
}

.carousel-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  transform: translateY(100px);
}

.carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.carousel-slide.active {
  opacity: 1;
}

/* テキスト */
.top-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 0 2px 5px rgba(0,0,0,0.3);
  max-width: 90%;
  padding: 0 16px;
}

.top-text h2 {
  font-size: 2rem;
  margin-bottom: 0.3em;
    text-shadow:
    2px 0 3px #000,
   -2px 0 3px #000,
    0 2px 3px #000,
    0 -2px 3px #000,
    1.5px 1.5px 3px #000,
   -1.5px 1.5px 3px #000,
    1.5px -1.5px 3px #000,
   -1.5px -1.5px 3px #000;
}

.top-text p {
  text-shadow:
    2px 0 3px #000,
   -2px 0 3px #000,
    0 2px 3px #000,
    0 -2px 3px #000,
    1.5px 1.5px 3px #000,
   -1.5px 1.5px 3px #000,
    1.5px -1.5px 3px #000,
   -1.5px -1.5px 3px #000;
}
.top-text .top-subtitle {
  white-space: nowrap;
}
.top-image-tins{
    background-image: url('../images/tins-top-image.jpg');
}
.top-image-yurigaoka{
    background-image: url('../images/yurigaoka-top-image.jpg');
}
.top-image-matsunami{
    background-image: url('../images/matsunami-top-image.jpg');
}
.top-image-shiraume{
    background-image: url('../images/shiraume-top-image.jpg');
}
.top-image-harukaze{
    background-image: url('../images/harukaze-top-image.jpg');
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .top-carousel {
    height: 800px;
    margin-top: 60px;
  }
    .top-text {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
  }
  .top-text h2 {
    font-size: 4vw;
  }
    .top-text p {
    font-size: 2.5vw;
  }
  .carousel-slide {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center top;
	}
  .carousel-slide img {
    width: 100vw;
    height: auto;
  }
  .top-subtitle {
    font-size: 1rem;
  }
    .top-image {
    height: 250px;
  }
  
}


  @keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }

  section {
    padding: 60px 10%;
    position: relative;
    z-index: 1;
      scroll-margin-top: 80px;
  }
/* スマホ対応 */
@media screen and (max-width: 768px) {
  section {
    padding: 60px 5%;
    position: relative;
    z-index: 1;
        scroll-margin-top: 100px;
  }
  }
  h2.section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    background: linear-gradient(90deg, #3e2c1c, #5a3e2b, #7a5340);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .about {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
	
  }

  .card {
    background: white;
    width: 260px;
    border-radius: 20px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.1);
    text-align: center;
    padding: 30px 20px;
    opacity: 0;
    transform: translateY(40px) scale(0.9);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .card.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
.tins-color{
    background:#ffe4e1;
}
.yurigaoka-color{
    background:#fff0b3;
}
.matsunami-color{
    background:#e1f7d5;
}
.shiraume-color{
    background:#e1f0f7;
}
.harukaze-color{
    background:#f0e1f7;
}

  .fadein {
    opacity: 0;
    transform: translateY(40px) scale(0.9);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .fadein.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  /* セクション背景 */
  #greetings { background: linear-gradient(135deg,#fffaf5 0%,#ffe4e1 100%); }
  #greetings p{ text-align:left; font-size:1.1rem; line-height:1.6;}
  #greetings .chairman{ text-align:right;}
  #about { background: linear-gradient(135deg,#fff0b3 0%,#fbc2eb 100%); font-size:1.1rem; }
  #childcare-goals { background: linear-gradient(135deg,#f6d365,#fda085); color:white; text-align:center; }
  #effort { background: linear-gradient(135deg,#fffaf5 0%,#ffe4e1 100%); font-size:1.1rem; color:black; text-align:center; }
  #effort p{ margin-bottom:60px; } 
  #job-information { background: linear-gradient(135deg,#f6d365,#fda085); font-size:1.1rem; color:white; text-align:center; }

 .effort-title {
   font-size: 1.2em;
   font-weight: bold;
   color: #2e7d32;
     padding: 0 4px;
  border-radius: 4px;
}

  footer {
    background: #ff9a9e;
    color: white;
    text-align: center;
    padding: 30px 0;
    font-size: 1.1rem;
	
  }
  @media print {
  .background-decor {
    display: none !important;
  }

}

@media print {
  body {
    margin: 10mm;
    font-size: 12pt;
  }

  section {
    page-break-inside: avoid;
  }
}
@media screen and (max-width: 768px) {
  #greetings {
    margin-top: -350px;
  }
  #effort p{
  text-align:left;
  }
  }
.goals ul {
  list-style: none;
  padding-left: 0;
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}

.goals li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 10px;
  position: relative;
}

.goals li::before {
  content: "●";
  color: #9ACD32;
  font-size: 1.4rem;
  position: absolute;
  left: -25px;
  top: 0;
}
.pdf{
background-image: url('../images/pdficon_small.png');
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 25px;
   padding-top:8px;
   padding-bottom:8px;
   margin-right: 3px;
}
/* ページ上部に戻るボタン */
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  animation: float 2s ease-in-out infinite;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  z-index: 9999;
}

/* 矢印を少し大きめに */
#back-to-top .arrow {
  font-size: 20px;
  line-height: 1;
  margin-top: -4px;
}

/* ふわふわ浮くアニメーション */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
footer .line1 {
  color: #0d1b5a;
  font-size: 20px;
  font-weight: bold;
}

footer .line2 {
  color: white;
}

.job-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-top: 50px;
}

/* 各園ごとに背景色を変える */
.job-card {
  background-color: #fce4ec;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  margin: 10px;
}

/* 縫い目風 */
.job-card::before {
  content: "";
  position: absolute;
  top: 5px; left: 5px;
  right: 5px; bottom: 5px;
  border-radius: 50%;
  border: 3px dashed #2e7d32;
  pointer-events: none;
}


/* 背景色の例（園ごとにクラスを分ける） */
.job-card.cw { background: #ffcce0; }
.job-card.ns { background: #ffe0b3; }
.job-card.co { background: #c9b3ff; }
.job-card.dt { background: #80e0e0; }

/* タイトル */
.job-card h3 {
  margin: 0
}
.job-card a {
  color: #333333;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: none;
}

/* ホバー時変化 */
.job-card a:hover {
  color: #1e90ff;
  text-decoration: underline;
}

/* ==============================================
   印刷用スタイル
   ============================================== */
@media print {
  /* 固定メニュー1ページ目表示 */
  header {
    display: block !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    page-break-after: always;
  }

  /* 本文の開始位置を下げる */
  body, .wrapper {
    margin-top: 120px;
  }

  /* 印刷時の影響リセット */
  .fixed-menu, .global-nav, .fadein {
    position: static !important;
    display: block !important;
  }
}

