@charset "UTF-8";
body {
  font-family:"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Helvetica Neue,Helvetica,Arial,sans-serif;
}
a { 
  color: #004EB4;
  outline: none;
  text-decoration: underline;
  transition: opacity 300ms 0s ease;
}
a:hover {
  color: #58b5f5;
  text-decoration: none;
  opacity: .5;
}
img {
  width: 100%;
  height: auto;
  border: 0;
}
form {
  margin: 0;
  padding: 0;
}
p,
table,
ul,
dl{ font-size: 100%;}
td {
  vertical-align: top;
  line-height: 150%;
}
p, p a {
  line-height: 1.8;
  transition: opacity 300ms 0s ease;
}
a:hover, p a:hover {
  opacity: .8;
}

.img_pc {
  display: block;
}
.img_sp {
  display: none;
}
.spbr {
  display: none;
}

/* iPhone Defalut CSS Reset */
input[type="text"], input[type="tel"], input[type="email"], input[type="button"], input[type="submit"], textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}

/* ----------------------------------------------------------------
 * COMMON
 * ---------------------------------------------------------------- */
#header, #main, #footer {
  display: block;
}
html {
  scroll-behavior: smooth;
}
body {
  animation: fadeIn 2.5s ease-out 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
-webkit-@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
-moz-@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

.mfp-container {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.mfp-arrow {
  height: auto !important;
}
.mfp-arrow:before, .mfp-arrow:after {
  margin-top: 50px !important;
}
.mfp-arrow-left:before {
  border-right: none !important;
}
.mfp-arrow-right:before {
  border-left: none !important;
}
.mfp-close {
  transform-origin: center center;
  transform: rotate(45deg) translate(5px, -5px);
  right: 0 !important;
  top: -50px !important;
  bottom: 100% !important;
  width: 45px !important;
  height: 45px !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  padding-right: 0 !important;
}
.mfp-close:before {
  cursor: pointer;
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mfp-close:after {
  cursor: pointer;
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
img.mfp-img {
  width: 100% !important;
  max-width: 800px !important;
  padding: 6% 8% !important;
}
.mfp-figure-custom {
  box-sizing: border-box;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, .3);
}

/* ----------------------------------------------------------------
 * HEADER
 * ---------------------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 201;
  width: 100%;
  height: auto;
}
#header.is-fixed {
  height: 100%;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  box-sizing: border-box;
}
.logo-nursery {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 45px;
  border-radius: 0 0 50px 0;
  background: #ffffff;
}
.logo-nursery h1 {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.logo-nursery img {
  width: 75px;
  text-align: center;
}

/* ----------------------------------------------------------------
 * GNAV
 * ---------------------------------------------------------------- */
#gnav {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 25px 10% 25px 0;
  background: #ffffff;
}
#gnav ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#gnav ul li {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 15px;
}
#gnav ul li a {
  color: #595757;
  position: relative;
  text-decoration: none;
}
#gnav ul li.current-nav a:after {
  width: 100%;
}
#gnav ul li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  margin: 0;
  background: #595757;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 300ms 0s ease;
}
#gnav ul li a:hover:after {
  width: 100%;
}

/* ----------------------------------------------------------------
 * HNAV (HUMBERGER-NAVIGATION)
 * ---------------------------------------------------------------- */
