@charset "utf-8";

.page section {
  padding-top: 100px;
}

@media (max-width: 1024px) {
  .page section {
    padding-top: 60px;
  }
}

@media (max-width: 600px) {
  .page .main {
    font-size: 14px;
  }

  .page section {
    padding-top: 60px;
  }

  .page section:first-of-type {
    padding-top: 30px;
  }
}

/*------------------------------
    子どもたちへの想い
  ------------------------------*/

.information1 .section-title {
  float: left;
}

.information1 .section-title~* {
  margin-left: 210px;
}

.information1-box1_text {
  margin-top: 60px;
}

.information1-box2 {
  margin-top: 100px;
}

.information1-box2>* {
  width: 350px;
  text-align: center;
}

.information1-box2 p {
  margin-top: 40px;
}

.information1-box2 p br {
  content: "";
}

.information2 {
  margin-top: 60px;
}

.information2-box1>figure {
  /* margin-top: 100px; */
  margin-bottom: 60px;
}

.information2-box2 {
  width: 500px;
}

.information2-box2>* {
  margin-bottom: 30px;
  align-items: center;
}

.information2-box2>*:nth-child(2n) {
  flex-direction: row-reverse;
}

.information2-box2 dt {
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  background: var(--col-sub1);
}

.information2-box2 dd {
  font-size: 20px;
  min-width: 13em;
}

.information3-box {
  background: url(../img/img_information05-01.png) no-repeat right top;
  min-height: 556px;
}

.information3-box p {
  padding-right: 320px;
  margin-bottom: 2em;
}

.information3-box p:last-child {
  text-align: right;
  font-size: 24px;
  margin-top: 60px;
}

@media (max-width: 1024px) {
  .information1-box1 .section-title {
    height: auto;
  }

  .information1-box1>.section-title~p {
    clear: both;
    margin-left: 0;
    margin-top: 40px;
  }

  .information1-box2 {
    margin-top: 30px;
  }

  .information1-box2>* {
    margin: 0 20px;
  }

  .information1-box2 p {
    font-size: 14px;
  }

  .information1-box2 p br {
    content: none;
  }

  .information2 {
    margin-top: 0;
  }

  .information2-box2 {
    width: auto;
    margin-top: 60px;
    padding: 0 28px;
  }

  .information2-box2>* {
    justify-content: flex-start;
  }

  .information2-box2>*>figure {
    flex-shrink: 0;
    margin-right: 70px;
  }

  .information2-box2>*:nth-child(even)>figure {
    margin-right: 0;
    margin-left: 70px;
  }


  .information3-box {
    background-size: 150px auto;
  }

  .information3-box p {
    padding-right: 180px;
  }

  .information3-box p:last-child {
    text-align: left;
    padding-right: 0;
    margin-top: 60px;
  }
}

@media (max-width: 600px) {
  .page-information .section-title {
    font-size: 20px;
    width: 100%;
    display: block;
  }

  .page-information .section-title>span {
    font-size: 16px;
    margin-right: 0 !important;
    margin-left: 0;
  }

  .page-information .section-title>span::after {
    flex-grow: 1;
    margin-left: 16px;
  }

  .information1-box1>.flex {
    display: block;
    margin: 0 auto;
  }

  .information1-box1 .section-title.pat2.v {
    writing-mode: horizontal-tb;
    letter-spacing: 0;
  }

  .information1-box1 .section-title.pat2.v>span {
    display: flex;
    align-items: center;
    letter-spacing: 0;
  }

  .information1-box1 .section-title.pat2.v>span::after {
    width: 190px;
    border-left: none;
    border-top: 1px solid currentColor;
    height: auto;
    margin: 0 0 0 16px;
  }

  .information1-box1>.section-title~p {
    font-size: 16px;
    margin-top: 30px;
  }

  .information1-box2 {
    display: block;
    margin-top: 60px;
  }

  .information1-box2>* {
    margin: 0 auto;
    width: 200px;
  }

  .information1-box2>*+* {
    margin-top: 40px;
  }

  .information1-box2 p {
    margin-top: 30px;
  }

  .information2 {
    margin-top: 30px;
  }

  .information2-box1>.section-title~p {
    font-size: 18px;
  }

  .information2-box1>figure {
    margin-bottom: 30px;
  }

  .information2-box2 {
    padding: 0;
  }

  .information2-box2>*>figure {
    flex-shrink: 1;
    margin-right: 40px;
  }

  .information2-box2>*:nth-child(2n)>figure {
    margin-left: 40px;
  }

  .information2-box2 dt {
    font-size: 25px;
  }

  .information2-box2 dd {
    font-size: 14px;
  }

  .information3-box {
    background-size: 75px auto;
  }

  .information3-box p {
    padding-right: 100px;
  }

  .information3-box p:last-child {
    line-height: 2;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }
}

/*------------------------------
    幼稚園
  ------------------------------*/

.page .kindergarten1 {
  padding-bottom: 60px;
}

.kindergarten1 p {
  display: table;
  margin: 0 auto;
}

.kindergarten1 figure {
  text-align: center;
}

.kindergarten-logo {
  margin: 40px 0 50px;
}

.page .kindergarten2 {
  padding: 60px 0;
}

.kindergarten2-box {
  max-width: 870px;
  margin: 0 auto;
}

.kindergarten2-box>* {
  width: 400px;
}

.kindergarten2-box .column1 {
  background: #fff;
  padding: 30px;

}

.kindergarten2-box ul {
  height: 100%;
  flex-direction: column;
}

.kindergarten2-box li>a {
  display: block;
  color: var(--col-default);
  font-size: 28px;
  border: 2px solid var(--col-main);
  padding: 40px 140px;
  background: #fff url(../img/img_kindergarten02.png) no-repeat 22px center;
  text-align: center;
}

.kindergarten2-box li+li>a {
  background-image: url(../img/diary.svg);
  background-size: 62px 63px;
  background-position: 37px center;
}

.kindergarten2-box dl {
  font-size: 20px;
  justify-content: flex-start;
  align-items: center;
  --gap: 30px;
}

.kindergarten2-box dt {
  background: var(--col-accent);
  color: #fff;
  min-width: 6em;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0;
  margin-right: var(--gap);
  margin-bottom: 10px;
}

.kindergarten2-box dd {
  width: calc(100% - 6em - var(--gap));
}

.kindergarten2-box .btn {
  margin-top: 30px;
  text-align: right;
}

.page .kindergarten3 {
  padding-top: 60px;
}

.kindergarten3 li p {
  color: var(--col-default);
  text-align: center;
  margin-top: 30px;
}

.kindergarten3-box2 {
  max-width: 926px;
  margin: 60px auto 0;
}

.kindergarten3-box2.flex.f-center {
  justify-content: center;
}

.kindergarten4 .movie{
  position: relative;
}
.kindergarten4 .movie::before{
    content: "";
    display: block;
    padding-top: 56.25%;
}
.kindergarten4 .column{
  padding: 0 20px;
}
.kindergarten4 .movie iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1024px){
  .kindergarten4-box1>* {
    max-width: 700px;
    margin: 0 auto;
  }
}

.kindergarten5 table {
  width: calc(100% - 40px);
  margin: 0 20px;
}

