@charset "UTF-8";

/* 子育て支援 */
.support-hero .hero__img{
  object-position: center center;
}

/* コピー */
.support-copy{
  padding-top: 40px;
}
.support-copy__lead{
  margin: 0;
  text-align: center;
  font-size: 32px;
  line-height: 1.6;
  color: #1D5900;
  font-weight: 700;
}
.support-copy__lead span{
  display: inline;
  margin-left: 10px;
}
.support-copy__text{
  margin-top: 40px;
  text-align: center;
}
.support-copy__text p + p{
  margin-top: 12px;
}

@media (max-width: 768px){
  .support-copy{
    padding-top: 40px;
  }
  .support-copy__lead{
    font-size: 26px;
    line-height: 1.6;
  }
  .support-copy__lead span{
    display: block;
    margin-left: 0;
  }
  .support-copy__text{
    margin-top: 40px;
    text-align: left;
  }
  .support-copy__text p{
    font-size: 16px;
    line-height: 2;
  }
}

/* 子育て支援一覧
.support-list{
  margin-top:40px;
}
.support-list__box{
  background:#FFFFBF;
  border-radius:12px;
  padding:30px;
  max-width:700px;
  margin:0 auto;
}
.support-list__title{
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  color:#FF7F00;
  margin:0 0 15px 0;
}
.support-list__title img{
  width:30px;
  height:auto;
  margin-right:15px;
}
.support-list__links{
  list-style:none;
  padding:0;
  margin:0;
  line-height:2;
}
.support-list__links a{
  color:#444;
  text-decoration:underline;
}
.support-list__links a:hover{
  text-decoration:none;
}

@media (max-width:768px){
  .support-list__title{
    font-size:18px;
  }
  .support-list__title img{
    width:30px;
  }
}
*/

/* 共通 */
.support-content{
  position: relative;
  margin-top: 100px;
}
.support-content__inner{
  position: relative;
  z-index: 1;
}
.support-content__inner::after{
  content: "";
  position: absolute;
  top: -80px;
  width: min(32vw, 400px);
  aspect-ratio: 1 / 1;
  background: var(--support-deco-color, #EEF4F9);
  border-radius: 56% 44% 48% 52% / 44% 58% 42% 56%;
  z-index: -1;
  pointer-events: none;
}
.support-content--right .support-content__inner::after{
  right: -10%;
}
.support-content--left .support-content__inner::after{
  left: -10%;
}
#baby-land .support-content__inner::after{
  background:#EEF4F9;
}
#fureai .support-content__inner::after{
  background:#DDE9CB;
}
#childschool .support-content__inner::after{
  background:#FEEBEB;
}
#prekinder .support-content__inner::after{
  background:#FDEADF;
}
#hiroba .support-content__inner::after{
  background:#F5E4E9;
}
.support-content__header{
  text-align: center;
}
.support-content__icon{
  display: block;
  width: 130px;
  height: auto;
  margin: 0 auto 20px;
}
.support-content__title{
  margin: 0 0 40px;
  font-size: 30px;
  line-height: 1.4;
  color: #1D5900;
  text-align: center;
}
.support-content__title span{
  display: inline;
}
.support-content__lead{
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 2;
  color: #444;
  text-align: center;
}
.support-content__body{
  display: flex;
  align-items: flex-start;
  align-items: flex-start;
  gap: 60px;
}
.support-content__images{
  position: relative;
  flex: 0 1 45%;
  aspect-ratio: 540 / 390;
}
.support-content__img{
  position: absolute;
  width: 63%;
  max-width: 340px;
  height: auto;
  border-radius: 12px;
}
.support-content__img--top{
  top: 0;
  left: 0;
  z-index: 1;
}
.support-content__img--bottom{
  right: 0;
  bottom: 0;
  z-index: 2;
}
.support-content__info{
  flex: 1 1 0;
  min-width: 0;
}
.support-info{
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
  margin: 0;
}
.support-info dt{
  width: 100px;
  padding: 6px 10px;
  background: #C0D9EA;
  border-radius: 4px;
  text-align: center;
  line-height: 1.2;
  align-self: flex-start;
}
.support-info dd{
  width: calc(100% - 120px);
  margin: 0;
}