.hnav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 57px;
  cursor: pointer;
  z-index: 1001;
  padding: 16px;
  box-sizing: border-box;
  margin: 0;
  transition: all 0.3s ease 0s;
  background: #FF9E01;
}
.hnav p {
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  margin: 0 auto;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.hnav i {
  display: block;
  position: absolute;
  top: 21px;
  z-index: 101;
  width: 24px;
  height: 2px;
  margin: 0;
  background: #ffffff;
  transition: .2s;
}
.hnav i:before, .hnav i:after {
  display: block;
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition: .3s;
}
.hnav i:before {
  margin-top: -7px;
}
.hnav i:after {
  width: 12px;
  margin-top: 7px;
}
.hnav.is-active i {
  background: none;
  transform-origin: center center;
}
.hnav.is-active i:before {
  margin-top: 0;
  transform: rotate(-45deg);
}
.hnav.is-active i:after {
  width: 24px;
  margin-top: 0;
  transform: rotate(45deg);
}

/* ----------------------------------------------------------------
 * OFFCANVASE NAVIGATION
 * ---------------------------------------------------------------- */
.onav {
  display: none;
  width: 100%;
  height: calc(100vh - 56px);
  position: absolute;
  top: 56px;
  left: 0;
  box-sizing: border-box;
  background: #FF9E01;
}
.onav-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
.onav-inner-top ul li {
  text-align: center;
  margin: 30px auto;
}
.onav-inner-top ul li a {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.15em;
}
.onav-inner-bottom {
  margin: 70px auto 0;
}
.onav-inner-bottom ul li {
  text-align: center;
  margin: 12px auto;
}
.onav-inner-bottom ul li a {
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.15em;
}

/* ----------------------------------------------------------------
 * HERO IMAGE
 * ---------------------------------------------------------------- */
.hero-nursery {
  position: relative;
  z-index: 1;
  padding: 55px 5% 85px;
  box-sizing: border-box;
  background: url("../images/hero-nursery.jpg") no-repeat center center / cover;
}
.hero-nursery img {
  display: block;
  max-width: 1068px;
  margin: 0 auto;
}
.btn-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  bottom: 25px;
  right: 110px;
  z-index: 200;
}
.btn-contact a {
  width: 180px;
  margin-left: 10px;
}
.btn-contact a:first-child {
  display: none;
}
.btn-contact a img {
  transition: opacity 300ms 0s ease;
}
.btn-contact a:hover img {
  opacity: .5;
}

/* ----------------------------------------------------------------
 * MAIN
 * ---------------------------------------------------------------- */
#main {
  margin: 60px auto 0;
}
.content-nursery .inner-copy {
  position: relative;
  text-align: center;
  padding: 8% 5%;
  box-sizing: border-box;
}
.content-nursery .inner-copy h2 {
  color: #4C4948;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  position: relative;
  z-index: 101;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
}
.content-nursery .inner-copy p {
  position: relative;
  z-index: 101;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 3;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 35px auto 0;
}
.content-nursery .inner-copy:before {
  content: "";
  display: block;
  width: 430px;
  height: 100%;
  background: url("../images/img-hero-nu-left.png") no-repeat 0 0 / contain;
  position: absolute;
  top: -3%;
  left: 0;
  z-index: 100;
}
.content-nursery .inner-copy:after {
  content: "";
  display: block;
  width: 430px;
  height: 100%;
  background: url("../images/img-hero-nu-right.png") no-repeat right 0 / contain;
  position: absolute;
  top: 4%;
  right: 0;
  z-index: 100;
}
.img-slogun-sp {
  display: none;
}

