@charset "utf-8";
/* ===============================================
# 共通
=============================================== */
.ttl_h2{
  margin: 0 auto 50px;
  position: relative;
}
.ttl_h2 img{
  width: 100%;
}
.ttl_h2::after{
  display: block;
  content: '';
  width: 55px;
  height: 1px;
  background-color: #595959;
  margin: 40px auto 0;
}

.svgimg{
  width: 100%;
}
/* ===============================================
# section_promo プロモ
=============================================== */
.section_promo{
  position: relative;
  height: 727px;
  background: url(../../img/img_main.jpg) no-repeat center center;
  background-size:cover;
  margin-bottom: 66px;
}
.section_promo .inner{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}
.section_promo h1{
  width: 132px;
  position: absolute;
  right: 0;
  top:167px;
}
.section_promo .box_copy{
  width: 328px;
  position: absolute;
  left: -12px;
  bottom: 72px;
}
.section_promo .genki{
  width: 390px;
  position: absolute;
  bottom: -21px;
  left: 0;
}
.section_promo .scroll{
  position: absolute;
  bottom: -66px;
  right: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  width: 23px;
  height: 131px;
}
.section_promo .scroll img{
  -webkit-animation: scroll 2.5s linear infinite;
  animation: scroll 2.5s linear infinite;
  transform-origin: bottom center;
}
@-webkit-keyframes scroll {
  0% {-webkit-ttransform: translate(0, -131px);opacity: 0;}
  30% {-webkit-ttransform: translate(0, 0);opacity: 1;}
  70% {-webkit-ttransform: translate(0, 0);opacity: 1;}
  100% {-webkit-ttransform: translate(0, 131px);opacity: 1;}  
}
@keyframes scroll {
  0% {transform: translate(0, -131px);opacity: 0;}
  30% {transform: translate(0, 0);opacity: 1;}
  70% {transform: translate(0, 0);opacity: 1;}
  100% {transform: translate(0, 131px);opacity: 1;}
}

@media screen and (max-width :767px) {
  .section_promo{
    position: relative;
    height: auto;
    background-image: url(../../img_sp/img_main.jpg);
    background-size: cover;
    padding-top: 150%;
    margin-bottom: 8%;
  }
  .section_promo .inner{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
  }
  .section_promo h1{
    width: 23.33%;
    right: 13%;
    top:16%;
  }
  .section_promo .box_copy{
    width: 67.6%;
    left: 3.6%;
    bottom: 7.6%;
  }
  .section_promo .genki{
    width: 79.2%;
    bottom: -4.53%;
    left: 7%;
  }
  .section_promo .scroll{
    display: none;
  }
}

/* ===============================================
# section_msg 理事長挨拶
=============================================== */
.section_msg{
  padding-top: 121px;
  padding-bottom: 100px;
}
.section_msg .ttl_h2{
  width:119px;   
}
.box_msg{
  width: 700px;
  margin: 0 auto;
}
.box_msg figure{
  float: left;
  width: 170px;
}
.box_msg dl{
  width: 495px;
  float: right;
}
.box_msg dl dt{
  font-weight: bold;
  font-size: 125%;
}
.box_msg dl dd{
  padding-top: 10px;
  line-height: 1.75;
}
.box_msg dl dd .name{
  text-align: right;
  padding-top: 10px;
}
.box_msg dl dd .name span{
  font-weight: bold;
  font-size: 112%;
}

@media screen and (max-width :767px) {
  .section_msg{
    padding-top: 140px;
  }
  .section_msg .ttl_h2{
    width:35.3%;   
  }
  .box_msg{
    width: 100%;
  }
  .box_msg figure{
    float: none;
    width: 40.2%;
    margin: 0 auto 36px;
  }
  .box_msg dl{
    width: 100%;
    float: none;
  }
  .box_msg dl dt{
    font-size: 2rem;
  }
  .box_msg dl dd{
  }
  .box_msg dl dd .name{
  }
  .box_msg dl dd .name span{
    font-size: 1.8rem;
  }
}

/* ===============================================
# section_policy 方針・理念
=============================================== */
.section_policy{
  background: url(../../img/bg_policy.png) repeat top center;
  padding-top: 80px;
  padding-bottom: 118px;
}
.section_policy .ttl_h2{
  width: 120px;
}
.section_policy h3{
  color: #81624c;
  font-weight: bold;
  font-size: 125%;
  padding-bottom: 25px;
}
.section_policy ul.goal{
  width: 90%;
  max-width: 850px;
  margin: 0 auto 90px;
}
.section_policy ul.goal li.item{
  float: left;
  width: 30.3%;
}
.section_policy ul.goal li.item:nth-child(2){
  margin-left: 4.55%;
  margin-right: 4.55%;
}
.section_policy .box_text{
  text-align: center;
  line-height: 2;
  font-size: 112%;
}
.section_policy .policy03{
   margin-top: 85px; 
}