@media (max-width: 768px){
  .support-content__info{
    margin-top: 30px;
  }
  .support-info{
    column-gap: 15px;
    row-gap: 20px;
  }
  .support-info dt{
    width: 80px;
    flex: 0 0 80px;
    padding: 5px 10px;
  }
}

/* こども誰でも通園制度 */
.tsuen-info{
  margin:80px 0;
  text-align:center;
}
.tsuen-info .container {
  padding:60px 24px;
  border-top:2px dashed #999;
  border-bottom:2px dashed #999;
}
.tsuen-info_inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.tsuen-info_inner:first-of-type {
  margin-bottom: 80px;
}
.tsuen-info__title{
  margin-bottom:30px;
}
.tsuen-info__title img{
  max-width:314px;
  width:100%;
  height:auto;
}
.tsuen-info_inner p {
  margin:0 auto 20px;
}
.tsuen-info__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  max-width:280px;
	margin-top: 20px;
  padding:15px 10px;
  background:#9ED152;
  color:#FFF;
  text-decoration:none;
  border-radius:999px;
  position:relative;
  box-sizing:border-box;
  transition: .5s ease;
}
.tsuen-info__btn::after{
  content:"";
  position:absolute;
  right:20px;
  top:50%;
  width:8px;
  height:8px;
  border-right:2px solid #FFF;
  border-top:2px solid #FFF;
  transform:translateY(-50%) rotate(45deg);
}

@media (min-width: 769px){
  .tsuen-info__btn:hover {
    background:#77A82D;
  }
}

@media (max-width: 768px){
  .support-content{
    margin-top: 60px;
  }
  .support-content__inner::after{
    top: 60px;
    width: min(50vw);
  }
  .support-content--left .support-content__inner::after{
    left: -40%;
  }
  .support-content--right .support-content__inner::after{
    right: -40%;
  }
  .support-content__icon{
    width: 100px;
  }
  .support-content__title{
    font-size: 22px;
    margin-bottom: 30px;
  }
  .support-content__title span{
    display: block;
  }
  .support-content__lead{
    margin-bottom: 25px;
    text-align: left;
  }
  .support-content__body{
    display: block;
  }
  .support-content__images{
    aspect-ratio: auto;
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
  }
  .support-content__img{
    position: static;
    width: 100%;
    max-width: 100%;
  }
  .support-content__img--top,
  .support-content__img--bottom{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .support-content__img--bottom{
    margin-top: 16px;
  }
  .support-content__info{
    margin-top: 32px;
  }
  .support-info__row{
    gap: 15px;
  }
  .support-info__row + .support-info__row{
    margin-top: 20px;
  }
  .support-info dt{
    max-width: 80px;
    padding: 5px 10px;
    margin-bottom: 12px;
  }
  .support-info dd{
    font-size: 16px;
    line-height: 2;
  }
  .tsuen-info{
    margin:60px 0;
  }
  .tsuen-info_inner {
    max-width: 100%;
  }
  .tsuen-info_inner:first-of-type {
    margin-bottom: 50px;
  }
  .tsuen-info_inner .tsuen-title {
    padding: 12px 30px;
  }
  .tsuen-info_inner p {
    text-align: left;
  }
}

@media (max-width: 480px){
  .support-content__images{
    max-width: 100%;
  }
}

#fureai dt{
  background:#C5D9A7;
}
#baby-land dt{
  background:#C0D9EA;
}
#childschool dt{
  background:#FDCBCC;
}
#prekinder dt{
  background:#FAD0B9;
}
#hiroba dt{
  background:#EDC9D3;
}

/* =========================================
SNSチェック
========================================= */

.support-sns__box{
  max-width: 740px;
  width: 100%;
  background: #FFF;
  border-radius: 10px;
  margin: 80px auto 0;
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.support-sns__title{
  margin: 0 0 20px;
  font-size: 28px;
  color: #FF7F00;
  text-align: center;
  line-height: 1.2;
}

.support-sns__icons{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.support-sns__icons a{
  display: inline-block;
}

.support-sns__icons a:first-child{
  margin-right: 20px;
}

.support-sns__icons img{
  display: block;
  width: 40px;
  height: auto;
}

.support-sns__text{
  margin: 0;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 768px){

  .support-sns__box{
    margin-top: 40px;
  }

  .support-sns__title{
    font-size: 22px;
  }
  .support-sns__text{
    text-align: left;
  }

}

