@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
body {
  margin: 0px !important;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

section {
  width: 100%;
}

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

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* --- Responsive --- */
@media screen and (max-width: 1000px) {
  ._pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 745px) {
  ._pc2 {
    display: none !important;
  }
}
@media screen and (min-width: 746px) {
  ._sp2 {
    display: none !important;
  }
}
/* --- Fonts --- */
/* --- Others --- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media (min-width: 1001px) {
  html {
    scroll-padding-top: 120px;
  }
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}

.pd-btm {
  padding-bottom: 60px;
}
@media (min-width: 1001px) {
  .pd-btm {
    padding-bottom: 80px;
  }
}

.pd-tp {
  padding-top: 20px;
}
@media (min-width: 1001px) {
  .pd-tp {
    padding-bottom: 50px;
  }
}

/* --- layout --- */
body {
  width: 100%;
  margin: 0px auto;
}

/* --- Top-mv --- */
.slider {
  position: relative;
  z-index: 1;
  height: 550px;
}
@media (min-width: 1001px) {
  .slider {
    height: 590px;
  }
}
.slider .slider-item01 {
  background: url(../img/MV1_sp.jpg);
}
@media (min-width: 1001px) {
  .slider .slider-item01 {
    background: url(../img/Top_MV1.jpg);
  }
}
.slider .slider-item02 {
  background: url(../img/MV2_sp.jpg);
}
@media (min-width: 1001px) {
  .slider .slider-item02 {
    background: url(../img/Top_MV2.jpg);
  }
}
.slider .slider-item03 {
  background: url(../img/MV3_sp.jpg);
}
@media (min-width: 1001px) {
  .slider .slider-item03 {
    background: url(../img/Top_MV3.jpg);
  }
}
.slider .slider-item {
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-position: 45% 45%;
  background-size: cover;
}
@media (min-width: 1001px) {
  .slider .slider-item {
    height: 625px;
  }
}

.slider-item div.lg-inner {
  width: 95%;
  height: 530px;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 50px;
}
@media (min-width: 1001px) {
  .slider-item div.lg-inner {
    width: 1020px;
    height: 590px;
  }
}
.slider-item div.lg-inner h1.Top_message {
  width: 103px;
  writing-mode: vertical-rl;
  text-align: left;
  font-family: "M PLUS 1", sans-serif !important;
  font-size: clamp(25px, 5vw, 35px) !important;
  color: #fff;
  text-shadow: 3px 3px 3px #000;
  line-height: 2.5rem;
  margin-left: 10px;
}
@media (min-width: 1001px) {
  .slider-item div.lg-inner h1.Top_message {
    width: 168px;
    line-height: 3.5rem;
  }
}
.slider-item div.lg-inner .MV-logo {
  width: 160px;
  align-self: end;
}
@media (min-width: 1001px) {
  .slider-item div.lg-inner .MV-logo {
    width: 665px;
  }
}
.slider-item div.lg-inner .MV-logo img.MV-logo_img {
  width: clamp(150px, 5vw, 197px);
  margin: 10px auto !important;
}
.slider-item div.lg-inner .inner-btn {
  width: 100px;
  align-self: end;
  text-align: center;
}
@media (min-width: 1001px) {
  .slider-item div.lg-inner .inner-btn {
    width: 173px;
  }
}
.slider-item div.lg-inner .inner-btn .circle_btn {
  display: none;
}
@media (min-width: 1001px) {
  .slider-item div.lg-inner .inner-btn .circle_btn {
    display: flex;
    z-index: 10000;
    width: 140px;
    height: 140px;
    font-size: 17px;
    border-radius: 50%;
    border: solid 2px #fff;
    color: #fff;
    font-weight: bold;
    justify-content: center;
    align-items: center;
  }
}
.slider-item div.lg-inner .inner-btn .circle_btn:hover {
  background: #fff;
  color: #364509;
}

/* --- page-mv --- */
.page-mv {
  width: 100%;
  margin: 0px;
  height: 284px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1001px) {
  .page-mv {
    height: 460px;
  }
}
.page-mv .lg-inner {
  width: 90%;
  margin: 0px auto;
  height: 284px;
}
@media (min-width: 1001px) {
  .page-mv .lg-inner {
    width: 1020px;
    height: 460px;
  }
}
.page-mv .lg-inner .page-mv-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 284px;
  font-family: "M PLUS 1";
}
@media (min-width: 1001px) {
  .page-mv .lg-inner .page-mv-text {
    height: 460px;
  }
}
.page-mv .lg-inner .page-mv-text .page-title {
  font-size: clamp(25px, 3.2vw, 40px);
  color: #fff;
}
.page-mv .lg-inner .page-mv-text .page-subtitle {
  font-size: clamp(15px, 1.9vw, 18px);
  color: #fff;
  margin-top: 5px;
}

.pmv1 {
  background-image: url(../img/AboutUs_MV.jpg);
}

.pmv2 {
  background-image: url(../img/Activity_MV.jpg);
}

.pmv3 {
  background-image: url(../img/childcare_MV.jpg);
}

.pmv4 {
  background-image: url(../img/Admission_MV.jpg);
}

.pmv5 {
  background-image: url(../img/recruit_MV.jpg);
  background-position: 0px 0px;
}

.pmv6 {
  background-image: url(../img/contact_MV.jpg);
}

.pmv7 {
  background-image: url(../img/entry_MV.jpg);
  background-position: 0px 0px;
}
@media (min-width: 1001px) {
  .pmv7 {
    background-position: 0px -100px;
  }
}