.content-nursery .inner-feature {
  max-width: 760px;
  margin: 0 auto;
}
.ttl-nursery {
  color: #FF9E01;
  display: block;
  max-width: 422px;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 32px 40px;
  border-top: 2px solid #FF9E01;
  border-bottom: 2px solid #FF9E01;
  margin: 0 auto;
}
.ttl-circle {
  position: relative;
  width: 109px;
  height: 109px;
  border-radius: 100%;
  margin: 35px auto 10px;
  background: #FFF3DF;
}
.ttl-circle span {
  color: #F19500;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.2em;
  text-indent: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-nursery .inner-feature p {
  color: #4C4948;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  margin: 0 auto;
}

.content-nursery .inner-service {
  max-width: 960px;
  padding: 0 5%;
  margin: 65px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.content-nursery .inner-service > * {
  width: 46%;
  padding: 35px 5%;
  box-sizing: border-box;
  background: #FFF3DF;
  border-radius: 10px;
}
.content-nursery .inner-service > * h3 {
  color: #FF9E01;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.1em;
}
.content-nursery .inner-service > * ul {
  border-top: 2px dotted #CFCFCF;
  margin: 35px auto 0;
}
.content-nursery .inner-service > * ul li {
  color: #4C4948;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  padding: 13px 2%;
  border-bottom: 2px dotted #CFCFCF;
}


.content-nursery .inner-message {
  position: relative;
  margin: 150px auto 0;
}
.content-nursery .inner-message .col-image {
  overflow: hidden;
}
.content-nursery .inner-message .col-image i {
  position: absolute;
  top: 0%;
  left: 0;
  display: block;
  width: 100%;
  max-width: 860px;
  height: 100%;
  background: url("../images/img-message-nu.jpg") no-repeat center bottom / cover;
}
.content-nursery .inner-message .col-text {
  position: relative;
  z-index: 101;
  float: right;
  top: 10%;
  right: 0;
  z-index: 101;
  width: 58%;
  border-radius: 80px;
  padding: 2% 7% 5%;
  box-sizing: border-box;
  margin: 100px 5% 100px 0;
  background: #FFFFFF;
}
.content-nursery .inner-message .col-text h2 {
  color: #FF9E01;
  position: absolute;
  top: -2.5%;
  left: 12%;
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 55px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.content-nursery .inner-message .col-text h3 {
  color: #4C4948;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0.1em;
  margin: 25px 0 0;
}
.content-nursery .inner-message .col-text p {
  color: #4D4947;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2;
  text-align: justify;
  margin: 25px 0 0;
}
.content-nursery .inner-message .col-text p span {
  font-size: 25px;
  margin: 0 0 0 5px;
}

.buttonToggleBox {
  display: none;
  text-align: center;
}
.buttonToggleBox button {
  color: #ffffff;
  display: block;
  width: 180px;
  height: 45px;
  cursor: pointer;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 25px auto 0;
  border: none;
  border-radius: 100px;
  background: #FF9E01;
}

.nav-facilities {
  padding: 85px 5%;
  margin: 140px auto 0;
  box-sizing: border-box;
  background: #FF9E01;
}
.nav-facilities h2 {
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
.nav-facilities-list ul {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: 45px auto 0;
}
.nav-facilities-list ul li {
  width: 31.333%;
  margin: 0 1% 30px;
}
.nav-facilities-list ul li a {
  display: flex;
  align-items: center;
  border-radius: 12px;
  text-decoration: none;
  background: #ffffff;
}
.nav-facilities-list ul li a img {
  width: 40%;
  border-radius: 12px 0 0 12px;
}
.nav-facilities-list ul li a p {
  color: #4D4947;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 0 5%;
}

.img-map-nursery {
  text-align: center;
  padding: 120px 5%;
  box-sizing: border-box;
  background: #EFEEE7;
}
.img-map-nursery img {
  display: block;
  max-width: 765px;
  margin: 0 auto;
}

.performance .inner {
  max-width: 960px;
  margin: 65px auto 100px;
}
.performance .inner h2 {
  color: #FF9E01;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.list-performance {
  width: 100%;
  border-bottom: 1px solid #D7D7D7;
  margin: 35px auto 15px;
}
table.list-performance tr th {
  color: #4D4947;
  width: 15%;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  padding: 25px 1%;
  box-sizing: border-box;
  border-top: 1px solid #D7D7D7;
}
table.list-performance tr td {
  color: #4D4947;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  padding: 25px 1%;
  box-sizing: border-box;
  border-top: 1px solid #D7D7D7;
}
table.list-performance caption {
  caption-side: bottom;
  text-align: right;
}
table.list-performance caption p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 32px;
  margin: 5px 0 0;
}
.img-performance img {
  display: block;
  max-width: 650px;
  margin: 35px auto 0;
}

.contact-nursery {
  padding: 70px 5%;
  box-sizing: border-box;
  /*margin: 100px auto 0;*/
  background: #F1F1EA;
}
.contact-nursery .inner h2 {
  color: #FF9E01;
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.1em;
}
table.form-nursery {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0;
}
table.form-nursery tr th , table.form-nursery tr td {
  vertical-align: middle;
  text-align: left;
  padding: 12px 0;
  box-sizing: border-box;
}
table.form-nursery tr th {
  color: #484848;
  width: 170px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1em;
}
table.form-nursery tr td input[type="text"],
table.form-nursery tr td input[type="email"],
table.form-nursery tr td input[type="tel"] {
  width: 100%;
  font-size: 16px;
  padding: 12px 2%;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
  background: #ffffff;
}
table.form-nursery tr td textarea {
  width: 100%;
  max-width: 430px;
  min-height: 200px;
  outline: none;
  border: none;
}
.btn-submit-nursery input[type="submit"] {
  color: #ffffff;
  cursor: pointer;
  display: block;
  width: 180px;
  height: 44px;
  border: none;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.2em;
  text-indent: 0.2rem;
  text-align: center;
  margin: 15px auto 0;
  background: #FF9E01;
  border-radius: 100px;
  transition: opacity .3s ease 0s;
}
.btn-submit-nursery input[type="submit"]:hover {
  opacity: .5;
}
.contact-nursery .inner ul {
  max-width: 600px;
  margin: 30px auto 0;
}
.contact-nursery .inner ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
  text-align: center;
}

.contact-address {
  max-width: 600px;
  margin: 40px auto 0;
}
.contact-address h3 {
  color: #4C4948;
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05rem;
  padding: 0 0 15px;
}
.contact-address h3:after {
  content: "";
  display: block;
  margin: 0 auto;
  background: #4D4947;
  width: 34px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contact-address dl  {
  display: flex;
  align-items: center;
  margin: 20px auto 0;
}
.contact-address dl dt {
  width: 185px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.contact-address dl dd {
  width: calc(100% - 185px);
  display: flex;
  align-items: center;
}
.contact-address dl dd a {
  color: #4C4948;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
  margin: 0 0 0 5%;
}
.contact-address dl dd p {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  vertical-align: middle;
  margin: 0 0 0 3%;
}
.contact-address > p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.8;
  margin: 10px 0 0;
}

/* ----------------------------------------------------------------
 * FOOTER
 * ---------------------------------------------------------------- */
#footer .footer-inner {
  position: relative;
  padding: 38px 5% 100px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #ffffff;
}
#footer .footer-inner h4 {
  width: 100%;
  text-align: center;
}
#footer .footer-inner h4 img {
  max-width: 144px;
  display: block;
  margin: 0 auto;
}
#footer .footer-inner ul {
  display: flex;
  justify-content: center;
  margin: 35px auto 0;
}
#footer .footer-inner ul li {
  margin: 0 1.5%;
  white-space: nowrap;
}
#footer .footer-inner ul li a {
  color: #4D4947;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.ico.ico-fnav:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 7px;
  margin: 0 10px 0 0;
  background: url("../images/ico-arrow-gr.png") no-repeat 0 0 / cover;
}

