/* childcare
---------------------------*/
.main_page {
	background: url("../images/education/main_sp.jpg") no-repeat center center;
	background-size: cover;
	min-height: 180px;
}
.section {
	padding: 20px 0 8px;
}
.headline {
	font-size: 13px;
	letter-spacing: 0.03em;
	line-height: 1.6;
	margin-bottom: 35px;
  text-align: center;
}
.anchor_list .item {
	margin-bottom: 10px;
}
.anchor_list .item .btn_anchor {
	background: rgba(0, 150, 230, 0.3);
	border: none;
	color: #004196;
	font-size: 17px;
	padding:  15px 30px;
	transition: all 0.25s ease-out;
}
.anchor_list .item .btn_anchor:hover {
	background: #004196;
	color: #ffffff;
}
.anchor_list .item .btn_anchor:after {
	transform: rotate(90deg) translateX(-50%);
}
.section_philo .sec_title_img .ttl  {
  background: url("../images/common/bg_title_s_long.png") no-repeat center center;
  background-size: 100% auto;
  background-position-x: -15px;
  padding: 17px 35px 25px 55px;
  max-width: 370px;
}

@media only screen and (min-width: 1025px) {
	.main_page {
		background: url("../images/education/main.jpg") no-repeat center center;
		background-size: cover;
		min-height: 300px;
	}
	.section {
		padding: 32px 0 80px;
	}
	.headline {
		font-size: 18px;
		line-height: 1.77;
		letter-spacing: 0.03em;
		margin-bottom: 52px;
	}
	.anchor_list {
		display: flex;
		margin: 0 -6px 56px;
	}
	.anchor_list .item {
		padding: 0 6px;
    width: calc(100% / 3);
	}
	.anchor_list .item .btn_anchor {
		font-size: 22px;
		padding: 18px 30px;
		letter-spacing: 0.02em;
		line-height: 2;
		max-width: 100%;
	}
	.sec_title_img {
		margin-bottom: 26px;
		padding-top: 10px;
	}
	.sec_title_img .ttl {
		font-size: 30px;
		line-height: 1.5;
		letter-spacing: 0.03em;
	}
  .section_about .sec_title_img .ttl {
    background: url("../images/common/bg_title_short.png") no-repeat left center;
    background-size: 295px auto;
    padding: 20px 25px 35px 30px;
    max-width: 375px;
    text-align: center;
    transform: translateY(-10px);
  }
  .section_philo .sec_title_img .ttl  {
    background: url("../images/common/bg_title_s_long.png") no-repeat left center;
    background-size: 516px auto;
    padding: 20px 25px 35px 56px;
    max-width: 575px;
    text-align: center;
  }
}

@media only screen and (max-width: 375px) {
  .usage .sec_title_img .ttl {
    font-size: 5vw;
  }
}