/*順にFuwa*/
.box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*スライドイン*/
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.8s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.8s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*左上から右下に順にFuwa*/
.fadeInOrder {
  animation-name: fadeInOrderAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInOrderAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Topページ-MVより下のセクション*/
section.sec-layout {
  width: 100%;
  margin: 0px;
}

/*セクションコンテナ*/
div.container {
  width: 95%;
  margin: 85px auto 0 auto;
}
@media (min-width: 1001px) {
  div.container {
    width: 1020px;
    margin: 100px auto 0 auto;
  }
}

/*見出し*/
h2.hd_h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
h2.hd_h2 .h2_img {
  display: block;
  width: 41px;
  height: auto;
}
@media (min-width: 1001px) {
  h2.hd_h2 .h2_img {
    width: 60px;
  }
}
h2.hd_h2 .hd_span {
  display: block;
  width: 350px;
  font-size: clamp(25px, 3.2vw, 35px);
}

/*見出し下のサブタイトル*/
span.h2_span_sub {
  display: block;
  width: 300px;
  margin: 0px auto;
  font-size: clamp(14px, 1.8vw, 23px);
  text-align: center;
}

/*attraction 星の形のレイアウト*/
div.star-top {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 1001px) {
  div.star-top {
    margin-top: 62px;
  }
}
div.star-top div.at_contents {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1001px) {
  div.star-top div.at_contents {
    width: 252px;
    margin: 0px auto;
  }
}

h3.at_h3 {
  font-size: clamp(20px, 2.6vw, 25px);
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

p.at_p {
  margin-top: 17px;
  font-size: 15px;
  line-height: 1.5rem;
  text-align: center;
}

div.star-middle {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1001px) {
  div.star-middle {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
div.star-middle div.at_contents {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1001px) {
  div.star-middle div.at_contents {
    width: 252px;
    margin: 0px auto;
  }
}

div.at_contents_stimg {
  width: 300px;
  margin: 0px auto;
}
@media (min-width: 1001px) {
  div.at_contents_stimg {
    width: 383px;
  }
}
div.at_contents_stimg .at_contents_img {
  display: block;
  width: 300px;
  height: auto;
  margin: 0px auto;
}
@media (min-width: 1001px) {
  div.at_contents_stimg .at_contents_img {
    width: 383px;
  }
}
@media (max-width: 1000px) {
  div.at_contents_stimg .at_contents_img {
    margin-top: 30px;
  }
}

div.star-bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 1001px) {
  div.star-bottom {
    flex-direction: row;
    margin-bottom: 50px;
  }
}
div.star-bottom div.at_contents {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1001px) {
  div.star-bottom div.at_contents {
    width: 252px;
    margin: 0px auto;
  }
}

/*ボタンデザイン*/
div.star_btn {
  position: relative;
  width: 300px;
  height: 55px;
  margin: 0px auto 120px auto;
  border: solid 1px #000;
  text-align: center;
  padding-top: 17px;
  font-size: 15px;
  z-index: 200;
}
div.star_btn .star_btn_img {
  position: absolute;
  width: 50px;
  height: auto;
  top: 0px;
  left: -20px;
}
div.star_btn .star_btn_a {
  display: block;
  width: 300px;
  height: 55px;
  transition: ease 0.2s;
}
div.star_btn .star_btn_a:hover span {
  color: #fff;
}
div.star_btn span {
  position: relative;
  z-index: 200;
  color: #000;
  width: 300px;
  height: 55px;
}

.bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  background: #333;
  width: 100%;
  height: 100%;
  transition: transform 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*左バイカラーラインデザイン*/
div.leftline {
  width: 95%;
  margin: 0 auto 0 0;
}
@media (min-width: 1001px) {
  div.leftline {
    width: 990px;
  }
}
div.leftline .leftline_img {
  display: block;
  width: 95%;
  margin: 0 auto 0 0;
}
@media (min-width: 1001px) {
  div.leftline .leftline_img {
    width: 990px;
  }
}

/*右バイカラーラインデザイン*/
div.rightline {
  width: 95%;
  margin: 0 0 0 auto;
}
@media (min-width: 1001px) {
  div.rightline {
    width: 990px;
  }
}
div.rightline .rightline_img {
  display: block;
  width: 95%;
  margin: 0 0 0 auto;
}
@media (min-width: 1001px) {
  div.rightline .rightline_img {
    width: 990px;
  }
}

/*policy*/
section.policy .plc_contents {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  gap: 30px;
}
@media (min-width: 1001px) {
  section.policy .plc_contents {
    flex-direction: row;
  }
}
section.policy .plc_contents .left-box {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: auto;
}
@media (min-width: 1001px) {
  section.policy .plc_contents .left-box {
    width: 480px;
    margin-left: 10%;
  }
}
@media (min-width: 1268px) {
  section.policy .plc_contents .left-box {
    width: 750px;
    margin-left: 10%;
  }
}
section.policy .plc_contents .left-box .inner-left-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  section.policy .plc_contents .left-box .inner-left-box {
    margin-bottom: 10px;
  }
}
section.policy .plc_contents .left-box .plc_p {
  font-size: 15px;
  line-height: 1.5rem;
}
section.policy .plc_contents .right-box {
  width: 100%;
}
@media (min-width: 1001px) {
  section.policy .plc_contents .right-box {
    width: 600px;
  }
}
section.policy .plc_contents .right-box .plc_img {
  display: block;
  width: 95%;
  margin-left: auto;
}
@media (min-width: 1001px) {
  section.policy .plc_contents .right-box .plc_img {
    width: 600px;
    height: auto;
  }
}
section.policy .plc_contents_reverse {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 80px;
  gap: 30px;
}
@media (min-width: 1001px) {
  section.policy .plc_contents_reverse {
    flex-direction: row;
  }
}
section.policy .plc_contents_reverse .left-box {
  width: 100%;
}
@media (min-width: 1001px) {
  section.policy .plc_contents_reverse .left-box {
    width: 600px;
  }
}
section.policy .plc_contents_reverse .left-box .plc_img {
  display: block;
  width: 95%;
  margin-right: auto;
}
@media (min-width: 1001px) {
  section.policy .plc_contents_reverse .left-box .plc_img {
    width: 600px;
    height: auto;
  }
}
section.policy .plc_contents_reverse .right-box {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: auto;
}
@media (min-width: 1001px) {
  section.policy .plc_contents_reverse .right-box {
    width: 480px;
    margin-right: 10%;
  }
}
@media (min-width: 1268px) {
  section.policy .plc_contents_reverse .right-box {
    width: 750px;
    margin-right: 10%;
  }
}
section.policy .plc_contents_reverse .right-box .inner-right-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  section.policy .plc_contents_reverse .right-box .inner-right-box {
    margin-bottom: 10px;
  }
}
section.policy .plc_contents_reverse .right-box .plc_p {
  font-size: 15px;
  line-height: 1.5rem;
}

.plc_number {
  font-family: Arial, sans-serif !important;
  font-size: clamp(87px, 9.2vw, 71px);
}

.plc_h3 {
  font-size: clamp(18px, 2.3vw, 25px);
  line-height: 2rem;
  margin-left: 5px;
}

.mg100 {
  margin-top: 100px;
}

/*feature*/
section.feature .ft-top {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  overflow: hidden !important;
}
@media (min-width: 1001px) {
  section.feature .ft-top {
    flex-direction: row;
  }
}
section.feature .ft-top .ft_contents {
  width: 95%;
  height: 350px;
  margin: 0px auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.6s ease-out;
}
@media (min-width: 1001px) {
  section.feature .ft-top .ft_contents {
    width: 340px;
    height: 360px;
  }
}
section.feature .ft-top .ft_contents .ft_h3 {
  text-align: center;
  font-size: clamp(20px, 2.6vw, 25px);
  line-height: 2.4rem;
  color: #fff;
}
section.feature .ft-top .ft_contents .ft_p {
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.5rem;
  color: #fff;
}
section.feature .ft-top .ft_contents:hover {
  transform: scale(1.05);
}
section.feature .ft-bottom {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  overflow: hidden !important;
}
@media (min-width: 1001px) {
  section.feature .ft-bottom {
    margin-bottom: 80px;
  }
}
@media (min-width: 1001px) {
  section.feature .ft-bottom {
    flex-direction: row;
  }
}
section.feature .ft-bottom .ft_contents {
  width: 95%;
  height: 350px;
  margin: 0px auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.6s ease-out;
}
@media (min-width: 1001px) {
  section.feature .ft-bottom .ft_contents {
    width: 510px;
    height: 360px;
  }
}
section.feature .ft-bottom .ft_contents .ft_h3 {
  text-align: center;
  font-size: clamp(20px, 2.6vw, 25px);
  line-height: 2.4rem;
  color: #fff;
}
section.feature .ft-bottom .ft_contents .ft_p {
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.5rem;
  color: #fff;
}
section.feature .ft-bottom .ft_contents:hover {
  transform: scale(1.05);
}

.ft_img1 {
  background-image: url(../img/feature_img1.jpg);
}

.ft_img2 {
  background-image: url(../img/feature_img2.jpg);
}

.ft_img3 {
  background-image: url(../img/feature_img3.jpg);
}

.ft_img4 {
  background-image: url(../img/feature_img4.jpg);
}

.ft_img5 {
  background-image: url(../img/feature_img5.jpg);
}

/*contact*/
section.contact {
  background-image: url(../img/contact_bg.png);
  background-position: center;
  background-size: cover;
  padding-top: 53px;
  height: 593px;
}
section.contact .contact_p {
  margin-top: 55px;
  text-align: center;
  font-size: clamp(15px, 2vw, 25px);
  line-height: 1.5rem;
}
section.contact div.contactbtn_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 10px;
  /*hoverした際の形状*/
}
@media (min-width: 1001px) {
  section.contact div.contactbtn_box {
    flex-direction: row;
    margin-top: 78px;
  }
}
section.contact div.contactbtn_box a.contact_a {
  /*アニメーションの起点*/
  position: relative;
  overflow: hidden;
  z-index: 200;
  /*アニメーションの指定*/
  transition: ease 0.2s;
  display: block;
  width: 95%;
  margin: 0px 20px;
  height: 60px;
  text-align: center;
  padding: 19px;
  border: solid 1px #000;
  font-size: clamp(17px, 2.2vw, 25px);
  cursor: pointer;
}
@media (min-width: 1001px) {
  section.contact div.contactbtn_box a.contact_a {
    width: 390px;
    height: 78px;
    padding: 23px 10px 10px 10px;
  }
}
section.contact div.contactbtn_box a.contact_a span {
  position: relative;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  z-index: 203;
  color: #333;
}
section.contact div.contactbtn_box a.contact_a:hover span {
  color: #fff;
}
section.contact div.contactbtn_box .bgleft:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  /*色や形状*/
  background: #333; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
section.contact div.contactbtn_box .bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

a.contact_a {
  /*アニメーションの起点*/
  position: relative;
  overflow: hidden;
  z-index: 200;
  /*アニメーションの指定*/
  transition: ease 0.2s;
  display: block;
  width: 95%;
  margin: 0px 20px;
  height: 60px;
  text-align: center;
  padding: 19px;
  border: solid 1px #000;
  font-size: clamp(17px, 2.2vw, 25px);
  cursor: pointer;
}
@media (min-width: 1001px) {
  a.contact_a {
    width: 390px;
    height: 78px;
    padding: 23px 10px 10px 10px;
  }
}
a.contact_a span {
  position: relative;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  z-index: 203;
  color: #333;
}
a.contact_a:hover span {
  color: #fff;
}

.bgleft:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  /*色や形状*/
  background: #333; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*about-feature*/