/*イラスト*/
.section_policy .illust{
  position: absolute;
  right: -30px;
  bottom: -180px;
}

@media screen and (max-width :767px) {
  .section_policy{
    background-size: 25px 25px;
    padding-bottom: 80px;
  }
  .section_policy .ttl_h2{
    width:35.3%;
  }
  .section_policy h3{
    font-size:2rem;
  }
  .section_policy ul.goal{
    width: 74.6%;
    max-width: 100%;
    margin: 0 auto 170px;
  }
  .section_policy ul.goal li.item{
    float: left;
    width:100%;
  }
  .section_policy ul.goal li.item:nth-child(2){
    margin-left:0;
    margin-right:0;
  }
  .section_policy ul.goal .arrow{
    position: absolute;
    width: 45px;
    bottom:-72px;
  }
  .section_policy ul.goal .arrow.prev{
    left: -45px;
  }
  .section_policy ul.goal .arrow.next{
    right: -45px;
  }
  .section_policy ul.goal .slick-dots{
    bottom: -56.5px;
  }
  .section_policy .box_text{
    font-size: 1.6rem;
  }
  .section_policy .policy03{
     margin-top: 90px; 
  }

  /*イラスト*/
  .section_policy .illust{
    display: none;
  }
}


/* ===============================================
# section_nursery 元気の泉保育園
=============================================== */
.section_nursery{
  padding-top: 80px;
  padding-bottom: 100px;
}
.section_nursery .ttl_h2{
  width: 70px;
}
.section_nursery ul li{
  float: left;
  width: 49%;
}
.section_nursery ul li.okurayama{
  margin-left: 2%;
}
.section_nursery ul li .box_title{
  font-size: 112.5%;
  padding-bottom: 5px;
}
.section_nursery ul li dt{
  clear: both;
  width: 4em;
  float: left;
}
.section_nursery ul li dd{
  float: left;
  width: calc(100% - 4em);
  text-indent: -1em;
  padding-left: 1em;
}
.section_nursery ul li dd::before{
  content: ':';
  margin-right: 0.5em;
}
.section_nursery ul li dd .map{
  width: 13px;
  display: inline-block;
  text-indent: 0.5em;
}
.section_nursery ul li dd .map img{
  vertical-align: top;
}
.section_nursery ul li dd a.url{
  color: #e2811a;
}
.section_nursery ul li figure{
  margin-top: 20px;
}

@media screen and (max-width :767px) {
  .section_nursery{
  }
  .section_nursery .ttl_h2{
    width: 21.2%;
  }
  .section_nursery ul li{
    float: none;
    width: 100%;
  }
  .section_nursery ul li.okurayama{
    margin-left: 0;
    margin-top: 55px;
  }
  .section_nursery ul li .box_title{
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
  .section_nursery ul li figure{
    margin-top: 22px;
  }
}
/* ===============================================
# section_disclosure 情報公開
=============================================== */
.section_disclosure{
  background: url(../../img/bg_disclosure.png) repeat top center;
  padding-top: 80px;
  padding-bottom: 100px;
}
.section_disclosure .ttl_h2{
  width: 95px;
  margin-bottom: 40px;
}
.section_disclosure ul{

}
.section_disclosure ul li{
  width: 49%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  border-width: 1px;
  border-color: rgb(226, 129, 26);
  border-style: solid;  
}
.section_disclosure ul li a{
  background-color: rgba(226, 129, 26, 0.051);
  display: block;
  color: #e2811a;
  letter-spacing: 0.1em;
  font-size: 125%;
  line-height: 1;
  padding: 30px 0;
}
.section_disclosure ul li:nth-child(even){
  margin-left: 2%;
}
@media screen and (min-width :768px) {
  .section_disclosure ul li a:hover{
    opacity: 1;
    background-color: rgba(226, 129, 26, 0.3);
  }
}
@media screen and (max-width :767px) {
  .section_disclosure{
    background-size: 25px 25px;
    padding-bottom: 90px;
  }
  .section_disclosure .ttl_h2{
    width: 28.2%;
  }
  .section_disclosure ul li{
    width: 100%;
    float: none;
  }
  .section_disclosure ul li a{
    font-size: 2rem;
  }
  .section_disclosure ul li:nth-child(even){
    margin-left: 0;
  }
}