@media (max-width: 1024px) {
  .kindergarten3-box2.flex.f-center {
    margin-top: 20px;
  }

  .kindergarten2-box {
    max-width: 730px;
  }

  .kindergarten2-box>* {
    flex-shrink: 0;
  }

  .kindergarten2-box>*+* {
    width: 312px;
    margin-left: 20px;
    flex-shrink: 1;
  }

  .kindergarten2-box ul {
    justify-content: flex-start;
  }

  .kindergarten2-box li>a {
    font-size: 21px;
    padding: 40px 0;
    background-size: 66px auto;
  }

  .kindergarten2-box li+li>a {
    background-size: 50px auto;
    margin-top: 20px;
  }

  .kindergarten2-box li>a>span {
    background: rgba(255, 255, 255, .8);
    padding: 5px;
  }

  .kindergarten3 .pagenav-box {
    max-width: calc(185px * 4 + 13px * 6);
    margin: 0 auto;
  }

  .kindergarten3-box1 .column {
    flex-basis: 25%;
    flex-grow: 0;
  }

  .kindergarten3-box2 {
    flex-direction: column;
    align-items: center;
  }

  .kindergarten3-box2>.btn+.btn {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .page .kindergarten1 {
    padding-top: 30px;
    font-size: 16px;
  }

  .kindergarten-logo {
    margin: 20px 0 28px;
  }

  .kindergarten-logo>img {
    width: 44px;
  }

  .kindergarten2-box dl {
    font-size: 14px;
    --gap: 18px;
  }

  .kindergarten1 {
    padding-bottom: 30px;
  }

  .page .kindergarten2 {
    padding: 30px 0;
  }

  .kindergarten2-box .btn {
    text-align: center;
  }

  .kindergarten2-box .btn>a {
    font-size: 18px;
  }

  .kindergarten2-box .column1 {
    width: 100%;
    min-width: 0;
    max-width: 300px;
    margin: 0 auto;
  }

  .kindergarten2-box .column2 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .page .kindergarten3 {
    padding-top: 30px;
  }

  .kindergarten3 .pagenav-box {
    max-width: calc(185px * 2 + 13px * 2);
    margin: 0 auto;
  }

  .kindergarten3-box1 .column {
    flex-basis: 50%;
    flex-grow: 0;
  }

  .kindergarten3-box2 {
    margin-top: 30px;
  }

  .kindergarten3-box2 .btn>a {
    width: 300px;
    max-width: 100%;
    font-size: 14px;
  }

  .kindergarten5 table {
    width: 100%;
    margin: 0;
    --cell-padding: 15px;
  }
}

/*------------------------------
    幼稚園/施設紹介
  ------------------------------*/

.facility1 figure {
  margin-top: 80px;
}

.facility4 .slider {
  width: 612px;
  margin-right: 40px;
}

.facility4 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 40px;
  font-size: 0;
  color: transparent;
  line-height: 1;
  z-index: 1;
}

.facility4 .slick-arrow::before,
.facility4 .slick-arrow::after {
  content: "";
  width: 4px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: 1s;
}

.facility4 .slick-arrow::before {
  top: 0;
  left: 0;
  transform-origin: left bottom;
  transform: rotate(40deg);
}

.facility4 .slick-arrow::after {
  bottom: 0;
  right: 0;
  transform-origin: left top;
  transform: rotate(-40deg);
}

.facility4 .slick-prev {
  left: 16px;
}

.facility4 .slick-next {
  right: 16px;
  transform: translateY(-50%) rotate(180deg);
}

.facility4-box_link {
  margin-top: 1em;
}

.facility4-box_link a {
  color: var(--col-sub1);
}

.facility5-box_title {
  margin-top: 10px;
  color: var(--col-accent);
}

.facility6-box {
  padding: 40px;
  font-size: 28px;
  line-height: 2;
  display: flow-root;
}

.facility6-box>figure {
  float: right;
}

.facility6-box>p {
  font-size: 28px;
}

.facility6-box .btn {
  margin-top: 1em;
}

.facility7 figure {
  text-align: center;
}

@media (max-width: 1024px) {
  .page-kindergarten-facility .section-title {
    writing-mode: initial !important;
    display: block;
    text-align: center;
    width: 100%;
    line-height: 1;
  }

  .page-kindergarten-facility .section-title>span {
    display: block;
    color: var(--col-main);
    margin: 17px 0 0 !important;
  }

  .page-kindergarten-facility .section-title>span::after {
    content: none;
  }

  .facility1 figure {
    margin-top: 50px;
  }

  .facility4-box {
    width: 100%;
    max-width: 612px;
    margin: 0 auto;
  }

  .facility4 .slider {
    width: 100%;
  }

  .facility5-box>* {
    display: flex;
  }

  .facility5-box>*+* {
    margin-top: 40px;
  }

  .facility5-box figure {
    margin-right: 30px;
    flex: 0 0 50%;
    max-width: 400px;
  }

  .facility6-box {
    padding: 30px;
  }

  .facility6-box>figure {
    width: 50%;
    padding-left: 30px;
    margin-bottom: 30px;
  }

  .facility6-box>p {
    font-size: 24px;
  }

  .facility6-box .btn {
    text-align: center;
    clear: both;
  }
}