section.page-feature {
  font-family: "Noto Sans JP";
  margin-bottom: 100px;
}
section.page-feature .plc_contents {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  gap: 15px;
}
@media (min-width: 1001px) {
  section.page-feature .plc_contents {
    flex-direction: row;
    margin-top: 80px;
    gap: 30px;
  }
}
section.page-feature .plc_contents .left-box {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: auto;
}
@media (min-width: 1001px) {
  section.page-feature .plc_contents .left-box {
    width: 480px;
    margin-left: 10%;
  }
}
section.page-feature .plc_contents .left-box .inner-left-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  section.page-feature .plc_contents .left-box .inner-left-box {
    margin-bottom: 10px;
  }
}
section.page-feature .plc_contents .left-box .inner-left-box .lt_line_img {
  width: 35px;
  height: auto;
  margin-right: 7px;
}
section.page-feature .plc_contents .left-box .inner-left-box .plc_h3 {
  font-size: clamp(20px, 2.6vw, 25px);
  font-weight: bold;
  margin-bottom: 10px;
}
section.page-feature .plc_contents .left-box .plc_p {
  font-size: 15px;
  line-height: 1.7rem;
}
section.page-feature .plc_contents .right-box {
  width: 100%;
}
@media (min-width: 1001px) {
  section.page-feature .plc_contents .right-box {
    width: 600px;
  }
}
section.page-feature .plc_contents .right-box .plc_img {
  display: block;
  width: 95%;
  margin-left: auto;
}
@media (min-width: 1001px) {
  section.page-feature .plc_contents .right-box .plc_img {
    width: 600px;
    height: auto;
  }
}
section.page-feature .plc_contents_reverse {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 60px;
  gap: 30px;
}
@media (min-width: 1001px) {
  section.page-feature .plc_contents_reverse {
    flex-direction: row;
    margin-top: 80px;
  }
}
section.page-feature .plc_contents_reverse .left-box {
  width: 100%;
}
@media (min-width: 1001px) {
  section.page-feature .plc_contents_reverse .left-box {
    width: 600px;
  }
}
section.page-feature .plc_contents_reverse .left-box .plc_img {
  display: block;
  width: 95%;
  margin-right: auto;
}
@media (min-width: 1001px) {
  section.page-feature .plc_contents_reverse .left-box .plc_img {
    width: 600px;
    height: auto;
  }
}
section.page-feature .plc_contents_reverse .right-box {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: auto;
}
@media (min-width: 1001px) {
  section.page-feature .plc_contents_reverse .right-box {
    width: 480px;
    margin-right: 10%;
  }
}
section.page-feature .plc_contents_reverse .right-box .inner-right-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  section.page-feature .plc_contents_reverse .right-box .inner-right-box {
    margin-bottom: 10px;
  }
}
section.page-feature .plc_contents_reverse .right-box .inner-right-box .lt_line_img {
  width: 35px;
  height: auto;
  margin-right: 7px;
}
section.page-feature .plc_contents_reverse .right-box .inner-right-box .plc_h3 {
  font-size: clamp(20px, 2.6vw, 25px);
  font-weight: bold;
  line-height: 2.5rem;
  margin-bottom: 10px;
}
section.page-feature .plc_contents_reverse .right-box .plc_p {
  font-size: 15px;
  line-height: 1.7rem;
}

/*about-concept*/
div.concept-dg {
  width: 100%;
  margin: 30px auto 80px auto;
  text-align: center;
}
@media (min-width: 1001px) {
  div.concept-dg {
    width: 857px;
    margin: 50px auto 100px auto;
  }
}
div.concept-dg .concept-dg_img {
  display: block;
  width: 100%;
  margin: 0px auto;
}
@media (min-width: 1001px) {
  div.concept-dg .concept-dg_img {
    width: 857px;
  }
}

/*about-education*/
section.page-education div.edu-grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px 25px;
  margin-bottom: 90px;
}
@media (min-width: 1001px) {
  section.page-education div.edu-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.page-education div.edu-grid-container div.edu-container {
  padding: 20px 0;
}
@media (min-width: 1001px) {
  section.page-education div.edu-grid-container div.edu-container {
    padding: 40px 0;
  }
}
section.page-education div.edu-grid-container div.edu-container .edu-inner {
  display: flex;
  flex-direction: column;
}
section.page-education div.edu-grid-container div.edu-container .edu-inner .edu_img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto;
}
@media (min-width: 1001px) {
  section.page-education div.edu-grid-container div.edu-container .edu-inner .edu_img {
    width: 489px;
  }
}
section.page-education div.edu-grid-container div.edu-container .edu-inner .edu-h3 {
  font-size: clamp(20px, 2.6vw, 25px);
  font-weight: bold;
  padding: 10px 0;
}
section.page-education div.edu-grid-container div.edu-container .edu-inner .edu-p {
  font-size: 15px;
  line-height: 1.7rem;
}

section.page-ov div.map-container {
  margin-top: 50px;
}
section.page-ov div.map-container iframe[src*="www.google.com/maps/embed"] {
  aspect-ratio: 2/1;
  width: 100%;
  height: auto;
}
section.page-ov div.map-text {
  font-size: 15px;
  line-height: 1.7rem;
  margin-top: 15px;
  margin-bottom: 100px;
}
section.page-ov div.map-text p {
  text-indent: -1em;
  margin-left: 1em;
}

table.ov-table {
  width: 95% !important;
  margin: 54px auto;
}
@media (min-width: 1001px) {
  table.ov-table {
    width: 1020px !important;
  }
}
table.ov-table tr {
  height: 100px;
}
table.ov-table tr th {
  background: #ECECEC;
  border-bottom: solid 5px #fff;
  text-align: center;
  vertical-align: middle;
  min-width: 90px;
}
@media (min-width: 1001px) {
  table.ov-table tr th {
    width: 240px;
  }
}
table.ov-table tr td {
  border-bottom: solid 5px #ECECEC;
  vertical-align: middle;
  padding-left: 20px;
  line-height: 1.5rem;
}
table.ov-table tr .border-n {
  border-bottom: none;
}

section.page-life .schedule {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  section.page-life .schedule {
    width: 836px;
  }
}
section.page-life .schedule .schedule_img {
  display: block;
  width: 95%;
  margin: 0 auto 80px auto;
}
@media (min-width: 1001px) {
  section.page-life .schedule .schedule_img {
    width: 836px;
    margin: 30px auto 100px auto;
  }
}