#toTop {
  width: 66px;
  height: 66px;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

/* ----------------------------------------------------------------
 * NURSERY-ABOUT
 * ---------------------------------------------------------------- */
.main-nurseryAbout {
  position: relative;
  padding: 0 5%;
  box-sizing: border-box;
}
.main-nurseryAbout:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url("../images/bg-nurseryAbout.jpg") no-repeat center bottom /cover;
}
.heading-nursery {
  position: relative;
  padding: 30% 0 0;
}
.heading-nursery h1 {
  color: #FF9E01;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.2em;
  text-indent: 0.2rem;
  padding: 43px 100px;
  margin: 0 auto;
  border-radius: 100px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.baseWhite-nursery {
  max-width: 1140px;
  padding: 80px 8% 80px;
  margin: 0 auto 135px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #ffffff;
}
.baseWhite-nursery .quality-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.baseWhite-nursery .quality-header .col-left {
  width: calc(96% - 236px);
}
.baseWhite-nursery .quality-header .col-left h2 {
  color: #4C4948;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0;
}
.baseWhite-nursery .quality-header .col-left p {
  color: #4C4948;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1em;
  margin: 20px 0 0;
}
.baseWhite-nursery .quality-header .col-right {
  width: 236px;
}

.quality-list-wrap {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
  column-count: 2;
  column-gap: 0;
  margin: 80px -2% 0;
}
.quality-list {
  display: inline-block;
  margin: 0 4% 75px;
}
.ttl-quality {
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.1em;
  text-align: center;
  background: #FF9E01;
  border-radius: 5px;
}
.quality-list > p {
  color: #4C4948;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  margin: 10px 0 0;
}
.point {
  position: relative;
  background: #FFEED3;
  border-radius: 5px;
  padding: 15px 30px 13px;
  box-sizing: border-box;
  margin: 20px 0 0;
}
.point h4 {
  color: #ffffff;
  width: 82px;
  height: 20px;
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 0 0 0 0.2rem;
  background: #FF9E01;
  border-radius: 5px;
  position: absolute;
  top: -6px;
  left: 30px;
}
.point p {
  color: #F29600;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  margin: 10px 0 0;
}
.point p a {
  color: #F29600;
  display: inline-block;
}

.checkMovie {
  margin: 80px auto 0;
}
.checkMovie-list {
  margin: 65px auto 0;
}
.checkMovie-list ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -2%;
}
.checkMovie-list ul li {
  margin: 0 2%;
}
.card-checkMovie img {
  border: 2px solid #F19500;
  border-radius: 12px;
  box-sizing: border-box;
}
.btn.btn-checkMovie {
  transform: translateY(-40px);
}
.btn.btn-checkMovie a {
  display: block;
  position: relative;
  width: auto;
  max-width: 347px;
  text-decoration: none;
  padding: 20px 35px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 2px solid #F19500;
  box-sizing: border-box;
  border-radius: 100px;
  margin: 0 auto;
}
.btn.btn-checkMovie a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  margin: 0;
  background: url("../images/ico-movie.png") no-repeat 0 0 / cover;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}
