@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

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] {
  -webkit-text-decoration: underline dotted;
          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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #5a5a5a;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

a:active,
a:focus,
a:link,
a:visited {
  font-size: 1.4rem;
  line-height: 1.7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: top;
  line-height: 0;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

ul li {
  list-style: none;
}

sub,
sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 0.75em;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

*:focus {
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
}

.anim {
  visibility: hidden;
}

.header {
  width: 100%;
  overflow: hidden;
}
.header__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.header__inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.header__inner-h1 {
  width: 380px;
  margin: 16px auto 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
}
.header__inner-slider {
  width: 2000px;
  margin-left: calc(50% - 1000px);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 0;
}

#nav-btn {
  width: 151px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
}

.sec-nav {
  width: 1200px;
  height: 497px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  z-index: 110;
}
.sec-nav__inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.sec-nav__inner .item01 {
  width: 1000px;
  margin: 59px auto 0;
  background: url("../img/pc_sec_nav_img04.png") #fff no-repeat center bottom;
  background-size: 1003px auto;
  padding-bottom: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sec-nav__inner .item01 .logo {
  width: 94.5px;
  margin: 31px 0 0 20px;
}
.sec-nav__inner .item01 .nav-btn01 {
  width: 295.5px;
  margin: 0 0 0 74px;
}
.sec-nav__inner .item01 .nav-btn02 {
  width: 175px;
  margin: 31px 0 0 48px;
}
.sec-nav__inner .item01 .nav-btn03 {
  width: 213px;
  margin: 3px 0 0 55px;
}
.sec-nav__inner .item02 {
  margin: 31px auto 0;
}
.sec-nav__inner .item02 .ttl {
  width: 315.5px;
  margin: 0 0 12px 348px;
}
.sec-nav__inner .item02 .tel {
  width: 367.5px;
  margin: 0 0 0 310px;
}

.container {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  z-index: 10;
}
.container .sec-kv {
  margin-top: 1570px;
  background: #fff;
}
.container .sec-kv__inner {
  width: 1280px;
  max-width: 100%;
  height: auto;
  padding-bottom: 127px;
  margin: 0 auto;
  position: relative;
}
.container .sec-kv__inner .mokomoko {
  position: absolute;
  top: -660px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.container .sec-kv__inner .mokomoko .item01 {
  width: 1607px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: -67px;
  right: 0;
}
.container .sec-kv__inner .mokomoko .kids01 {
  width: 150.5px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 475px;
  left: 167px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.container .sec-kv__inner .mokomoko .kids02 {
  width: 180.5px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 354px;
  left: 372px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.container .sec-kv__inner .mokomoko .kids03 {
  width: 110px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 288px;
  right: 481px;
}
.container .sec-kv__inner .mokomoko .kids04 {
  width: 201px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 393px;
  right: 204px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.container .sec-kv__inner .mokomoko .kids05 {
  width: 154.5px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 623px;
  right: 33px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.container .sec-kv__inner .mokomoko .item02 {
  width: 1189px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 419px;
  left: -612px;
  right: 0;
}
.container .sec-kv__inner-h2 {
  width: 590.5px;
  margin: 0 auto;
  padding-top: 230px;
}
.container .sec-kv__inner-text {
  width: 1000px;
  margin: 44px auto 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.2em;
  font-weight: 700;
}
.container .sec-policy {
  padding-bottom: 120px;
  background: #fff;
}
.container .sec-policy__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.container .sec-policy__inner-h2 {
  width: 1000px;
  margin: 0 auto;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: #6cbc64;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  line-height: 1.7em;
  font-weight: 700;
  text-align: center;
}
.container .sec-policy__inner-h2::before {
  content: "";
  width: 500px;
  height: 34px;
  line-height: 1em;
  background: #6cbc64;
  position: absolute;
  left: -360px;
  top: 0;
}
.container .sec-policy__inner-h3 {
  width: 395px;
  margin: 0 auto;
  padding-top: 38px;
}
.container .sec-policy__inner ol {
  display: inline-block;
  margin: 25px auto 0;
  text-align: left;
}
.container .sec-policy__inner ol li {
  list-style-type: none;
  counter-increment: cnt;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.801em;
  font-weight: 900;
}
.container .sec-policy__inner ol li::before {
  content: counter(cnt) "．";
}
.container .sec-features {
  padding-bottom: 0;
  background: #fff;
}
.container .sec-features__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.container .sec-features__inner-h2 {
  width: 1000px;
  margin: 0 auto;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: #6cbc64;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  line-height: 1.7em;
  font-weight: 700;
  text-align: center;
}
.container .sec-features__inner-h2::after {
  content: "";
  width: 500px;
  height: 34px;
  line-height: 1em;
  background: #6cbc64;
  position: absolute;
  right: -360px;
  top: 0;
}
.container .sec-features__inner-h3 {
  width: 611px;
  margin: 0 auto;
  padding-top: 51px;
}
.container .sec-features__inner .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.container .sec-features__inner .items__details {
  width: 40%;
}
.container .sec-features__inner .items__details-ttl {
  height: auto;
  margin: 0 0 24px 142px;
}
.container .sec-features__inner .items__details-text {
  width: 300px;
  margin: 0 0 0 185px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667em;
  font-weight: 500;
  text-align: left;
}
.container .sec-features__inner .items__pic {
  width: 60%;
  position: relative;
}
.container .sec-features__inner .item01 {
  margin-top: 117px;
  height: 659px;
  position: relative;
}
.container .sec-features__inner .item01__details-ttl {
  width: 249.5px;
}
.container .sec-features__inner .item01__details .img01 {
  width: 257px;
  position: absolute;
  top: 207px;
  left: 251px;
}
.container .sec-features__inner .item01__pic .pic01 {
  width: 350.5px;
  position: absolute;
  top: -45px;
  left: 181px;
}
.container .sec-features__inner .item01__pic .pic02 {
  width: 311.5px;
  position: absolute;
  top: 235px;
  left: 136px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.container .sec-features__inner .item01__pic .pic03 {
  width: 264px;
  position: absolute;
  top: 77px;
  left: -3px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.container .sec-features__inner .item01__pic .pic04 {
  width: 233.5px;
  position: absolute;
  top: 199px;
  left: 418px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.container .sec-features__inner .item02 {
  height: 623px;
}
.container .sec-features__inner .item02__details-ttl {
  width: 215px;
}
.container .sec-features__inner .item02__pic .pic01 {
  width: 366px;
  position: absolute;
  top: -64px;
  left: 156px;
}
.container .sec-features__inner .item02__pic .pic02 {
  width: 236.5px;
  position: absolute;
  top: 86px;
  left: 23px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.container .sec-features__inner .item02__pic .pic03 {
  width: 242px;
  position: absolute;
  top: 153px;
  left: 395px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.container .sec-features__inner .item02__pic .pic04 {
  width: 424.5px;
  position: absolute;
  top: 232px;
  left: 31px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.container .sec-features__inner .item03 {
  height: 636px;
  position: relative;
}
.container .sec-features__inner .item03__details-ttl {
  width: 439px;
}
.container .sec-features__inner .item03__details .img01 {
  width: 173px;
  position: absolute;
  top: 247px;
  left: 306px;
}
.container .sec-features__inner .item03__pic .pic01 {
  width: 353.5px;
  position: absolute;
  top: -37px;
  left: 192px;
}
.container .sec-features__inner .item03__pic .pic02 {
  width: 232px;
  position: absolute;
  top: 103px;
  left: 26px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.container .sec-features__inner .item03__pic .pic03 {
  width: 179px;
  position: absolute;
  top: 63px;
  left: 496px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.container .sec-features__inner .item03__pic .pic04 {
  width: 263.5px;
  position: absolute;
  top: 261px;
  left: 172px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.container .sec-features__inner .item03__pic .pic05 {
  width: 301px;
  position: absolute;
  top: 209px;
  left: 397px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.container .sec-features__inner .item04 {
  height: 599px;
}
.container .sec-features__inner .item04__details-ttl {
  width: 351px;
}
.container .sec-features__inner .item04__pic .pic01 {
  width: 277px;
  position: absolute;
  top: 83px;
  left: 2px;
}
.container .sec-features__inner .item04__pic .pic02 {
  width: 374px;
  position: absolute;
  top: -56px;
  left: 186px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.container .sec-features__inner .item04__pic .pic03 {
  width: 298.5px;
  position: absolute;
  top: 217px;
  left: 339px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.container .sec-features__inner .item04__pic .pic04 {
  width: 230.5px;
  position: absolute;
  top: 241px;
  left: 155px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.container .sec-features__inner .item04__pic .pic05 {
  width: 244.5px;
  position: absolute;
  top: 21px;
  left: 475px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.container .sec-features__inner .item05 {
  height: 757px;
}
.container .sec-features__inner .item05__details-ttl {
  width: 330px;
}
.container .sec-features__inner .item05__pic .pic01 {
  width: 269px;
  position: absolute;
  top: 42px;
  left: 4px;
}
.container .sec-features__inner .item05__pic .pic02 {
  width: 380.5px;
  position: absolute;
  top: -11px;
  left: 230px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.container .sec-features__inner .item05__pic .pic03 {
  width: 191.5px;
  position: absolute;
  top: 320px;
  left: 346px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.container .sec-features__inner .item05__pic .pic04 {
  width: 320px;
  position: absolute;
  top: 275px;
  left: 48px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.container .sec-features__inner .item05__pic .pic05 {
  width: 274px;
  position: absolute;
  top: 147px;
  left: 483px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.container .sec-features__inner .item05__pic .pic06 {
  width: 188.5px;
  position: absolute;
  top: 400px;
  left: 476px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.container .sec-age {
  padding-bottom: 280px;
  background: #fff;
}
.container .sec-age__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.container .sec-age__inner-h2 {
  width: 1000px;
  margin: 0 auto;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: #6cbc64;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  line-height: 1.7em;
  font-weight: 700;
  text-align: center;
}
.container .sec-age__inner-h2::before {
  content: "";
  width: 500px;
  height: 34px;
  line-height: 1em;
  background: #6cbc64;
  position: absolute;
  left: -360px;
  top: 0;
}
.container .sec-age__inner .items {
  margin-top: 50px;
}
.container .sec-age__inner .items .text {
  width: 800px;
  margin: 18px auto 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667em;
  font-weight: 500;
  text-align: left;
}
.container .sec-age__inner .items ul.pics {
  width: 1220px;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .sec-age__inner .items ul.pics li {
  width: 288px;
}
.container .sec-age__inner .item01 {
  margin-top: 0px;
}
.container .sec-age__inner .item01 .ttl {
  width: 207px;
  margin: 0 auto;
  padding-top: 42px;
  position: relative;
  z-index: 2;
}
.container .sec-age__inner .item01 .ttl-pic {
  width: 412px;
  margin: -44px auto 0;
}
.container .sec-age__inner .item02 .ttl {
  width: 200.5px;
  margin: 0 auto;
  padding-top: 42px;
  position: relative;
  z-index: 2;
}
.container .sec-age__inner .item02 .ttl-pic {
  width: 447px;
  margin: -72px auto 0;
}
.container .sec-age__inner .item03 .ttl {
  width: 205px;
  margin: 0 auto;
  padding-top: 42px;
  position: relative;
  z-index: 2;
}
.container .sec-age__inner .item03 .ttl-pic {
  width: 412px;
  margin: -53px auto 0;
}
.container .sec-nursery {
  padding-bottom: 120px;
  background: #fff;
}
.container .sec-nursery__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.container .sec-nursery__inner-h2 {
  width: 1173.5px;
  margin: 0 auto;
}
.container .sec-nursery__inner .nursery-slider {
  width: 2000px;
  margin: -148px -360px 0;
}
.container .sec-nursery__inner .nursery-slider li {
  width: 500px;
  margin: 0 7px;
}
.container .sec-day {
  height: 1861.5px;
  padding-bottom: 120px;
  background: url(../img/pc_sec_day_bg01.png) no-repeat center top #fff;
  background-size: 2000px 1861.5px;
}
.container .sec-day__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.container .sec-day__inner .item01 {
  padding: 158px 0 175px;
  position: relative;
}
.container .sec-day__inner .item01-inner {
  width: 703px;
  height: 167px;
  margin: 0 auto;
  position: relative;
}
.container .sec-day__inner .item01-inner::after {
  content: "";
  display: inline-block;
  background: url(../img/pc_sec_day_item01_ttl_line.png);
  background-size: cover;
  width: 703px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.container .sec-day__inner .item01-inner .item01-h2 {
  width: 363px;
  margin: 0 auto;
}
.container .sec-day__inner .item01-inner .text01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777777778em;
  font-weight: 500;
  text-align: left;
  margin: 30px auto 0;
}
.container .sec-day__inner .item01-inner .text01 dl {
  width: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.container .sec-day__inner .item01-inner .text01 dl.type01 dt {
  letter-spacing: 0.199em;
}
.container .sec-day__inner .item01-inner .text01 dl dt {
  width: 130px;
}
.container .sec-day__inner .item01-inner .text01 dl dd {
  width: 306px;
}
.container .sec-day__inner .item01 .text02 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 4.4285714286em;
  font-weight: 400;
  text-align: center;
  margin: 10px auto 0;
}
.container .sec-day__inner .item01 ul {
  width: 700px;
  margin: 47px auto 0;
}
.container .sec-day__inner .item01 ul li {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.8em;
  font-weight: 500;
  text-align: left;
  margin: 4.5px auto 0;
}
.container .sec-day__inner .item01 ul li::before {
  content: "";
  display: inline-block;
  margin: -10px 18px 0 0;
  vertical-align: middle;
}
.container .sec-day__inner .item01 ul li:first-child {
  margin-top: 0;
}
.container .sec-day__inner .item01 ul li:first-child::before {
  content: "";
  width: 135px;
  height: 62px;
  background-image: url(../img/pc_sec_day_item01_img01.png);
  background-size: contain;
}
.container .sec-day__inner .item01 ul li:nth-child(2)::before {
  content: "";
  width: 135px;
  height: 62px;
  background-image: url(../img/pc_sec_day_item01_img02.png);
  background-size: contain;
}
.container .sec-day__inner .item01 ul li:nth-child(2)::before {
  content: "";
  width: 135px;
  height: 62px;
  background-image: url(../img/pc_sec_day_item01_img02.png);
  background-size: contain;
}
.container .sec-day__inner .item01 ul li:nth-child(3)::before {
  content: "";
  width: 135px;
  height: 62px;
  background-image: url(../img/pc_sec_day_item01_img03.png);
  background-size: contain;
}
.container .sec-day__inner .item01 ul li:nth-child(4)::before {
  content: "";
  width: 135px;
  height: 62px;
  background-image: url(../img/pc_sec_day_item01_img04.png);
  background-size: contain;
}
.container .sec-day__inner .item01 ul li:nth-child(5)::before {
  content: "";
  width: 135px;
  height: 62px;
  background-image: url(../img/pc_sec_day_item01_img05.png);
  background-size: contain;
}
.container .sec-day__inner .item01 ul li:nth-child(6)::before {
  content: "";
  width: 135px;
  height: 62px;
  background-image: url(../img/pc_sec_day_item01_img06.png);
  background-size: contain;
}
.container .sec-day__inner .item01 ul li:nth-child(7)::before {
  content: "";
  width: 135px;
  height: 62px;
  background-image: url(../img/pc_sec_day_item01_img07.png);
  background-size: contain;
}
.container .sec-day__inner .item01 ul li:nth-child(8)::before {
  content: "";
  width: 135px;
  height: 62px;
  background-image: url(../img/pc_sec_day_item01_img08.png);
  background-size: contain;
}
.container .sec-day__inner .item01 ul li:nth-child(9)::before {
  content: "";
  width: 135px;
  height: 62px;
  background-image: url(../img/pc_sec_day_item01_img09.png);
  background-size: contain;
}
.container .sec-day__inner .item01-pic01 {
  width: 254px;
  margin: 0 auto;
  position: absolute;
  bottom: 288px;
  right: 320px;
}
.container .sec-day__inner .item02 {
  width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .sec-day__inner .item02 .main-event {
  width: 383px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .sec-day__inner .item02 .main-event .item02-h2 {
  width: 383px;
  margin: 0 auto;
}
.container .sec-day__inner .item02 .main-event ul.list.list01 {
  width: 200px;
  margin: 39px 0 0 26px;
}
.container .sec-day__inner .item02 .main-event ul.list.list02 {
  width: 155px;
  margin: 39px 0 0 0;
}
.container .sec-day__inner .item02 .main-event ul.list li {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2em;
  font-weight: 500;
  text-align: left;
  margin: 0 auto;
}
.container .sec-day__inner .item02 .main-event ul.list li::before {
  content: "・";
  display: inline-block;
  vertical-align: top;
}
.container .sec-day__inner .item02 .monthly-event {
  width: 254px;
}
.container .sec-day__inner .item02 .monthly-event .item02-h2 {
  width: 254px;
  margin: 0 auto;
}
.container .sec-day__inner .item02 .monthly-event ul.list {
  margin: 39px 0 0 8px;
}
.container .sec-day__inner .item02 .monthly-event ul.list li {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2em;
  font-weight: 500;
  text-align: left;
  margin: 0 auto;
}
.container .sec-day__inner .item02 .monthly-event ul.list li::before {
  content: "・";
  display: inline-block;
  vertical-align: top;
}
.container .sec-contact {
  background: #fff;
}
.container .sec-contact__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.container .sec-contact__inner-h2 {
  width: 582px;
  padding-top: 23px;
  margin: 0 auto 36px;
}
.container .sec-contact__inner .tel {
  width: 368px;
  margin: 0 auto 82px;
}
.container .sec-contact__inner .maps {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 298px;
}
.container .sec-contact__inner .btn {
  width: 297px;
  margin: 0 auto;
  position: absolute;
  bottom: 96px;
  right: 79px;
}
.container .sec-footer {
  background: url("../img/pc_sec_footer_bg01.png") #fff no-repeat center bottom;
  background-size: 2000px auto;
}
.container .sec-footer__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.container .sec-footer__inner-block {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .sec-footer__inner-block .logo {
  width: 368.5px;
  margin: 0 0 0 104px;
}
.container .sec-footer__inner-block .details {
  width: 480px;
  margin: 0;
}
.container .sec-footer__inner-block .details .name {
  width: 367px;
  margin: 0 0 12px 0;
}
.container .sec-footer__inner-block .details .addr {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875em;
  font-weight: 400;
  margin: 0 0 -3px 0;
  text-align: left;
}
.container .sec-footer__inner-block .details .tel {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2857142857em;
  font-weight: 400;
  margin: 0;
  text-align: left;
}
.container .sec-footer__inner-block .details .tel a {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2307692308em;
  font-weight: 700;
}
.container .sec-footer__inner .copy {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 3.5833333333em;
  font-weight: 400;
  margin: 388px auto 0;
  padding-bottom: 5px;
}
.container .sec-footer__inner .copy small {
  font-size: 100%;
  margin-left: -188px;
}

@media screen and (max-width: 1280px) {
  .header {
    width: 1280px;
  }
  .container {
    width: 1280px;
  }
}
@media screen and (min-width: 751px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
  a img:hover {
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
  }
}
/* ファーストビュー調整 */
@media (max-height: 1100px) {
  .container .sec-kv {
    margin-top: calc(100vh + 470px);
  }
}
@media screen and (max-width: 750px) {
  .header__inner {
    width: 100%;
  }
  .header__inner-h1 {
    width: 50.6666666667vw;
    margin: 6.4vw auto 0;
  }
  .header__inner-slider {
    width: 100vw;
    margin-left: 0;
  }
  #nav-btn {
    width: 20.1333333333vw;
  }
  .sec-nav {
    width: 91.3333333333vw;
    height: 124vw;
    border-bottom-left-radius: 4.8vw;
    border-bottom-right-radius: 4.8vw;
  }
  .sec-nav__inner {
    width: 91.3333333333vw;
  }
  .sec-nav__inner .item01 {
    width: 91.3333333333vw;
    height: 94.9333333333vw;
    margin: 0 auto 0;
    background: url("../img/sp_sec_nav_img04.png") #fff no-repeat center bottom;
    background-size: 74.9333333333vw auto;
    padding-bottom: 0;
    position: relative;
  }
  .sec-nav__inner .item01 .logo {
    width: 16.1333333333vw;
    margin: 0 auto;
    position: absolute;
    top: 4.9333333333vw;
    left: 6.9333333333vw;
  }
  .sec-nav__inner .item01 .nav-btn01 {
    width: 50.4vw;
    margin: 0 auto;
    position: absolute;
    top: 9.7333333333vw;
    right: 8.6666666667vw;
  }
  .sec-nav__inner .item01 .nav-btn02 {
    width: 29.8666666667vw;
    margin: 0 auto;
    position: absolute;
    top: 50.2666666667vw;
    left: 7.7333333333vw;
  }
  .sec-nav__inner .item01 .nav-btn03 {
    width: 36.5333333333vw;
    margin: 0 auto;
    position: absolute;
    top: 56vw;
    right: 7.2vw;
  }
  .sec-nav__inner .item02 {
    width: 91.3333333333vw;
    margin: 5.6vw auto 0;
  }
  .sec-nav__inner .item02 .ttl {
    width: 46.6666666667vw;
    margin: 0 0 0 23.2vw;
  }
  .sec-nav__inner .item02 .tel {
    width: 54.2666666667vw;
    margin: 1.7333333333vw 0 0 17.7333333333vw;
  }
  .container {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .container .sec-kv {
    margin-top: 176vw;
  }
  .container .sec-kv__inner {
    width: 100%;
    height: auto;
    padding-bottom: 14.5333333333vw;
  }
  .container .sec-kv__inner .mokomoko {
    top: -32vw;
    left: 0;
    right: 0;
  }
  .container .sec-kv__inner .mokomoko .item01 {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .container .sec-kv__inner .mokomoko .kids01 {
    width: 19.8666666667vw;
    position: absolute;
    top: 71.0666666667vw;
    left: 3.7333333333vw;
    z-index: 1;
  }
  .container .sec-kv__inner .mokomoko .kids02 {
    width: 22.6666666667vw;
    position: absolute;
    top: 46.9333333333vw;
    left: 19.7333333333vw;
  }
  .container .sec-kv__inner .mokomoko .kids03 {
    width: 14.8vw;
    position: absolute;
    top: 38.5333333333vw;
    right: 28.2666666667vw;
  }
  .container .sec-kv__inner .mokomoko .kids04 {
    width: 41.0666666667vw;
    position: absolute;
    top: 56.1333333333vw;
    right: -0.4vw;
    z-index: 1;
  }
  .container .sec-kv__inner .mokomoko .kids05 {
    width: 20.6666666667vw;
    position: absolute;
    top: 96.6666666667vw;
    right: -1.3333333333vw;
    z-index: 1;
  }
  .container .sec-kv__inner .mokomoko .item02 {
    width: 100vw;
    position: absolute;
    top: 55.8666666667vw;
    left: 0;
    right: 0;
  }
  .container .sec-kv__inner-h2 {
    width: 78.9333333333vw;
    padding-top: 103.4666666667vw;
  }
  .container .sec-kv__inner-text {
    width: 80vw;
    margin: 6vw auto 0;
    font-size: 4vw;
    line-height: 1.6em;
  }
  .container .sec-policy {
    padding-bottom: 13.4666666667vw;
  }
  .container .sec-policy__inner {
    width: 100%;
  }
  .container .sec-policy__inner-h2 {
    width: 100vw;
    margin: 0;
    font-size: 4vw;
    background: none;
    border-top-right-radius: 4.8vw;
    border-bottom-right-radius: 4.8vw;
    line-height: 1.458em;
    position: relative;
    z-index: 1;
  }
  .container .sec-policy__inner-h2::before {
    content: "";
    width: 92vw;
    height: 6.1333333333vw;
    border-top-right-radius: 4.8vw;
    border-bottom-right-radius: 4.8vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .container .sec-policy__inner-h3 {
    width: 61.0666666667vw;
    padding-top: 5.4666666667vw;
  }
  .container .sec-policy__inner ol {
    margin: 3.0666666667vw auto 0;
  }
  .container .sec-policy__inner ol li {
    font-size: 4vw;
    line-height: 1.801em;
  }
  .container .sec-policy__inner ol li::before {
    content: counter(cnt) "．";
  }
  .container .sec-features__inner {
    width: 100%;
    max-width: 100%;
  }
  .container .sec-features__inner-h2 {
    width: 100vw;
    margin: 0;
    font-size: 4vw;
    background: none;
    border-top-left-radius: 4.8vw;
    border-bottom-left-radius: 4.8vw;
    line-height: 1.458em;
    position: relative;
    z-index: 1;
  }
  .container .sec-features__inner-h2::after {
    content: "";
    width: 92vw;
    height: 6.1333333333vw;
    border-top-left-radius: 4.8vw;
    border-bottom-left-radius: 4.8vw;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .container .sec-features__inner-h3 {
    width: 81.6vw;
    padding-top: 5.8666666667vw;
  }
  .container .sec-features__inner .items {
    display: block;
  }
  .container .sec-features__inner .items__details {
    width: 100%;
  }
  .container .sec-features__inner .items__details-ttl {
    margin: 0 auto;
  }
  .container .sec-features__inner .items__details-text {
    width: 84vw;
    margin: 4vw 0 0 7.7333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.6071428571em;
  }
  .container .sec-features__inner .items__pic {
    width: 100%;
  }
  .container .sec-features__inner .item01 {
    margin-top: 12.4vw;
    height: 134.8vw;
  }
  .container .sec-features__inner .item01__details-ttl {
    width: 39.7333333333vw;
  }
  .container .sec-features__inner .item01__details-text {
    width: 53.3333333333vw;
    margin: 3.7333333333vw 0 0 7.7333333333vw;
  }
  .container .sec-features__inner .item01__details .img01 {
    width: 34.2666666667vw;
    position: absolute;
    top: 5.6vw;
    left: auto;
    right: 3.4666666667vw;
  }
  .container .sec-features__inner .item01__pic .pic01 {
    width: 46.8vw;
    position: absolute;
    top: 5.0666666667vw;
    left: 30.8vw;
  }
  .container .sec-features__inner .item01__pic .pic02 {
    width: 41.6vw;
    position: absolute;
    top: 42.5333333333vw;
    left: 24.8vw;
  }
  .container .sec-features__inner .item01__pic .pic03 {
    width: 35.3333333333vw;
    position: absolute;
    top: 21.2vw;
    left: 6.2666666667vw;
  }
  .container .sec-features__inner .item01__pic .pic04 {
    width: 31.2vw;
    position: absolute;
    top: 37.8666666667vw;
    left: 62.5333333333vw;
  }
  .container .sec-features__inner .item02 {
    margin-top: 12.4vw;
    height: 155.2vw;
    position: relative;
  }
  .container .sec-features__inner .item02__details-ttl {
    width: 34.4vw;
  }
  .container .sec-features__inner .item02__details .img01 {
    width: 34.2666666667vw;
    position: absolute;
    top: 5.6vw;
    left: auto;
    right: 3.4666666667vw;
  }
  .container .sec-features__inner .item02__pic .pic01 {
    width: 48.9333333333vw;
    position: absolute;
    top: 3.7333333333vw;
    left: 26.8vw;
  }
  .container .sec-features__inner .item02__pic .pic02 {
    width: 31.6vw;
    position: absolute;
    top: 23.6vw;
    left: 9.0666666667vw;
  }
  .container .sec-features__inner .item02__pic .pic03 {
    width: 32.2666666667vw;
    position: absolute;
    top: 32.5333333333vw;
    left: 58.6666666667vw;
  }
  .container .sec-features__inner .item02__pic .pic04 {
    width: 56.5333333333vw;
    position: absolute;
    top: 43.2vw;
    left: 10.4vw;
  }
  .container .sec-features__inner .item03 {
    height: 148.2666666667vw;
  }
  .container .sec-features__inner .item03__details-ttl {
    width: 69.7333333333vw;
  }
  .container .sec-features__inner .item03__details-text {
    width: 53.3333333333vw;
    margin: 3.7333333333vw 0 0 7.7333333333vw;
  }
  .container .sec-features__inner .item03__details .img01 {
    width: 23.0666666667vw;
    position: absolute;
    top: 17.4666666667vw;
    left: 66.1333333333vw;
  }
  .container .sec-features__inner .item03__pic .pic01 {
    width: 47.2vw;
    position: absolute;
    top: 5.4666666667vw;
    left: 26.1333333333vw;
  }
  .container .sec-features__inner .item03__pic .pic02 {
    width: 31.0666666667vw;
    position: absolute;
    top: 24.1333333333vw;
    left: 4vw;
  }
  .container .sec-features__inner .item03__pic .pic03 {
    width: 24vw;
    position: absolute;
    top: 18.6666666667vw;
    left: 66.6666666667vw;
  }
  .container .sec-features__inner .item03__pic .pic04 {
    width: 35.2vw;
    position: absolute;
    top: 45.2vw;
    left: 23.6vw;
  }
  .container .sec-features__inner .item03__pic .pic05 {
    width: 40.2666666667vw;
    position: absolute;
    top: 38.1333333333vw;
    left: 53.4666666667vw;
  }
  .container .sec-features__inner .item04 {
    height: 156.8vw;
  }
  .container .sec-features__inner .item04__details-ttl {
    width: 56.1333333333vw;
  }
  .container .sec-features__inner .item04__pic .pic01 {
    width: 36.9333333333vw;
    position: absolute;
    top: 20.5333333333vw;
    left: 2.6666666667vw;
  }
  .container .sec-features__inner .item04__pic .pic02 {
    width: 50vw;
    position: absolute;
    top: 2.2666666667vw;
    left: 27.0666666667vw;
  }
  .container .sec-features__inner .item04__pic .pic03 {
    width: 39.8666666667vw;
    position: absolute;
    top: 38.4vw;
    left: 47.4666666667vw;
  }
  .container .sec-features__inner .item04__pic .pic04 {
    width: 30.8vw;
    position: absolute;
    top: 41.6vw;
    left: 23.0666666667vw;
  }
  .container .sec-features__inner .item04__pic .pic05 {
    width: 32.6666666667vw;
    position: absolute;
    top: 12.4vw;
    left: 65.7333333333vw;
  }
  .container .sec-features__inner .item05 {
    height: 157.3333333333vw;
  }
  .container .sec-features__inner .item05__details-ttl {
    width: 52.6666666667vw;
  }
  .container .sec-features__inner .item05__pic .pic01 {
    width: 35.8666666667vw;
    position: absolute;
    top: 13.4666666667vw;
    left: 2vw;
  }
  .container .sec-features__inner .item05__pic .pic02 {
    width: 50.8vw;
    position: absolute;
    top: 6.4vw;
    left: 32.1333333333vw;
  }
  .container .sec-features__inner .item05__pic .pic03 {
    width: 25.4666666667vw;
    position: absolute;
    top: 50.5333333333vw;
    left: 47.6vw;
  }
  .container .sec-features__inner .item05__pic .pic04 {
    width: 42.6666666667vw;
    position: absolute;
    top: 44.5333333333vw;
    left: 7.8666666667vw;
  }
  .container .sec-features__inner .item05__pic .pic05 {
    width: 36.6666666667vw;
    position: absolute;
    top: 27.4666666667vw;
    left: 65.8666666667vw;
  }
  .container .sec-features__inner .item05__pic .pic06 {
    width: 25.2vw;
    position: absolute;
    top: 61.2vw;
    left: 64.9333333333vw;
  }
  .container .sec-age {
    padding-bottom: 32.2666666667vw;
  }
  .container .sec-age__inner {
    width: 100%;
  }
  .container .sec-age__inner-h2 {
    width: 100vw;
    margin: 0;
    font-size: 4vw;
    background: none;
    border-top-right-radius: 4.8vw;
    border-bottom-right-radius: 4.8vw;
    line-height: 1.458em;
    position: relative;
    z-index: 1;
  }
  .container .sec-age__inner-h2::before {
    content: "";
    width: 92vw;
    height: 6.1333333333vw;
    border-top-right-radius: 4.8vw;
    border-bottom-right-radius: 4.8vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .container .sec-age__inner .items {
    margin-top: 13.3333333333vw;
  }
  .container .sec-age__inner .items .text {
    width: 80vw;
    margin: 3.7333333333vw auto 0;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286em;
    font-weight: 400;
  }
  .container .sec-age__inner .items ul.pics {
    width: 80vw;
    margin: 4.5333333333vw auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .container .sec-age__inner .items ul.pics li {
    width: 38.5333333333vw;
    margin-top: 2.6666666667vw;
  }
  .container .sec-age__inner .items ul.pics li:first-child, .container .sec-age__inner .items ul.pics li:nth-child(2) {
    margin-top: 0;
  }
  .container .sec-age__inner .item01 .ttl {
    width: 27.7333333333vw;
    padding-top: 10.5333333333vw;
    position: relative;
    z-index: 2;
  }
  .container .sec-age__inner .item01 .ttl-pic {
    width: 54.9333333333vw;
    margin: -5.8666666667vw auto 0;
  }
  .container .sec-age__inner .item02 .ttl {
    width: 26.8vw;
    padding-top: 5.6vw;
    position: relative;
    z-index: 2;
  }
  .container .sec-age__inner .item02 .ttl-pic {
    width: 59.7333333333vw;
    margin: -9.6vw auto 0;
  }
  .container .sec-age__inner .item03 .ttl {
    width: 27.4666666667vw;
    padding-top: 5.6vw;
    position: relative;
    z-index: 2;
  }
  .container .sec-age__inner .item03 .ttl-pic {
    width: 54.9333333333vw;
    margin: -7.0666666667vw auto 0;
  }
  .container .sec-nursery {
    padding-bottom: 16vw;
  }
  .container .sec-nursery__inner {
    width: 100%;
  }
  .container .sec-nursery__inner-h2 {
    width: 100vw;
  }
  .container .sec-nursery__inner .nursery-slider {
    width: 100%;
    margin: -15.4666666667vw auto 0;
  }
  .container .sec-nursery__inner .nursery-slider li {
    width: 66.6666666667vw;
    margin: 0 0.9666666667vw;
  }
  .container .sec-day {
    height: 261.2vw;
    padding-bottom: 0;
    background: url(../img/sp_sec_day_bg01.png) no-repeat center top #fff;
    background-size: 100% 261.2vw;
  }
  .container .sec-day__inner {
    width: 100%;
  }
  .container .sec-day__inner .item01 {
    padding: 21.0666666667vw 0 31.4666666667vw;
    position: relative;
  }
  .container .sec-day__inner .item01-inner {
    width: 87.2vw;
    height: 24vw;
    margin: 0 auto;
    position: relative;
  }
  .container .sec-day__inner .item01-inner::after {
    content: "";
    display: inline-block;
    background: url(../img/sp_sec_day_item01_ttl_line.png);
    background-size: cover;
    width: 87.2vw;
    height: 0.8vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .container .sec-day__inner .item01-inner .item01-h2 {
    width: 48.5333333333vw;
    margin: 0 auto;
  }
  .container .sec-day__inner .item01-inner .text01 {
    font-size: 2.6666666667vw;
    line-height: 1.8em;
    margin: 4vw auto 0;
  }
  .container .sec-day__inner .item01-inner .text01 dl {
    width: 66.6666666667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .container .sec-day__inner .item01-inner .text01 dl.type01 dt {
    letter-spacing: 0.199em;
  }
  .container .sec-day__inner .item01-inner .text01 dl dt {
    width: 21.3333333333vw;
  }
  .container .sec-day__inner .item01-inner .text01 dl dd {
    width: 45.3333333333vw;
  }
  .container .sec-day__inner .item01 .text02 {
    width: 76vw;
    font-size: 2.4vw;
    line-height: 1.7777777778em;
    text-align: left;
    margin: 5.3333333333vw auto 0;
  }
  .container .sec-day__inner .item01 ul {
    width: 65.3333333333vw;
    margin: 8vw 0 0 28vw;
  }
  .container .sec-day__inner .item01 ul li {
    width: 65.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.3333333333em;
    margin: 3.0666666667vw auto 0;
  }
  .container .sec-day__inner .item01 ul li span {
    margin: 0 0 0 2vw;
    display: inline-block;
  }
  .container .sec-day__inner .item01 ul li::before {
    content: "";
    display: inline-block;
    margin: -1.3333333333vw 0 0 -21.3333333333vw;
    vertical-align: middle;
  }
  .container .sec-day__inner .item01 ul li:first-child {
    margin-top: 0;
  }
  .container .sec-day__inner .item01 ul li:first-child::before {
    content: "";
    width: 21.3333333333vw;
    height: 6.6666666667vw;
    background-image: url(../img/sp_sec_day_item01_img01.png);
    background-size: contain;
  }
  .container .sec-day__inner .item01 ul li:nth-child(2)::before {
    content: "";
    width: 21.3333333333vw;
    height: 6.6666666667vw;
    background-image: url(../img/sp_sec_day_item01_img02.png);
    background-size: contain;
    vertical-align: top;
  }
  .container .sec-day__inner .item01 ul li:nth-child(3)::before {
    content: "";
    width: 21.3333333333vw;
    height: 6.6666666667vw;
    background-image: url(../img/sp_sec_day_item01_img03.png);
    background-size: contain;
  }
  .container .sec-day__inner .item01 ul li:nth-child(4)::before {
    content: "";
    width: 21.3333333333vw;
    height: 6.6666666667vw;
    background-image: url(../img/sp_sec_day_item01_img04.png);
    background-size: contain;
  }
  .container .sec-day__inner .item01 ul li:nth-child(5)::before {
    content: "";
    width: 21.3333333333vw;
    height: 6.6666666667vw;
    background-image: url(../img/sp_sec_day_item01_img05.png);
    background-size: contain;
  }
  .container .sec-day__inner .item01 ul li:nth-child(6)::before {
    content: "";
    width: 21.3333333333vw;
    height: 6.6666666667vw;
    background-image: url(../img/sp_sec_day_item01_img06.png);
    background-size: contain;
  }
  .container .sec-day__inner .item01 ul li:nth-child(7)::before {
    content: "";
    width: 21.3333333333vw;
    height: 6.6666666667vw;
    background-image: url(../img/sp_sec_day_item01_img07.png);
    background-size: contain;
  }
  .container .sec-day__inner .item01 ul li:nth-child(8)::before {
    content: "";
    width: 21.3333333333vw;
    height: 6.6666666667vw;
    background-image: url(../img/sp_sec_day_item01_img08.png);
    background-size: contain;
  }
  .container .sec-day__inner .item01 ul li:nth-child(9)::before {
    content: "";
    width: 21.3333333333vw;
    height: 6.6666666667vw;
    background-image: url(../img/sp_sec_day_item01_img09.png);
    background-size: contain;
  }
  .container .sec-day__inner .item01-pic01 {
    width: 34vw;
    position: absolute;
    bottom: 46.6666666667vw;
    right: 5.0666666667vw;
  }
  .container .sec-day__inner .item02 {
    width: 86.6666666667vw;
  }
  .container .sec-day__inner .item02 .main-event {
    width: 56.9333333333vw;
  }
  .container .sec-day__inner .item02 .main-event .item02-h2 {
    width: 56.9333333333vw;
  }
  .container .sec-day__inner .item02 .main-event ul.list.list01 {
    width: 30.6666666667vw;
    margin: 4vw 0 0 0.5333333333vw;
  }
  .container .sec-day__inner .item02 .main-event ul.list.list02 {
    width: 24vw;
    margin: 4vw 0 0 0;
  }
  .container .sec-day__inner .item02 .main-event ul.list li {
    font-size: 3.2vw;
    line-height: 1.6666666667em;
  }
  .container .sec-day__inner .item02 .main-event ul.list li::before {
    content: "・";
    display: inline-block;
    vertical-align: top;
  }
  .container .sec-day__inner .item02 .monthly-event {
    width: 26.6666666667vw;
  }
  .container .sec-day__inner .item02 .monthly-event .item02-h2 {
    width: 26.6666666667vw;
  }
  .container .sec-day__inner .item02 .monthly-event ul.list {
    margin: 4vw 0 0 2vw;
  }
  .container .sec-day__inner .item02 .monthly-event ul.list li {
    font-size: 3.2vw;
    line-height: 1.6666666667em;
  }
  .container .sec-day__inner .item02 .monthly-event ul.list li::before {
    content: "・";
  }
  .container .sec-contact__inner {
    width: 100%;
  }
  .container .sec-contact__inner-h2 {
    width: 77.7333333333vw;
    padding-top: 20vw;
    margin: 0 auto 6.5333333333vw;
  }
  .container .sec-contact__inner .tel {
    width: 60.4vw;
    margin: 0 auto 9.3333333333vw;
  }
  .container .sec-contact__inner .maps {
    width: 86.5333333333vw;
    padding-bottom: 28vw;
  }
  .container .sec-contact__inner .btn {
    width: 25.7333333333vw;
    position: absolute;
    bottom: 9.3333333333vw;
    right: 1.7333333333vw;
  }
  .container .sec-footer {
    background: url("../img/sp_sec_footer_bg01.png") #fff no-repeat center bottom;
    background-size: 100% auto;
  }
  .container .sec-footer__inner {
    width: 100%;
  }
  .container .sec-footer__inner-block {
    width: 100%;
  }
  .container .sec-footer__inner-block .logo {
    width: 78.1333333333vw;
    margin: 0 auto 9.2vw;
  }
  .container .sec-footer__inner-block .details {
    width: 78.1333333333vw;
    margin: 0 auto;
  }
  .container .sec-footer__inner-block .details .name {
    width: 77.4666666667vw;
    margin: 0 0 2vw 0;
  }
  .container .sec-footer__inner-block .details .addr {
    font-size: 3.2vw;
    line-height: 2.2083333333em;
    margin: 0 0 -1.2vw 0;
  }
  .container .sec-footer__inner-block .details .tel {
    font-size: 2.7533333333vw;
    line-height: 2.5665859564em;
    margin: 0;
    text-align: left;
  }
  .container .sec-footer__inner-block .details .tel a {
    font-size: 6vw;
    line-height: 1.1777777778em;
  }
  .container .sec-footer__inner .copy {
    font-size: 2.4vw;
    line-height: 2.3888888889em;
    margin: 52.9333333333vw auto 0;
    padding-bottom: 4.2666666667vw;
  }
  .container .sec-footer__inner .copy small {
    font-size: 100%;
    margin-left: -24vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  a img:hover {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}