section.page-value {
  margin-bottom: 120px;
}
section.page-value .value-box {
  width: min(100%, 1020px);
  position: relative;
  border-left: solid 1px #707070;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  font-size: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  margin-top: 50px;
  padding: 30px 20px;
}
@media (min-width: 1001px) {
  section.page-value .value-box {
    margin-top: 70px;
    height: 192px;
  }
}
section.page-value .value-box .value-letter {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.page-value .value-box .value-letter .value-lt-img {
  width: 100px;
  height: auto;
}
@media (min-width: 1001px) {
  section.page-value .value-box .value-letter .value-lt-img {
    width: 130px;
  }
}
section.page-value .value-box .value-ttl {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 25px;
}
section.page-value .value-box .value-p {
  font-size: 15px;
  line-height: 1.7rem;
}
section.page-value .border-cl1 {
  border-top: solid 1px #29B675;
}
section.page-value .border-cl2 {
  border-top: solid 1px #FF2A78;
}
section.page-value .border-cl3 {
  border-top: solid 1px #1C3197;
}

section.page-event {
  margin-top: 55px;
  margin-bottom: 120px;
}
section.page-event .event-box {
  width: 85%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #707070;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-top: 70px;
}
@media (min-width: 1001px) {
  section.page-event .event-box {
    width: 980px;
    height: 276px;
    flex-direction: row;
    justify-content: space-between;
  }
}
section.page-event .event-box .event-season {
  position: absolute;
  left: -30px;
  top: -30px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  background-color: #8D8D8D;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
}
section.page-event .event-box .event-season_rev {
  position: absolute;
  right: -30px;
  top: -30px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  background-color: #8D8D8D;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
}
section.page-event .event-box .event_ul {
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.7rem;
  margin-left: 0px;
}
@media (min-width: 1001px) {
  section.page-event .event-box .event_ul {
    line-height: 2.4rem;
    margin-left: 40px;
  }
}
@media (max-width: 1000px) {
  section.page-event .event-box .event_ul {
    margin-bottom: 30px;
  }
}
section.page-event .event-box .event_ul_reverse {
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.7rem;
  margin-right: 0px;
}
@media (min-width: 1001px) {
  section.page-event .event-box .event_ul_reverse {
    line-height: 2.4rem;
    margin-right: 40px;
  }
}
@media (max-width: 1000px) {
  section.page-event .event-box .event_ul_reverse {
    margin-bottom: 30px;
  }
}
section.page-event .event-box .event-img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
}
@media (min-width: 1001px) {
  section.page-event .event-box .event-img {
    margin-top: 88px;
    width: 400px;
  }
}
section.page-event .reverse {
  width: 85%;
  height: 300px;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1001px) {
  section.page-event .reverse {
    width: 980px;
    height: 276px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

/*guideline　園児募集要項*/
.day-care-table {
  width: 95% !important;
  margin: 54px auto;
}
@media (min-width: 1001px) {
  .day-care-table {
    width: 1020px !important;
  }
}
.day-care-table tr.day-care-tr {
  padding: 10px;
}
.day-care-table tr.day-care-tr th.day-care-th {
  padding: 10px;
  background: #ECECEC;
  border-bottom: solid 5px #fff;
  text-align: center;
  vertical-align: middle;
  min-width: 90px;
  font-weight: bold;
  font-size: clamp(15px, 2vw, 20px);
}
@media (min-width: 1001px) {
  .day-care-table tr.day-care-tr th.day-care-th {
    width: 240px;
  }
}
@media (max-width: 1000px) {
  .day-care-table tr.day-care-tr th.day-care-th {
    display: block;
  }
}
.day-care-table tr.day-care-tr td.day-care-td {
  padding: 20px;
  border-bottom: solid 5px #ECECEC;
  vertical-align: middle;
  line-height: 2rem;
  font-size: clamp(14px, 1.8vw, 16px);
}
@media (min-width: 1001px) {
  .day-care-table tr.day-care-tr td.day-care-td {
    padding-left: 20px;
  }
}
@media (max-width: 1000px) {
  .day-care-table tr.day-care-tr td.day-care-td {
    display: block;
  }
}
.day-care-table tr.day-care-tr td.day-care-td ul {
  text-indent: -1em;
  margin-left: 1em;
}
.day-care-table tr.day-care-tr td.day-care-td ul li {
  font-size: clamp(14px, 1.8vw, 16px);
}
.day-care-table tr.day-care-tr td.day-care-td p {
  font-size: clamp(14px, 1.8vw, 16px);
  text-align: left;
}
.day-care-table tr.day-care-tr td.day-care-td .sm-table {
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 1000px) {
  .day-care-table tr.day-care-tr td.day-care-td .sm-table {
    width: 100%;
  }
}
.day-care-table tr.day-care-tr td.day-care-td .sm-table tr {
  padding: 20px;
}
.day-care-table tr.day-care-tr td.day-care-td .sm-table tr th {
  padding: 10px;
  background: #ECECEC;
  border-bottom: solid 5px #fff;
  text-align: center;
  vertical-align: middle;
  min-width: 90px;
  font-weight: bold;
  font-size: clamp(15px, 2vw, 20px);
}
@media (min-width: 1001px) {
  .day-care-table tr.day-care-tr td.day-care-td .sm-table tr th {
    width: 240px;
  }
}
.day-care-table tr.day-care-tr td.day-care-td .sm-table tr td {
  padding: 20px;
  border-bottom: solid 5px #ECECEC;
  vertical-align: middle;
  padding-left: 0px;
  line-height: 2rem;
  font-size: clamp(14px, 1.8vw, 16px);
}
@media (min-width: 1001px) {
  .day-care-table tr.day-care-tr td.day-care-td .sm-table tr td {
    padding-left: 20px;
  }
}
.day-care-table tr.day-care-tr td.day-care-td .sm_p {
  font-size: clamp(14px, 1.8vw, 15px);
  color: #8D8D8D;
}
.day-care-table tr.day-care-tr td.day-care-td .td_flexbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
.day-care-table tr.day-care-tr td.day-care-td .td_flexbox .tel_img {
  display: block;
  width: 22px;
  height: auto;
  text-align: center;
}
@media (min-width: 1001px) {
  .day-care-table tr.day-care-tr td.day-care-td .td_flexbox .tel_img {
    width: 30px;
  }
}
.day-care-table tr.day-care-tr td.day-care-td .td_flexbox p {
  font-size: clamp(19px, 2.5vw, 26px);
  font-weight: bold;
  color: #1C3197;
}
.day-care-table tr.day-care-tr .border-n {
  border-bottom: none !important;
}
@media (max-width: 1000px) {
  .day-care-table tr.day-care-tr .border-n {
    border-bottom: solid 5px #ECECEC !important;
  }
}
.day-care-table tr.day-care-tr div.grid-table-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  gap: 5px;
  border: solid 1px #B5B5B5;
  padding: 5px;
}
@media (min-width: 1001px) {
  .day-care-table tr.day-care-tr div.grid-table-box {
    grid-template-columns: repeat(4, 1fr);
  }
}
.day-care-table tr.day-care-tr div.grid-table-box div.innergrid-table-box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
.day-care-table tr.day-care-tr div.grid-table-box div.innergrid-table-box .up_p {
  text-align: center;
  padding: 15px;
  background: #F1F1F1;
}
.day-care-table tr.day-care-tr div.grid-table-box div.innergrid-table-box .down_p {
  text-align: center;
  padding: 15px;
  border-right: solid 5px #F1F1F1;
  margin-right: -5px;
}
.day-care-table tr.day-care-tr div.grid-table-box div.innergrid-table-box:last-child .down_p {
  border-right: none;
}
@media (max-width: 1000px) {
  .day-care-table tr.day-care-tr div.grid-table-box div.innergrid-table-box:nth-of-type(2) .down_p {
    border-right: none;
  }
}

.mg_tp20 {
  margin-top: 20px;
}

a.guide_a {
  width: 100%;
  height: 78px;
  text-align: center;
  font-size: clamp(15px, 2vw, 20px);
  margin: 60px auto 100px;
  border: solid 1px #000;
  line-height: clamp(15px, 2vw, 20px);
  /*申し込みボタンアニメーションの起点*/
  position: relative;
  overflow: hidden;
  z-index: 200;
  /*申し込みボタンアニメーションの指定*/
  transition: ease 0.2s;
  cursor: pointer;
}
@media (min-width: 1001px) {
  a.guide_a {
    width: 590px;
    margin: 70px auto 150px;
  }
}
a.guide_a span {
  position: relative;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  z-index: 203;
  color: #333;
  text-align: center;
  line-height: clamp(15px, 2vw, 20px);
}
a.guide_a:hover span {
  color: #fff;
}
a.guide_a .pdf_img {
  position: relative;
  z-index: 203;
  display: block;
  width: 51px;
  height: auto;
}

.btn_flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.bgleft:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  /*色や形状*/
  background: #333; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*page-ad-step　入園までの流れ*/
section.page-ad-step {
  margin-bottom: 100px;
}
@media (min-width: 1001px) {
  section.page-ad-step {
    margin-bottom: 180px;
  }
}
section.page-ad-step div.adschedule {
  position: relative;
  max-width: 1020px;
  width: 100%;
  padding: 30px 10px 10px 10px;
  border-top: solid 1px #EC8328;
  border-left: solid 1px #707070;
  border-bottom: solid 1px #707070;
  border-right: solid 1px #707070;
  margin-top: 80px;
}
@media (min-width: 1001px) {
  section.page-ad-step div.adschedule {
    padding: 30px;
  }
}
section.page-ad-step div.adschedule .step_circle {
  position: absolute;
  top: -50px;
  left: 30px;
  width: 97px;
  height: 97px;
  border-radius: 50%;
  background-color: #FFF3E4;
  text-align: center;
  line-height: 97px;
  color: #EC8328;
}
@media (min-width: 1001px) {
  section.page-ad-step div.adschedule .step_circle {
    top: -55px;
    left: 30px;
    width: 111px;
    height: 111px;
    line-height: 111px;
  }
}
section.page-ad-step div.adschedule .adschedule_flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (min-width: 1001px) {
  section.page-ad-step div.adschedule .adschedule_flex {
    flex-direction: row;
  }
}
section.page-ad-step div.adschedule .adschedule_flex .adschedule_textbox {
  width: 100%;
  margin: 30px auto;
}
@media (min-width: 1001px) {
  section.page-ad-step div.adschedule .adschedule_flex .adschedule_textbox {
    margin: 50px auto;
  }
}
section.page-ad-step div.adschedule .adschedule_flex .adschedule_textbox .adschedule_h3 {
  font-size: clamp(20px, 2.6vw, 23px);
  font-weight: bold;
  margin-bottom: 17px;
}
section.page-ad-step div.adschedule .adschedule_flex .adschedule_textbox .adschedule_p {
  font-size: 15px;
  line-height: 1.5rem;
}
section.page-ad-step div.adschedule .adschedule_flex .adschedule_imgbox .adschedule_img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  section.page-ad-step div.adschedule .adschedule_flex .adschedule_imgbox .adschedule_img {
    width: 294px;
  }
}

.adschedule_textbox {
  width: 100%;
  margin: 30px auto;
}
@media (min-width: 1001px) {
  .adschedule_textbox {
    width: 550px;
  }
}
.adschedule_textbox .adschedule_h3 {
  font-size: clamp(20px, 2.6vw, 23px);
  font-weight: bold;
  margin-bottom: 17px;
}
.adschedule_textbox .adschedule_p {
  font-size: 15px;
  line-height: 1.5rem;
}
.adschedule_textbox .adschedule_ul {
  font-size: 15px;
  line-height: 1.5rem;
}

.wt {
  width: 100%;
}
@media (min-width: 1001px) {
  .wt {
    width: 940px;
  }
}

div.arrow {
  display: block;
  width: 56px;
  height: auto;
  margin: 20px auto -20px;
}