@media (max-width: 600px) {
  .facility6-box figure {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .facility6-box>p {
    font-size: 18px;
  }

  .facility6-box .btn>a {
    white-space: normal;
    font-size: 18px;
  }
}

/*------------------------------
    幼稚園/園の一日
  ------------------------------*/

.k-oneday_list {
  list-style: none;
  position: relative;
  --width-shadow: 20px;
  padding-bottom: var(--width-shadow);
  overflow: hidden;
}

.k-oneday_list::after {
  content: "";
  width: 0;
  height: 100%;
  border-right: 3px dotted var(--col-main);
  position: absolute;
  left: 50%;
  top: 0;
}

.k-oneday_list>* {
  --flex-gap: 50px;
}

.k-oneday_list>*+* {
  margin-top: 120px;
}

.k-oneday_time {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background: var(--col-accent);
  padding: 10px 30px;
  border-radius: 3em;
}

.k-oneday_title {
  font-size: 28px;
  padding: 16px 0 7px 10px;
}

.k-oneday_text {
  padding-left: 10px;
}

.k-oneday_text ul {
  list-style: disc;
  padding-left: 1em;
}

.k-oneday_image {
  padding-left: var(--width-shadow);
}

.k-oneday_image>img {
  box-shadow: calc(var(--width-shadow) * -1) var(--width-shadow) 0 0 var(--col-main);
}

.k-oneday_list>*:nth-child(odd) {
  flex-direction: row-reverse;
}

.k-oneday_list>*:nth-child(odd) .k-oneday_image {
  padding-left: 0;
  padding-right: var(--width-shadow);
}

.k-oneday_list>*:nth-child(odd) .k-oneday_image>img {
  box-shadow: var(--width-shadow) var(--width-shadow) 0 0 var(--col-main);
}

@media (max-width: 1024px) {
  .k-oneday_list>*+* {
    margin-top: 80px;
  }
}

@media (max-width: 600px) {
  .k-oneday_list {
    --width-shadow: 10px;
  }

  .k-oneday_list>*+* {
    margin-top: 60px;
  }

  .k-oneday_list::after {
    content: none;
  }

  .k-oneday_time {
    padding: 0 20px;
  }

  .k-oneday_title {
    font-size: 22px;
  }

  .k-oneday_image {
    margin-top: 20px;
  }
}

/*------------------------------
    課外活動
  ------------------------------*/

.page-kindergarten-activities section[id] {
  margin-top: 60px;
  padding-top: 0;
}

.page-kindergarten-activities section[id] .container {
  border-top: 2px dotted var(--col-accent);
  padding-top: 60px;
}

.page-kindergarten-activities h4 {
  display: flex;
  align-items: center;
  color: #0052a4;
  margin-bottom: 20px;
}

.page-kindergarten-activities h4>img {
  margin-right: .5em;
  height: 1.5em;
  width: auto;
}

.page-kindergarten-activities h5 {
  margin: 30px 0 20px;
  color: var(--col-sub1);
}

.page-kindergarten-activities table {
  margin-bottom: 20px;
}

.page-kindergarten-activities table+p {
  font-size: 16px;
}

.page-kindergarten-activities .name {
  font-size: 20px;
}

.k-activities1-box figure {
  float: right;
  margin-left: 40px;
}

.k-activities1-box p {
  margin-bottom: 2em;
}

.k-activities1-nav {
  justify-content: center;
  margin-top: 60px;
}

.k-activities1-nav>* {
  margin: 0 10px;
}

.k-activities1-nav a {
  display: block;
  background: var(--col-main);
  border-radius: 20px;
  padding: 10px;
  height: 100%;
}

.k-activities3 .btn {
  text-align: right;
  margin-top: 40px;
}

.k-activities3 .btn a {
  width: auto;
  display: inline-flex;
  align-items: center;
}

.k-activities3 .btn i {
  font-size: 24px;
  margin-right: .5em;
}

@media (max-width: 600px) {
  section[class^="k-activities"][id] {
    margin-top: 45px;
  }

  section[class^="k-activities"][id] .container {
    border-top: 2px dotted var(--col-accent);
    padding-top: 45px;
  }

  section[class^="k-activities"] .name {
    font-size: 16px;
  }

  .k-activities1-box figure {
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .k-activities1-nav {
    flex-wrap: wrap;
  }

  .k-activities1-nav>* {
    flex-shrink: 1;
    flex-basis: 25%;
    padding: 5px;
    margin: 0;
  }
}

/*------------------------------
    保育園
  ------------------------------*/

.nursery1 figure {
  margin-top: 80px;
}

.page .nursery2 {
  margin-top: 80px;
  padding: 60px 0;
}

.nursery2-box {
  max-width: 870px;
  margin: 0 auto;
}

.nursery2-box>* {
  width: 400px;
}

.nursery2-box>* {
  background: #fff;
  padding: 30px;
}

.nursery2-box dl {
  font-size: 20px;
  justify-content: flex-start;
  align-items: center;
  --gap: 30px;
}

.nursery2-box dt {
  background: var(--col-sub1);
  color: #fff;
  min-width: 6em;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0;
  margin-right: var(--gap);
  margin-bottom: 10px;
}

.nursery2-box dd {
  width: calc(100% - 6em - var(--gap));
}

.nursery2-box .btn {
  margin-top: 30px;
  text-align: right;
}

.nursery2-box>.column2>.flex {
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.nursery2-box>.column2 p:last-child {
  margin-top: auto;
}

.page-nursery .section-title,
.page-nursery .swap-box_thumbs>*>a {
  border-color: var(--col-sub1) !important;
}

.nursery3 .swap-box_text {
  clear: both;
}

.nursery3-box2 {
  max-width: 926px;
  margin: 100px auto 0;
}

.nursery4 strong {
  font-weight: normal;
  background: linear-gradient(to top, var(--col-sub1) .15em, transparent 0);
}

@media (max-width: 1024px) {
  .nursery3 .section-title {
    writing-mode: initial !important;
    display: block;
    text-align: center;
    width: 100%;
    line-height: 1;
    letter-spacing: 0;
  }

  .nursery3 .section-title>span {
    display: block;
    color: var(--col-main);
    margin: 17px 0 0 !important;
  }

  .nursery3 .section-title>span::after {
    content: none;
  }

  .nursery3 .swap-box_thumbs>* {
    flex-basis: 33.3%;
    margin-bottom: calc(var(--flex-gap) * 2);
  }

  .nursery3-box2 {
    text-align: center;
    margin-top: 60px;
  }

  .nursery3-box2>*+* {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .page .nursery1 {
    font-size: 16px;
    padding-top: 30px;
  }

  .nursery1 figure {
    margin-top: 30px;
  }

  .nursery1 p {
    text-align: left;
  }

  .page .nursery2 {
    margin-top: 30px;
    padding: 30px 0;
  }

  .nursery2-box dl {
    font-size: 14px;
  }

  .nursery2-box .column1 {
    width: 100%;
  }

  .nursery2-box .column2 {
    width: 100%;
    margin-top: 20px;
  }

  .nursery2-box .btn {
    text-align: center;
  }

  .nursery2-box .btn>a {
    font-size: 18px;
  }

  .page .nursery3 {
    padding-top: 30px;
  }

  .nursery3-box2 {
    margin-top: 30px;
  }

  .nursery3-box2 .btn>a {
    width: 300px;
    font-size: 14px;
  }
}

/*------------------------------
    保育園/園の一日
  ------------------------------*/
.page-nursery-oneday main {
  padding-bottom: 0;
}

.n-oneday1 {
  padding-bottom: 120px;
}

.n-oneday1 .tab-index>* {
  width: calc(50% - 30px);
  max-width: 400px;
}

.n-oneday1 .tab-index>*+* {
  margin-left: 60px;
}

.n-oneday1 .tab-index a {
  width: 100%;
  color: var(--col-sub1);
}

.n-oneday1 .tab-index>.active>a {
  color: var(--col-default);
  background: var(--col-sub1);
}

.n-oneday1 .tab-contents {
  padding: 60px 160px;
  border-top: 5px solid var(--col-sub1);
}

.n-oneday1 .timetable>dl {
  align-items: flex-start;
  position: relative;
}

.n-oneday1 .timetable>dl::before {
  content: "";
  position: absolute;
  left: 70px;
  top: 0;
  width: 0;
  height: calc(100% - 60px);
  border-right: 3px dotted var(--col-sub1);
}

.n-oneday1 .timetable dt {
  background: var(--col-sub1);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 20px 0;
  margin-bottom: 50px;
  border-radius: 40px;
  width: 140px;
  text-align: center;
  position: relative;
}

.n-oneday1 .timetable dd {
  width: calc(100% - 220px);
  margin-bottom: 40px;
}

.n-oneday1 .timetable-title {
  font-size: 28px;
  line-height: 1;
  margin: 16px 0 30px;
}

.n-oneday1 .timetable-label {
  display: flex;
  margin-top: 20px;
}

.n-oneday1 .timetable-label>* {
  width: 60px;
  margin-right: 20px;
}

.n-oneday1 .eventtable {
  margin-top: -40px;
}

.n-oneday1 .eventtable dl {
  border-bottom: 3px dotted #ccc;
  display: flex;
  flex-wrap: wrap;
  font-size: 28px;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: left 44px;
}

.n-oneday1 .eventtable dt {
  width: 280px;
  margin-right: 40px;
  text-align: right;
}

.n-oneday1 .eventtable dd {
  color: var(--col-default);
  width: calc(100% - 320px);
}

.n-oneday1 .event-spring {
  background-image: url(../img/season_spring.png);
  color: var(--col-spring);
}

.n-oneday1 .event-summer {
  background-image: url(../img/season_summer.png);
  color: var(--col-summer);
}

.n-oneday1 .event-autumn {
  background-image: url(../img/season_autumn.png);
  color: var(--col-autumn);
}

.n-oneday1 .event-winter {
  background-image: url(../img/season_winter.png);
  color: var(--col-winter);
}

@media (max-width: 1024px) {
  .n-oneday1 .tab-index>*+* {
    margin-left: 40px;
  }

  .n-oneday1 .tab-contents {
    padding: 60px;
  }

  .n-oneday1 .timetable dt {
    font-size: 18px;
  }

  .n-oneday1 .timetable dd {
    width: calc(100% - 180px);
  }

  .n-oneday1 .timetable-title {
    font-size: 24px;
  }

  .n-oneday1 .eventtable dl {
    font-size: 24px;
    background-position: left 38px;
  }

  .n-oneday1 .eventtable dt {
    width: 200px;
  }

  .n-oneday1 .eventtable dd {
    width: calc(100% - 240px);
  }
}

@media (max-width: 600px) {
  .n-oneday1 .tab-index>*+* {
    margin-left: 20px;
  }

  .n-oneday1 .tab-contents {
    padding: 30px;
  }

  .n-oneday1 .timetable>dl::before {
    left: 50px;
  }

  .n-oneday1 .timetable dt {
    width: 100px;
    font-size: 16px;
    padding: 16px 0;
    margin-bottom: 20px;
  }

  .n-oneday1 .timetable-title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 12px;
  }

  .n-oneday1 .timetable dd {
    width: calc(100% - 120px);
    margin-bottom: 20px;
  }

  .n-oneday1 .eventtable dl {
    font-size: 18px;
    background-size: 80px;
  }

  .n-oneday1 .eventtable dt {
    width: 140px;
    margin-right: 20px;
  }

  .n-oneday1 .eventtable dd {
    width: calc(100% - 160px);
  }
}

/*------------------------------
    入園案内
  ------------------------------*/

.page-guidance h4 {
  text-align: center;
  margin-bottom: 60px;
}

.guidance1-box {
  --flex-gap: 30px;
}

.guidance1-box>*>a {
  display: block;
  color: #000;
  padding: 30px 40px;
  border: 5px solid var(--col-main);
  background: #fff linear-gradient(135deg, var(--col-main) 110px, #fff 0);
}

.guidance1-box>*>a:hover {
  opacity: .8;
}

.guidance1-box>*+*>a {
  border-color: var(--col-sub1);
  background: #fff linear-gradient(135deg, var(--col-sub1) 110px, #fff 0);
}

.guidance1-box_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.guidance1-box_title {
  background: #fff;
  font-size: 28px;
  padding: 5px;
  line-height: 1.2;
}

.guidance1-box_text {
  margin-top: calc(30px - .5em);
}

.guidance2-box h4 {
  text-align: left;
  margin: 10px 0;
}

.guidance2 figure {
  flex: 1 0 500px;
  margin-right: 60px;
}

.guidance2-box .btn {
  margin-top: 30px;
}

.page .guidance3 {
  margin-top: 90px;
  padding: 30px 0;
}

.guidance3-box {
  text-align: center;
  background: #fff;
  padding: 20px 0;
}

.guidance4-box+p {
  margin-top: 20px;
  font-size: 16px;
}

.page .guidance5 {
  margin-top: 60px;
  padding: 60px 0;
}

.guidance5-box {
  background: #fff;
  padding: 25px 35px;
}

.guidance5-list_title {
  background: var(--col-accent);
  padding: 10px 20px;
  color: #fff;
  font-size: 24px;
}

.guidance5-list_title>span {
  font-size: .67em;
}

.guidance5-list_text {
  margin-top: 10px;
}

.guidance5-list>li+li::before {
  content: "\f358";
  display: block;
  text-align: center;
  font-family: var(--font-fontawsome);
  font-size: 36px;
  color: var(--col-main);
  line-height: 2.5;
}

.guidance5-list_text {
  font-size: 16px;
}

.guidance6 .section-title>span {
  color: var(--col-sub1);
}

.guidance6-box figure {
  flex: 1 0 500px;
  margin-right: 60px;
}

.guidance6-box p {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .guidance1-box>* {
    max-width: 589px;
    margin: 0 auto;
  }

  .guidance1-box>*+* {
    margin-top: 30px;
  }

  .guidance2 figure {
    margin-right: 0;
  }

  .page .guidance3 {
    margin-top: 60px;
  }
}

@media (max-width: 600px) {
  .page-guidance section {
    padding-top: 30px;
  }

  .page-guidance h4 {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .guidance1-box>*>a {
    padding: 20px;
    background: #fff linear-gradient(135deg, var(--col-main) 90px, #fff 0);
  }

  .guidance1-box>*+*>a {
    background: #fff linear-gradient(135deg, var(--col-sub1) 90px, #fff 0);
  }

  .guidance1-box_header {
    position: relative;
  }

  .guidance1-box_title {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .guidance1-box_image {
    margin-left: auto;
  }

  .page-guidance .guidance2,
  .page-guidance .guidance6 {
    padding-top: var(--burger-sm-size);
  }

  .guidance2-box .btn>a {
    font-size: 18px;
  }

  .page .guidance3 {
    margin-top: 30px;
  }

  .guidance4-box {
    overflow: auto;
  }

  .page .guidance5 {
    margin-top: 30px;
    padding: 30px 0;
  }

  .guidance5-box {
    padding: 20px;
  }

  .guidance5-list_title {
    font-size: 18px;
  }
}

/*------------------------------
    リクルート
  ------------------------------*/

.page-recruit .section-title3 {
  border-color: var(--col-accent);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.page-recruit h4 {
  color: var(--col-accent);
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.page-recruit h4>span {
  font-size: 18px;
}

.recruit1 {
  padding: 100px 0 80px;
  text-align: center;
}

.page .recruit2 {
  padding: 60px 0;
}

.recruit2-movie {
  width: 336px;
  margin-right: 40px;
  text-align: center;
}

.recruit2-movie>figure {
  position: relative;
}

.recruit2-movie>figure::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.recruit2-movie>figure>iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.recruit2-movie>p {
  margin-top: 8px;
}

.recruit2-box {
  background: #fff;
  padding: 25px;
  flex-grow: 1;
}

.recruit2-list {
  font-size: 16px;
  padding: 0 10px;
}

.recruit2-list>li {
  border-bottom: 1px dotted #000;
}

.recruit2-list_title {
  padding: 10px;
  color: #000;
}

.recruit2-list_date {
  margin-right: 30px;
}

.recruit2-box .btn {
  text-align: right;
  margin-top: 18px;
}

.recruit5-box {
  padding-right: 310px;
  background: url(../img/img_information05-01.png) no-repeat right top;
}

.page .recruit6 {
  padding: 30px 0;
  margin-top: 80px;
}

.recruit6-box {
  max-width: 840px;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}

.recruit6 h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.recruit7-box1 {
  padding-right: 310px;
  background: url(../img/message_img01.png) no-repeat right top;
}

.recruit7-box2 {
  padding-left: 310px;
  margin-top: 80px;
  background: url(../img/message_img02.png) no-repeat;
}
.recruit7-box3 {
  padding-right: 310px;
  margin-top: 80px;
  background: url(../img/message_img03.png) no-repeat right top;
}

@media (max-width: 1024px) {
  .recruit1 {
    padding-bottom: 60px;
  }

  .recruit2-movie {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .recruit2-box {
    margin-top: 20px;
  }

  .recruit5-box,
  .recruit7-box1 {
    padding-right: 180px;
    background-size: 150px auto;
  }

  .recruit7-box2 {
    padding-left: 180px;
    background-size: 150px auto;
  }
  .recruit7-box3 {
    padding-right: 180px;
    background-size: 150px auto;
  }
  
}

@media (max-width: 600px) {
  .page-recruit section {
    padding-top: 30px;
  }

  .page-recruit h4 {
    font-size: 18px;
  }

  .page-recruit h4>span {
    font-size: 14px;
  }

  .recruit1 {
    padding-bottom: 30px;
  }

  .page .recruit2 {
    padding: 30px 0;
  }

  .recruit2-list_date {
    display: block;
  }

  .page-recruit .pagenav .flex {
    flex-wrap: wrap;
  }

  .page-recruit .pagenav .column p {
    font-size: 12px;
  }

  .recruit2-box {
    padding: 10px;
  }

  .page-recruit .recruit5,
  .page-recruit .recruit7 {
    padding-top: var(--burger-sm-size);
  }

  .recruit5-box,
  .recruit7-box1 {
    padding-right: 100px;
    background-size: 75px auto;
  }

  .page .recruit6 {
    margin-top: 30px;
  }

  .recruit6 h3 {
    font-size: 20px;
  }

  .recruit7-box2 {
    padding-left: 100px;
    background-size: 75px auto;
    margin-top: 40px;
  }
  .recruit7-box3 {
    padding-right: 100px;
    background-size: 75px auto;
    margin-top: 40px;
  }
}

/*------------------------------
    リクルート/募集要項
  ------------------------------*/

section[class^="r-youkou"] h4 {
  color: var(--col-accent);
  margin-bottom: 40px;
}

/*------------------------------
    プレスクール
  ------------------------------*/

.page-preschool section {
  padding-top: 80px;
}

.preschool1 .slider {
  width: 100%;
  max-width: 500px;
  margin-right: 60px;
}

.preschool1 .btn {
  margin-top: 30px;
}

.page .preschool2 {
  padding: 30px 0;
  margin-top: 80px;
}

.preschool2-box {
  background: #fff;
  padding: 30px;
}

.preschool2-box p {
  margin-top: 40px;
}

.preschool2-box .flex-pc {
  margin: 60px auto 0;
}

.preschool2-box .flex-pc>*+* {
  margin-left: 80px;
}

.page .preschool3 {
  padding: 80px 0;
}

.preschool3-box {
  --flex-gap: 34px;
  margin-top: 60px;
}

.preschool3-box_inner {
  border: 5px solid var(--col-ichigo);
  padding: 25px;
  height: 100%;
}

.preschool3-box_title {
  font-size: 28px;
}

.preschool3-box_subtitle {
  position: relative;
  display: inline-block;
}

.preschool3-box_subtitle::after {
  content: "";
  width: calc(100% - 2em);
  height: .6em;
  background: var(--col-ichigo);
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  z-index: -1;
}

.preschool3-box_text {
  text-align: left;
  font-size: 16px;
  margin-top: 20px;
}

.preschool3-box>*:nth-child(2)>.preschool3-box_inner {
  border-color: var(--col-momo);
}

.preschool3-box>*:nth-child(2) .preschool3-box_subtitle::after {
  background: var(--col-momo);
}

.preschool3-box>*:nth-child(3)>.preschool3-box_inner {
  border-color: var(--col-hiyoko);
}

.preschool3-box>*:nth-child(3) .preschool3-box_subtitle::after {
  background: var(--col-hiyoko);
}

.preschool4 {
  padding-bottom: 80px;
}

.preschool4 .tab-index {
  margin-top: 70px;
}

.preschool4 .tab-index>* {
  width: 300px;
}

.preschool4 .active:nth-child(1)>a {
  background: var(--col-ichigo);
}

.preschool4 .active:nth-child(2)>a {
  background: var(--col-momo);
}

.preschool4 .active:nth-child(3)>a {
  background: var(--col-hiyoko);
}

.preschool4 .tab-contents {
  padding-top: 70px;
}

.preschool4 .tab-content>h4 {
  padding: 6px 20px;
  margin-bottom: 30px;
}

.preschool4 .tab-content>h4>span {
  font-size: .75em;
}

.preschool4 .tab-content:nth-child(1)>h4 {
  background: var(--col-ichigo);
}

.preschool4 .tab-content:nth-child(2)>h4 {
  background: var(--col-momo);
}

.preschool4 .tab-content:nth-child(3)>h4 {
  background: var(--col-hiyoko);
}

.preschool4 table {
  margin-top: 50px;
}

.preschool4 h5 {
  padding-bottom: 10px;
  margin-top: 80px;
  border-bottom-color: var(--col-hiyoko);
}

.preschool5 h4 {
  text-align: center;
  margin-bottom: 80px;
}

.preschool5 dt {
  background: var(--col-main);
  font-size: 24px;
  padding: 10px 30px;
}

.preschool5 dd {
  padding: 30px;
}

@media (max-width: 1024px) {
  .preschool2-box .flex-pc>*+* {
    margin-top: 20px;
    margin-left: 0;
  }

  .preschool3-box {
    --flex-gap: 10px;
  }

  .preschool3-box_inner {
    padding: 15px;
  }
}

@media (max-width: 600px) {
  .page-preschool section {
    padding-top: 30px;
  }

  .page .preschool2 {
    margin-top: 30px;
  }

  .preschool2-box p {
    margin-top: 20px;
  }

  .preschool2-box .flex-pc {
    margin-top: 30px;
  }

  .page .preschool3 {
    padding: 30px 0;
  }

  .preschool3-box {
    margin-top: 30px;
  }

  .preschool3-box>* {
    margin-bottom: 20px;
  }

  .page-preschool .preschool4 {
    padding-top: var(--burger-sm-size);
    padding-bottom: 30px;
  }

  .preschool4 .tab-index {
    margin-top: 30px;
  }

  .preschool4 .tab-index>*+* {
    margin-left: 20px;
  }

  .preschool4 .tab-contents {
    padding: 20px;
  }

  .page-preschool .preschool5 {
    padding-top: var(--burger-sm-size);
  }

  .preschool5 h4 {
    margin-bottom: 30px;
  }

  .preschool5 dt {
    font-size: 18px;
    padding: 10px 20px;
  }
}



/*------------------------------
    1~2歳児プレスクール(いちご組、もも組)
  ------------------------------*/
.page-pre-wrap {
  overflow: hidden;
}
/* ページ説明セクション */
.page-pre-expla {
  max-width: 124rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10rem;
}

.page-pre-expla__flexbox {
  display: flex;
  justify-content: space-between;
}

.page-pre-expla__flexbox-image {
  width: 40%;
  margin-bottom: 2rem;
}

.page-pre-expla__flexbox-text {
  width: 55%;
}

.page-pre-expla__flexbox-text-h4 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: dotted 2px #D8EA4B;
  margin-bottom: 1rem;
}

.page-pre-expla__flexbox-text-desc {
  margin-bottom: 1rem;
}

.link-btn {
  background-color: #D8EA4B;
  padding: 1rem 0;
  text-align: center;
  position: relative;
  display: block;
  position: relative;
  color: #000;
}
.link-btn::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 15px;
  bottom: 13px;
}
.link-btn::after {
  content: "";
  height: 1px;
  background: #000;
  position: absolute;
  right: 15px;
  bottom: 13px;
  width: 14px;
  transform-origin: right bottom;
  transform: rotate(45deg);
}

.link-btn.kengaku {
  width: 60%;
  margin-bottom: 1rem;
}

.newline-pc::after {
  white-space: pre;
  content: '\A';
}
.newline-tb::after {
  content: '';
}
.newline-sp::after {
  content: '';
}

@media (max-width: 1024px) {
  .page-pre-expla__flexbox {
    display: block;
  }

  .page-pre-expla__flexbox-image {
    width: 100%;
  }

  .page-pre-expla__flexbox-text {
    width: 100%;
  }

  .newline-pc::after {
    content: '';
  }
  .newline-tb::after {
    white-space: pre;
    content: '\A';
  }
  .newline-sp::after {
    content: '';
  }
}  /* /max-width: 1024px */

@media (max-width: 600px) {
  .page-pre-expla {
    margin-bottom: 4rem;
  }

  .page-pre-expla__flexbox-text-h4 {
    font-size: 1.6rem;
  }

  .newline-pc::after {
    content: '';
  }
  .newline-tb::after {
    content: '';
  }
  .newline-sp::after {
    white-space: pre;
    content: '\A';
  }
}  /* /max-width: 600px */

/* いちごももリンクセクション */
.page-pre-pagelink {
  /* margin-bottom: 15vw; */
  margin-bottom: 17rem;
}

.page-pre-pagelink__h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 5rem;
}

.page-pre-pagelink__flexbox01 {
  display: flex;
  justify-content: center;
  max-width: 124rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

.page-pre-pagelink__flexbox01-child {
  width: 30%;
  border-radius: 2rem;
  padding: 6rem 1rem 2rem;
  position: relative;
  background-color: #ffffff;
  margin-left: 4rem;
  margin-right: 4rem;
}

.page-pre-pagelink__flexbox01-child.ichigo {
  border: solid 5px #FF8E8E;
}

.page-pre-pagelink__flexbox01-child-h4 {
  position: absolute;
  left: 50%;
  top: -2.4rem;
  transform: translate(-50%, 0);
  color: #ffffff;
  font-size: 2rem;
  /* width: 15rem; */
  border-radius: 2rem;
  text-align: center;
  padding: 1rem 2rem;
}

.page-pre-pagelink__flexbox01-child-h4.ichigo {
  background-color: #FF8E8E;
}

.page-pre-pagelink__flexbox01-child-imgbox {
  margin-bottom: 3rem;
}

.page-pre-pagelink__flexbox01-child-imgbox.ichigo {
  width: 33%;
  margin-left: auto;
  margin-right: auto;
}

.page-pre-pagelink__flexbox01-child-imgbox img {
  width: 100%;
  vertical-align: bottom;
}

.page-pre-pagelink__flexbox01-child-bluetag {
  color: #ffffff;
  font-size: 2rem;
  background-color: #3AB6EE;
  text-align: center;
  margin-bottom: 1rem;
}

.page-pre-pagelink__flexbox01-child-desc {
  margin-bottom: 1rem;
}

.page-pre-pagelink__flexbox01-child-linkbtn {
  display: flex;
  justify-content: center;
  color: #ffffff;
  padding: 1rem 0;
}

.page-pre-pagelink__flexbox01-child-linkbtn.ichigo {
  background-color: #FF8E8E;
}

.page-pre-pagelink__flexbox01-child-linkbtn-imgbox {
  width: 2.5rem;
  margin-left: 1rem;
}

.page-pre-pagelink__flexbox01-child-linkbtn-imgbox img {
  width: 100%;
  vertical-align: middle;
}

.page-pre-pagelink__flexbox01-child.momo {
  border: solid 5px #FFAB73;
}

.page-pre-pagelink__flexbox01-child-h4.momo {
  background-color: #FFAB73;
}

.page-pre-pagelink__flexbox01-child-imgbox.momo {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.page-pre-pagelink__flexbox01-child-linkbtn.momo {
  background-color: #FFAB73;
} 

.page-pre-pagelink__flexbox02 {
  display: flex;
  justify-content: center;
  padding-bottom: 10rem;
  max-width: 124rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.link-btn.four {
  width: 40%;
  margin-left: 2rem;
  margin-right: 2rem;
}

.to-q-btn {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #D8EA4B;
  padding: 1rem 0;
  margin-left: 2rem;
  margin-right: 2rem;
}

.to-q-btn-imgbox {
  width: 2.5rem;
  margin-left: 1rem;
  
}

.to-q-btn-imgbox img {
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .page-pre-pagelink {
    margin-bottom: 14rem;
  }

  .page-pre-pagelink__flexbox01 {
    justify-content: space-between;
  }

  .page-pre-pagelink__flexbox01-child {
    width: 49%;
    margin-left: 0;
    margin-right: 0;
  }

  .page-pre-pagelink__flexbox02 {
    display: block;
  }

  .link-btn.four {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .to-q-btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }


}  /* /max-width: 1024px */

@media (max-width: 600px) {
  .page-pre-pagelink {
    margin-bottom: 9rem;
  }

  .page-pre-pagelink__flexbox01-child {
    padding: 5rem 1rem 2rem;
  }

  .page-pre-pagelink__flexbox01-child-h4 {
    font-size: 1.4rem;
    /* width: 12rem; */
    white-space: nowrap;
  }

  .page-pre-pagelink__flexbox01-child-imgbox.ichigo {
    width: 55%;
  }

  .page-pre-pagelink__flexbox01-child-imgbox.momo {
    width: 62%;
  }

  .page-pre-pagelink__flexbox01-child-bluetag {
    font-size: 1.4rem;
  }

  .page-pre-pagelink__flexbox01-child-linkbtn-imgbox {
    width: 1rem;
    margin-left: 0.5rem;
  }

  .to-q-btn-imgbox {
    width: 1rem;
    margin-left: 0.5rem;
  }

}  /* /max-width: 600px */

/* いちご組説明セクション */
.page-pre-ichigo {
  padding-top: 5rem!important;
  padding-bottom: 5rem;
  margin-bottom: 28rem;
  background-color: #FFECEC;
  position: relative;
  z-index: 1;
}

.page-pre-ichigo::before {
  content: '';
  position: absolute;
  /* bottom: calc(100% - 2px); */
  top: -10rem;
  left: -2px;
  width: 130vw;
  height: 13vw;
  background-image: url(../img/common/wave_pink.png);
  background-size: contain;
  z-index: -1;
}

.page-pre-ichigo::after {
  content: '';
  position: absolute;
  /* top: calc(100% - 2px); */
  bottom: -10rem;
  left: -2px;
  width: 130vw;
  height: 13vw;
  transform: rotate(180deg);
  background-image: url(../img/common/wave_pink.png);
  background-size: contain;
  z-index: -1;
}

.page-pre-ichigo__h3 {
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
  width: 32rem;
  margin-left: auto;
  margin-right: auto;
}
.page-pre-ichigo__h3::before {
  content: '';
  position: absolute;
  background-image: url(../img/common/illust_ichigo.png);
  background-size: contain;
  width: 5rem;
  height: 5rem;
  left: 0;
  bottom: 0;
}
.page-pre-ichigo__h3::after {
  content: '';
  position: absolute;
  background-image: url(../img/common/illust_ichigo.png);
  background-size: contain;
  width: 5rem;
  height: 5rem;
  right: 0;
  bottom: 0;
}

.page-pre-ichigo__agetag {
  font-size: 2rem;
  color: #ffffff;
  background-color: #FF8E8E;
  width: 22rem;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.page-pre-ichigo__desc {
  margin-bottom: 3rem;
  max-width: 1240px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.page-pre-table {
  max-width: 1240px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.page-pre-table:not(:last-child) {
  margin-bottom: 5rem;
}

.page-pre-table-tr {
  
}

.page-pre-table-th {
  width: 20%;
  background-color: #EEEEEE;
  text-align: center;
  padding: 2rem 0;
  white-space: normal;
}

.page-pre-table-td {
  width: 80%;
  padding: 2rem 0 2rem 5rem;
  background-color: #ffffff;
}

@media (max-width: 1024px) {
  .page-pre-ichigo {
    margin-bottom: 20rem;
  }

  .page-pre-ichigo::before {
    top: -6rem;
  }

  .page-pre-ichigo::after {
    bottom: -6rem;
  }

  .page-pre-table-th {
    display: block;
    width: 100%;
  }

  .page-pre-table-td {
    display: block;
    width: 100%;
    padding: 2rem 1rem;
  }

}  /* /max-width: 10240px */

@media (max-width: 600px) {
  /* .page-pre-ichigo {
    padding-top: 5rem!important;
    padding-bottom: 5rem;
  } */
  .page-pre-ichigo {
    margin-bottom: 13rem;
  }

  .page-pre-ichigo::before {
    top: -3rem;
  }

  .page-pre-ichigo::after {
    bottom: -3rem;
  }

  .page-pre-ichigo__h3 {
    font-size: 1.6rem;
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }

  .page-pre-ichigo__h3::before {
    width: 3rem;
    height: 3rem;
  }

  .page-pre-ichigo__h3::after {
    width: 3rem;
    height: 3rem;
  }

  .page-pre-ichigo__agetag {
    font-size: 1.4rem;
    width: 15rem;
    margin-bottom: 2rem;
  }

  .page-pre-table-td {
    padding: 2rem 1rem;
  }
}  /* /max-width: 600px */

/* もも組説明セクション */
.page-pre-momo {
  padding-top: 5rem!important;
  padding-bottom: 5rem;
  margin-bottom: 10rem;
  background-color: #FFF3EB;
  position: relative;
  z-index: 0;
}

.page-pre-momo::before {
  content: '';
  position: absolute;
  /* bottom: calc(100% - 2px); */
  top: -10rem;
  left: -2px;
  width: 130vw;
  height: 13vw;
  background-image: url(../img/common/wave_yellow.png);
  background-size: contain;
  z-index: -1;
}

.page-pre-momo::after {
  content: '';
  position: absolute;
  /* top: calc(100% - 2px); */
  bottom: -10rem;
  left: -2px;
  width: 130vw;
  height: 13vw;
  transform: rotate(180deg);
  background-image: url(../img/common/wave_yellow.png);
  background-size: contain;
  z-index: -1;
}

.page-pre-momo__h3 {
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
  width: 32rem;
  margin-left: auto;
  margin-right: auto;
}
.page-pre-momo__h3::before {
  content: '';
  position: absolute;
  background-image: url(../img/common/illust_momo.png);
  background-size: contain;
  width: 5rem;
  height: 5rem;
  left: 0;
  bottom: 0;
}
.page-pre-momo__h3::after {
  content: '';
  position: absolute;
  background-image: url(../img/common/illust_momo.png);
  background-size: contain;
  width: 5rem;
  height: 5rem;
  right: 0;
  bottom: 0;
}

.page-pre-momo__agetag {
  font-size: 2rem;
  color: #ffffff;
  background-color: #FFAB73;
  width: 22rem;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.page-pre-momo__desc {
  margin-bottom: 3rem;
  max-width: 1240px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .page-pre-momo::before {
    top: -6rem;
  }

  .page-pre-momo::after {
    bottom: -6rem;
  }

}  /* /max-width: 10240px */

@media (max-width: 600px) {
  .page-pre-momo {
    /* padding-top: 5rem!important;
    padding-bottom: 5rem; */
    margin-bottom: 5rem;
  } 

  .page-pre-momo::before {
    top: -3rem;
  }

  .page-pre-momo::after {
    bottom: -3rem;
  }

  .page-pre-momo__h3 {
    font-size: 1.6rem;
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }

  .page-pre-momo__h3::before {
    width: 3rem;
    height: 3rem;
  }

  .page-pre-momo__h3::after {
    width: 3rem;
    height: 3rem;
  }

  .page-pre-momo__agetag {
    font-size: 1.4rem;
    width: 15rem;
    margin-bottom: 2rem;
  }
}  /* /max-width: 600px */

/*------------------------------
    ２歳～満３歳児４年保育(ひよこ組)
  ------------------------------*/
.page-four-wrap {
  overflow: hidden;
}
/* ページ説明セクション */
.page-four-expla {
  max-width: 124rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10rem;
}

.page-four-expla__flexbox {
  display: flex;
  justify-content: space-between;
}

.page-four-expla__flexbox-image {
  width: 40%;
  margin-bottom: 2rem;
}

.page-four-expla__flexbox-text {
  width: 55%;
}

.page-four-expla__flexbox-text-desc {
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .page-four-expla__flexbox {
    display: block;
  }

  .page-four-expla__flexbox-image {
    width: 100%;
  }

  .page-four-expla__flexbox-text {
    width: 100%;
  }
}  /* /max-width: 1024px */

@media (max-width: 600px) {
  .page-four-expla {
    margin-bottom: 4rem;
  }

  .page-four-expla__flexbox-text-h4 {
    font-size: 1.6rem;
  }
}  /* /max-width: 600px */

/* たまごコース、ひよこコースリンクセクション */
.page-four-pagelink {
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin-bottom: 17rem;
}

.page-four-pagelink__h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1rem;
}

.page-four-pagelink__h3-sub {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 5rem;
}

.page-four-pagelink__hiyoko {
  max-width: calc(1024px * 0.7);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
  border: solid 5px #D8CE49;
  display: flex;
  justify-content: space-between;
}

.page-four-pagelink__hiyoko-h4 {
  background-color: #D8CE49;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translate(-50%, -50%);
}

.page-four-pagelink__hiyoko-tcourse {
  width: 45%;
}

.page-four-pagelink__hiyoko-tcourse-imgbox {
  width: 36%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.page-four-pagelink__hiyoko-tcourse-imgbox img {
  width: 100%;
  vertical-align: bottom;
}

.page-four-pagelink__hiyoko-bluetag {
  font-size: 2rem;
  color: #ffffff;
  background-color: #3AB6EE;
  text-align: center;
  margin-bottom: 1rem;
}

.page-four-pagelink__hiyoko-tcourse-name {
  font-size: 2rem;
  text-align: center;
  border: solid 2px #7CCB37;
  margin-bottom: 1rem;
}

.page-four-pagelink__hiyoko-desc {
  margin-bottom: 1rem;
}

.page-four-pagelink__hiyoko-linkbtn {
  display: flex;
  justify-content: center;
  color: #ffffff;
  padding: 1rem 0;
}

.page-four-pagelink__hiyoko-linkbtn.tcourse {
  background-color: #7CCB37;
}

.page-four-pagelink__hiyoko-linkbtn-imgbox {
  width: 2.5rem;
  margin-left: 1rem;
}

.page-four-pagelink__hiyoko-linkbtn-imgbox img {
  width: 100%;
  vertical-align: middle;
}

.page-four-pagelink__hiyoko-move {
  position: absolute;
  left: 50%;
  top: 7rem;
  transform: translate(-50%, 0);
}

.page-four-pagelink__hiyoko-move-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #DB2458;
  position: relative;
  margin-bottom: 1rem;
}
.page-four-pagelink__hiyoko-move-text::before {
  content: '';
  background-color: #DB2458;
  position: absolute;
  left: -1rem;
  bottom: 0;
  width: 2px;
  height: 40px;
  transform: rotate(-20deg);
}

.page-four-pagelink__hiyoko-move-text::after {
  content: '';
  background-color: #DB2458;
  position: absolute;
  right: -1rem;
  bottom: 0;
  width: 2px;
  height: 40px;
  transform: rotate(20deg);
}

.page-four-pagelink__hiyoko-move-imgbox {
  width: 7rem;
  margin-left: auto;
  margin-right: auto;
}

.page-four-pagelink__hiyoko-move-imgbox img {
  width: 100%;
  vertical-align: bottom;
}

.page-four-pagelink__hiyoko-hcourse {
  width: 45%;
  position: relative;
}

.page-four-pagelink__hiyoko-hcourse-redtag {
  width: 160px;
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translate(-50%, 0);
}

.page-four-pagelink__hiyoko-hcourse-redtag img {
  width: 100%;
  vertical-align: bottom;
}

.page-four-pagelink__hiyoko-hcourse-imgbox {
  width: 43%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.page-four-pagelink__hiyoko-hcourse-imgbox img {
  width: 100%;
  vertical-align: bottom;
}

.page-four-pagelink__hiyoko-hcourse-name {
  font-size: 2rem;
  text-align: center;
  border: solid 2px #17C2C8;
  margin-bottom: 1rem;
}

.page-four-pagelink__hiyoko-linkbtn.hcourse {
  background-color: #17C2C8;
}

.page-four-pagelink__hiyoko-linkbtn-imgbox {
  width: 2.5rem;
  margin-left: 1rem;
}

.page-four-pagelink__hiyoko-linkbtn-imgbox img {
  width: 100%;
  vertical-align: middle;
}

.page-four-pagelink__flexbox02 {
  max-width: 124rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.link-btn.to-pre {
  width: 40%;
  margin-left: 2rem;
  margin-right: 2rem;
}

.i-block {
  display: inline-block;
}

@media (max-width: 1024px) {
  .page-four-pagelink {
    margin-bottom: 14rem;
  }

  .page-four-pagelink__flexbox02 {
    display: block;
  }

  .link-btn.to-pre {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}  /* /max-width: 1024px */

@media (max-width: 600px) {
  .page-four-pagelink {
    margin-bottom: 9rem;
  }

  .page-four-pagelink__h3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .page-four-pagelink__h3-sub {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .page-four-pagelink__hiyoko-h4 {
    font-size: 1.4rem;
  }

  .page-four-pagelink__hiyoko-bluetag {
    font-size: 1.4rem;
  }

  .page-four-pagelink__hiyoko-tcourse-name {
    font-size: 1.4rem;
  }

  .page-four-pagelink__hiyoko-move-text {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .page-four-pagelink__hiyoko-move-text::before {
    height: 35px;
    left: -0.7rem;
  }
  .page-four-pagelink__hiyoko-move-text::after {
    height: 35px;
    right: -0.7rem;
  }

  .page-four-pagelink__hiyoko-move-imgbox {
    width: 4rem;
  }

  .page-four-pagelink__hiyoko-hcourse-name {
    font-size: 1.4rem;
  }

  .page-four-pagelink__hiyoko-linkbtn-imgbox {
    width: 1rem;
    margin-left: 0.5rem;
  }

  .page-four-pagelink__hiyoko-hcourse-redtag {
    width: 120px;
  }
}  /* /max-width: 600px */

/* たまごコース説明セクション */
.page-four-tcourse {
  padding-top: 5rem!important;
  padding-bottom: 5rem;
  margin-bottom: 28rem;
  background-color: #F5F8E3;
  position: relative;
  z-index: 1;
}

.page-four-tcourse::before {
  content: '';
  position: absolute;
  /* bottom: calc(100% - 2px); */
  top: -10rem;
  left: -2px;
  width: 130vw;
  height: 13vw;
  background-image: url(../img/common/wave_green.png);
  background-size: contain;
  z-index: -1;
}

.page-four-tcourse::after {
  content: '';
  position: absolute;
  /* top: calc(100% - 2px); */
  bottom: -10rem;
  left: -2px;
  width: 130vw;
  height: 13vw;
  transform: rotate(180deg);
  background-image: url(../img/common/wave_green.png);
  background-size: contain;
  z-index: -1;
}

.page-four-tcourse__h3 {
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
  width: 32rem;
  margin-left: auto;
  margin-right: auto;
}
.page-four-tcourse__h3::before {
  content: '';
  position: absolute;
  background-image: url(../img/common/illust_egg01.png);
  background-size: contain;
  width: 5rem;
  height: 5rem;
  left: 0;
  bottom: 0;
}
.page-four-tcourse__h3::after {
  content: '';
  position: absolute;
  background-image: url(../img/common/illust_egg02.png);
  background-size: contain;
  width: 5rem;
  height: 5rem;
  right: 0;
  bottom: 0;
}

.page-four-tcourse__agetag {
  font-size: 2rem;
  color: #ffffff;
  background-color: #7CCB37;
  width: 22rem;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.page-four-tcourse__desc {
  margin-bottom: 3rem;
  max-width: 1240px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.page-four__table-cat {
  max-width: 1240px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.page-four__table-header {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}


@media (max-width: 1024px) {
  .page-four-tcourse {
    margin-bottom: 20rem;
  }

  .page-four-tcourse::before {
    top: -6rem;
  }

  .page-four-tcourse::after {
    bottom: -6rem;
  }


}  /* /max-width: 10240px */

@media (max-width: 600px) {

  /* .page-four-tcourse {
    padding-top: 5rem!important;
    padding-bottom: 5rem;
  } */

  .page-four-tcourse {
    margin-bottom: 13rem;
  }

  .page-four-tcourse::before {
    top: -3rem;
  }

  .page-four-tcourse::after {
    bottom: -3rem;
  }

  .page-four-tcourse__h3 {
    font-size: 1.6rem;
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }

  .page-four-tcourse__h3::before {
    width: 3rem;
    height: 3rem;
  }

  .page-four-tcourse__h3::after {
    width: 3rem;
    height: 3rem;
  }

  .page-four-tcourse__agetag {
    font-size: 1.4rem;
    width: 15rem;
    margin-bottom: 2rem;
  }

  .page-four__table-header {
    font-size: 1.6rem;
  }
}  /* /max-width: 600px */

/* ひよこコース説明セクション */
.page-four-hcourse {
  padding-top: 5rem!important;
  padding-bottom: 5rem;
  margin-bottom: 10rem;
  background-color: #F1FBFF;
  position: relative;
  z-index: 0;
}

.page-four-hcourse::before {
  content: '';
  position: absolute;
  /* bottom: calc(100% - 2px); */
  top: -10rem;
  left: -2px;
  width: 130vw;
  height: 13vw;
  background-image: url(../img/common/wave_blue.png);
  background-size: contain;
  z-index: -1;
}

.page-four-hcourse::after {
  content: '';
  position: absolute;
  /* top: calc(100% - 2px); */
  bottom: -10rem;
  left: -2px;
  width: 130vw;
  height: 13vw;
  transform: rotate(180deg);
  background-image: url(../img/common/wave_blue.png);
  background-size: contain;
  z-index: -1;
}

.page-four-hcourse__h3 {
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
  width: 32rem;
  margin-left: auto;
  margin-right: auto;
}
.page-four-hcourse__h3::before {
  content: '';
  position: absolute;
  background-image: url(../img/common/illust_hiyoko.png);
  background-size: contain;
  width: 5rem;
  height: 5rem;
  left: 0;
  bottom: 0;
}
.page-four-hcourse__h3::after {
  content: '';
  position: absolute;
  background-image: url(../img/common/illust_hiyoko02.png);
  background-size: contain;
  width: 5rem;
  height: 5rem;
  right: 0;
  bottom: 0;
}

.page-four-hcourse__agetag {
  font-size: 2rem;
  color: #ffffff;
  background-color: #17C2C8;
  width: 22rem;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.page-four-hcourse__desc {
  margin-bottom: 3rem;
  max-width: 1240px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.page-pre-table-th.row {
  width: 100%;
}

.page-pre-table-td01 {
  width: 20%;
  background-color: #ffffff;
  padding: 2rem 0 2rem 5rem;
}

.page-pre-table-td02 {
  width: 60%;
  background-color: #ffffff;
  padding: 2rem 0 2rem 5rem;
}




@media (max-width: 1024px) {
  .page-four-hcourse::before {
    top: -6rem;
  }

  .page-four-hcourse::after {
    bottom: -6rem;
  }

  .page-pre-table-td01 {
    display: block;
    width: 100%;
    padding: 2rem 1rem;
  }
  
  .page-pre-table-td02 {
    display: block;
    width: 100%;
    padding: 2rem 1rem;
  }
}  /* /max-width: 10240px */

@media (max-width: 600px) {
  

  .page-four-hcourse {
    /* padding-top: 5rem!important;
    padding-bottom: 5rem; */
    margin-bottom: 0;
  } 

  .page-four-hcourse::before {
    top: -3rem;
  }

  .page-four-hcourse::after {
    bottom: -3rem;
  }

  .page-four-hcourse__h3 {
    font-size: 1.6rem;
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }

  .page-four-hcourse__h3::before {
    width: 3rem;
    height: 3rem;
  }

  .page-four-hcourse__h3::after {
    width: 3rem;
    height: 3rem;
  }

  .page-four-hcourse__agetag {
    font-size: 1.4rem;
    width: 15rem;
    margin-bottom: 2rem;
  }
}  /* /max-width: 600px */


/*------------------------------
    預かり保育
  ------------------------------*/
.support1 h4 {
  color: var(--col-sub1);
  margin-top: 40px;
  margin-bottom: 20px;
}

.support1-box>*+* {
  margin-left: 20px;
}

.page-support .section-title4 {
  margin-bottom: 40px;
}

.support4 h5 {
  color: var(--col-accent);
  margin: 30px 0 20px;
}

/*------------------------------
    お問合せ
  ------------------------------*/

.contact select,
.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
}

.contact textarea {
  line-height: 1.5;
  padding: .5em 10px;
}

.contact input[type="text"][name^="tel"] {
  width: 5em;
}

.contact .btn>*+* {
  margin-left: 30px;
}

.contact .required {
  color: var(--col-spring);
  margin-left: .5em;
}

.mw_wp_form .contact .error {
  background: var(--col-momo);
  color: #fff;
  padding: 5px 10px;
  margin-top: 5px;
}

.contact-thanks .section-title {
  padding-left: 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .contact th {
    white-space: normal;
    width: 10em;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact td {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 600px) {

  .contact th,
  .contact td {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    padding: 10px;
  }

  .contact td {
    margin-bottom: 10px;
  }

  .contact .btn>input {
    width: calc(50% - 15px);
  }
}

/*------------------------------
    パスワード保護
  ------------------------------*/
  .post-password-form input[type="password"] {
  width: 100%;
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
}
.post-password-form input[type="submit"] {
  background: #d8ea4b;
}
