@charset "UTF-8";

/* 一時預かり保育 */
.ichiji-page .global-nav__link[aria-current="page"] { color: var(--green-dark); }
.ichiji-page .man3-hero { min-height: 700px; }
.ichiji-page .man3-hero__photo img { object-position: center 55%; }
.ichiji-page .man3-hero__copy { width: min(980px,88%); }
.ichiji-page .man3-hero__copy h1 { font-size: 36px; }
.ichiji-page .hero__badge-body { min-width: 320px; }
.ichiji-hero-note { display: inline-block; width: fit-content; margin: 13px auto 0!important; padding: 6px 17px; border-radius: 999px; background: #ffec87; color: #34483c!important; font-size: 13px!important; font-weight: 700!important; }
.ichiji-hero-note a { color: #3d8d43; text-decoration: underline; text-underline-offset: 3px; }
.ichiji-page .man3-hero__deco--grass-left { left: max(95px,calc(50% - 560px)); width: 42px; }
.ichiji-page .man3-hero__deco--slide { left: max(190px,calc(50% - 465px)); top: 385px; width: 118px; }
.ichiji-page .man3-hero__deco--flower { right: max(290px,calc(50% - 400px)); top: 410px; width: 60px; }
.ichiji-page .man3-hero__deco--grass { right: max(242px,calc(50% - 435px)); top: 510px; width: 42px; }
.ichiji-page .ichiji-hero__deco--extra { right: max(145px,calc(50% - 530px)); top: 430px; width: 58px; }
.ichiji-page .ichiji-hero__deco--balloon-grass { right: max(84px,calc(50% - 592px)); top: 555px; width: 30px; }

.ichiji-bg { position: absolute; z-index: 1; max-width: none; pointer-events: none; }
.ichiji-bg--features-triangles { left: -55px; top: 165px; width: 310px; opacity: .42; }
.ichiji-bg--features-dots { right: -50px; bottom: 70px; width: 235px; opacity: .12; }
.ichiji-bg--fees-blocks { right: -50px; bottom: 0; width: 340px; opacity: .62; }

.ichiji-features { position: relative; overflow: hidden; padding: 15px 0 70px; background: #f8f6f0; }
.ichiji-features .man3-inner,.ichiji-fees .man3-inner { position: relative; z-index: 2; }
.ichiji-feature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.ichiji-feature-card { display: grid; overflow: hidden; grid-template-columns: 43% 1fr; min-height: 285px; padding: 15px; border-radius: 25px; background: #fff; box-shadow: 9px 11px 0 rgba(216,207,188,.44); }
.ichiji-feature-card > img { width: 100%; height: 100%; border-radius: 17px; object-fit: cover; }
.ichiji-feature-card > div { padding: 27px 23px; }
.ichiji-feature-card h3 { margin: 0 0 15px; color: #31483a; font-size: 21px; line-height: 1.55; }
.ichiji-feature-card p { margin: 0; color: #526055; font-size: 14.5px; font-weight: 500; line-height: 1.95; }
.ichiji-feature-card ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.ichiji-feature-card:nth-child(2) ul { margin-top: 14px; }
.ichiji-feature-card li { position: relative; padding-left: 25px; color: #526055; font-size: 14px; font-weight: 700; line-height: 1.7; }
.ichiji-feature-card li::before { content: "✓"; position: absolute; left: 0; top: 2px; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #86d078; color: #fff; font-size: 11px; }

.ichiji-fees { position: relative; overflow: hidden; padding: 90px 0 115px; background: #f1eadb; }
.ichiji-fees::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 26px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 26' preserveAspectRatio='none'%3E%3Cpath fill='%23f8f6f0' d='M0 0h1440v20c-80 0-160-16-240-16s-160 16-240 16S800 4 720 4 560 20 480 20 320 4 240 4 80 20 0 20V0z'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.ichiji-fees__deco { position: absolute; z-index: 4; left: max(30px,calc(50% - 670px)); bottom: 45px; width: 95px; }
.ichiji-fees__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; }
.ichiji-fee-card { padding: 36px 40px; border-radius: 24px; background: #fff; }
.ichiji-fee-card h3 { display: flex; align-items: center; gap: 14px; margin: 0 0 25px; color: #31483a; font-size: 22px; }
.ichiji-fee-card h3::before { content: ""; width: 6px; height: 36px; flex: 0 0 6px; border-radius: 5px; background: linear-gradient(#64c66e 0 50%,#aade89 50%); }
.ichiji-time { display: grid; gap: 10px; padding: 25px; border-radius: 18px; background: #f8f6f0; text-align: center; }
.ichiji-time span { color: #526055; font-size: 15px; font-weight: 700; }
.ichiji-time strong { color: #58ad42; font-size: 30px; }
.ichiji-fee-card dl { margin: 0; }
.ichiji-fee-card dl > div { display: grid; grid-template-columns: 130px 1fr; align-items: center; padding: 14px 0; border-bottom: 1px dashed #cdc9b9; }
.ichiji-fee-card dt,.ichiji-fee-card dd { margin: 0; color: #526055; font-size: 16px; font-weight: 700; line-height: 1.7; }
.ichiji-fee-card dd { text-align: right; }
.ichiji-fee-card .ichiji-fee-label { font-size: 14px; }
.ichiji-fee-card dd strong { color: #58ad42; font-size: 21px; }
.ichiji-fee-card dd strong small { font-size: .65em; }
.ichiji-fee-card > p { margin: 22px 0 0; color: #707a72; font-size: 13.5px; line-height: 1.85; }

.ichiji-consult { position: relative; z-index: 3; padding: 58px 0; background: #fff9e3; }
.ichiji-consult::before,.ichiji-consult::after { content: ""; position: absolute; left: 0; z-index: 3; width: 100%; height: 26px; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='26' viewBox='0 0 240 26' preserveAspectRatio='none'%3E%3Cpath fill='%23fff9e3' d='M0,22 C20,26 40,26 60,22 C80,18 100,18 120,22 C140,26 160,26 180,22 C200,18 220,18 240,22 V26 H0 Z'/%3E%3C/svg%3E") center / 100% 26px no-repeat; pointer-events: none; }
.ichiji-consult::before { top: -25px; }
.ichiji-consult::after { bottom: -25px; transform: scaleY(-1); }
.ichiji-consult__inner { display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 30px; width: min(1120px,calc(100% - 80px)); margin: 0 auto; }
.ichiji-consult__inner > img { width: 95px; }
.ichiji-consult h2 { margin: 0 0 8px; color: #31483a; font-size: 22px; line-height: 1.55; }
.ichiji-consult p { margin: 0; color: #526055; font-size: 14px; }
.ichiji-consult__buttons { display: grid; gap: 10px; }
.ichiji-consult__buttons a { display: flex; align-items: center; justify-content: center; gap: 10px; min-width: 270px; padding: 14px 22px; border: 2px solid #71c171; border-radius: 999px; background: #71c171; color: #fff; font-size: 14px; font-weight: 700; transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,transform .25s ease; }
.ichiji-consult__buttons a:last-child { background: #fff; color: #579f50; }
.ichiji-consult__buttons a b { font-size: 17px; transition: transform .25s ease; }

@media (hover:hover) and (pointer:fine) {
  .ichiji-consult__buttons a:hover { border-color: #58ad59; background: #58ad59; box-shadow: 0 8px 18px rgba(66,137,67,.22); transform: translateY(-3px); }
  .ichiji-consult__buttons a:last-child:hover { background: #71c171; color: #fff; }
  .ichiji-consult__buttons a:hover b { transform: translateX(5px); }
}

@media (max-width:1024px) {
  .ichiji-page .man3-hero__deco,.ichiji-fees__deco { display: none; }
  .ichiji-feature-card { grid-template-columns: 1fr; }
  .ichiji-feature-card > img { height: 210px; }
  .ichiji-fees__grid { grid-template-columns: 1fr; }
  .ichiji-consult__inner { grid-template-columns: 90px 1fr; }
  .ichiji-consult__buttons { grid-column: 1/-1; grid-template-columns: repeat(2,minmax(0,1fr)); justify-self: center; }
  .ichiji-page .fcontact__wave { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='26' viewBox='0 0 240 26' preserveAspectRatio='none'%3E%3Cpath fill='%23fff9e3' d='M0,0 H240 V22 C220,18 200,18 180,22 C160,26 140,26 120,22 C100,18 80,18 60,22 C40,26 20,26 0,22 Z'/%3E%3C/svg%3E"); }
}

@media (max-width:600px) {
  .ichiji-page .man3-hero { min-height: 550px; }
  .ichiji-page .man3-hero__copy { width: 100%; }
  .ichiji-page .man3-hero__copy h1 { font-size: 23px; }
  .ichiji-page .hero__badge-body { min-width: 0; font-size: 14px; }
  .ichiji-hero-note { font-size: 11.5px!important; }
  .ichiji-hero-note .hero-note-break { display: block; }
  .ichiji-features { padding: 12px 0 25px; }
  .ichiji-bg--fees-blocks { right: -80px; bottom: 12px; width: 190px; }
  .ichiji-fees { padding: 70px 0 75px; }
  .ichiji-feature-grid { grid-template-columns: 1fr; }
  .ichiji-feature-card { padding: 14px; }
  .ichiji-feature-card > div { padding: 24px 10px; }
  .ichiji-feature-card h3 { font-size: 20px; }
  .ichiji-fee-card { padding: 27px 22px; }
  .ichiji-fee-card h3 { font-size: 19px; }
  .ichiji-fee-card dl > div { grid-template-columns: 105px 1fr; }
  .ichiji-fee-card dt,.ichiji-fee-card dd { font-size: 14px; }
  .ichiji-consult { padding: 48px 0; }
  .ichiji-consult__inner { display: flex; width: calc(100% - 40px); flex-direction: column; text-align: center; }
  .ichiji-consult__inner > img { width: 78px; }
  .ichiji-consult__buttons { display: grid; width: 100%; grid-template-columns: 1fr; }
  .ichiji-consult__buttons a { min-width: 0; }
}
