@charset "UTF-8";
/* --------------------------------------------------------
variable
-------------------------------------------------------- */
/*-------- トップページcss --------*/
/* モバイルレイアウト : 480 px およびそれ以下. */
/* --------------------------------------------------------
nav
-------------------------------------------------------- */
#g-nav dl.headerTel {
  margin: 0;
  padding-top: 8%;
}

/* --------------------------------------------------------
header
-------------------------------------------------------- */
#mainImg {
  position: relative;
  width: 100%;
  margin: 0;
}
#mainImg .slider {
  margin: 0 auto;
  padding: 5% 0 0;
  width: 95%;
  text-align: center;
}
#mainImg .slider .slick-slide img {
  width: 200%;
}

.mainimg_deco {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 93%;
}
.mainimg_deco h2 {
  position: absolute;
  left: 0;
  bottom: 5%;
  margin: 0;
  width: 65%;
}

#mainimg_illust02 {
  position: absolute;
  right: 0;
  bottom: -10%;
  width: 45%;
}

#g-nav-container .imgWrap {
  display: inline-block;
  width: 25%;
  text-align: center;
}

.headerTel {
  padding-top: 50px;
}

/* --------------------------------------------------------
section #link1
-------------------------------------------------------- */
section#link1 h2 {
  color: #F1AC43;
  padding-top: 30px;
  line-height: 1.5em;
}

section#link1 h2::before {
  display: none;
}

.greeting {
  text-align: center;
}

/* --------------------------------------------------------
section #link2
-------------------------------------------------------- */
section#link2 {
  width: 100%;
}

.overviewBg {
  background: #EFFCFE;
  margin-top: 50px;
}
.overviewBg h3 {
  width: 90%;
  padding: 12% 0 0;
  margin: 0 auto;
  font-size: 23px;
}
.overviewBg h3 img {
  padding-right: 10px;
  float: left;
}

.overviewImg h3 {
  width: 100%;
  padding: 5% 0 0;
  color: #48B5C9;
  line-height: 1.8em;
}
.overviewImg img {
  margin: 5% 0 0 -15px;
}

.overviewWrap {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 50px;
}

.overviewTxt {
  padding-top: 30px;
}
.overviewTxt .txt {
  display: flex;
  align-items: center;
  gap: 20px;
}
.overviewTxt .txt h4 {
  width: 24%;
  background: #6EC8D8;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
}
.overviewTxt .txt h4, .overviewTxt .txt p {
  margin: 8px 0;
}

/* --------------------------------------------------------
section #link3
-------------------------------------------------------- */
.featureWrap {
  padding: 30px 0 120px;
}
.featureWrap .feature {
  padding-bottom: 50px;
}
.featureWrap .feature h3 {
  color: #F1AC43;
  display: flex;
  gap: 20px;
  align-items: center;
}
.featureWrap .feature .featureTxt {
  background: #FFF8EE;
  padding: 7%;
  border-radius: 51% 35% 48% 32%/36% 35% 33% 34%;
}
.featureWrap .feature:nth-of-type(2) h3 {
  color: #F49FA9;
}
.featureWrap .feature:nth-of-type(2) .featureTxt {
  background: #FDF3F5;
}
.featureWrap .feature:nth-of-type(3) {
  padding-bottom: 0;
}
.featureWrap .feature:nth-of-type(3) h3 {
  color: #8BC159;
}
.featureWrap .feature:nth-of-type(3) .featureTxt {
  background: #F7FFF0;
}

/* --------------------------------------------------------
section #link4
-------------------------------------------------------- */
section#link4 {
  width: 100%;
  padding: 0;
}

.tourBg {
  background: #FDF3F5;
  margin: 50px auto 0;
}

.sliderArea {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}

.about_sliderBg {
  position: relative;
}

.about_sliderBg::before {
  content: url(../img/pic_03_sp.webp);
  position: absolute;
  top: 0;
  right: 6%;
  transform: translateY(-50%);
  z-index: 2;
  display: block;
}

.about_sliderBg::after {
  content: url(../img/pic_04_sp.webp);
  position: absolute;
  bottom: 0;
  left: 6%;
  transform: translateY(50%);
  z-index: 2;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 70px 25px;
}

.slider_thumb {
  position: relative;
  width: 95%;
  margin: auto;
}

.slider_thumb::before, .slider_thumb::after {
  position: absolute;
  top: 0;
  z-index: 2;
}

.slider_thumb::before {
  content: url(../../about/img/pic_04.webp);
  left: 0;
  transform: translateX(-30%) translateY(-40%) scale(0.5);
}

.slider_thumb::after {
  content: url(../../about/img/pic_04_02.webp);
  right: 0;
  transform: translateX(30%) translateY(-40%) scale(0.5);
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  border-radius: 10px; /* 角丸 */
  /* border: 1px solid #D18D0F; */
}

.slick-prev, .slick-next {
  z-index: 1;
  width: auto;
  height: auto;
}

.slick-prev::before,
.slick-next::before {
  opacity: 1;
  width: 50px;
}

.slick-prev::before {
  content: url(../img/pic_05_sp.webp);
}