.btn.btn-checkMovie h3 {
  color: #F29600;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}
.btn.btn-checkMovie p {
  color: #4D4947;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}

.daylyProgram {
  margin: 80px auto 50px;
}
.daylyProgram > a img  {
  max-width: 914px;
  margin: 60px auto 0;
}

/* ----------------------------------------------------------------
 * NURSERY-ENVIRONMENT
 * ---------------------------------------------------------------- */
.main-environment {
  position: relative;
  padding: 0 5%;
  box-sizing: border-box;
}
.main-environment:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url("../images/bg-environment.jpg") no-repeat center top /cover;
}
.salary {
  margin: 85px auto 0;
}
.salary > p {
  color: #4C4948;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.05rem;
  margin: 35px auto 0;
}
.example {
  margin: 30px auto 0;
}
.example h3 {
  color: #FF9E01;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.example table {
  width: 100%;
  border-top: 1px solid #D7D7D7;
  margin: 25px auto 0;
}
.example table tr th, .example table tr td {
  color: #4D4947;
  font-style: normal;
  line-height: 1.8;
  text-align: left;
  padding: 15px 2%;
  box-sizing: border-box;
  border-bottom: 1px solid #D7D7D7;
}
.example table tr th {
  width: 25%;
  font-weight: bold;
  font-size: 18px;
}
.example table tr td p {
  font-size: 16px;
}
.example table tr td p.color-or {
  color: #FF9E01;
}

.workHours {
  margin: 120px auto 0;
}
.workHours > p {
  color: #4C4948;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.05rem;
  margin: 35px auto 0;
}
.workHours > p span {
  color: #FF9E01;
}
.workHours-list {
  padding: 20px 10%;
  margin: 25px auto 0;
  background: #F9F9F4;
}
.workHours-list ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}
.system {
  margin: 120px auto 0;
}
.system > p {
  color: #4C4948;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.05rem;
  margin: 35px auto 0;
}
.system table {
  width: 100%;
  border-top: 1px solid #D7D7D7;
  margin: 25px auto 45px;
}
.system table tr th, .system table tr td {
  color: #4D4947;
  font-style: normal;
  line-height: 1.8;
  text-align: left;
  padding: 15px 2%;
  box-sizing: border-box;
  border-bottom: 1px solid #D7D7D7;
}
.system table tr th {
  width: 25%;
  font-weight: bold;
  font-size: 18px;
}
.system table tr td {
  font-size: 16px;
}
.merit {
  border: 4px solid #FF9E01;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 35px 5% 50px;
  margin: 100px auto 0;
}
.merit h2 {
  color: #FF9E01;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.1em;
}
.merit p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2;
  text-align: justify;
  margin: 10px auto 0;
}
.merit p span {
  color: #FF9E01;
}
.merit p.fz-small {
  font-size: 12px;
  line-height: 1.8;
}

/* ----------------------------------------------------------------
 * NURSERY-CAREERPATH
 * ---------------------------------------------------------------- */
.main-careerPath {
  position: relative;
  padding: 0 5%;
  box-sizing: border-box;
}
.main-careerPath:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url("../images/bg-careerPath.jpg") no-repeat center top /cover;
}
.careerPath {
  margin: 85px auto 0;
}
.ttl-careerPath {
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  padding: 8px 0;
  background: #FF9E01;
  border-radius: 100px;
}

.careerPathFirst {
  margin: 50px auto 0;
}
.careerPathFirst > p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  letter-spacing: 0.05rem;
  margin: 20px auto 0;
}
.careerPath-step ul {
  display: flex;
  justify-content: center;
  margin: 20px -2% 5px;
}
.careerPath-step ul li {
  max-width: 200px;
  text-align: center;
  margin: 0 2%;
}

.grid {
  display: flex;
  justify-content: space-between;
  margin: 0 -2%;
}
.grid > .col-6 {
  width: 48%;
  margin: 0 2%;
}
.careerPathFirst .grid {
  padding-top: 35px;
}

.careerPathSecond {
  margin: 50px auto 0;
}
.careerPathSecond > p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  letter-spacing: 0.05rem;
  margin: 20px auto 0;
}

.careerPath > .grid {
  padding-top: 65px;
}

.careerPathThird > p , .careerPathFourth > p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  letter-spacing: 0.05rem;
  margin: 20px auto 0;
}

