@charset "UTF-8";
/* ----------------------------------------------
pageTitle
----------------------------------------------*/
#pageTitle h1 {
  background: url(../img/title-back-sp.png) center top 20px no-repeat;
  background-size: 780px auto;
}
@media print, screen and (min-width:768px) {
  #pageTitle h1 {
    background: url(../img/title-back.png) center top 40px no-repeat;
    background-size: 980px auto;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #pageTitle h1 {
      background: url(../img/title-back@2x.png) center top 40px no-repeat;
      background-size: 980px auto;
    }
  }
}
/* ----------------------------------------------
info
----------------------------------------------*/
.info {
  width: 100%;
  padding-top: 40px;
}
.lead {
  width: 100%;
  padding: 0 15px;
  position: relative;
}
.lead .text {
  width: 100%;
  padding: 23px 23px 28px;
  border: 2px solid #ccc;
  border-radius: 15px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
.lead .illust {
  width: 122px;
  position: absolute;
  right: 3px;
  bottom: -96px;
}
@media screen and (max-width:350px) {}
@media print, screen and (min-width:768px) {
  .info {
    width: 980px;
    margin: 0 auto;
    padding-top: 80px;
    display: flex;
    flex-wrap: wrap;
  }
  .lead {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .lead .text {
    width: 880px;
    padding: 34px 38px;
    border-radius: 20px;
    font-size: 2rem;
    line-height: 2;
  }
  .lead .illust {
    width: 156px;
    right: 0px;
    bottom: -80px;
  }
}
/* ----------------------------------------------
work
----------------------------------------------*/
#work {
  padding: 50px 0 20px;
  position: relative;
}
#work img {
  max-width: 100%;
  height: auto;
}
#work::after {
  content: "";
  width: 100%;
  height: 34px;
  background: url(../../img/wavyline-white.svg) center top repeat-x;
  background-size: 51px 34px;
  position: absolute;
  bottom: -17px;
  left: 0;
  z-index: 1;
}
#work .workBox {
  padding-bottom: 80px;
}
#work .workBox .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#work .workBox .inner .illust {
  width: 100%;
  padding: 0 5%;
}
#work .workBox .inner h3 {
  width: 100%;
  padding: 30px 0 28px 0;
  position: relative;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
#work .workBox .inner h3::before {
  content: "";
  width: 96px;
  height: 6px;
  background: url(../img/point-line.svg) left top no-repeat;
  background-size: 96px 6px;
  position: absolute;
  right: auto;
  left: 50%;
  top: auto;
  bottom: -3px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#work .workBox .text {
  padding: 28px 15px 17px;
  font-size: 1.7rem;
  line-height: 1.8;
}
#work .workBox .text a {
  display: flex;
  align-items: center;
  width: auto;
  min-height: 40px;
  padding: 10px 35px 10px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  background: url("../img/service-arrow.svg") no-repeat 95% center;
  background-size: 29px auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #666;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.3;
}
#work .workBox p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 auto 20px;
	padding: 0 18px;
}
#work .workBox .tag {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
#work .workBox .tag ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#work .workBox .tag ul li {
  font-size: 1.5rem;
  background-color: #e5e5e5;
  color: #666;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  border-radius: 25px;
}
@media print, screen and (min-width:768px) {
  #work {
    padding: 100px 0 70px;
  }
  #work .wrap {
    width: 980px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #work .workBox {
    width: 450px;
  }
  #work .workBox .inner {
    width: 100%;
    display: block;
  }
  #work .workBox .inner .illust {
    width: 100%;
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
  }
  #work .workBox .inner h3 {
    font-size: 2.8rem;
    line-height: 1;
  }
  #work .workBox .text {
    width: auto;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  #work .workBox .text a:hover {
    background-color: #fffabe;
    padding: 10px 35px 10px 30px;
  }
  #work .workBox .tag {
    padding: 0;
  }
	#work .workBox .tag ul {
		padding: 0 15px;
	}
  #work .workBox .tag ul li {
    margin: 0 12px 10px 0;
    padding: 5px 15px;
    border-radius: 25px;
  }
}
/*----------------------------------------------
保育園
----------------------------------------------*/
section.yellow::after {
	z-index: 1;
}
#hoikuen h2 img {
	width: 670px;
	height: auto;
}
#hoikuen .lead {
  width: 100%;
  position: relative;
}
#hoikuen .lead .text {
  width: 100%;
  padding: 23px;
  border: 2px solid #fff;
  border-radius: 15px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