.slick-next::before {
  content: url(../img/pic_06_sp.webp);
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 15px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

.slider_item p.title {
  font-size: 1.2rem;
  color: #F1AC43;
}

.slider_item p.title::after {
  content: "";
  background: url(/about/img/hr_01.webp) repeat-x;
  display: block;
  margin: 5px 0 0;
  height: 10px;
}

/* --------------------------------------------------------
section #link5
-------------------------------------------------------- */
section#link5 {
  padding: 100px 0 0;
}

.aboutBg {
  background: #F7FFF0;
  padding: 5% 5% 80px;
  margin: 50px auto 50px;
  position: relative;
  border-radius: 30px;
}
.aboutBg .aboutContent {
  text-align: center;
}
.aboutBg .aboutContent h3 {
  background: #8BC159;
  color: #fff;
  padding: 10px 50px;
  display: inline-block;
  border-radius: 50px;
}
.aboutBg .aboutContent p {
  margin-top: 0;
  text-align: center;
}
.aboutBg img.illust {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
}

.aboutBg:first-of-type {
  margin-bottom: 30%;
}

.aboutBg:nth-of-type(2) {
  background: #E2F6FF;
  margin-bottom: 30%;
}
.aboutBg:nth-of-type(2) .aboutContent {
  text-align: center;
}
.aboutBg:nth-of-type(2) .aboutContent h3 {
  background: #6EC8D8;
}
.aboutBg:nth-of-type(2) .aboutContent p {
  text-align: left;
}

.aboutBgWrap > .aboutBg {
  background: #FFF6EA;
  height: auto;
  padding: 5% 5% 10%;
}
.aboutBgWrap > .aboutBg .aboutContent {
  width: 100%;
  position: static;
  transform: translate(0, 0);
}
.aboutBgWrap > .aboutBg .aboutContent h3 {
  background: #F1AC43;
}

/* --------------------------------------------------------
section #link6
-------------------------------------------------------- */
section#link6 {
  padding-top: 0;
}
section#link6 a {
  display: block;
  padding: 30px 0 50px;
  text-align: center;
}

.teatureWrap {
  padding: 30px 0;
}
.teatureWrap h3 {
  font-size: 30px;
  color: #F1AC43;
}
.teatureWrap h3 span.orange {
  font-size: 20px;
}
.teatureWrap h3 span.gray {
  color: #AEAEAE;
  font-size: 17px;
  padding-left: 10px;
}

.teatureWrap2 {
  padding: 30px 0;
}

section#link7 .recruitWrap {
  margin: 0 auto;
}
section#link7 .recruitWrap h3 {
  color: #48B5C9;
  font-size: 22px;
}
section#link7 .recruitWrap p.link {
  font-size: 18px;
}
section#link7 .recruitWrap p.link a {
  color: #48B5C9;
}

/* --------------------------------------------------------
footer
-------------------------------------------------------- */
.footer_content {
  margin: 5% 0 0;
}