.success {
  margin: 120px auto 0;
}
.success > p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  letter-spacing: 0.05rem;
  margin: 20px auto 0;
}
.success-list {
  max-width: 759px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px auto 0;
}
.success-list .success-list-col {
  width: 44%;
  margin: 0 3% 55px;
}

.movie-voice {
  max-width: 443px;
  margin: 80px auto 0;
}

/* 20220919 追加 */
.btn-entry-nursery {
  max-width: 169px;
  margin: 0 0 0 15px;
}


@media screen and (max-width: 768px) {

  /* ----------------------------------------------------------------
   * TOP
   * ---------------------------------------------------------------- */
  .spbr {
    display: block;
  }
  #header {
    background: #ffffff;
  }
  .header-inner {
    display: block;
  }
  #gnav {
    display: none;
  }
  .hnav, .onav {
    display: block;
  }
  #offcanvas {
    transition: all 200ms 0s ease;
    transform: translateX(100%);
  }
  #offcanvas.is-active {
    transform: translateX(0%);
  }
  .logo-nursery {
    width: 262px;
    position: static;
    padding: 13px 2%;
    border-radius: 0;
    background: none;
  }
  .logo-nursery img {
    width: 100%;
  }
  #main {
    margin: 56px auto 0;
  }
  .btn-contact {
    display: none;
    bottom: 15px;
    right: 2%;
  }
  .btn-contact a {
    display: block;
    float: left;
    width: 135px;
  }
  .btn-contact a:first-child {
    display: block;
  }
  .hero-nursery {
    padding: 55px 5% 35px;
  }
  .content-nursery .inner-copy:before , .content-nursery .inner-copy:after {
    display: none;
  }
  .content-nursery .inner-copy {
    padding: 5% 3%;
    background: #F1F1EA;
  }
  .content-nursery .inner-copy h2 {
    line-height: 2;
    font-size: 20px;
  }
  .content-nursery .inner-copy p {
    line-height: 2.5;
    font-size: 13px;
    letter-spacing: 0.05rem;
    margin: 20px auto 0;
  }
  .img-slogun-sp {
    display: block;
    max-width: 600px;
    margin: 15px auto 0;
  }
  .ttl-nursery {
    max-width: 295px;
    font-size: 20px;
    line-height: 1;
    padding: 20px 5%;
  }
  .content-nursery .inner-feature {
    padding: 45px 5%;
  }
  .ttl-circle {
    width: 70px;
    height: 70px;
    margin: 15px auto 10px;
  }
  .ttl-circle span {
    font-size: 20px;
  }
  .content-nursery .inner-feature p {
    font-size: 13px;
    line-height: 2;
  }
  .content-nursery .inner-service {
    display: block;
    padding: 0 5%;
    margin: 10px auto 0;
  }
  .content-nursery .inner-service > * {
    width: 100%;
    padding: 25px 5%;
    margin: 0 auto 30px;
  }
  .content-nursery .inner-service > * h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .content-nursery .inner-service > * ul {
    margin: 20px auto 0;
  }
  .content-nursery .inner-service > * ul li {
    font-size: 13px;
    line-height: 2;
    padding: 10px 2%;
  }
  .content-nursery .inner-message {
    position: relative;
    margin: 65px auto 0;
  }
  .content-nursery .inner-message .col-image i {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 44%;
    background: url(../images/img-message-nu-sp.jpg) no-repeat center bottom / cover;
  }
  .content-nursery .inner-message .col-text {
    position: relative;
    float: none;
    width: 100%;
    padding: 25px 5% 0;
    margin: 0;
  }
  .content-nursery .inner-message .col-text h2 {
    top: -20px;
    left: 5%;
    font-size: 35px;
  }
  .content-nursery .inner-message .col-text h3 {
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
  }
  .content-nursery .inner-message .col-text p {
    font-size: 13px;
    line-height: 2;
    margin: 15px 0 0;
  }
  .content-nursery .inner-message .col-text p span {
    font-size: 24px;
  }

  .buttonToggleBox {
    display: block;
  }
  .toogleBox-sp {
    max-height: 95px;
    overflow: hidden;
    transition: height 0.3s linear;
  }
  .toogleBox-sp.is-active {
    max-height: 100%;
    transition: height 0.3s linear;
  }

  .nav-facilities {
    padding: 35px 5%;
    margin: 80px auto 0;
  }
  .nav-facilities h2 {
    font-size: 20px;
  }
  .nav-facilities-list ul {
    margin: 25px -1.5% 0;
  }
  .nav-facilities-list ul li {
    width: 47%;
    margin: 0 1.5% 15px;
  }
  .nav-facilities-list ul li a p {
    font-size: 13px;
  }
  .img-map-nursery {
    padding: 65px 8%;
  }
  .img-map-nursery img {
    max-width: 400px;
  }
  .performance .inner {
    padding: 0 5%;
    margin: 65px auto;
  }
  .performance .inner h2 {
    font-size: 20px;
  }
  table.list-performance {
    margin: 20px auto 15px;
  }
  table.list-performance tr th , table.list-performance tr td{
    display: block;
    width: 100%;
  }
  table.list-performance tr th {
    font-size: 15px;
    padding: 15px 0 0;
  }
  table.list-performance tr td {
    font-size: 13px;
    border-top: none;
    padding: 0 0 15px;
  }
  .img-performance img {
    margin: 0 auto;
  }

  .contact-nursery {
    padding: 45px 5%;
  }
  .contact-nursery .inner h2 {
    font-size: 20px;
    text-indent: 0.1rem;
  }
  table.form-nursery {
    margin: 0px auto 0;
  }
  table.form-nursery tr th, table.form-nursery tr td {
    display: block;
    width: 100%;
  }
  table.form-nursery tr th {
    font-size: 14px;
    padding: 15px 0 0;
  }
  table.form-nursery tr td {
    padding: 0;
  }
  table.form-nursery tr td input[type="text"], table.form-nursery tr td input[type="email"], table.form-nursery tr td input[type="tel"] {
    font-size: 14px;
    padding: 10px 2%;
  }
  .btn-submit-nursery input[type="submit"] {
    margin: 25px auto 0;
  }

  .contact-nursery .inner ul {
    margin: 20px auto 0;
  }
  .contact-nursery .inner ul li {
    text-align: left;
  }
  .contact-address {
    margin: 25px auto 0;
  }
  .contact-address dl {
    display: block;
    
  }
  .contact-address dl dt {
    text-align: center;
    margin: 0 auto;
  }
  .contact-address dl dd {
    width: auto;
    display: block;
  }
  .contact-address dl dd a {
    font-size: 28px;
    margin: 0 auto 20px;
    display: block;
  }
  .contact-address dl dd p {
    display: block;
    margin: 0;
  }
  .contact-address > p {
    margin: 0;
  }
  #footer .footer-inner ul {
    display: none;
  }

  #toTop {
    width: 50px;
    height: 50px;
    bottom: 70px;
    right: 2%;
  }

  /* ----------------------------------------------------------------
   * PAGE / NURSERY-ABOUT
   * ---------------------------------------------------------------- */
  .main-nurseryAbout:after {
    background: url("../images/bg-nurseryAbout-sp.jpg") no-repeat center bottom /cover;
  }
  .heading-nursery {
    padding: 45% 0 0;
  }
  .heading-nursery h1 {
    font-size: 23px;
    line-height: 1;
    white-space: nowrap;
    padding: 28px 45px;
  }
  .baseWhite-nursery {
    padding: 35px 5%;
    margin: 0 auto 65px;
  }
  .baseWhite-nursery .quality-header {
    display: block;
  }
  .baseWhite-nursery .quality-header .col-left, .baseWhite-nursery .quality-header .col-right {
    width: 100%;
  }
  .baseWhite-nursery .quality-header .col-left p {
    font-size: 13px;
    text-align: justify;
    margin: 10px 0 0;
  }
  .baseWhite-nursery .quality-header .col-right img {
    display: block;
    max-width: 235px;
    margin: 20px auto 0;
  }
  .quality-list-wrap {
    column-count: 1;
    margin: 60px auto 0;
  }
  .quality-list {
    display: block;
    margin: 0 auto 35px;
  }
  .quality-list > p {
    font-size: 13px;
    line-height: 2;
    text-align: justify;
    margin: 10px 0 0;
  }
  .ttl-quality {
    font-size: 15px;
  }
  .point {
    padding: 15px 3% 13px;
  }
  .point h4 {
    width: 55px;
    height: 20px;
    font-size: 10px;
    top: -6px;
    left: 3%;
  }
  .point p {
    font-size: 13px;
    text-align: justify;
    margin: 10px 0 0;
  }
  .checkMovie {
    margin: 30px auto 0;
  }
  .checkMovie-list {
    margin: 40px auto 0;
  }
  .checkMovie-list ul {
    display: block;
    margin: 0 auto;
  }
  .checkMovie-list ul li {
    max-width: 443px;
    margin: 0 auto;
  }
  .btn.btn-checkMovie a {
    max-width: 296px;
    padding: 12px 25px;
  }
  .btn.btn-checkMovie h3 {
    font-size: 14px;
    line-height: 1.5;
  }
  .btn.btn-checkMovie p {
    font-size: 12px;
    line-height: 1.5;
  }
  .daylyProgram {
    margin: 25px auto 50px;
  }
  .daylyProgram > a img  {
    margin: 30px auto 0;
  }

  /* ----------------------------------------------------------------
   * PAGE / NURSERY-ENVIRONMENT
   * ---------------------------------------------------------------- */
  .main-environment:after {
    background: url("../images/bg-environment-sp.jpg") no-repeat center top /cover;
  }
  .salary {
    margin: 60px auto 0;
  }
  .salary > p {
    font-size: 13px;
    margin: 25px auto 0;
  }
  .example h3 {
    font-size: 19px;
  }
  .example table tr th, .example table tr td {
    width: 100%;
    display: block;
  }
  .example table tr th {
    font-size: 15px;
    padding: 12px 0 0;
    border-bottom: none;
  }
  .example table tr td {
    font-size: 13px;
    padding: 0 0 12px;
  }
  .example table tr td p {
    font-size: 13px;
  }
  .example table tr:last-child td {
    padding: 12px 0;
  }
  .workHours {
    margin: 70px auto 0;
  }
  .workHours > p {
    font-size: 13px;
    margin: 25px auto 0;
  }
  .workHours-list {
    padding: 15px 5%;
  }
  .workHours-list ul li {
    font-size: 13px;
    line-height: 2;
  }
  .system {
    margin: 70px auto 0;
  }
  .system > p {
    font-size: 13px;
    margin: 25px auto 0;
  }
  .system table {
    margin: 15px auto 20px;
  }
  .system table tr th , .system table tr td {
    display: block;
    width: 100%;
  }
  .system table tr th {
    font-weight: bold;
    font-size: 15px;
    padding: 12px 0 0;
    border-bottom: none;
  }
  .system table tr td {
    font-size: 13px;
    padding: 0 0 12px;
  }
  .merit {
    border-radius: 8px;
    padding: 30px 5% 35px;
    margin: 40px auto 0;
  }
  .merit h2 {
    font-size: 20px;
  }
  .merit p {
    font-size: 13px;
  }
  .merit p.fz-small {
    font-size: 11px;
  }

  /* ----------------------------------------------------------------
   * PAGE / NURSERY-ENVIRONMENT
   * ---------------------------------------------------------------- */
  .main-careerPath:after {
    background: url(../images/bg-careerPath-sp.jpg) no-repeat center top /cover;
  }
  .careerPath {
    margin: 65px auto 0;
  }
  .careerPathFirst {
    margin: 30px auto 0;
  }
  .ttl-careerPath {
    font-size: 15px;
    padding: 6px 0;
  }
  .careerPathFirst > p, .careerPathSecond > p, .careerPathThird > p, .careerPathFourth > p {
    font-size: 13px;
    line-height: 2;
    margin: 15px auto 0;
  }
  .careerPathFirst .grid {
    padding-top: 30px;
  }

  .careerPath-step ul {
    flex-wrap: wrap;
  }
  .careerPath-step ul li {
    width: 44%;
    margin: 0 3% 20px;
  }

  .grid {
    display: block;
    margin: 0 auto;
  }
  .grid > .col-6 {
    width: 100%;
    margin: 0 auto 20px;
  }

  .careerPathSecond {
    margin: 60px auto 0;
  }
  .careerPath > .grid {
    padding-top: 60px;
  }
  .careerPath > .grid > .col-6 {
    margin: 0 auto 60px;
  }

  .success {
    margin: 65px auto 0;
  }
  .success > p {
    font-size: 13px;
    line-height: 2;
    margin: 15px auto 0;
  }
  .success-list {
    max-width: 300px;
    display: block;
    margin: 30px auto 0;
  }
  .success-list .success-list-col {
    width: 100%;
    margin: 0 auto 45px;
  }

}

@media screen and (max-width: 420px) {

  .nav-facilities-list ul li a p {
    font-size: 2.5vw;
    line-height: 1.5;
    margin: 0 0 0 2%;
  }

  /* ----------------------------------------------------------------
   * PAGE / NURSERY-ABOUT
   * ---------------------------------------------------------------- */
  .heading-nursery {
    padding: 108% 0 0;
  }

}