#hoikuen .lead .text p {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 10px;
}
#hoikuen .lead .text p span {
	display:inline-block;
}
#hoikuen .lead .illust {
  width: 133px;
  position: absolute;
  right: 4px;
  top: -77px;
	z-index: 1;
}
#hoikuen .hoikuenImg {
	padding: 0 5%;
}
#hoikuen .hoikuenImg img{
	width: 100%;
	height: auto;
}
#hoikuen .btn {
  width: calc(100% - 60px);
  max-width: 315px;
  margin: 30px auto;
}
#hoikuen .btn a {
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 112px 0 0;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  color: #666;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
#hoikuen .btn a::after {
  content: "";
  width: 124px;
  height: 42px;
  background: url(../../img/btn-arrow02.svg) left top no-repeat;
  background-size: 124px 42px;
  position: absolute;
  top: 9px;
  right: -13px;
}
@media print, screen and (min-width:768px) {
	#hoikuen .lead {
    width: 980px;
		margin: 0 auto;
    padding: 50px 0 0;
  }
	#hoikuen .lead .text p {
	font-size: 2.5rem;
}
  #hoikuen .lead .text {
    width: 100%;
    padding: 34px 38px;
    border-radius: 20px;
    font-size: 2rem;
    line-height: 2;
  }
  #hoikuen .lead .illust {
    width: 161px;
    right: 164px;
    top: -43px;
  }
	#hoikuen .hoikuenImg {
	padding: 0;
}
	#hoikuen .hoikuenImg img{
	width: 100%;
	height: auto;
}
#hoikuen .btn {
    width: 290px;
    max-width: auto;
  }
  #hoikuen .btn a {
    width: 100%;
    padding: 18px 112px 0 0;
    font-size: 2.2rem;
    line-height: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #hoikuen .btn a span {
    position: relative;
    z-index: 1;
  }
  #hoikuen .btn a::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #ffda46;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #hoikuen .btn a:hover::before {
    width: 100%;
  }
  #hoikuen .btn a:hover {
    color: #333;
  }
}




/*----------------------------------------------
 contact
----------------------------------------------*/
#contact {
  background: #ffda46 url(../../img/back.svg) center top repeat;
  background-size: 32px 32px;
  z-index: 0;
}
#contact img {
  max-width: 100%;
  height: auto;
}
#contact .titleWrap {
  padding-bottom: 20px;
}
#contact h2 img {
  width: 173px;
  height: auto;
}
#contact .lead {
  width: 100%;
  position: relative;
  padding: 0 0 74px;
}
#contact .lead .text {
  width: 100%;
  padding: 23px;
  border: 2px solid #fff;
  border-radius: 15px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
#contact .lead .illust {
  width: 143px;
  position: absolute;
  right: 9px;
  bottom: 0;
}
#contact .btn {
  width: calc(100% - 60px);
  max-width: 315px;
  margin: 0 auto;
}
#contact .btn a {
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 112px 0 0;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  color: #666;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
#contact .btn a::after {
  content: "";
  width: 124px;
  height: 42px;
  background: url(../../img/btn-arrow02.svg) left top no-repeat;
  background-size: 124px 42px;
  position: absolute;
  top: 9px;
  right: -13px;
}
@media print, screen and (min-width:768px) {
  #contact {
    width: 100%;
  }
  #contact .sectionWrap {
    width: 980px;
    margin: 0 auto;
  }
  #contact .titleWrap {
    margin-bottom: 30px;
  }
  #contact h2 img {
    width: 34px;
    height: auto;
  }
  #contact .lead {
    width: 820px;
    padding-bottom: 0;
  }
  #contact .lead .text {
    width: 720px;
    padding: 34px 38px;
    border-radius: 20px;
    font-size: 2rem;
    line-height: 2;
  }
  #contact .lead .illust {
    width: 119px;
    position: absolute;
    right: 7px;
    bottom: -80px;
  }
  #contact .btn {
    width: 290px;
    max-width: auto;
    margin: 0 0 0 357px;
  }
  #contact .btn a {
    width: 100%;
    padding: 18px 112px 0 0;
    font-size: 2.2rem;
    line-height: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #contact .btn a span {
    position: relative;
    z-index: 1;
  }
  #contact .btn a::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #fff58c;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #contact .btn a:hover::before {
    width: 100%;
  }
  #contact .btn a:hover {
    color: #333;
  }
}
/* ----------------------------------------------
common
----------------------------------------------*/
section h3 {
  text-align: center;
  padding: 0 0 40px;
}
section h3 img {
  max-width: 100%;
  height: auto;
}
br.pcOn {
  display: none;
}
@media print, screen and (min-width:768px) {
  section h3 {
    width: 60px;
    padding: 10px 10px 0 0;
  }
  br.pcOn {
    display: block;
  }
  br.spOn {
    display: none;
  }
}
/* ----------------------------------------------
comingsoon
----------------------------------------------*/
.soon {
	width: 70%;
	margin: 40px auto 0;
}
@media print, screen and (min-width:768px) {
.soon {
	width: 400px;
	margin: 0 auto;
}
}