/*page-mother-voice　保護者の声*/
section.page-mother-voice {
  margin-bottom: 75px;
}
@media (min-width: 1001px) {
  section.page-mother-voice {
    margin-bottom: 120px;
  }
}
section.page-mother-voice .rightimg_box {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border: solid 1px #707070;
  margin-top: 50px;
}
@media (min-width: 1001px) {
  section.page-mother-voice .rightimg_box {
    width: 1020px;
    height: 171px;
    margin-top: 80px;
  }
}
section.page-mother-voice .rightimg_box .voice_p {
  font-size: 15px;
  line-height: 1.8rem;
  width: 100%;
}
@media (min-width: 1001px) {
  section.page-mother-voice .rightimg_box .voice_p {
    width: 650px;
  }
}
section.page-mother-voice .rightimg_box .r_voice_img {
  display: block;
  position: absolute;
  right: 0px;
  bottom: -40px;
  width: 154px;
}
@media (min-width: 1001px) {
  section.page-mother-voice .rightimg_box .r_voice_img {
    width: 266px;
  }
}
section.page-mother-voice .leftimg_box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  border: solid 1px #707070;
  justify-content: flex-end;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
}
@media (min-width: 1001px) {
  section.page-mother-voice .leftimg_box {
    width: 1020px;
    height: 171px;
    margin-top: 80px;
  }
}
@media (max-width: 1000px) {
  section.page-mother-voice .leftimg_box {
    padding-bottom: 80px;
  }
}
section.page-mother-voice .leftimg_box .voice_p {
  font-size: 15px;
  line-height: 1.8rem;
  width: 100%;
}
@media (min-width: 1001px) {
  section.page-mother-voice .leftimg_box .voice_p {
    width: 650px;
  }
}
section.page-mother-voice .leftimg_box .l_voice_img {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 154px;
}
@media (min-width: 1001px) {
  section.page-mother-voice .leftimg_box .l_voice_img {
    width: 266px;
  }
}
@media (max-width: 1000px) {
  section.page-mother-voice .mg-bt {
    padding-bottom: 80px;
  }
}

section.page-childcare .preschool_div {
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1001px) {
  section.page-childcare .preschool_div {
    height: 170px;
  }
}
section.page-childcare .preschool_div .preschool_h3 {
  font-size: clamp(20px, 2.6vw, 25px);
  font-weight: bold;
  margin-bottom: 22px;
  line-height: 2rem;
}
section.page-childcare .preschool_div .preschool_p {
  font-size: 15px;
  line-height: 1.7rem;
}
section.page-childcare .preschool_div:first-of-type {
  margin-top: 30px;
}

/*未就園児クラスの4枚の横並びの画像デザイン*/
/*
.childcare_flexbox {
    width: 100%;
    margin-top: 20px;

    @include lg {
        margin-top: 70px;
    }

    .childcare_imgbox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        @include lg {
            flex-direction: row;
        }

        .childcare_img {
            display: block;
            width: 100%;
            height: auto;

            @include lg {
                width: 25%;
            }
        }
    }
}*/
section.page-preschool-guide .preschool_guide {
  width: 95%;
  max-width: 1020px;
  height: 100%;
  margin: 50px auto;
  border: solid 1px #707070;
}
@media (min-width: 1001px) {
  section.page-preschool-guide .preschool_guide {
    margin: 120px auto;
    height: 850px;
  }
}
section.page-preschool-guide .preschool_guide .preschool_name {
  margin: 39px auto 0;
  padding-bottom: 15px;
  width: 95%;
  border-bottom: solid 1px #000;
}
@media (min-width: 1001px) {
  section.page-preschool-guide .preschool_guide .preschool_name {
    margin-left: 70px;
    margin-top: 50px;
    padding-bottom: 20px;
    width: 370px;
  }
}
section.page-preschool-guide .preschool_guide .preschool_name h3, section.page-preschool-guide .preschool_guide .preschool_name p {
  font-size: clamp(20px, 2.6vw, 23px);
  font-weight: bold;
  line-height: 2.5rem;
}
section.page-preschool-guide .preschool_guide .preschool_flex {
  display: flex;
  flex-direction: column;
  gap: -50px;
  margin-left: 0px;
  margin-top: 30px;
}
@media (min-width: 1001px) {
  section.page-preschool-guide .preschool_guide .preschool_flex {
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
    margin-left: 70px;
    margin-top: 50px;
  }
}
section.page-preschool-guide .preschool_guide .preschool_flex .preschool_left {
  width: 95%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1001px) {
  section.page-preschool-guide .preschool_guide .preschool_flex .preschool_left {
    width: 538px;
  }
}
@media (max-width: 1000px) {
  section.page-preschool-guide .preschool_guide .preschool_flex .preschool_left {
    margin-bottom: -80px;
  }
}
section.page-preschool-guide .preschool_guide .preschool_flex .preschool_left .pre-guide {
  margin-bottom: 32px;
}
section.page-preschool-guide .preschool_guide .preschool_flex .preschool_left .pre-guide h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 10px;
}
section.page-preschool-guide .preschool_guide .preschool_flex .preschool_left .pre-guide h4::before {
  content: "";
  display: inline-block;
  position: relative;
  left: -10px;
  top: 3px;
  width: 20px;
  height: 20px;
  background: #B5B5B5;
}
section.page-preschool-guide .preschool_guide .preschool_flex .preschool_left .pre-guide p {
  font-size: 17px;
  line-height: 1.8rem;
  margin-left: 1.8em;
}
section.page-preschool-guide .preschool_guide .preschool_flex .preschool_right {
  width: 100%;
}
@media (min-width: 1001px) {
  section.page-preschool-guide .preschool_guide .preschool_flex .preschool_right {
    width: 400px;
  }
}
section.page-preschool-guide .preschool_guide .preschool_flex .preschool_right .preschool_img {
  display: block;
  width: 100%;
}
@media (min-width: 1001px) {
  section.page-preschool-guide .preschool_guide .preschool_flex .preschool_right .preschool_img {
    width: 400px;
  }
}

section.page-preschool-app .preschool_app {
  border: solid 20px rgba(235, 233, 217, 0.5);
  padding: 40px 0px;
  margin-bottom: 80px;
  /*申し込みボタン配置*/
}
@media (min-width: 1001px) {
  section.page-preschool-app .preschool_app {
    border-width: 50px;
    padding: 70px 0px;
    margin-bottom: 100px;
  }
}
section.page-preschool-app .preschool_app .app_title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section.page-preschool-app .preschool_app .app_title .chick_img {
  display: block;
  width: 66px;
}
@media (min-width: 1001px) {
  section.page-preschool-app .preschool_app .app_title .chick_img {
    width: 85px;
  }
}
section.page-preschool-app .preschool_app .app_title h3 {
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
}
section.page-preschool-app .preschool_app p {
  font-size: clamp(15px, 1.9vw, 17px);
  text-align: center;
  margin: 25px 10px;
  line-height: 1.7rem;
}
@media (min-width: 1001px) {
  section.page-preschool-app .preschool_app p {
    margin: 35px 0;
  }
}
section.page-preschool-app .preschool_app div.app_btn_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 10px;
  /*hoverした際の形状*/
}
@media (min-width: 1001px) {
  section.page-preschool-app .preschool_app div.app_btn_box {
    flex-direction: row;
    margin-top: 0px;
  }
}
section.page-preschool-app .preschool_app div.app_btn_box a.contact_a {
  /*申し込みボタンアニメーションの起点*/
  position: relative;
  overflow: hidden;
  z-index: 200;
  /*申し込みボタンアニメーションの指定*/
  transition: ease 0.2s;
  display: block;
  width: 95%;
  margin: 0px 20px;
  height: 60px;
  text-align: center;
  padding: 19px;
  border: solid 1px #000;
  font-size: clamp(17px, 2.2vw, 25px);
  cursor: pointer;
}
@media (min-width: 1001px) {
  section.page-preschool-app .preschool_app div.app_btn_box a.contact_a {
    width: 390px;
    height: 78px;
    padding: 23px 10px 10px 10px;
  }
}
section.page-preschool-app .preschool_app div.app_btn_box a.contact_a span {
  position: relative;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  z-index: 203;
  color: #333;
}
section.page-preschool-app .preschool_app div.app_btn_box a.contact_a:hover span {
  color: #fff;
}
section.page-preschool-app .preschool_app div.app_btn_box .bgleft:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  /*色や形状*/
  background: #333; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
section.page-preschool-app .preschool_app div.app_btn_box .bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

section.page-playground {
  margin-bottom: 90px;
}
@media (min-width: 1001px) {
  section.page-playground {
    margin-bottom: 130px;
  }
}
section.page-playground span.h2_span_sub {
  width: 200px;
}
section.page-playground .preschool_div {
  width: 95%;
  margin: 50px auto 30px;
}
@media (min-width: 1001px) {
  section.page-playground .preschool_div {
    width: 1020px;
    margin: 50px auto 80px;
  }
}
section.page-playground .preschool_div p.preschool_p {
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.8rem;
}