/* タブレットレイアウト : 768 px～。モバイルレイアウトからスタイルを継承。 */
@media print, screen and (min-width: 768px) {
  /* --------------------------------------------------------
  header
  -------------------------------------------------------- */
  .pcBr {
    display: block;
  }
  #mainImg {
    position: relative;
    width: 100%;
    margin: 0;
    margin-bottom: 80px;
  }
  #mainImg .slider {
    margin: 0 auto;
    padding: 50px 0 0;
    width: 95%;
    text-align: center;
  }
  .mainimg_deco {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 94%;
  }
  .mainimg_deco h2 {
    position: absolute;
    left: 0;
    bottom: 10%;
    margin: 0;
    width: auto;
  }
  #mainimg_illust01 {
    position: absolute;
    top: 3%;
    left: 0;
    transform: translateX(-95%);
    width: 280px;
  }
  #mainimg_illust02 {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 250px;
  }
  /* --------------------------------------------------------
  section #link1
  -------------------------------------------------------- */
  /* あいさつ文 */
  .greeting {
    position: relative;
    margin-bottom: 30px;
  }
  .greetingTxt {
    margin: 0 auto;
    width: 480px;
  }
  .greetingTxt h2 {
    font-size: 40px;
    text-align: left;
    line-height: 55px;
  }
  .greetingTxt p {
    font-size: 20px;
    line-height: 40px;
  }
  .gr_illust01 {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateX(-50%) translateY(-50%);
  }
  .gr_illust02 {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateX(50%) translateY(-50%);
  }
  #g-nav-container .imgWrap {
    width: 80px;
    height: 50px;
  }
  section#link1 {
    padding-top: 0;
  }
  section#link1 h2 {
    font-size: 30px;
    text-align: center;
  }
  section#link1 h2 span {
    display: inline-block;
  }
  section#link1 .greetingTxt {
    width: 800px;
  }
  /* --------------------------------------------------------
  section #link2
  -------------------------------------------------------- */
  section#link2 {
    padding: 100px 0 0;
    max-width: 1920px;
  }
  section#link2 .overviewBg h3 {
    text-align: center;
    padding: 80px 0 30px;
    font-size: 25px;
  }
  section#link2 .overviewBg h3 img {
    float: none;
  }
  section#link2 .overviewBg .overviewImg h3 {
    margin: 0;
  }
  section#link2 .overviewWrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 100px;
  }
  section#link2 .overviewWrap h3 {
    padding: 0 0 0 50px;
    line-height: 1.8em;
    text-align: left;
  }
  section#link2 .overviewWrap h3 span {
    font-size: 28px;
  }
  section#link2 .overviewWrap .overviewTxt {
    padding-top: 80px;
  }
  section#link2 .overviewWrap .overviewTxt h4 {
    width: 100px;
  }
  /* --------------------------------------------------------
  section #link3
  -------------------------------------------------------- */
  .feature {
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 50px 0;
  }
  .feature img {
    width: 550px;
  }
  .feature .featureTxt h3 {
    display: flex;
    align-items: center;
    font-size: 28px;
    line-height: 1.3em;
    gap: 30px;
  }
  .feature .featureTxt h3 img {
    width: 30px;
  }
  .feature:first-of-type > img,
  .feature:last-of-type > img {
    order: 2;
  }
  /* --------------------------------------------------------
  section #link4
  -------------------------------------------------------- */
  section#link4 {
    max-width: 1920px;
  }
  .sliderArea {
    width: 1200px;
    margin: 0 auto;
  }
  /*====================================================================
  slick
  ====================================================================*/
  .about_sliderBg::before, .about_sliderBg::after {
    display: none;
  }
  .sliderArea {
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px 25px;
    position: relative;
  }
  .sliderArea::before {
    content: url(../img/pic_03.webp);
    position: absolute;
    top: 50px;
    left: -200px;
    transform: translateX(100%) translateY(0);
    z-index: 1;
  }
  .sliderArea::after {
    content: url(../img/pic_04.webp);
    position: absolute;
    bottom: 120px;
    right: -150px;
    transform: translateX(-100%) translateY(-50%);
    z-index: 1;
  }
  .slider_thumb {
    position: relative;
  }
  .slider_thumb::before, .slider_thumb::after {
    position: absolute;
    top: 0;
    transform: translateX(-20%) translateY(-20%);
    z-index: 1;
  }
  .slider_thumb::before {
    left: 0;
  }
  .slider_thumb::after {
    right: 0;
    transform: translateX(20%) translateY(-20%);
  }
  .thumb {
    margin: 50px 0 0;
  }
  .slick-slide {
    margin: 0 5px;
  }
  .slick-slide img {
    width: 100%;
    border-radius: 10px; /* 角丸 */
  }
  .slick-prev, .slick-next {
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 80px;
  }
  .slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .slick-next {
    right: 0;
    transform: translate(50%, -50%);
  }
  .slick-prev::before {
    content: url(../img/pic_05.webp);
  }
  .slick-next::before {
    content: url(../img/pic_06.webp);
  }
  .slider_item p.title {
    font-size: 18px;
  }
  /* --------------------------------------------------------
  section #link5
  -------------------------------------------------------- */
  section#link5 .aboutBg:first-of-type,
  section#link5 .aboutBg:nth-of-type(2) {
    width: 550px;
    padding: 20px 50px 80px 50px;
  }
  section#link5 .aboutBg:first-of-type {
    margin-bottom: 130px;
  }
  section#link5 .aboutBg:nth-of-type(2) {
    margin-bottom: 0;
  }
  section#link5 .aboutBgWrap {
    display: flex;
    gap: 50px;
  }
  section#link5 .aboutBgWrap > .aboutBg {
    width: 600px;
    height: auto;
    padding: 20px 50px 50px;
  }
  /* --------------------------------------------------------
  section #link6
  -------------------------------------------------------- */
  section#link6 {
    padding-top: 10%;
  }
  section#link6 .teatureWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    width: 980px;
    margin: 0 auto;
  }
  section#link6 .teatureWrap2 {
    width: 750px;
    margin: 0 auto;
    padding: 50px 0;
  }
  section#link6 .teatureWrap2 p {
    width: 580px;
    margin: 0 auto;
    padding-top: 30px;
  }
  section#link7 .recruitWrap {
    margin: 50px auto 0;
    max-width: 640px;
  }
  section#link7 .recruitWrap h3 {
    text-align: center;
  }
  section#link7 .recruitWrap p.link {
    font-size: 18px;
  }
  section#link8 {
    max-width: 1000px;
  }
  section#link8 a {
    display: block;
    width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
  }
  /* --------------------------------------------------------
  footer
  -------------------------------------------------------- */
  .footer_wrap {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
    width: -moz-fit-content;
    width: fit-content;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
  .footer_title {
    margin: 30px 0;
    width: 400px;
  }
  .footer_content {
    margin: 0;
    padding: 0;
    width: 550px;
  }
  .copy {
    width: 100%;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1024px) {
  #mainimg_illust01 {
    width: 150px;
  }
  #mainimg_illust02 {
    bottom: 3%;
    width: 150px;
  }
}/*# sourceMappingURL=nursery.css.map */