@charset "UTF-8";

/* こども学科の魅力
-----------------------------------*/
.ib{
	display: inline-block;
}


.lead_area{
	width: 100%;
	margin: 0 0 30px 0;
	padding: 3vw 0 0;
}
.lead_area .symbol{
	width: 80px;
	margin: 0 auto 20px;
	padding: 0;
}
.lead_area .ttl{
	margin: 0 0 60px 0;
	padding: 0;
	font-size: clamp(22px, 2.4vw, 27px);
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
}
.lead_area .ttl .sub_ttl{
	margin: 0 0 8px 0;
	display: block;
	font-size: clamp(16px, 1.6vw, 18px);
	font-weight: bold;
}
.charm_area{
	width: 100%;
	margin: 0 0 min(13vw, 90px) 0;
	padding: 0 0 0;
}
.charm_area img {
    width: 100%;
    display: block;
    margin-bottom: min(6vw, 90px);
}
.charm_area p {
    margin-bottom: 2.5em;
}
.charm_area h2{
	width: 100%;
	margin: min(13vw, 90px) 0 .9em 0;
	padding: 0 0 0;
    line-height: 1.41;
    text-align: center;
    font-size: clamp(22px, 2.2vw, 27px);
}
.charm_area h3{
    font-size: clamp(20px, 2.1vw, 22px);
	width: 100%;
	padding: 0;
	margin: 0 0 1em 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.charm_area h3 span.num{
	line-height: 1.0;
	padding: 0 0 0 0;
	width: 60px;
}

.charm_area h3 .txt{
	width:calc(100% - 100px); 
	font-size: clamp(20px, 2.1vw, 22px);
	line-height: 1.4;
	font-weight: bold;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

.charm_area ul.charm_set{
	width: 100%;
	margin: 0 0 4vw 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 2.0;
}
.charm_area ul.charm_set img{
	width: 100%;
}
.charm_area ul.charm_set > li:first-child{
	width: 49%;
	margin: 0;
	padding: 0;
	order: 1;
}
.charm_area ul.charm_set > li:last-child{
	width: 47%;
	margin: 0;
	padding: 0;
	order: 2;
}
@media all and (max-width:600px){
.charm_area ul.charm_set{
	width: 100%;
	margin: 0 0 9vw 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.8;
}
.charm_area ul.charm_set figure{
	width: 100%;
	margin: 0 auto 0;
}
.charm_area ul.charm_set img{
	width: 100%;
}
.charm_area ul.charm_set > li:first-child{
	width: 100%;
	margin: 0;
	padding: 0;
	order: 2;
}
.charm_area ul.charm_set > li:last-child{
	width: 100%;
	margin: 0;
	padding: 0;
	order: 1;
}
}


.voice_area{
	width: 100%;
	padding: 0;
	margin: 0 0 60px 0;
}
.voice_area h4{
	width: 100%;
	padding: 0 0 6px 0;
	margin: 0 0 3vw 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #4874b4;
	border-bottom: 1px solid #4874b4;
	box-sizing: border-box;
}
.voice_area h4 span.voice{
  font-family: "Montserrat";
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.voice_area h4 span.word{
  font-size: 20px;
  display: inline-block;
  font-weight: normal;
}
.voice_area .ttl{
	font-size: clamp(20px, 2.2vw, 23px);
	width: 100%;
	padding: 0 0 6px 0;
	margin: 0 0 2vw 0;
  font-weight: bold;
}
.voice_area img{
	width: 100%;
	margin: 0;
	padding: 0;
}
/*voice_set*/
.voice_area ul.voice_set{
	width: 100%;
	margin: 0 0 30px 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.voice_area ul.voice_set > li:first-child{
	width: 60%;
	margin: 0;
	padding: 0 0 10px 0;
}
.voice_area ul.voice_set > li:last-child{
	width: 36%;
	margin: 0;
	padding: 0;
}
.voice_area ul.voice_set > li img{
	box-shadow: 15px 15px 0px 0 rgba(245, 170, 58, 0.25);
}
.voice_area ul.voice_set .name{
	font-size: 16px;
}
.voice_area ul.voice_set .name span{
	font-size: 18px;
	font-weight: bold;
}
.voice_area ul.voice_set .add{
	font-size: 13px;
}
@media all and (max-width:600px){
.voice_area ul.voice_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.voice_area ul.voice_set > li:first-child{
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
}
.voice_area ul.voice_set > li:last-child{
	width: 100%;
	margin: 0;
	padding: 0;
}
}
.voice_area ul.voice_set .text{
	width: 60%;
	padding: 0;
	margin: 0 auto 0 0;
	font-size: clamp(14px, 1.4vw, 15px);
}
@media all and (max-width:600px){
.voice_area ul.voice_set .text{
	width: 100%;
	padding: 0;
	margin: 0;
}
}


/*voice_set*/
.voice_area ul.voice_set02{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.voice_area ul.voice_set02 > li:first-child{
	width: 60%;
	margin: 0;
	padding: 0 0 10px 0;
}
.voice_area ul.voice_set02 > li:last-child{
	width: 36%;
	margin: 0;
	padding: 0;
}
.voice_area ul.voice_set02 > li:first-child img{
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}
.voice_area ul.voice_set02 > li:last-child figure{
	text-align: center;
}

.voice_area ul.voice_set02 > li:last-child img{
	width: 100%;
	margin: 0 auto 10px;
}
.voice_area ul.voice_set02 .name{
	font-size: 16px;
}
.voice_area ul.voice_set02 .name span{
	font-size: 18px;
	font-weight: bold;
}
.voice_area ul.voice_set02 .add{
	font-size: 13px;
	line-height: 1.6;
}
@media all and (max-width:600px){
.voice_area ul.voice_set02 > li:last-child img{
	width: 60%;
	margin: 0 auto 10px;
}
.voice_area ul.voice_set02{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.voice_area ul.voice_set02 > li:first-child{
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
}
.voice_area ul.voice_set02 > li:last-child{
	width: 100%;
	margin: 0;
	padding: 0;
}
}
.voice_area ul.voice_set02 .text{
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: clamp(14px, 1.4vw, 15px);
}
@media all and (max-width:600px){
.voice_area ul.voice_set02 .text{
	width: 100%;
	padding: 0;
	margin: 0;
}
}










.base{
	background-color: #f4f2f1;
	padding: 100px 30px 15px;
	margin: 30px 0 30px 0;
	position: relative;
}
.base::after {
  content: '';
  display: block;
	border: 1px solid #777777;
  position: absolute;
  top: 40px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  margin: auto;
  z-index: 1;
}
article div.wrapper div.content.depart section.base h2{
	font-size: 25px;
	text-align: center;
	color: #0168b3;
	font-weight: bold;
	margin: auto;
	z-index: 2;
	background-color: #f4f2f1;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 6px;
	width: 80%;
	line-height: 1.4;
}
article div.wrapper div.content.depart section.base h2 > span.sub{
	font-size: 18px;
	text-align: center;
	color: #0168b3;
	font-weight: bold;
	margin: auto;
	background-color: #f4f2f1;
	display: inline-block;
}
@media print, screen and (max-width:600px){
.base{
	padding: 120px 15px 15px;
}
article div.wrapper div.content.depart section.base h2 > span.sub{
	font-size: 16px;
}
}

article div.wrapper div.content.depart section.base ul{
    counter-reset: number;
}
article div.wrapper div.content.depart section.base > ul > li{
	margin: 0 0 40px 0;
}
article div.wrapper div.content.depart section.base > ul > li h3{
	width: 100%;
	background-color: #f4f2f1;
	padding: 10px 0 10px 20px;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
@media all and (-ms-high-contrast:none){
article div.wrapper div.content.depart section.base > ul > li h3{
	padding: 10px 0 3px 20px; /* IE11 */
}
}

article div.wrapper div.content.depart section.base > ul > li h3 > span.txt{
	font-size: 25px;
	line-height: 1.2;
	font-weight: bold;
	padding: 0 0 0 20px;
	color: #514b49;
}
@media print, screen and (max-width:600px){
article div.wrapper div.content.depart section.base > ul > li h3 > span.txt{
	font-size: 20px;
}
}
article div.wrapper div.content.depart section.base > ul > li h3 span.num{
	font-size: 70px;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-weight: normal;
	color: #0168b3;	
	line-height: 1.0;
	padding: 0 0 0 0;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, article div.wrapper div.content.depart section.base > ul > li h3 span.num{
	padding: 30px 0 0 0; /* IE11 */
}
}
/*
article div.wrapper div.content.depart section.base > ul > li h3::before{
    counter-increment: number;
    content: counter(number);
	font-size: 80px;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-weight: normal;
	color: #0168b3;	
}
*/

article div.wrapper div.content.depart section.base > ul > li > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px 0;
}

article div.wrapper div.content.depart section.base > ul > li > div > .txtarea{
	width: 48%;
}
article div.wrapper div.content.depart section.base > ul > li > div > .txtarea p.ttl{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #0068b3;
	-moz-transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
}
article div.wrapper div.content.depart section.base > ul > li > div > .txtarea p{
	color: #0068b3;
}

article div.wrapper div.content.depart section.base > ul > li > div > figure{
	width: 48%;
	position: relative;
}
article div.wrapper div.content.depart section.base > ul > li > div > figure > figure.circle{
	position: absolute;
	width: 70%;
	top: -100px;
	right: -30px;
	z-index: 2;
	transform: rotate(0deg);
}
@media print, screen and (max-width:767px){
article div.wrapper div.content.depart section.base > ul > li > div > figure > figure.circle{
	position: static;
	max-width: 260px;
	transform: rotate(0deg);
}
}
article div.wrapper div.content.depart section.base > ul > li > div > figure img{
	width: 100%;
}
article div.wrapper div.content.depart section.base > ul > li > div > figure img.flame{
	border: 8px solid #fff;
	box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.19);
	box-sizing: border-box;
}

@media print, screen and (max-width:767px){
	article div.wrapper div.content.depart section.base > ul > li{
		margin: 0 0 80px 0;
	}
	article div.wrapper div.content.depart section.base > ul > li > div > .txtarea{
		width: 100%;
		margin-bottom: 20px;
	}
	article div.wrapper div.content.depart section.base > ul > li > div > figure{
		width: 100%;
	}
}
@media print, screen and (max-width:600px){
	article div.wrapper div.content.depart section.base > ul > li{
		margin: 0 0 40px 0;
	}
}