section.page-day-care h3 {
  font-size: clamp(20px, 2.6vw, 28px);
  text-align: center;
  font-weight: bold;
  margin: 50px 0;
}
section.page-day-care p {
  font-size: clamp(15px, 2vw, 17px);
  text-align: center;
  line-height: 1.8rem;
}
section.page-day-care .day-care-table {
  width: 95% !important;
  margin: 54px auto;
}
@media (min-width: 1001px) {
  section.page-day-care .day-care-table {
    width: 1020px !important;
  }
}
section.page-day-care .day-care-table tr.day-care-tr {
  padding: 10px;
}
section.page-day-care .day-care-table tr.day-care-tr th.day-care-th {
  padding: 10px;
  background: #ECECEC;
  border-bottom: solid 5px #fff;
  text-align: center;
  vertical-align: middle;
  min-width: 90px;
  font-weight: bold;
  font-size: clamp(15px, 2vw, 20px);
}
@media (min-width: 1001px) {
  section.page-day-care .day-care-table tr.day-care-tr th.day-care-th {
    width: 240px;
  }
}
@media (max-width: 1000px) {
  section.page-day-care .day-care-table tr.day-care-tr th.day-care-th {
    display: block;
  }
}
section.page-day-care .day-care-table tr.day-care-tr td.day-care-td {
  padding: 20px;
  border-bottom: solid 5px #ECECEC;
  vertical-align: middle;
  padding-left: 0px;
  line-height: 2rem;
  font-size: clamp(14px, 1.8vw, 16px);
}
@media (min-width: 1001px) {
  section.page-day-care .day-care-table tr.day-care-tr td.day-care-td {
    padding-left: 20px;
  }
}
@media (max-width: 1000px) {
  section.page-day-care .day-care-table tr.day-care-tr td.day-care-td {
    display: block;
  }
}
section.page-day-care .day-care-table tr.day-care-tr td.day-care-td ul {
  text-indent: -1em;
  margin-left: 1em;
}
section.page-day-care .day-care-table tr.day-care-tr td.day-care-td ul li {
  font-size: clamp(14px, 1.8vw, 16px);
}
section.page-day-care .day-care-table tr.day-care-tr td.day-care-td p {
  font-size: clamp(14px, 1.8vw, 16px);
  text-align: left;
}
section.page-day-care .day-care-table tr.day-care-tr td.day-care-td .sm-table {
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 1000px) {
  section.page-day-care .day-care-table tr.day-care-tr td.day-care-td .sm-table {
    width: 100%;
  }
}
section.page-day-care .day-care-table tr.day-care-tr td.day-care-td .sm-table tr {
  padding: 20px;
}
section.page-day-care .day-care-table tr.day-care-tr td.day-care-td .sm-table tr th {
  padding: 10px;
  background: #ECECEC;
  border-bottom: solid 5px #fff;
  text-align: center;
  vertical-align: middle;
  min-width: 90px;
  font-weight: bold;
  font-size: clamp(15px, 2vw, 20px);
}
@media (min-width: 1001px) {
  section.page-day-care .day-care-table tr.day-care-tr td.day-care-td .sm-table tr th {
    width: 240px;
  }
}
section.page-day-care .day-care-table tr.day-care-tr td.day-care-td .sm-table tr td {
  padding: 20px;
  border-bottom: solid 5px #ECECEC;
  vertical-align: middle;
  padding-left: 0px;
  line-height: 2rem;
  font-size: clamp(14px, 1.8vw, 16px);
}
@media (min-width: 1001px) {
  section.page-day-care .day-care-table tr.day-care-tr td.day-care-td .sm-table tr td {
    padding-left: 20px;
  }
}
section.page-day-care .day-care-table tr.day-care-tr td.day-care-td .sm_p {
  font-size: clamp(14px, 1.8vw, 15px);
  color: #8D8D8D;
}
section.page-day-care .day-care-table tr.day-care-tr td.day-care-td .td_flexbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
section.page-day-care .day-care-table tr.day-care-tr td.day-care-td .td_flexbox .tel_img {
  display: block;
  width: 22px;
  height: auto;
  text-align: center;
}
@media (min-width: 1001px) {
  section.page-day-care .day-care-table tr.day-care-tr td.day-care-td .td_flexbox .tel_img {
    width: 30px;
  }
}
section.page-day-care .day-care-table tr.day-care-tr td.day-care-td .td_flexbox p {
  font-size: clamp(19px, 2.5vw, 26px);
  font-weight: bold;
  color: #1C3197;
}
section.page-day-care .day-care-table tr.day-care-tr .border-n {
  border-bottom: none !important;
}
@media (max-width: 1000px) {
  section.page-day-care .day-care-table tr.day-care-tr .border-n {
    border-bottom: solid 5px #ECECEC !important;
  }
}

.slider2 {
  margin-top: 0px;
  overflow: hidden;
}
@media (min-width: 1001px) {
  .slider2 {
    margin-top: 50px;
  }
}
.slider2 img {
  /*スライダー内の画像を横幅100%に*/
  width: 100%;
  height: auto;
}
.slider2 .slick-slide {
  /*スライド左右の余白調整*/
  margin: 0;
}

/* Parts
======================================== */
.hd_h2 {
  font-family: "M PLUS 1", sans-serif !important;
  font-size: clamp(25px, 5vw, 35px) !important;
}

p {
  font-family: "Noto Sans JP", sans-serif !important;
}

/* header
======================================== */
header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 300;
}
header .header-wrap {
  width: 95%;
  margin: 0px auto;
}
@media (min-width: 1268px) {
  header .header-wrap {
    width: 1200px;
  }
}
header .header-wrap .lg-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: 100%;
  /*==ボタンのためのCSS */
  /*==ナビゲーションのためのCSS*/
  /*アクティブクラスがついたら透過なしにして最前面へ*/
}
header .header-wrap .lg-inner h1 {
  width: clamp(153px, 23vw, 230px);
}
header .header-wrap .lg-inner h1 a {
  display: block;
  width: clamp(153px, 23vw, 230px);
}
header .header-wrap .lg-inner h1 a img.logo {
  display: block;
  width: clamp(153px, 23vw, 230px);
}
header .header-wrap .lg-inner a img.head_logo {
  display: block;
  width: clamp(153px, 23vw, 230px);
}
header .header-wrap .lg-inner nav {
  background: #fff;
  color: #000;
  text-align: center;
}
@media (max-width: 1000px) {
  header .header-wrap .lg-inner nav {
    padding: 0px;
  }
}
header .header-wrap .lg-inner nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 15px;
  /*hoverをしたら表示*/
  /*2階層目を持つliの矢印の設定*/
}
header .header-wrap .lg-inner nav ul ul {
  display: block;
}
header .header-wrap .lg-inner nav ul li {
  position: relative;
}
header .header-wrap .lg-inner nav ul li a {
  display: block;
  width: 200px;
  text-decoration: none;
  color: #000;
  padding: 10px;
  transition: all 0.3s;
  margin-left: 5px;
}
@media (min-width: 1001px) {
  header .header-wrap .lg-inner nav ul li a {
    width: 110px;
  }
}
header .header-wrap .lg-inner nav ul li a:hover {
  color: #c92828;
}
header .header-wrap .lg-inner nav ul li li a {
  padding: 10px;
  margin: 0px auto;
}
header .header-wrap .lg-inner nav ul .has-child:hover > ul, header .header-wrap .lg-inner nav ul .has-child ul li:hover > ul, header .header-wrap .lg-inner nav ul .has-child:active > ul, header .header-wrap .lg-inner nav ul .has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
header .header-wrap .lg-inner nav ul li.has-child::before {
  content: "";
  position: absolute;
  /*left: 3px;*/
  top: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
}
header .header-wrap .lg-inner nav ul li.has-child {
  width: 200px;
  margin-right: 5px;
  padding-left: 17px;
  text-align: left;
  /*margin-top: 10px;*/
  cursor: pointer;
}
@media (min-width: 1001px) {
  header .header-wrap .lg-inner nav ul li.has-child {
    width: 110px;
  }
}
header .header-wrap .lg-inner nav ul li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 4px;
  top: 58px;
  z-index: 100;
  /*形状を指定*/
  background: #FAF7D9;
  width: 120px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: o;
  /*アニメーション*/
  transition: all 0.3s;
}
@media (max-width: 1000px) {
  header .header-wrap .lg-inner nav ul li.has-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    /*Javascriptで制御するため一旦表示*/
    visibility: visible;
    /*Javascriptで制御するため一旦表示*/
    opacity: 1;
    /*Javascriptのslidetoggleで表示させるため非表示に*/
    display: none;
    /*Javascriptで制御するためCSSのアニメーションを切る*/
    transition: none;
    z-index: 100;
  }
}
header .header-wrap .lg-inner nav ul li.has-child ul li a {
  color: #000;
  border-bottom: solid 1px #EAD0A8;
  padding: 15px 10px;
  text-align: center;
  line-height: 23px;
  width: 120px;
}
@media (max-width: 1000px) {
  header .header-wrap .lg-inner nav ul li.has-child ul li a {
    border-bottom: 1px solid #ccc;
    line-height: 20px;
  }
}
header .header-wrap .lg-inner nav ul li.has-child ul li a:hover, header .header-wrap .lg-inner nav ul li.has-child ul li a:active {
  background: #E8B154;
  color: #fff;
}
header .header-wrap .lg-inner nav ul li.has-child ul li:last-child > a {
  border-bottom: none;
}
header .header-wrap .lg-inner nav ul li.has-child:first-child {
  margin-right: 25px;
}
header .header-wrap .lg-inner .openbtn {
  position: fixed;
  right: 10px;
  z-index: 9999 !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  /*xに変化*/
}
header .header-wrap .lg-inner .openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}
header .header-wrap .lg-inner .openbtn span:nth-of-type(1) {
  top: 15px;
}
header .header-wrap .lg-inner .openbtn span:nth-of-type(2) {
  top: 23px;
}
header .header-wrap .lg-inner .openbtn span:nth-of-type(3) {
  top: 31px;
}
header .header-wrap .lg-inner .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
header .header-wrap .lg-inner .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
header .header-wrap .lg-inner .openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
header .header-wrap .lg-inner #g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  display: none; /*はじめは非表示*/
  /*ナビの位置と形状*/
  top: 0;
  left: -10px;
  width: 110%;
  height: 100vh; /*ナビの高さ*/
  background: #F0F0F0;
  /*動き*/
  transition: all 0.3s;
}
header .header-wrap .lg-inner #g-nav ul {
  display: none; /*はじめは非表示*/
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .header-wrap .lg-inner #g-nav ul li {
  list-style: none;
  text-align: center;
  font-size: clamp(15px, 2vw, 17px);
  padding: 15px 0px 0px 0px;
  line-height: 0.5rem;
}
header .header-wrap .lg-inner #g-nav ul li a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  padding: 13px;
}
header .header-wrap .lg-inner #g-nav.panelactive {
  display: block;
  z-index: 50;
}
header .header-wrap .lg-inner #g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 50;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  line-height: 0.7rem;
}
header .header-wrap .lg-inner #g-nav.panelactive ul {
  display: block;
}
header .header-wrap .lg-inner #g-nav.panelactive ul .flex_li {
  display: flex;
  flex-direction: column;
  text-align: center;
}
header .header-wrap .lg-inner #g-nav.panelactive ul .flex_li a.largebtn {
  text-align: center;
  margin: 0 auto;
}
header .header-wrap .lg-inner #g-nav.panelactive ul .flex_li span.dropdown__lists {
  font-size: 14px;
  text-align: left;
  margin-left: 130px;
}
header .header-wrap .lg-inner #g-nav.panelactive ul .flex_li span.dropdown__lists a {
  width: 200px;
}
header .header-wrap .lg-inner #g-nav.panelactive ul .flex_li span.dropdown__lists:first-of-type {
  margin-top: 10px;
}
header .header-wrap .lg-inner #g-nav.panelactive ul li.large {
  text-align: center;
}
header .header-wrap .lg-inner #g-nav.panelactive ul li.large a {
  text-align: center;
}