/* childcare
---------------------------*/
/* section_philo */
.section_philo .philo,
.section_education .education {
  padding: 0 0 40px;
  background: rgba(0, 150, 230, 0.15);
}
.section_philo .philo .sec_title_img::after,
.section_education .education .sec_title_img::after {
  background: #ffffff;
  content: "";
  position: absolute;
  height: 50%;
  top: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.section h3 {
  font-weight: 700;
  color: #004196;
  font-family: 'UDShinMGoPro';
}
.section_philo .philo_frame {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  min-height: 745px;
  padding: 32px 5px;
  position: relative;
}
.section_philo .philo_frame .frame_img {
  position: absolute;
}
.section_philo .philo_frame .frame_img01 {
  max-width: 304px;
  margin: 0 auto 14px;
}
.section_philo .philo_frame .frame_img04 {
  width: 265px;
  left: 0px;
  bottom: -38px;
}
.section_philo .philo_frame .frame_ttl {
  font-size: 21px;
  margin: 0 0 8px;
}
.section_philo .philo_frame .frame_txt {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 45px;
}

@media only screen and (min-width: 1025px) {
  .section_philo .anchor_list .item {
    width: calc(100% / 2);
  }
  .section_philo .philo,
  .section_education .education {
    padding: 0 0 80px;
  }
  .section_philo .philo_frame {
    border: 15px;
    min-height: 435px;
    padding: 67px 10px 20px;
  }
  .section_philo .philo_frame::before,
  .section_philo .philo_frame::after {
    content: "";
    position: absolute;
  }
  .section_philo .philo_frame::before {
    width: 131px;
    height: 124px;
    left: -165px;
    bottom: 77px;
    background: url("../images/common/icon_star01.png") no-repeat 0 0 / 100% auto;
  }
  .section_philo .philo_frame::after {
    width: 193px;
    height: 167px;
    right: -191px;
    top: -74px;
    background: url("../images/common/icon_star02.png") no-repeat 0 0 / 100% auto;
  }
  .section_philo .philo_frame .frame_img01 {
    position: absolute;
    width: 307px;
    top: 30px;
    left: 40px;
  }
  .section_philo .philo_frame .frame_img02 {
    width: 216px;
    top: 50px;
    right: 50px;
  }
  .section_philo .philo_frame .frame_img03 {
    width: 194px;
    top: 240px;
    right: 200px;
  }
  .section_philo .philo_frame .frame_img04 {
    width: 443px;
    left: 56px;
    bottom: -84px;
  }
  .section_philo .philo_frame .frame_ttl {
    font-size: 28px;
    margin: 0 0 6px;
  }
  .section_philo .philo_frame .frame_txt {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 43px;
  }
}

@media only screen and (max-width: 1024px) {
  .section_philo .philo_frame .frame_img02 {
    width: 162px;
    left: 50%;
    bottom: 146px;
    transform: translate(-157px, 0);
  }
  .section_philo .philo_frame .frame_img03 {
    width: 145px;
    left: 50%;
    bottom: 77px;
    transform: translate(1px, 0);
  }
}

@media only screen and (max-width: 375px) {
  .section_philo .philo_frame .frame_img02 {
    width: 43.200vw;
    transform: translate(-41.867vw, 0);
  }
  .section_philo .philo_frame .frame_img03 {
    width: 38.667vw;
    transform: translate(0.267vw, 0);
  }
}

/* section_about */
.section_about .about_list dl {
  position: relative;
}
.section_about .about_list dl:not(:last-child){
  padding: 0 0 32px;
  margin: 0 0 24px;
}
.section_about .about_list dl:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: url("../images/common/line01.png") repeat-x 0 0 / auto 100%;
}
.section_about .about_list dt {
  font-size: 19px;
  font-family: 'UDShinMGoPro';
  color: #004196;
  margin: 0 0 6px;
}
.section_about .about_list dd {
  line-height: 1.6;
}
.section_about .list_inner{
  padding: 13px 0 0;
}
.section_about .list_inner li {
  margin: 0 0 25px;
}
.section_about .list_inner li figure {
  margin: 0 0 10px;
}
.section_about .list_inner li h3 {
  font-size: 19px;
  margin: 0 0 7px;
}
.section_about .list_inner li p {
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .section_about .list_inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
  }
  .section_about .list_inner li {
    width: calc(100% / 2);
    padding: 0 35px;
  }
}

@media only screen and (min-width: 1025px) {
  .section_about .about_list dl:not(:last-child) {
    padding: 0 0 36px;
    margin: 0 0 32px;
  }
  .section_about .about_list dl:not(:last-child)::after {
    height: 3px;
  }
  .section_about .about_list dt {
    font-size: 26px;
    margin: 0 0 4px;
  }
  .section_about .about_list dd {
    font-size: 16px;
    line-height: 1.5;
  }
  .section_about .list_inner{
    padding: 11px 0 0;
  }
  .section_about .list_inner li {
    margin: 0 0 80px;
  }
  .section_about .list_inner li figure {
    margin: 0 0 13px;
  }
  .section_about .list_inner li h3 {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .section_about .list_inner li p {
    font-size: 16px;
  }
}
