@charset "UTF-8";

.box-wrapper {
  margin: 3rem 0;
  padding: 3rem 0;
  background-color: #E6D5B8;
  position: relative;
}

.custom-shape-divider-top-1742043696 { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  overflow: hidden; 
  line-height: 0; 
} 

.custom-shape-divider-top-1742043696 svg { 
  position: relative; 
  display: block; 
  width: calc(100% + 1.3px); 
  height: 77px; 
} 

.custom-shape-divider-top-1742043696 .shape-fill { 
  fill: #FBFCFF; 
}


.custom-shape-divider-bottom-1741954909 { 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  width: 100%; 
  overflow: hidden; 
  line-height: 0; 
  transform: rotate(180deg); 
} 

.custom-shape-divider-bottom-1741954909 svg { 
  position: relative; 
  display: block; 
  width: calc(100% + 1.3px); 
  height: 228px; 
} 

.custom-shape-divider-bottom-1741954909 .shape-fill { 
  fill: #FBFCFF; 
}

/* =============================================
セクションレイアウト（大切にしていること）のCSSはここから
============================================= */
.main-wrapper {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

/* ==boxレイアウトのCSSはここから==== */
.main-img {
  width: 50%;
}

.main-text--area {
  width: 50%;
  padding: 0 4.09% 0 5.45%;
}

.boxmi15 {
  position: relative;
  margin: 2em auto;
  padding: 1em 2em;
  border-top: solid 2px #ee8992;
  border-bottom: solid 2px #ee8992;
  background-color: #FBFCFF;
  color: #ee8992;
  font-weight: bold;
}
.boxmi15:before, .boxmi15:after {
  position: absolute;
  top: -12px;
  width: 2px;
  height: -webkit-calc(100% + 24px);
  height: calc(100% + 24px);
  background-color: #ee8992;
  content: "";
}
.boxmi15:before {
  left: 12px;
}
.boxmi15:after {
  right: 12px;
}
.boxmi15-title {
  font-size: 1.15em;
  padding: 4px 0 10px 12px;
  color: #ee8992;
  font-weight:bold;
  text-align: center;
   margin: -14px -24px 5px -24px;
}
.boxmi15 p {
  margin: 0;
  padding: 0;
}
.sen15 {
  background-color: #FBFCFF;
  background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ed7780 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2;
  padding: 4px 10px 22px 10px;
  text-align: left;
  text-indent: 1rem;
}

.boxmi2 {
  max-width: 70%;
  border: solid 2px #fcb1b1;
  border-radius: 7px;
  background: #fff6e6;
  margin: 2rem auto;
  text-align: left;
  padding: 0.5rem 4rem;
  position: relative;
}
.boxmi2::before {
  position: absolute;
  content: "";
  top: 25px;
  left: 20px;
  width: 20%;
  height: 35px;
  opacity: 0.3;
  margin: -35px auto 10px 35%;
  background: #db7093;
  transform: rotate(-4deg);
}

.title-h4_text {
  width: 90%;
  margin: 0.5rem 3rem;
}

@media screen and (max-width: 1025px) {
  .main-wrapper {
    display: block;
  }
  /* ==boxレイアウトのCSSはここから==== */
.main-img {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.main-text--area {
  width: 100%;
}
.adjustment03 {
  padding-top: 1rem;
}
}

/* =============================================
セクションレイアウト（画像3枚横並び）のCSSはここから
============================================= */
.column3 {
  width: 80%;
  margin: 0 auto;
  align-items: center;
}
.column3__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 430px) {
  .column3__list {
    flex-direction: column;
    gap: 24px;
  }
  .column3__item {
    width: 100%;
  }
}
/* =============================================
セクションレイアウト（保育の特徴）のCSSはここから
============================================= */
.zigzag01 {
  position: relative;
  z-index: 2;
}
.zigzag01__item {
    display: flex;
    align-items: center;
    max-width: 70%;
    margin: 2rem auto;
  }
  .zigzag01__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .zigzag01__img {
    width: 45%;
  }
  .zigzag01__img img {
    border-radius: 25px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  }
  .zigzag01__contents {
    width: 55%;
    padding-left: 60px;
  }
 
  .zigzag01__item:nth-child(even) .zigzag01__contents {
    padding-right: 60px;
    padding-left: 0;
  }

  @media screen and (max-width: 767px) {
    .zigzag01__item, .zigzag01__item:nth-child(even) {
      flex-direction: column;
      margin-bottom: 40px;
      gap: 1rem;
    }
    .zigzag01__contents {
      width: 100%;
      padding: 0;
    }
    .zigzag01__img {
      width: 100%;
    }
    .zigzag01__item:nth-child(even) .zigzag01__contents {
      padding-right: 0;
    }
  }

/* =====ボックスレイアウトのCSSはここから===== */
.boxmi12 {
  margin: 3em 0 1em 0;
  background: #fff6e6;
  box-shadow: 0 2px 3px rgba(0,0,0,.22);
  padding: 1rem 1rem 1.5rem;
  text-align: left;
  background-color: #fff6e6;
  background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff6e6 0%, #fff6e6 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ed7780 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2;
  color: #ee8992;
  font-weight: bold;
  transform: rotate(5deg);
}
.boxmi12-title {
  background: #fff6e6;
  position: relative;
  font-size: 1.2em;
  padding: 10px 4px 2px 4px;
  color: #ee8992;
  font-weight:bold;
  text-align: center;
  margin: -16px -8px 16px -8px;
}
.boxmi12-title:before {
  position: absolute;
  content: "";
  top: 25px;
  width: 10%;
  height: 35px;
  opacity: 0.3;
  margin: -40px auto 10px -22px;
  background: #db7093;
  transform: rotate(-5deg);
  left: 10px;
  right: 10px;
}
.boxmi12-title:after {
  position: absolute;
  content: "";
  top: 25px;
  width: 11%;
  height: 35px;
  opacity: 0.3;
  margin: -40px -22px 10px auto;
  background: #db7093;
  transform: rotate(5deg);
  left: 10px;
  right: 10px;
}

.boxmi11 {
  position: relative;
  margin: 3em 0 1em 0;
  background: #fff6e6;
  box-shadow: 0 2px 3px rgba(0,0,0,.22);
  padding: 1.6rem 1rem;
  text-align: left;
  background-color: #fff6e6;
  background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff6e6 0%, #fff6e6 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ed7780 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2;
  color: #ee8992;
  font-weight: bold;
  transform: rotate(-5deg);
}
.boxmi11-title {
  background: #fff6e6;
  font-size: 1.2em;
  padding: 7px 0 0 16px;
  margin: 7px -8px 16px -8px;
  color: #ee8992;
  font-weight:bold;
  text-align: center;
}
.boxmi11:after{
  position: absolute;
  content: "";
  top: 25px;
  width: 30%;
  height: 35px;
  opacity: 0.3;
  margin: -35px auto 10px 35%;
  background: #db7093;
  transform: rotate(-2deg);
  left: 10px;
  right: 10px;
}

.boxmi11 p {
  margin: 0;
  padding: 0;
}
/* =============================================
セクションレイアウト（食育）のCSSはここから
============================================= */
.lunch-wrapper {
  position: relative;
}

.custom-shape-divider-top-1741955921 { 
  position: absolute; 
  bottom: -10; 
  right: 0;
  width: 100%; 
  overflow: hidden; 
  line-height: 0; 
} 

.custom-shape-divider-top-1741955921 svg { 
  position: relative; 
  display: block; 
  width: calc(100% + 1.3px); 
  height: 150px; 
} 

.custom-shape-divider-top-1741955921 .shape-fill { 
  fill: #FBFCFF; 
}

  .hitokoto{
    background: rgba(215, 253, 205, 0.61);
    margin: 2em auto;
    padding: 25px;
    border-radius: 25px;
    max-width: 70%;
    text-align: left;
    position: relative; 
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  }

  .hitokoto p {
    text-indent: 1rem;
  }
  
  .hitokoto-circle1{
    font-size: 2rem;
    line-height: 2.8rem;
    position: absolute;
    margin-top: -51px;
    font-weight: bold;
    color: #fff;
    background-color:#4caf50;
    border-radius: 50%;
    text-align: center;
    width: 44px;
    height: 44px;
  }
  
  .hitokoto-circle1:after{
    content: "ょ";
    position: absolute;
    margin-top: .2em;
    font-weight: bold;
    color: #fff;
    background-color:#4caf50;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 45px;
  }
  
  .hitokoto-circle2:before{
    content: "";
    position: absolute;
    top: 100%;
    margin-left: -12px;
    border: 5px solid transparent;
    border-top: 10px solid #4caf50;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  
  .hitokoto-circle2{
    position: absolute;
    font-size: 2rem;
    line-height: 2.8rem;
    margin-top: -51px;
    margin-left: 75px;
    font-weight: bold;
    color: #fff;
    background-color:#4caf50;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 44px;
  }
  
  .hitokoto-circle2:after{
    content: "い";
    position: absolute;
    margin-top: .2em;
    font-weight: bold;
    color: #fff;
    background-color:#4caf50;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 45px;
  }

  .hitokoto-circle3{
    position: absolute;
    font-size: 2rem;
    line-height: 2.8rem;
    margin-top: -51px;
    margin-left: 150px;
    font-weight: bold;
    color: #fff;
    background-color:#4caf50;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 45px;
  }
  
  .hitokoto p, .hitokoto-h4 {
    margin: 0;
    padding: 1rem 2rem;
  }

  .hitokoto-h4 {
    font-weight: bold;
  }

  .target {
    width: 80%;
    margin: 1rem 4rem;
    padding: 1rem;
    text-align: left;
    border-radius: 10px;
    border: dashed 4px #FBFCFF;
  }

  .target h4::before, .target h4::after {
    content: "★";
  }

  .modular-grid02 {
    max-width: 900px;
    margin: 0 auto;
  }
  .modular-grid02__list {
    display: grid;
    align-items: start;
  
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  
  .modular-grid02__item:first-child {
    margin-right: 24px;
    margin-bottom: 24px;
  
    grid-area: 1 / 1 / 2 / 2;
  }
  
  .modular-grid02__item:nth-child(2) {
    margin-right: 24px;
  
    grid-area: 2 / 1 / 3 / 2;
  }
  
  .modular-grid02__item:last-child {
    grid-area: 1 / 2 / 3 / 3;
  }
  
  .modular-grid02__item img {
    display: block;
    width: 100%;
  }
  @media screen and (max-width: 1025px) {
    .hitokoto {
      max-width: 90%;
    }
  }
  @media screen and (max-width: 430px) {
    .modular-grid02__list {
      display: block;
    }
    .modular-grid02__item:first-child, .modular-grid02__item:nth-child(2), .modular-grid02__item:last-child {
      margin: 0 0 24px 0;
    }
  }
  
/* =============================================
セクションレイアウト（主任あいさつ）のCSSはここから
============================================= */
.message-area {
  background: #E6D5B8;
  padding: 4rem 0 0;
}

.sen14 {
  background-color: #fff6e6;
  background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff6e6 0%, #fff6e6 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ed7780 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2;
  padding: 4px 10px 22px 10px;
}

.boxmi14__text {
  margin: 0.5rem;
  text-align: left;
  text-indent: 1rem;
}

/* 背景色をつける */
.box1-5 {
  margin: 2rem auto; /* 外側の余白（上下と中央配置） */
  padding: 2em;        /* 内側余白 */
  background-color:#f7f5e6; /* 背景の色 */
  width: 50%;
  border-radius: 20px;
  text-align: left;
}

/* pタグの余白 */
.box1-5 p {
  margin: 0;
}

@media screen and (max-width: 1025px) {
  .boxmi14 {
    max-width: 90%;
  }
}
@media screen and (max-width: 430px) {
  .modular-grid02__list {
    display: block;
  }
  .modular-grid02__item:first-child, .modular-grid02__item:nth-child(2), .modular-grid02__item:last-child {
    margin: 0 0 24px 0;
  }
}
/* =============================================
施設紹介（ボックス）のCSSはここから
============================================= */
.box1-wrapper {
  width: 100%;
  margin: 0 auto;
  align-items: center;
  background-color: #e6d5b8;
}

.box1-slick__wrapper01, .box1-slick__wrapper02 {
  display: flex;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 3rem;
}
.box1, .box2 {
  width: 55%;
  margin: 1rem auto;
  text-align: center;
	padding:2em;/*内側余白*/
	position: relative;
  background-color: #f7f5e6;
}

.box1 {
  transform: rotate(2deg);
}

.box2 {
  transform: rotate(-2deg);
}

.box1::after, .box2::after {
  position: absolute;
  content: "";
  top: 25px;
  width: 30%;
  height: 35px;
  opacity: 0.7;
  margin: -35px auto 10px 35%;
  transform: rotate(-5deg);
  border-left: 3px dotted rgb(0 0 0 / .1);/* ギザギザ左*/
	border-right: 3px dotted rgb(0 0 0 / .1);/* ギザギザ右*/
  left: 10px;
  right: 10px;
  background-image: repeating-linear-gradient(-45deg,#F6EEEC 0, #F6EEEC 3px,#fafafa 3px,#fafafa 6px);/*ストライプ*/
}

.box-text {
  padding: 30px;
  width: 40%;
  text-align: left;
}

.box1-title {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border-bottom: 2px solid #333333;
}

.box1-title2 {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border-bottom: 2px solid #333333;
}

.box1-title::before, .box1-title2::before {
  content: "";
  position: absolute;
  bottom: -13px;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #333333;
}

.box1-title::after ,.box1-title2::after {
  content: "";
  position: absolute;
  bottom: -28px;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border: 1px solid #ffffff; /* 背景色と同じ色を指定 */
  border-radius: 50%;
  background-color: #333333;
}
.box1-title::before {
  right: -24px;
  transform: rotate(50deg);
}
.box1-title::after {
  right: -23px;
}
.box1-title2::before {
  left: -24px;
  transform: rotate(-50deg);
}
.box1-title2::after {
  left: -23px;
}
.box1-text {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .box1-slick__wrapper01 {
    flex-direction: column-reverse;
    width: 100%;
  }
  .box1-slick__wrapper02 {
    flex-direction: column;
    width: 100%;
  }
  .box-text {
    width: 100%;
  }
  .box1, .box2 {
    width: 100%;
  }
}

/* =============================================
施設概要セクションのCSSはここから
============================================= */
.table_design02 {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  text-align: left;
  max-width: 60%;
}

.table_design02 tr {
  background-color: #f7f5e6;
}

.table_design02 tr:nth-child(odd) {
  background-color: #fbfcff;
}

.table_design02 th, .table_design02 td {
  padding: 1em;
}

.table_design02 th {
  font-weight: bold;
  text-align: center;
  width: 25%;
  min-width: 4em;
}
/* =============================================
採用情報セクションのCSSはここから
============================================= */
.recruit-wrapper {
  background-color: #a3c9a8;
  padding-bottom: 3rem;
}

.adjustment02 {
  padding-top: 8rem;
}

.trouble02 {
  background-color: #a3c9a8;
}

.grid__list02 {
  width: 70%;
  padding: 1rem 0 3.5rem 0;
}

.grid__sub-tt2 {
  margin-top: 2rem;
}
/* ===========見学など吹き出しセクションのCSSはここから========== */
.point-fukidashi02 {
  display: flex;
  width: 60%;
  margin: 0 auto;
  align-items: center;
  padding-bottom: 2rem;
}
.fukidashi02 {
  position: relative;
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  border: 2px solid #333333;
  border-radius: 50%;
  z-index: 5;
  margin: 0 auto;
}

.fukidashi02::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 70px;
  width: 15px;
  height: 15px;
  transform: rotate(135deg);
  box-sizing: border-box;
}
.fukidashi02::after {
  content: "";
  position: absolute;
  top: 108%;
  left: 68px;
  width: 20px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #333333;
}
.fukidashi02 > .ornament {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(3px) translateY(3px); /* 位置をややズラす */
  border-radius: 50%;
  background-color: #ee8992;
  pointer-events: none; /* クリック不可にする（下のテキストに触れるように） */
  mix-blend-mode: multiply; /* 乗算 */
}
.fukidashi02-content::after {
  content: "♡";
}
@media screen and (max-width: 1025px) {
  .grid__list02 {
    width: 100%;
    padding: 1rem 0 3.5rem 0;
  }
  .point-fukidashi02 {
    width: 100%;
    margin-bottom: 2rem;
  }

}