/* footer
======================================== */
footer {
  width: 100%;
  height: 300px;
  background: #fff;
}
footer .footer-wrap {
  width: 95%;
  margin: 0px auto;
}
@media (min-width: 1268px) {
  footer .footer-wrap {
    width: 1150px;
  }
}

section.address {
  width: 100%;
}
section.address .address_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
  margin-top: 70px;
}
@media (min-width: 1001px) {
  section.address .address_container {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 92px;
  }
}
section.address .address_container .address_box {
  width: 225px;
}
section.address .address_container .address_box p.kinder_name {
  font-family: "M PLUS 1", sans-serif !important;
  font-size: 31px;
}
section.address .address_container .address_box p.kinder_address {
  font-size: 15px;
  line-height: 1.5rem;
  margin-top: 30px;
}
section.address .address_container .address_box a.ft_contents {
  display: block;
  padding-bottom: 10px;
  font-size: 15px;
}
section.address .address_container .address_box a.ft_contents:hover {
  text-decoration: underline;
}
section.address .address_container .address_box a.ft_contents:first-of-type {
  margin-top: 30px;
}
section.address .address_container .footer_logo_box {
  width: 90%;
  text-align: center;
}
@media (min-width: 1001px) {
  section.address .address_container .footer_logo_box {
    width: 480px;
    margin: 0px auto;
  }
}
@media (max-width: 1000px) {
  section.address .address_container .footer_logo_box {
    margin: 0px auto 50px;
  }
}
section.address .address_container .footer_logo_box .footer_logo_img {
  width: 154px;
  height: auto;
}
section.address .address_container .footer_empty_box {
  width: 225px;
}

.cthd_gap {
  gap: 10px;
}

.cthd_h2mg {
  margin-right: -7px;
}
@media (min-width: 1001px) {
  .cthd_h2mg {
    margin-right: -7px;
  }
}

.mg-7 {
  margin-right: 0px;
}

.contact_dcp {
  text-align: center;
  font-size: 15px;
  line-height: 1.5rem;
  margin: 45px auto;
}

.page-contact {
  /*電話番号*/
  /*ContactForm7 custom*/
}
.page-contact .ct_telbox {
  max-width: 1020px;
  width: 100%;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  align-items: center;
  background: #F3F3F3;
}
@media (min-width: 1001px) {
  .page-contact .ct_telbox {
    flex-direction: row;
    justify-content: space-around;
  }
}
.page-contact .ct_telbox .ct_tel_p {
  font-size: clamp(20px, 2.6vw, 25px);
  font-weight: bold;
}
.page-contact .ct_telbox .ct_tel_nb {
  display: flex;
  flex-direction: row;
}
.page-contact .ct_telbox .ct_tel_nb .ct_tel_nbimg {
  display: block;
  width: 43px;
  height: auto;
}
@media (min-width: 1001px) {
  .page-contact .ct_telbox .ct_tel_nb .ct_tel_nbimg {
    width: 57px;
  }
}
.page-contact .ct_telbox .ct_tel_nb .ct_tel_nbp {
  font-size: clamp(35px, 4.6vw, 48px);
  font-weight: bold;
  color: #1C3197;
}
.page-contact .ct_formbox {
  border: solid 1px #707070;
  margin: 25px auto 113px auto;
  width: 100%;
  height: 100%;
  padding-top: 65px;
  padding-bottom: 20px;
}
@media (min-width: 1001px) {
  .page-contact .ct_formbox {
    height: 100%;
  }
}
.page-contact .ct_formbox .ct-pdiv {
  max-width: 780px;
  width: 100%;
  margin: 40px auto 10px;
}
.page-contact .ct_formbox .ct-pdiv p.ct-p {
  font-size: 14px;
  line-height: 1.5rem;
  text-indent: -1em;
  margin-left: 1em;
}
@media (max-width: 1000px) {
  .page-contact .ct_formbox .ct-pdiv p.ct-p {
    width: 90%;
    margin: 0 auto;
  }
}
.page-contact .ct_formbox .cf7_table {
  max-width: 900px;
  width: 95%;
  margin: 30px auto;
}
.page-contact .ct_formbox .cf7_table .cf7_tr {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
  margin-bottom: 30px;
}
@media (min-width: 1001px) {
  .page-contact .ct_formbox .cf7_table .cf7_tr {
    flex-direction: row;
    height: 80px;
    gap: 30px;
  }
}
.page-contact .ct_formbox .cf7_table .cf7_tr .cf7_th {
  width: 100%;
  text-align: left;
  height: 60px;
  line-height: 60px;
}
@media (min-width: 1001px) {
  .page-contact .ct_formbox .cf7_table .cf7_tr .cf7_th {
    text-align: center;
    width: 197px;
  }
}
.page-contact .ct_formbox .cf7_table .cf7_tr .cf7_td {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: solid 1px #707070;
}
@media (min-width: 1001px) {
  .page-contact .ct_formbox .cf7_table .cf7_tr .cf7_td {
    width: 600px;
  }
}
.page-contact .ct_formbox .cf7_table .cf7_tr .bdn {
  border: none;
}
.page-contact .ct_formbox .cf7_table .cf7_tr .wpcf7-text {
  width: 100% !important;
  height: 60px !important;
  margin-top: -5px;
}
@media (min-width: 1001px) {
  .page-contact .ct_formbox .cf7_table .cf7_tr .wpcf7-text {
    width: 600px !important;
  }
}
.page-contact .ct_formbox .cf7_table .cf7_tr .cf7_td-txtarea {
  width: 100%;
  height: 230px;
  border: solid 1px #707070;
}
@media (min-width: 1001px) {
  .page-contact .ct_formbox .cf7_table .cf7_tr .cf7_td-txtarea {
    width: 600px !important;
    margin-top: 180px;
  }
}
@media (max-width: 1000px) {
  .page-contact .ct_formbox .cf7_table .cf7_tr .cf7_td-txtarea {
    margin-top: 30px;
  }
}
.page-contact .ct_formbox .cf7_table .cf7_tr-txtarea {
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}
@media (min-width: 1001px) {
  .page-contact .ct_formbox .cf7_table .cf7_tr-txtarea {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
}
.page-contact .ct_formbox .cf7_table .cf7_tr-txtarea .cf7_th-txtarea {
  width: 100%;
  text-align: left;
  height: 80px;
  line-height: 80px;
}
@media (min-width: 1001px) {
  .page-contact .ct_formbox .cf7_table .cf7_tr-txtarea .cf7_th-txtarea {
    height: 230px;
    line-height: 230px;
    text-align: center;
    width: 197px;
  }
}
.page-contact .ct_formbox .cf7_table .cf7_tr-txtarea .cf7_td-txtarea {
  margin-top: 0px;
  width: 100%;
  height: 230px;
  border: solid 1px #707070;
  line-height: 1.5rem;
}
@media (min-width: 1001px) {
  .page-contact .ct_formbox .cf7_table .cf7_tr-txtarea .cf7_td-txtarea {
    margin-top: 25px;
    width: 600px !important;
  }
}
.page-contact .ct_formbox .cf7_table .cf7_tr-txtarea .wpcf7-textarea {
  width: 100% !important;
  height: 230px !important;
}
@media (min-width: 1001px) {
  .page-contact .ct_formbox .cf7_table .cf7_tr-txtarea .wpcf7-textarea {
    width: 600px !important;
  }
}
.page-contact .ct_formbox .cf7_send {
  padding: 10px;
  width: 95%;
  height: 69px;
  text-align: center;
  border: solid 1px #707070;
  display: block;
  margin: 55px auto 30px;
  font-size: clamp(16px, 2.1vw, 20px);
  font-weight: bold;
}
@media (min-width: 1001px) {
  .page-contact .ct_formbox .cf7_send {
    width: 390px;
    height: 69px;
    margin: 40px auto 30px;
  }
}
.page-contact .ct_formbox .cf7_send:hover {
  background: #565656;
  color: #fff;
}
.page-contact .ct_formbox .cf7_privacy {
  margin-top: 130px;
  margin-bottom: 0px;
}
@media (min-width: 1001px) {
  .page-contact .ct_formbox .cf7_privacy {
    margin-top: 50px;
    margin-bottom: 0px;
  }
}

/*entryForm7 custom*/
.cf7_bd {
  border: solid 1px #707070;
  width: 100px;
  display: block;
  height: 60px;
  padding-right: 10px;
  padding-left: 10px;
}

.pdn {
  padding: 0 !important;
}

.cf7_flex {
  display: flex;
  justify-content: flex-start !important;
  gap: 10px;
}
.cf7_flex span {
  display: block;
}
.cf7_flex p {
  display: flex;
  justify-content: flex-start !important;
}
.cf7_flex p span {
  display: block;
}

.cf7entry_send {
  padding: 10px;
  width: 95%;
  height: 69px;
  text-align: center;
  border: solid 1px #707070;
  display: block;
  margin: 0px auto 30px !important;
  font-size: clamp(16px, 2.1vw, 20px);
  font-weight: bold;
}
@media (min-width: 1001px) {
  .cf7entry_send {
    width: 390px;
    height: 69px;
    margin: 200px auto 30px !important;
  }
}

.cf7entry_send:hover {
  background: #565656;
  color: #fff;
}

.wpcf7-textarea {
  width: 100% !important;
  height: 230px !important;
  line-height: 1.5rem;
}
@media (min-width: 1001px) {
  .wpcf7-textarea {
    width: 600px !important;
  }
}

.wpcf7-validates-as-number {
  margin-top: -5px;
}

.cf7_pp {
  max-width: 780px;
  width: 100%;
  margin-top: -30px;
  margin-bottom: 30px;
  margin-left: -5px;
}
@media (min-width: 1001px) {
  .cf7_pp {
    margin: 200px auto -140px;
  }
}

/*workstyle　園での働き方*/
.page-workstyle {
  margin-bottom: 120px !important;
}
.page-workstyle .workstyle-flexbox {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
}
@media (min-width: 1001px) {
  .page-workstyle .workstyle-flexbox {
    flex-direction: row;
    justify-content: space-between;
    margin: 60px 0;
  }
}
.page-workstyle .workstyle-flexbox .ws-text-box {
  width: 100%;
}
@media (min-width: 1001px) {
  .page-workstyle .workstyle-flexbox .ws-text-box {
    width: 510px;
  }
}
.page-workstyle .workstyle-flexbox .ws-text-box h3 {
  font-size: clamp(20px, 2.6vw, 25px);
  font-weight: bold;
  line-height: 2.5rem;
  margin-bottom: 10px;
}
.page-workstyle .workstyle-flexbox .ws-text-box p {
  font-size: 15px;
  line-height: 1.7rem;
}
.page-workstyle .workstyle-flexbox .ws-img-box {
  width: 100%;
}
@media (min-width: 1001px) {
  .page-workstyle .workstyle-flexbox .ws-img-box {
    width: 460px;
  }
}
@media (max-width: 1000px) {
  .page-workstyle .workstyle-flexbox .ws-img-box {
    margin-top: 15px;
  }
}
.page-workstyle .workstyle-flexbox .ws-img-box .ws-img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1001px) {
  .page-workstyle .workstyle-flexbox .ws-img-box .ws-img {
    width: 460px;
  }
}
@media (min-width: 1001px) {
  .page-workstyle .ws-reverse {
    flex-direction: row-reverse;
  }
}

/*idcp　求める人材*/
.page-idcp {
  margin-bottom: 120px !important;
}
.page-idcp .idcp-flex-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1001px) {
  .page-idcp .idcp-flex-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.page-idcp .idcp-flex-container .idcp-box {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 1001px) {
  .page-idcp .idcp-flex-container .idcp-box {
    width: 240px;
    margin-top: 100px;
  }
}
.page-idcp .idcp-flex-container .idcp-box .idcp_img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  .page-idcp .idcp-flex-container .idcp-box .idcp_img {
    width: 223px;
  }
}
.page-idcp .idcp-flex-container .idcp-box .idcp_p {
  font-size: clamp(15px, 2vw, 20px);
  font-weight: bold;
  line-height: 1.7rem;
  margin-top: 15px;
}
@media (min-width: 1001px) {
  .page-idcp .idcp-flex-container .idcp-box .idcp_p {
    line-height: 2rem;
  }
}
.page-idcp .idcp-flex-container2 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1001px) {
  .page-idcp .idcp-flex-container2 {
    flex-direction: row;
    justify-content: center;
    gap: 137px;
    align-items: center;
  }
}
.page-idcp .idcp-flex-container2 .idcp-box {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 1001px) {
  .page-idcp .idcp-flex-container2 .idcp-box {
    width: 240px;
    margin-top: 70px;
  }
}
.page-idcp .idcp-flex-container2 .idcp-box .idcp_img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  .page-idcp .idcp-flex-container2 .idcp-box .idcp_img {
    width: 223px;
  }
}
.page-idcp .idcp-flex-container2 .idcp-box .idcp_p {
  font-size: clamp(15px, 2vw, 20px);
  font-weight: bold;
  line-height: 1.7rem;
  margin-top: 15px;
}
@media (min-width: 1001px) {
  .page-idcp .idcp-flex-container2 .idcp-box .idcp_p {
    line-height: 2rem;
  }
}

/*page-jobdc　募集要項*/
.first-th {
  height: 54px;
  background-color: #FFF5EA !important;
  color: #EC8328 !important;
  font-size: clamp(17px, 2.2vw, 25px);
}
@media (min-width: 1001px) {
  .first-th {
    height: 80px;
  }
}

.page-jobdc .day-care-table {
  margin-bottom: 100px;
}
@media (min-width: 1001px) {
  .page-jobdc .day-care-table .rcht {
    height: 100px;
  }
}
.page-jobdc .rcmg {
  margin-bottom: 60px;
}

.entry_btn {
  text-align: center;
  margin-bottom: 100px;
}
@media (min-width: 1001px) {
  .entry_btn {
    margin-bottom: 130px;
  }
}
.entry_btn .entry_a {
  display: block;
  margin: 0px auto;
}

.llmg {
  margin-bottom: 100px !important;
}

.page-privacy .pp_h2 {
  font-family: "M PLUS 1";
  font-size: clamp(35px, 4.5vw, 45px);
  margin-bottom: 6px;
}
.page-privacy .pp_h2_span_sub {
  font-family: "Noto Sans JP";
  font-size: clamp(15px, 2vw, 17px);
}
.page-privacy .pp_box {
  margin-top: 45px;
  font-size: 15px;
  line-height: 1.7rem;
}
.page-privacy .pp_box .pp_h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-privacy .pp_box:nth-of-type(8) {
  margin-bottom: 100px;
}
.page-privacy ul.pp_ul {
  list-style-type: disc;
  margin-left: 1.5em;
}