@charset "utf-8";

/* CSS Document */
/* ----------------------------- リセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
/*article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}*/
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  /*font-size:100%;*/
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
	overflow: hidden;
}
input, select {
  vertical-align: middle;
}
/*div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: table;
}*/
div:after, ul:after, ol:after, dl:after {
  clear: both;
}
div, ul, ol, dl {
  zoom: 1;
}
/*---------------reset end---------------*/
/* clear */
.clear {
  clear: both;
}
.clear-l {
  clear: left;
}
.clear-r {
  clear: right;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

@font-face {
	src: url("../font/ZenKakuGothicAntique-Regular.woff") format("woff");
	font-family: "Zen Kaku Gothic Antique";
	font-style: normal;
	font-display: swap;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 100%;
  min-width:  100%;
  width: 100%;
  margin: auto;
  background-color: #FF6600;
  /*background: url("../images/bace-wave2.svg") left top repeat;*/
  background-size:48px;
}

.allWrapper{
	width: 100%;
	overflow: hidden;
}

h1 {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.4rem;
  font-display: swap;
}

article {
  display: block;
  width: 100%;
}

.mb50{
	margin-bottom: 50px;
}


.pagetop {
    height: 70px;
    width: 70px;
    position: fixed;
    right: 30px;
    bottom: 160px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*z-index: 2;*/
	opacity: 0;
	transition: opacity 0.5s ease;
	/*position: relative;*/
	z-index: 200;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}


/* fadeinクラスがついた時だけ表示する */
.pagetop.fadein {
  opacity: 1;
}

/*-------------------------- responsive --------------------------*/
@media screen and (max-width: 768px) {
	.pagetop {
		border: solid 2px #000;
		height: 60px;
		width: 60px;
		right: 20px;
		bottom: 140px;
	}
}


/*---------------------------------------------------------------------------------------
	header
----------------------------------------------------------------------------------------*/

header{
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
  background: #FFBB00;
  padding: 0 0 30px 0;
	overflow: hidden;
}

header h1{
	width:100%
}
header h1.pc{
	background: url("../images/fall2025mainBace-pc.webp");
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	width:100%;
	position: relative;
	margin-top: 40px;
}
header h1 img{
	width:100%;
	height: auto;
}
header h1.pc img{
	max-width: 1200px;
	margin: 0 auto;
}
header h1.pc img.logo{
	position: absolute;
	width: 30%;
	top:10px;
	left: 20px;
}

header .read1{
	width: 80%;
	margin: 0 auto;
	padding: 30px 0;
	line-height: 1.8;
	font-size: 1.8rem;
    font-weight: 600;
	text-align: center;
}
header .read1 strong{
    font-weight: 800;
	color: #FF0004;
	font-size: 2.4rem;
}
header .read2{
	padding: 0 0 40px 0;
}
header .read2 span{
    background: #FF3F00 ;
	padding: 5px 15px 7px;
    letter-spacing: 1.1rem;
    font-size: 2.0rem;
    font-weight: 600;
	text-align: center;
    color: #fff;
}
.header-wrap {
	border: 1px dashed #666;
	width: 80%;
	border-radius: 15px;
	padding: 15px 15px 25px 15px;
	margin: 0 auto 15px;
	background-image: linear-gradient(-45deg, #fff 25%, #FEFBBA 25%, #FEFBBA 50%, #fff 50%, #fff 75%, #FEFBBA 75%, #FEFBBA);
	background-size: 15px 15px;	
	/*background:#FFFBDF ;*/
}
.header-wrap h3{
	width: 90%;
	background: #fff;
	margin: 25px auto 10px;
	font-size: 1.3rem;
    letter-spacing: 1.1rem;
	padding: 10px 0;
	border: 2px solid #555;
}

.header-wrap .limited-list{
	background: #fff;
	border-radius: 15px;
	padding: 10px 20px 30px;
	width: calc(90% - 40px);
	margin:0 auto;
}

.header-wrap .limited-list p:nth-child(1){
	position: relative;
	font-size: 1.7rem;
	width: 70%;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: 2px dotted #333;
}
.header-wrap .limited-list p:nth-child(1) span{
	display: inline-block;
	background: #470D7F;
	color: #fff;
	padding: 4px .6rem 3px;
	margin-bottom: 5px;
	font-size: 1.3rem;
}
.header-wrap .limited-list p:nth-child(1) strong{
	position: relative;
	color: #470D7F;
}
/*.header-wrap .limited-list p:nth-child(1):before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #333;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
.header-wrap .limited-list p:nth-child(1):after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #333;
    border-radius: 3px;
    transform: rotate(25deg);
}*/
.header-wrap .limited-list p:nth-child(2){
	font-size: 1.5rem;
	margin: 10px 0 0;
	line-height: 1.3;
}
.header-wrap .limited-list p:nth-child(3){
	font-size: 2.0rem;
	font-weight: 800;
	margin: 10px 0 0;
}
.header-wrap .limited-list p:nth-child(4){
	font-size: 2.0rem;
	font-weight: 800;
	margin: 20px 0 0;
}
.header-wrap .limited-list p:nth-child(3) strong,
.header-wrap .limited-list p:nth-child(4) strong{
	color: #FF0004;
}

.header-wrap .limited-list div{
	position: relative;
}
.header-wrap .limited-list div figure:nth-child(1){
	position: absolute;
	width: 15%;
	top: -300px;
	left: -40px;
}
.header-wrap .limited-list div figure:nth-child(2){
	position: absolute;
	width: 18%;
	top: -180px;
	left: -60px;
}
.header-wrap .limited-list div figure:nth-child(3){
	position: absolute;
	width: 15%;
	top: -300px;
	right: -60px;
}
.header-wrap .limited-list div figure:nth-child(4){
	position: absolute;
	width: 18%;
	top: -130px;
	right: -20px;
}


header ul {
  list-style-type: none;
  display:table;
  width:90%;
  padding:0;
  margin:0 auto;
  overflow:hidden;
}
header ul li{
  display:table-cell;
  position:relative;
  width: calc(100% / 4);
  padding: 1em 0.5em 1em 2em;
  color: #333;
}
header ul li:before,
header ul li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
header ul li:before{
  top:1px;
  right:-2.5em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 20px 40px 20px;
  z-index: 10;
}
header ul li:after{
  top:1px;
  right:-2.5em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 40px 20px 40px 20px;
  z-index: 10;
}

header ul li.is-current1{
  background:#838F26 ;
  /*font-weight: bold;*/
}
header ul li.is-current1:after{
  border-color: transparent transparent transparent #838F26;/*#FF95B3*/
}

header ul li.is-current2{
  background: #FA8A29 ;
  /*font-weight: bold;*/
}
header ul li.is-current2:after{
  border-color: transparent transparent transparent #FA8A29;/*#04E2F9*/
}

header ul li.is-current3{
  background:#9D5118 ;
  /*font-weight: bold;*/
}
header ul li.is-current3:after{
  border-color: transparent transparent transparent #9D5118;/*#FF9E29*/
}
header ul li.is-current4{
  background: #EF4F3A  ;
  /*font-weight: bold;*/
}
header ul li.is-current4:after{
  border-color: transparent transparent transparent #EF4F3A;/*#B1E20D*/
}
header dl dt{
	font-family: "corporate-logo-ver2", sans-serif;
	/*font-weight: 600;*/
	font-size: 1.4rem;
	letter-spacing: .1em;
    line-height: 1.1;
    color: #fff;
}
header dl dd{
	line-height: 1.4;
	font-size: .9rem;
	font-weight: bold;
}
header span{line-height: 1.5}
.c_pink{
	color: #EF1452; 
}
header .insLogo{
	position: relative;
	right: 0;
}
header .insLogo img{
	position: absolute;
	width: 30px;
	right: 20px;
	top: 6px;
	z-index: 10;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	header{
		width: 100%;
		margin: 0px auto 50px;
	}
	header .read1{
		width: 95%;
		margin: 0 auto;
		line-height: 1.5;
		font-size: 1.2rem;
		padding: 20px 0;
	}
	header .read1 strong{
		font-size: 1.8rem;
	}

	header .read2 span{
		font-size: 1.6rem;
		display: block;
		width: 100%;
		margin: 0 auto;
		letter-spacing: 0.4rem;
		line-height: 1.3;
		padding: 10px 0 10px 5px;
	}

	header p{
		padding: 1.0rem;
		text-align: left;
	}
	.header-wrap {
		width: 90%;
		margin: 0 auto;
		padding: 10px 0 0 0;
	}
	.header-wrap h2 img {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.header-wrap h3{
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		margin: 25px auto 10px;
		/*width: 90%;
		background: #fff;
		
		padding: 10px 0;
		border: 2px solid #555;*/
	}
	
	header ul{
		/*list-style-type: none;*/
		display:block;
		/*padding:0;
		margin:0 auto;*/
	}
	header ul li{
		position: relative;
		display:block;
		width:200px;
		height: 3.0em;
		background: #504944;
		padding: 1em 0 0;
		margin: 0 auto 2.5em;
		text-align:center;
		color: #333;
	}
	header ul li:after{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		top: 4.0em;
		right: 0px;
		border-style: solid;
		border-color: #504944 transparent transparent transparent;
		border-width: 30px 100px 0 100px;
		z-index: 1;
	}
	header ul li:last-child:after{
		display: none;
	}
	header ul li:last-child{
		padding: 1em 0;
	}
	header ul li:before{
		display: none;
	}
	header ul li.is-current1{
		background: #838F26;
	}
	header ul li.is-current1:after{
		border-color: #838F26 transparent transparent transparent;
	}
	header ul li.is-current2:after{
		border-color: #FA8A29 transparent transparent transparent;	
	}
	header ul li.is-current3:after{
		border-color: #9D5118 transparent transparent transparent;
	}
	header ul li.is-current4:after{
		border-color: #EF4F3A transparent transparent transparent;
	}
	header span.readplus{
		display: block;
		width: 90%;
		text-align: left;
		margin: 10px auto;
		line-height: 1.2;
	}
	header .insLogo img{
		width: 8%;
		right: 9px;
		top: 12px;
	}
	
	.header-wrap .limited-list{
		margin: 10px auto 0;
		padding: 10px 20px 15px;
		width: calc(86% - 20px);
	}
	header .header-wrap .limited-list p{
		padding: 0;
	}
	.header-wrap .limited-list p:nth-child(1){
		font-size: 1.6rem;
		width: 100%;
		padding-bottom: 10px;
		text-align: center;
		line-height: 1.2;
	}
	.header-wrap .limited-list p:nth-child(2){
		font-size: 1.3rem;
		padding: 0;
		margin: 10px 0 0;
	}
	.header-wrap .limited-list p:nth-child(3){
		font-size: 1.8rem;
		margin: 10px 0 0;
		line-height: 1.2;
	}
	.header-wrap .limited-list p:nth-child(4){
		font-size: 1.8rem;
		margin: 20px 0 0;
		line-height: 1.2;
	}
	.header-wrap .limited-list div figure:nth-child(1){
		width: 35%;
		top: -380px;
		left: -80px;
	}
	.header-wrap .limited-list div figure:nth-child(2){
		width: 38%;
		top: -30px;
		left: -70px;
	}
	.header-wrap .limited-list div figure:nth-child(3){
		width: 35%;
		top: -420px;
		right: -60px;
	}
	.header-wrap .limited-list div figure:nth-child(4){
		width: 38%;
		top: -50px;
		right: -50px;
	}

}

/*---------------------------------------------------------------------------------------
	cam
----------------------------------------------------------------------------------------*/
.cam-wrap2{
  width: 1000px;
  margin: 30px auto 180px;
}

.cam-wrap2 .flex-wrap{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
  margin-bottom: 60px;
}

.cam-wrap2 .camWrap-1{
	width: calc(95% / 2);
	background: #ECF7FD;
	border-radius: 15px;
	margin-bottom: 0px;
}

.cam-wrap2 .camWrap-1 figure{
	border-radius: 15px 15px 0 0;
	width: 100%;
}
.cam-wrap2 .camWrap-1 figure img{
	border-radius: 15px 15px 0 0;
	width: 100%;
}

.cam-wrap2 .flex-wrap .form-attention{
	font-size: .9rem;
	margin-top: 5px;
}

.cam-wrap2 h2{
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 3.0rem;
	text-align: center;
	color: #fff;/*#EF1452*/
	margin-bottom: 1em;
	letter-spacing: .1em;
	position: relative;
	line-height: 1.1;
	font-weight: bolder;
	padding-bottom: 10px;
}

.cam-wrap2 h2:before, .cam-wrap2 h2:after{
  content: "";
  display: table;	
}
.cam-wrap2 h2:before{
  position: absolute;
  background: url("../images/fall-obake02.svg") top left no-repeat;
  /*width: calc(100% - 42%); height: calc(100% - 42%); */
  width: 120%; height: 120%; 
  background-size: auto;
  width:100%;
  padding-top: 19px;
  top: -20px;
	left: 150px;
  z-index: 100;
}
.cam-wrap2 h2:after{
  position: absolute;
  background: url("../images/fall-obake01.svg") top right no-repeat;
  width: 90%; height: 90%; 
  background-size: auto;
  width:100%;
  padding-top: 39px;
  right: 150px;
  top: -20px;
  color:#fff;
  z-index: 100;
}

.cam-wrap2 h4{
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 2.6rem;
	line-height: 1.2;
	text-align: center;
	font-weight: bolder;
	margin-bottom: 10px;
	color: #470D7F;
}
.cam-wrap2 h4 span{
	font-size: 1.8rem;
	text-align: left;
	margin-bottom: 10px;
}
.cam-wrap2 .camWrap-1 p{
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 15px;
}
.cam-wrap2 .camWrap-1 .inner.reSP{
	padding: 0 25px 20px;
}
.cam-wrap2 .camWrap-1 .inner.reSP dl dt{
	background: #242338;
	color: #fff;
	padding: 10px 0 9px;
	margin: 15px 0 5px;
}
.cam-wrap2 .camWrap-1 .inner.reSP dl dd{
	font-size: 1.1rem;
	line-height: 1.5;
}

.cam-wrap2 .school-wrap{
	padding: 30px 30px 10px;
	background: #fff;
	border-radius: 15px;
	margin-bottom: 60px;
}

.cam-wrap2 .school-wrap h3{
	color: rgb(51, 51, 51);
    margin-bottom: 10px;
    text-align: center !important;
	text-align: center;
	font-size: 2.0rem;
    line-height: 1.3;
    font-weight: 600;
}
.cam-wrap2 .school-wrap ul{
	width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0px auto 15px;
    list-style: none;
    gap: 50px;
}
.cam-wrap2 .school-wrap ul dl dt{
	color: rgb(255, 255, 255);
    letter-spacing: 0.4em;
    font-size: 1.2rem;
	background: #56028F;
	text-align: center;
	padding: .5rem 0 .3rem;
}
.cam-wrap2 .school-wrap ul dl dd{
	padding: 0.5rem 0.3rem 0.5rem 0.8rem;
	font-size: 1.2rem;
	line-height: 1.5;
    border-width: 2px;
    border-style: solid;
    border-color: #56028F;
    border-image: initial;
}
.cam-wrap2 .school-wrap ul dl dd span{
	font-size: 1.0rem;
}


/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	.cam-wrap2{
		width: 90%;
		margin: 0px auto 50px;
	}
	.cam-wrap2 h2{
		font-size: 2.2rem;
		text-align: center;
	}
	.cam-wrap2 h2:before, .cam-wrap2 h2:after{
		content: none;
		display: block;
	}

	.cam-wrap2 .flex-wrap{
		display: block;
		margin-bottom: 50px;
	}
	.cam-wrap2 .camWrap-1{
		width: 100%;
		padding: 0px 0 0px;
		margin-bottom: 50px;
	}
	.cam-wrap2 .camWrap-1 .inner.reSP{
		padding: 0 15px 20px;
	}
	
	.cam-wrap2 h4{
		font-size: 2.4rem;
	}
	.cam-wrap2 h4 span{
		font-size: 1.4rem;
	}
	.cam-wrap2 .school-wrap{
		padding: 30px 10px 10px;
	}
	.cam-wrap2 .school-wrap h3{
		font-size: 1.8rem;
	}
	.cam-wrap2 .school-wrap ul{
		width: 100%;
		display: block;
	}
	.cam-wrap2 .school-wrap ul dl dt{
		font-size: 1.1rem;
	}
	.cam-wrap2 .school-wrap ul dl dd{
		font-size: 1.1rem;
		line-height: 1.6;
	}

}


/*---------------------------------------------------------------------------------------
	.fallcourse-wrap
----------------------------------------------------------------------------------------*/

.fallcourse-wrap{
	position: relative;
	margin: 0;
	padding: 0;
}
.fallcourse-wrap .wrap:before, .fallcourse-wrap .wrap:after{
	content: "";
	display: table;
}
.fallcourse-wrap .wrap:before{
	position: absolute;
	background: url("../images/bace-hal1.svg") bottom left no-repeat;
	background-size:100%;
	height: 100px;
	width:100%;
	top: -98px;
	z-index: 10;
}
.fallcourse-wrap .wrap .inner{
	background:#68A168;
	padding: 50px 0;
}

.fallcourse-wrap h2{
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 3.0rem;
	text-align: center;
	color: #fff;/*#EF1452*/
	margin-bottom: .5rem;
	letter-spacing: .1em;
	position: relative;
	line-height: 1.1;
	font-weight: bolder;
	padding-bottom: 10px;
}

.fallcourse-wrap h2 span{
	font-size: 1.6rem;
	background: #fff;
	color: #F07B00 ;
	padding: .2em .5em .3em;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 0.5rem;
}

.fallcourse-wrap .read4{
	width: 85%;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #fff;
}

.fallcourse-wrap ul.course-wrap2 {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1000px;
	margin: 0 auto 20px;
}

.fallcourse-wrap ul.course-wrap2 li {
	width: calc(95% / 2);
	background: #fff;
	border-radius: 15px;
	margin-bottom: 20px;
	padding: 25px 0 15px;
}


.fallcourse-wrap ul.course-wrap2 h3{
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 2.4rem;
	line-height: 1.2;
	text-align: center;
	font-weight: bolder;
	margin-bottom: 10px;
	color: #470D7F;
}
.fallcourse-wrap ul.course-wrap2 h3 span{
	font-size: 2.3rem;
}

.fallcourse-wrap ul.course-wrap2 p{
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 15px;
}


.fallcourse-wrap .stapre-wrap{
	width: 1000px;
	border-radius: 15px;
	margin: 0 auto 70px;
	background: #fff;
	padding: 30px 0 20px;
}
.fallcourse-wrap .jp-wrap{
	width: 1000px;
	border-radius: 15px;
	margin: 0 auto 100px;
	background: #fff;
	padding: 30px 0 10px;
}



.fallcourse-wrap ul.course-wrap2 dl {
	display: flex;
	flex-direction: column;
	height: auto;
}
    
.fallcourse-wrap ul.course-wrap2 dt, ul.course-wrap2 dd {
	width: 85%;
	margin: 0 auto;
}


.fallcourse-wrap ul.course-wrap2 dt{
	background: #999;
	color: #fff;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.5;
	font-weight: 800;
	padding: 6px 0 7px;
}
.fallcourse-wrap ul.course-wrap2 .type1 dt{
	background: #36B614;
	color: #fff;
}
.fallcourse-wrap ul.course-wrap2 .type2 dt{
	background: #14B6A2 ;
	color: #fff;
}
.fallcourse-wrap ul.course-wrap2 .type3 dt{
	background: #1485B6;
	color: #fff;
}
.fallcourse-wrap ul.course-wrap2 .type4 dt{
	background: #004195;
	color: #fff;
}


.fallcourse-wrap ul.course-wrap2 dd figure{
	width: 64%;
	margin: 10px auto 10px;
}
.fallcourse-wrap ul.course-wrap2 dd figure img{
	width: 100%;
}


.fallcourse-wrap ul.course-wrap2 dd div{

    text-align: center;
}
.fallcourse-wrap ul.course-wrap2 dd a{
    text-decoration: none;
}
.fallcourse-wrap ul.course-wrap2 dd a:hover{
    opacity: .6;
}

.fallcourse-wrap ul.course-wrap2 dd div .gro{
	color: #F44E51;
}
.fallcourse-wrap ul.course-wrap2 dd div .per{
	color: #278FF5;
}



.fallcourse-wrap .plus-wrap{
	text-align: center;
	font-size: 5.4rem;
	font-weight: 800;
	margin: 0 0 40px;
}


.fallcourse-wrap .stapre-wrap .lesson-title{
	width: 95%;
	margin: 0 auto 30px;
	list-style: none;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	align-items: flex-start;
	row-gap: 10px;
	column-gap: 30px;
}
.fallcourse-wrap .stapre-wrap .lesson-title h3{
	font-size: 2.0rem;
	font-weight: 800;
	
}
.fallcourse-wrap .stapre-wrap .lesson-title h3 span{
	font-size: 1.4rem;
	font-weight: 600;
}
.fallcourse-wrap .stapre-wrap .lesson-title h3 img{
	width: 45%;
	position: relative;
	top: 12px;
}
.fallcourse-wrap .stapre-wrap .lesson-title h4{
	color: #00a73c;
	font-size: 1.4rem;
	font-weight: 600;
}
.fallcourse-wrap .stapre-wrap .lesson-title .read p:nth-child(1){
	color: #e6204d;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 5px;
}
.fallcourse-wrap .stapre-wrap .lesson-title .read p:nth-child(2){
	font-size: 1.1rem;
	line-height: 1.3;
}
.fallcourse-wrap .stapre-wrap .lesson-title .box.inner1 ul,
.fallcourse-wrap .stapre-wrap .lesson-title .box.inner2 ul{
	list-style-type: disc;
}
.fallcourse-wrap .stapre-wrap .lesson-title .box.inner1 ul li,
.fallcourse-wrap .stapre-wrap .lesson-title .box.inner2 ul li{
	margin: 10px 0 0;
}
.fallcourse-wrap .stapre-wrap .lesson-title .box.inner1 ul li h5,
.fallcourse-wrap .stapre-wrap .lesson-title .box.inner2 ul li h5{
	font-size: 1.3rem;
	font-weight: 600;
}
.fallcourse-wrap .stapre-wrap .lesson-title .box.inner2 ul li p{
	margin-top: 5px;
}
.fallcourse-wrap .stapre-wrap .lesson-title .box.inner1 ul,
.fallcourse-wrap .stapre-wrap .lesson-title .box.inner2 ul{
	margin-left: 25px;
}

.box.title{
  order: 1;
}
.box.read{
  order: 3;
}
.box.inner1{
  order: 2;
}
.box.inner2{
  order: 4;
}      

.fallcourse-wrap .stapre-wrap .stapre-colum{
	width: calc(96% - 40px);
	margin: 0 auto;
	background: #fff34e;
	padding: 20px;
	position: relative;
}
.fallcourse-wrap .stapre-wrap .stapre-colum h3{
	font-size: 1.8rem;
	font-weight: 600;
}
.fallcourse-wrap .stapre-wrap .stapre-colum h3 img{
	width: 60%;
	position: relative;
	top: 12px;
}




.fallcourse-wrap .stapre-wrap .lasson-wrap{
	list-style: none;
	width: 95%;
	margin: 0 auto 15px;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	/*align-items: center;*/
	gap: 30px;
}


.fallcourse-wrap .stapre-wrap .stapre-colum ul:nth-child(1){
	width: 95%;
	margin: 0 auto 30px;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 2.2fr;
	align-items: flex-end;
	gap: 0px;
}
.fallcourse-wrap .stapre-wrap .stapre-colum ul:nth-child(2){
	width: 95%;
	margin: 0 auto 15px;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	gap: 15px;
}
.fallcourse-wrap .stapre-wrap .stapre-colum ul li{
}
.fallcourse-wrap .stapre-wrap .stapre-colum ul li p{
	font-size: 1.4rem;
	font-weight: 600;
}
.fallcourse-wrap .stapre-wrap .stapre-colum ul li figure{
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 15px;
}
.fallcourse-wrap .stapre-wrap .stapre-colum ul li figure img{
	width: 100%;
}
.fallcourse-wrap .stapre-wrap .stapre-colum ul li figcaption{
	font-size: 1.3rem;
	font-weight: 600;
}
.fallcourse-wrap .stapre-wrap .stapre-colum p{
	font-size: 1.1rem;
	line-height: 1.2;
}

.fallcourse-wrap .stapre-wrap .stapre-colum ul:nth-child(1) figure{
	display: block;
	width: 45%;
	position: relative;
}
.fallcourse-wrap .stapre-wrap .stapre-colum ul:nth-child(1) figure img{
	width: 100%;
	position: absolute;
	right: -430px;
	top: -75px;
	transform:rotate(10deg);
	box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .3);
}
.fallcourse-wrap .jp-wrap ul{
	width: 95%;
	margin: 0 auto 15px;
	list-style: none;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	align-items: center;
	gap: 30px;
}
.fallcourse-wrap .jp-wrap ul li h3 img{
	width: 80%;
}
.fallcourse-wrap .jp-wrap ul li p{
	font-size: 1.1rem;
	line-height: 1.2;
	margin: 5px 0 10px;
}
.fallcourse-wrap .jp-wrap ul li dl dt{
	background: #c13a36;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	padding: 5px 0 7px;

}
.fallcourse-wrap .jp-wrap ul li dl dd{
	font-size: 1.4rem;
	line-height: 1.2;
	margin: 5px 0 10px;

}
.fallcourse-wrap .jp-wrap ul li dl dd strong{
	font-size: 5.5rem;
	color: #c13a36;
}
.fallcourse-wrap .jp-wrap ul li dl dd span{
	font-size: 3.0rem;
	color: #c13a36;
}
.fallcourse-wrap .jp-wrap ul li dl dd small{
	font-size: 0.9rem;
	line-height: 1.2;
}

.fallcourse-wrap .jp-wrap figure{
	display: block;
	width: 85%;
	/*position: relative;*/
}
.fallcourse-wrap .jp-wrap figure img{
	width: 100%;
	position: relative;
	right: -40px;
	top: -38px;
	transform:rotate(6deg);
	box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .3);
}
.fallcourse-wrap .jp-wrap ul li div{
    text-align: center;
}






/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
.fallcourse-wrap .wrap:before{
		top: -99px;
	}
	.fallcourse-wrap .wrap .inner{
		padding: 50px 0 40px;
	}
	.fallcourse-wrap .title{
		width:95%;
	}
	.fallcourse-wrap h2{
		font-size: 2.2rem;
		line-height: 1.1;
	}
	.fallcourse-wrap h2 span{
		font-size: 1.3rem;
		padding: .2em .5em .3em;
		margin-bottom: 0.5rem;
	}
	.fallcourse-wrap ul.course-wrap2 {
		display: block;
		width: 90%;
		margin: 0 auto 0;
	}
	.fallcourse-wrap ul.course-wrap2 li {
		width: 100%;
		margin: 0 auto 20px;
	}
/*	.fallcourse-wrap ul.course-wrap2 li.mb80 {
		width: 100%;
		margin: 0 auto 80px;
	}
	.fallcourse-wrap ul.course-wrap2 li:first-child {
		width: 100%;
		margin: 0 auto 80px;
	}*/
	.fallcourse-wrap .stapre-wrap{
		padding: 10px 0 20px;
	}
	.fallcourse-wrap .stapre-wrap, .fallcourse-wrap .jp-wrap {
		display: block;
		width: calc(90% - 10px);
		margin: 0 auto 30px;
	}
	.fallcourse-wrap ul.course-wrap2 h3{
		font-size: 2.0rem;
		line-height: 1.2;
	}
	.fallcourse-wrap ul.course-wrap2 h3 span{
		font-size: 1.9rem;
		line-height: 1.2;
	}
	.fallcourse-wrap .read4{
		width: 90%;
		margin: 0 auto 50px;
		font-size: 1.2rem;
		text-align: left;
	}
	.fallcourse-wrap .plus-wrap{
		line-height: .8;
		margin: 0 0 20px;
	}
	
	.fallcourse-wrap .stapre-wrap .lesson-title{
		width: 86%;
			/*margin: 0 auto 30px;
	list-style: none;*/
		display: block;
		
	}
	.fallcourse-wrap .stapre-wrap .lesson-title h3{
	/*font-size: 2.0rem;
	font-weight: 800;
	color: #0f60ad;*/
		line-height: 1.2;
		margin: 0 0 10px;
	}
	/*.course-wrap .stapre-wrap .lesson-title h3 span{
	font-size: 1.4rem;
	font-weight: 600;
	}*/
	.fallcourse-wrap .stapre-wrap .lesson-title h3 img{
		width: 55%;
		top: 2px;
	}
	.fallcourse-wrap .stapre-wrap .lesson-title h4{
		/*color: #00a73c;
		font-size: 1.4rem;
		font-weight: 600;*/
		margin-top: 15px;
	}
	.fallcourse-wrap .stapre-wrap .lesson-title h4 span{
		font-size: 1.1rem;
	}

	.fallcourse-wrap .stapre-wrap .lesson-title .box.inner1 ul,
	.fallcourse-wrap .stapre-wrap .lesson-title .box.inner2 ul{
		/*list-style-type: disc;*/
		margin: 0 0 0 15px;
	}
	.fallcourse-wrap .stapre-wrap .lesson-title .read{
		margin-bottom: 10px;
	}


	.fallcourse-wrap .stapre-wrap .stapre-colum{
		width: 86%;
		padding: 10px;
		margin: 0 auto 0px;
		/*
		
	background: #fff34e;
	
	position: relative;*/
	}
	.fallcourse-wrap .stapre-wrap .stapre-colum h3{
		font-size: 1.6rem;
		font-weight: 600;
		margin-bottom: 5px;
	}
	.fallcourse-wrap .stapre-wrap .stapre-colum h3 img{
		width: 65%;
		position: relative;
		top: 6px;
	}



	.fallcourse-wrap .stapre-wrap .lasson-wrap{
		/*list-style: none;*/
		width: 90%;
		margin: 0 auto 15px;
		/*list-style: none;*/
		display: block;
	}
	.fallcourse-wrap .stapre-wrap .stapre-colum ul:nth-child(1){
		width: 100%;
		display: block;
		margin: 0 auto 10px;
		
	}
	.fallcourse-wrap .stapre-wrap .stapre-colum ul:nth-child(2){
		width: 100%;
		margin: 10 auto 15px;
		list-style: none;
		display: block;
	}
	.fallcourse-wrap .stapre-wrap .stapre-colum ul:nth-child(2) li {
		margin: 0 0 -20px;
	}

	.fallcourse-wrap .stapre-wrap .stapre-colum ul li figure{
		display: block;
		gap: 0;
	}
	.fallcourse-wrap .stapre-wrap .stapre-colum ul li figure img{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.fallcourse-wrap .stapre-wrap .stapre-colum ul li figcaption{
		text-align: center;
		position: relative;
		line-height: 1.2;
		top: -45px;

	}
	.fallcourse-wrap .stapre-wrap .stapre-colum p {
		width: 90%;
		margin: 0 auto;
		font-size: 1.1rem;
		line-height: 1.3;
	}

	/*.course-wrap .stapre-wrap .stapre-colum ul:nth-child(1) figure{
		display: block;
		width: 90%;
		position: relative;
	}
	.course-wrap .stapre-wrap .stapre-colum ul:nth-child(1) figure img{
		width: 100%;
		position: absolute;
		right: -430px;
		top: -75px;
		transform:rotate(10deg);
		box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .3);
	}*/
	.fallcourse-wrap .jp-wrap ul{
		width: 95%;
	margin: 0 auto 15px;
	list-style: none;
	display: block;
}
	.fallcourse-wrap .jp-wrap ul li h3 img{
		width: 100%;
	}
	.fallcourse-wrap .jp-wrap ul li p{
		font-size: 1.1rem;
	line-height: 1.2;
	margin: 5px 0 10px;
}
	.fallcourse-wrap .jp-wrap ul li dl dt{
/*	background: #c13a36;
	color: #fff;
	font-size: 1.3rem;*/
		text-align: center;
		padding: 5px 0 7px;
	}
	.fallcourse-wrap .jp-wrap ul li dl dd{
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.0;
		margin: 5px 0 10px;
	}
    .fallcourse-wrap .jp-wrap ul li div{
        margin-top: 30px;
    }
	/*.course-wrap .jp-wrap ul li dl dd strong{
	font-size: 5.5rem;
	color: #c13a36;
}
.course-wrap .jp-wrap ul li dl dd span{
	font-size: 3.0rem;
	color: #c13a36;
}
.course-wrap .jp-wrap ul li dl dd small{
	font-size: 0.9rem;
	line-height: 1.2;
}
*/
.fallcourse-wrap .jp-wrap figure{
	display: block;
	width: 85%;
	/*position: relative;*/
}
.fallcourse-wrap .jp-wrap figure img{
	width: 100%;
	position: relative;
	right: -30px;
	top: 10px;
	transform:rotate(4deg);
	box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .3);
}

}



/*.fallcourse-wrap{
    max-width: 1056px;
    margin: 30px auto 100px;
}
.fallcourse-wrap h2{
	font-size: 3.0rem;
	text-align: center;
	color: #fff;
	letter-spacing: .1em;
	position: relative;
	line-height: 1.1;
	font-weight: 900;
	margin: 0 0 15px;
}
.fallcourse-wrap h2 span  { font-size: 3.4rem;}
.fallcourse-wrap h2 small { font-size: 1.8rem;}
.fallcourse-wrap h2 strong { font-size: 1.7rem; font-weight: 800;}*/







/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	.course-wrap{
        width: 100%;
        margin: 10px auto 80px;
        overflow: hidden;
    }
    .course-wrap h2{
        font-size: 9.0vw;
        letter-spacing: .1em;
        position: relative;
        font-weight: 900;
    }

    .course-wrap h2 span  { font-size: 9.8vw; display: block; margin-top: -30px;}
    .course-wrap h2 small { font-size: 6.2vw; display: block;}
	.course-wrap h2 strong { font-size: 5.2vw; line-height: .5}
	
	
	
	.course-wrap ul.course-wrap2 li .wrap2-inner,
	.course-wrap .stapre-wrap .stapre-inner, .course-wrap .jp-wrap .jp-inner{
		border-left: 5px solid #343437;
		border-right: 5px solid #343437;
		position: relative;
		
	}
	.course-wrap ul.course-wrap2 li .wrap2-inner .top,	
	.course-wrap .stapre-wrap .stapre-inner .top, .course-wrap .jp-wrap .jp-inner .top{
		position: absolute;
		top: -24px;
	}
	.course-wrap ul.course-wrap2 li .wrap2-inner .bottom,	
	.course-wrap .stapre-wrap .stapre-inner .bottom, .course-wrap .jp-wrap .jp-inner .bottom{
		position: absolute;
		bottom: -24px;
	}

	
	
}





















.aboutSchool-wrap{
  position: relative;
  margin: 0;
  padding: 0;
}

.aboutSchool-wrap .wrap:before, .aboutSchool-wrap .wrap:after{
  content: "";
  display: table;
}

.aboutSchool-wrap .wrap:before{
  position: absolute;
  background: url("../images/bace-hal3.svg") bottom left no-repeat;
  background-size: 100%;
  height: 300px;
  width:100%;
  top: -299px;
  /*z-index: 10;*/
  /*border-top:1px solid #fff;*/
}


.aboutSchool-wrap .wrap:after{
  position: absolute;
  background: url("../images/bace-footer.svg") bottom left no-repeat;
  background-size: 100%;
  height: 340px;
  width:100%;
  /*padding-top: 29px;*/
  bottom: -2px;
  /*z-index: 10;*/
  /*border-top:1px solid #fff;*/
}

.aboutSchool-wrap .wrap .inner{
	background:#55206D ;/*#632D99*/
	padding: 80px 0 200px;
	/*margin-top: 29px;*/
	/*height: 500px;*/	
}

.aboutSchool-wrap .wrap .inner .reason{
	width: 70%;
	margin: 0 auto;
	/*background: #fff;*/
}

.aboutSchool-wrap .wrap .inner .reason h2{
	font-size: 2.0rem;
	text-align: center;
	color: #fff;
	margin-bottom: 2em;
	letter-spacing: .1em;
	position: relative;

}

.aboutSchool-wrap .wrap .inner .reason h2:before, .aboutSchool-wrap .wrap .inner .reason h2:after{
  content: "";
  display: table;
	
}

.aboutSchool-wrap .wrap .inner .reason h2:before{
  position: absolute;
  background: url("../images/cal_str_hal.svg") top left no-repeat;
	 /* width: calc(100% - 52%); height: calc(100% - 52%); */
  width: 110%; height: 110%; 
  /*background-size: auto;
  width:100%;*/
  /*padding-top: 19px;*/
  top: 40px;
	left:-80px;
  z-index: 100;
}

.aboutSchool-wrap .wrap .inner .reason h2:after{
  position: absolute;
  background: url("../images/cal_key_hal.svg") top right no-repeat;
	width: 100%; height: 100%; 
  /*background-size: auto;
  width:100%;*/
  /*padding-top: 39px;*/
	right: -120px;
  top: 40px;
  color:#fff;
  z-index: 100;
}


.aboutSchool-wrap .wrap .inner .reason h2 strong{
	color:#FFED00;
	font-size: 4.0rem;
}

.aboutSchool-wrap .wrap .inner .reason h2 span{
	font-size: 2.8rem;
}




.aboutSchool-wrap .wrap .inner .reason ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px 35px;
	list-style: none;
}
	
.aboutSchool-wrap .wrap .inner .reason ul li{
	width: 30%;
}

.aboutSchool-wrap .wrap .inner .reason ul li dl dt{
	color:#FFC3D4;
	/*font-weight:800;*/
	font-family: "corporate-logo-ver2", sans-serif;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.3;
	letter-spacing: .1em;
	position: relative;
	margin-bottom: 1.6em;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (min-width: 1300px) {
    .aboutSchool-wrap .wrap .inner .reason ul li dl dt{font-size: 1.6rem;}
}
/*------------------------------ responsive ------------------------------*/


.aboutSchool-wrap .wrap .inner .reason ul li:nth-child(odd) dl dt{
	color: #FCFB02;
}


.aboutSchool-wrap .wrap .inner .reason ul li dl dt:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
.aboutSchool-wrap .wrap .inner .reason ul li dl dt:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(25deg);
}

.aboutSchool-wrap .wrap .inner .reason ul li dl dd{
	background:#FF95B3;
	border-radius: 8px;
	padding: .8em;
	text-align: center;
	line-height: 1.3;
	position: relative;
	font-weight: bold;
	color: #333;
}


.aboutSchool-wrap .wrap .inner .reason ul li:nth-child(odd) dl dd{
	background:#FFFE64;

}

.aboutSchool-wrap .wrap .inner .reason ul li dl dd div{
	/*font-family: "corporate-logo-ver2", sans-serif;*/
	font-weight:800;
	font-size: 1.7rem;
	position: absolute;
	top: 10px;
    left: 50%;
    transform: translate(-50%, -50%);

}

.aboutSchool-wrap .wrap .inner .reason ul li dl dd div span{
	display: inline-block;
	background: #FF95B3 ;
	color: #333;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	
}
.aboutSchool-wrap .wrap .inner .reason ul li:nth-child(odd) dl dd div span{
	background:#FFFE64;
	color: #333;

}

.aboutSchool-wrap .wrap .inner .reason ul li dl dd figure{
	width: 100%;
	height: auto;
	margin: .8em 0 .5em;
	position: relative;
	z-index: 5;
}

.aboutSchool-wrap .wrap .inner .reason ul li dl dd figure img{
	width: 100%;
	height: auto;
}



.aboutSchool-wrap .wrap .inner .course{
	width: 70%;
	margin: 60px auto;
	/*display: flex;
	justify-content: space-between;*/
	background: #fff;
	/*padding: 1rem 2rem;*/
	border-radius: 15px;
}

.aboutSchool-wrap .wrap .inner .course h3{
	background:#ED874A ;
	padding: 1.5rem;
	text-align: center;
	font-size: 1.5rem;
	border-radius: 15px 15px 0 0;
	color: #fff;
}


.aboutSchool-wrap .wrap .inner .course h3 span{

	font-size: 1.0rem;
	color: #333;
}

.aboutSchool-wrap .wrap .inner .course .wrap2{
	padding: 1rem 2rem;
}



.aboutSchool-wrap .wrap .inner .course .courseImg{
	width: 100%;
	margin: 10px auto;
}
.aboutSchool-wrap .wrap .inner .course .courseImg img{
	width: 100%;
	height: auto;
}

.aboutSchool-wrap .wrap .inner .course span{
	font-size: .8rem;
	line-height: 1.3;
}

.aboutSchool-wrap .course_sps{
    width : 70%;
    margin: 90px auto 50px;

}


.aboutSchool-wrap .course_shiminkouza{
    width : 70%;
    margin: 0 auto 80px;
    position: relative;
    z-index: 15;
   
}


.aboutSchool-wrap .course_sps h3, .aboutSchool-wrap .course_shiminkouza h3{
    background: #FF6600;
    color: #fff;
    text-align: center;
    padding: 10px 10px 8px;
    font-size: 1.4rem;
	line-height: 1.4;
    margin-bottom: 20px;
	border-radius: 15px 15px 0 0;
}
.aboutSchool-wrap .course_sps h3{background:#2FAEDE}

.aboutSchool-wrap .course_shiminkouza h3 span{
    font-size: 1.2rem;
}

.aboutSchool-wrap .course_sps ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.aboutSchool-wrap .course_sps ul li{
    width: calc(90% / 3);
    background: #fff;
	position: relative;
}

.aboutSchool-wrap .course_sps ul li.triangle:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #2FAEDE;
  right:-69px;
  top: calc(50% - 50px);
}


.aboutSchool-wrap .course_sps ul li figure{
    width: 100%;
}
.aboutSchool-wrap .course_sps ul li figure img{
    width: 100%;
}

.aboutSchool-wrap .course_sps ul li div{
    display: flex;
    justify-content: center;
}
.aboutSchool-wrap .course_sps ul li div p{
    width:40%;
    background: #EB84AA;
    padding: 5px 0 8px;
    border-radius: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.aboutSchool-wrap .course_sps ul li div p.colorG{
	background: #84EB8A;
}

.aboutSchool-wrap .course_shiminkouza ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.aboutSchool-wrap .course_sps ul li:first-child, .aboutSchool-wrap .course_shiminkouza ul li:first-child{
	border-radius: 0 0 0 15px;
}
.aboutSchool-wrap .course_sps ul li:last-child, .aboutSchool-wrap .course_shiminkouza ul li:last-child{
	border-radius: 0 0 15px 0;
}

.aboutSchool-wrap .course_sps ul li dl{
    padding:15px;
        
}
.aboutSchool-wrap .course_sps ul li dl dt, .aboutSchool-wrap .course_shiminkouza ul li dl dt{
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 600;       
}

/*------------------------------ responsive ------------------------------*/
@media screen and (min-width: 1300px) {
    .sp1000{display: none;}
}
/*------------------------------ responsive ------------------------------*/

.aboutSchool-wrap .course_sps ul li dl dd p{
    margin: 5px 0 10px;
    background: #2FAEDE;
    color: #fff;
    text-align: center;
    padding: 3px 0 5px;
    font-size: 1.0rem;
    letter-spacing: .1rem;
    border-radius: 30px;
}
.aboutSchool-wrap .course_sps .two-p p:nth-child(2){
	margin-left: 5px;
}
.aboutSchool-wrap .course_sps ul li dl dd, .aboutSchool-wrap .course_shiminkouza ul li dl dd{
    font-size: 1.0rem;
    line-height: 1.4;
    padding-bottom: 10px;
}
.aboutSchool-wrap .course_sps ul li dl dd{border-bottom: 1px dashed #000;}

    

.aboutSchool-wrap .course_shiminkouza ul li:first-child{
    width: 20%;
    background: #fff;
}
.aboutSchool-wrap .course_shiminkouza ul li{
    width: calc(65% / 2);
    background: #fff;
	position: relative;	
}

.aboutSchool-wrap .course_shiminkouza ul li.triangle:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #FF6600;
  right:-82px;
  top: calc(50% - 50px);
}

.op_plus:before{
  position: relative;
}

.op_plus p{
  position: absolute;
  right: -60px;
  top: calc(50% - 30px);
}

.op_plus i {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0 5px;
}
.op_plus i:before, .op_plus i:after {
  display: block;
  content: '';
  background-color: #FF6600;
  border-radius: 10px;
  position: absolute;
  width: 44px;
  height: 6px;
  top: 18px;
  right: 0;
}
.op_plus i:before {
  width: 6px;
  height: 44px;
  top: 0;
  right: 18px;
}
.aboutSchool-wrap .course_shiminkouza ul li dl{
    padding:10px;
        
}
.aboutSchool-wrap .course_shiminkouza ul li dl dt{
	line-height: 1;
	margin-bottom: 5px;
	color: #FF6600;
}
.aboutSchool-wrap .course_shiminkouza ul li dl dt span{
    font-size: 1.1rem;  	
}
.trial-cont1{
    position: relative;
    z-index: 10;
	background: #fff;
	width:500px;
	border-radius: 20px;
	margin: 0 auto 30px;
	text-align: center;
	padding: 50px 30px 40px;
	border: 5px solid #C44100;
	background-image: linear-gradient(-45deg, #fff 25%, #FDF995 25%, #FDF995 50%, #fff 50%, #fff 75%, #FDF995 75%, #FDF995);
	background-size: 10px 10px;
}

.trial_mb{
		margin-bottom: 120px;
	}

.trial-cont1 span{
	font-size: 1.4rem;
	letter-spacing: .1rem;
	font-weight: 800;
	background:linear-gradient(transparent 60%, #B7FBFA 60%);

}
.trial-cont1 p{
	font-size: 1.7rem;
	position: relative;
	margin: 20px 30px;
	letter-spacing: .1rem;
	font-weight: 800;

}
.trial-cont1 p:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    width: 2px;
    height: 35px;
    background: #333;
    border-radius: 3px;
    transform: rotate(-25deg);
	
}
       
.trial-cont1 p:after {
    position: absolute;
    content: "";
    right: -10px;
    top: 0;
    width: 2px;
    height: 35px;
    background: #333;
    border-radius: 3px;
    transform: rotate(25deg);
}

.pc4353_text{
	width: 70%;
	font-size: 1.3rem;
	position: relative;
	margin: 50px auto 20px;
	letter-spacing: .1rem;
	line-height: 1.2;
	font-weight: 800;

}
.pc4353_text:before {
    position: absolute;
    left: 0px;
    top: 0;
    content: "";
    width: 2px;
    height: 55px;
    background: #333;
    border-radius: 3px;
    transform: rotate(-25deg);
	
}
       
.pc4353_text:after {
    position: absolute;
    content: "";
    right: 0px;
    top: 0;
    width: 2px;
    height: 55px;
    background: #333;
    border-radius: 3px;
    transform: rotate(25deg);
}










.fallCamIn-wrap{
  width: 900px;
  margin: 0 auto 100px;
}

.fallCamIn-wrap .flex-wrap{
  /*display: flex;
  justify-content: space-between;
  align-items: stretch;*/
  text-align: center;
  margin-bottom: 60px;
}

.fallCamIn-wrap .camWrap-2{
	/*width: calc(95% / 3);*/
	background: #FFFFE4;
	border-radius: 15px;
	/*text-align: center;*/
	/*padding: 30px 0 20px;*/
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.fallCamIn-wrap .camWrap-2 h2{
	font-size: 2.8rem;
	line-height: 1.3em;
}

.fallCamIn-wrap .camWrap-2 h2 img{
	width:75%;
	margin: 0 auto 10px;
}

.fallCamIn-wrap .camWrap-2 h2 span{
	font-size: 1.8rem;
}

.fallCamIn-wrap .camWrap-2 figure{
	width: 100%;
    margin: 0;
    padding: 0;
}
.fallCamIn-wrap .camWrap-2 figure img{
	width: 100%;
    margin: 0;
    padding: 0;
}


.fallCamIn-wrap .camWrap-2 .inner{
	padding: 0 0 0px;
}



.fallCamIn-wrap .camWrap-2 dl{
  /*width: 90%;*/
  /*display: flex;
  justify-content: flex-start;
  align-items: center;*/
  margin: .5rem auto;
  vertical-align: center;
  line-height: 1.3;
	margin-bottom: 30px;
}

.fallCamIn-wrap .camWrap-2 dt{
  padding: 0.5rem .3rem;
  border: 2px solid #000034;
  font-size: 1.0rem;
  background: #000034;
  color:#FFFFE4;
  font-weight: bold;
  letter-spacing: .4em;
}
.fallCamIn-wrap .camWrap-2 dd{
  padding: 2.2rem 2.3rem;
  /*border: 2px solid #038CD8;*/
  font-size: 1.2rem;
  font-weight: 800;
  background: #FFFFE4;
  letter-spacing: .1em;
  line-height: 1.3;
  /*color:#FFFFE4;*/
}
.fallCamIn-wrap .camWrap-2 dd span{
  font-size: 1.0rem;
}

.fallCamIn-wrap .camWrap-2 dd ul{
  list-style-type: none;
  display:flex;
  justify-content: space-between;
  width:60%;
  padding:0;
  margin:20px auto;
  overflow:hidden;
  position:relative;
}
.fallCamIn-wrap .camWrap-2 dd ul.tokai{
  justify-content: center;
}

.fallCamIn-wrap .camWrap-2 dd ul li{
  /*display:table-cell;*/
  /*background: #504944;*/
  padding: .5em 1em;
  color: #333;
  border: 3px solid #333;
	background: #fff;
}

.areaBtn li{
	border-color:#949B8B;
	border-radius: 8px;
}
.dli-chevron-round-right1 {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1.2em;
  height: 1.2em;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 15px;
	left:150px;
}
.dli-chevron-round-right2 {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1.2em;
  height: 1.2em;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 15px;
  right:130px;
}


.dli-chevron-round-right1::before, .dli-chevron-round-right1::after,
.dli-chevron-round-right2::before, .dli-chevron-round-right2::after{
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.2em;
}

.dli-chevron-round-right1::before, .dli-chevron-round-right2::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.3em;
}

.dli-chevron-round-right1::after, .dli-chevron-round-right2::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.3em;
}


.fallCamIn-wrap .camWrap-2 dd ul li.is-current1{
	border-color: #00B1D6  ;
	color: #00B1D6
  /*background: #45c3e8;*/
}
.fallCamIn-wrap .camWrap-2 dd ul li.is-current2{
	border-color:#DFB300 ;
	color: #DFB300;
	/*background: #fed52b;*/
}
.fallCamIn-wrap .camWrap-2 dd ul li.is-current3{
	border-color: #FC6941;
	color: #FC6941;
	/*background: #fb8f72  ;*/
}
/*
.fallCamIn-wrap .camWrap-2 dd ul li.is-current1:after{
  border-color: transparent transparent transparent #45c3e8;
}

.fallCamIn-wrap .camWrap-2 dd ul li.is-current2:after{
  border-color: transparent transparent transparent #fed52b;
}

.fallCamIn-wrap .camWrap-2 dd ul li.is-current3:after{
  border-color: transparent transparent transparent #fb8f72;
}
*/


.dd_lineH{
	line-height: 1.5;
}



.fallCamIn-wrap .flex-wrap .form-attention{
	font-size: .9rem;
	margin-top: 5px;
}




.fallCamIn-wrap .camWrap-1 h2{
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 2.8rem;
	text-align: center;
	color: #EF1452;
	margin-bottom: 2em;
	letter-spacing: .1em;
	position: relative;
	line-height: 1.1;
	font-weight: bolder;
	background:linear-gradient(transparent 40%, #ff6 60%);
	padding-bottom: 10px;
}

.fallCamIn-wrap .camWrap-1 h2 strong{
	/*color:#FFED00;*/
	font-size: 4.6rem;
}

.fallCamIn-wrap .camWrap-1 h2 span{
	font-size: 3.2rem;
}


.fallCamIn-wrap .camWrap-1 h2 small{
	font-size: 2.0rem;
}
.fallCamIn-wrap .camWrap-1 h2:before, .summerCamIn-wrap .camWrap-1 h2:after{
  content: "";
  display: table;
	
}

.fallCamIn-wrap .camWrap-1 h2:before{
  position: absolute;
  background: url("../images/cal_str.svg") top left no-repeat;
	 /* width: calc(100% - 52%); height: calc(100% - 52%); */
  width: 90%; height: 90%; 
  /*background-size: auto;
  width:100%;*/
  /*padding-top: 19px;*/
  top: -10px;
  z-index: 100;
}

.fallCamIn-wrap  .camWrap-1 h2:after{
  position: absolute;
  background: url("../images/cal_key.svg") top right no-repeat;
	width: 90%; height: 90%; 
  /*background-size: auto;
  width:100%;*/
  /*padding-top: 39px;*/
	right: 0;
  top: -10px;
  color:#fff;
  z-index: 100;
}








.fallCamIn-wrap .camWrap-1 h2{
	font-family: "corporate-logo-ver2", sans-serif;
	font-weight: 800;
	letter-spacing: .1em;
	font-size: 1.8rem;
	line-height: 1.3;
}

.fallCamIn-wrap .camWrap-1 h2 strong{
	font-size: 3.0rem;
	line-height: 1.2;
}


.fallCamIn-wrap h3{
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: center;
}

.fallCamIn-wrap h3 span{
	font-size: 1.0rem;
	line-height: 1.0;
	text-align: center;
}
.fallCamIn-wrap h3 strong{
	font-size: 1.6rem;
	line-height: 1.0;
	text-align: center;
}



.fallCamIn-wrap h4{
	font-size: 1.0rem;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 10px;
}

.fallCamIn-wrap .camWrap-1 p{
	font-size: 1.0rem;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 10px;
}

.fallCamIn-wrap .camWrap-1 .inner{
  padding: 0 20px;
}

.fallCamIn-wrap dl.age-1{
  width:100%;
  display: flex;
  justify-content:space-between;
	align-items: stretch;
  margin: 1rem auto;
  font-size: 1.2rem;
  vertical-align: center;
}

.fallCamIn-wrap dl.age-1 dt{
  font-size: 0.9rem;
	width:10%;
	text-align: center;
}

.fallCamIn-wrap dl.age-1 dd{
  font-size: 1.1rem;
	width:90%;
	display: flex;
	align-items: center;
	text-align: center;
}

.fallCamIn-wrap .content-1 dl{
  /*width:550px;*/
  /*display: flex;
  justify-content: flex-start;
  align-items: center;*/
  margin: .5rem auto;
  font-size: 1.0rem;
  vertical-align: center;	
}

.fallCamIn-wrap .content-1 dl:last-child{

  margin: .5rem auto 2rem;
	
}

.fallCamIn-wrap dt, .summerCam-wrap dd{
  padding: .2rem .3rem .3rem .8rem;
  border: 2px solid #038CD8;
}
.fallCamIn-wrap dt{
  background: #038CD8;
  color:#fff;
  letter-spacing: .4em;
	font-size: 0.9rem;
}
.fallCamIn-wrap dd{
  background: #fff;
  letter-spacing: .1em;
	font-size: 1.0rem;
}

.fallCamIn-wrap dd.tl{
	text-align: left;
	line-height: 1.3;
}




.otherEvent-wrap{
  width: 900px;
  margin: 30px auto 100px;
}

.otherEvent-wrap .flex-wrap{
  display: flex;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  margin-bottom: 60px;
}

.otherEvent-wrap .camWrap-1{
	width: calc(90% / 2);
	background: #ECF7FD;
	border-radius: 15px;
	margin-bottom: 0px;
	border: 3px solid #fff;
    position: relative;
    z-index: 15;
}

h3.otherEvent-title{
	text-align: center;
	font-size: 2.4rem;
	color: #fff;
	line-height: 1.5;
	letter-spacing: .1em;
	
}
h3.otherEvent-title strong{
	font-size: 1.6rem;
	background: #fff;
	padding: .2em .5em;
	border-radius: 30px;
	color: #E15047;
	font-weight: bolder;
	font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 800;
}
h3.otherEvent-title span{
	font-size: 2.2rem;
}

.otherEvent-wrap .camWrap-1 figure{
	border-radius: 15px  15px  0  0;
	width: 100%;
	margin-bottom: 20px;
}
.otherEvent-wrap .camWrap-1 figure img{
	border-radius: 15px  15px  0  0;
	width: 100%;
}

.otherEvent-wrap .camWrap-1 .innerA{
	padding: 0 20px 20px;
}

.otherEvent-wrap .camWrap-1 .innerA h5{
	font-size: 1.3rem;
	line-height: 1.3;
	margin-bottom: 15px;
}






.btnSP{margin: 50px 0}

/*---------------------------------------------------------------------------------------
	Btn
----------------------------------------------------------------------------------------*/
.btn,
a.btn,
button.btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*letter-spacing: 0.1em;*/
  color: #212529;
  border-radius: 0.5rem;
}


a.btn1{
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*letter-spacing: 0.1em;*/
  color: #212529;
  border-radius: 0.5rem;
}
a.btn2{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*letter-spacing: 0.1em;*/
  color: #212529;
  border-radius: 0.5rem;
}
a.btn2:first-child{
  margin-right: 10px;
}


a.btn3{
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*letter-spacing: 0.1em;*/
  color: #212529;
  border-radius: 0.5rem;
}

.btn4,
a.btn4,
button.btn4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*letter-spacing: 0.1em;*/
  color: #212529;
  border-radius: 0.5rem;

}

a.btn--yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}

a.btn--orange {
  color: #fff;
  background-color: #DD0F33;
  border-bottom: 5px solid #B40422;
}

a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #C50829;
  border-bottom: 2px solid #95031C;
}

a.btn--blue {
  color: #333;
  background-color: #12E9FE;
  border-bottom: 5px solid #00C6D9;
}

a.btn--blue:hover {
  margin-top: 3px;
  color: #333;
  background: #1BB8C7;
  border-bottom: 2px solid #2FA9B5;
}

a.btn--pink {
  color: #fff;
  background-color: #EE457B;
  border-bottom: 5px solid #F0316E;
}

a.btn--pink:hover {
  margin-top: 3px;
  color: #fff;
  background: #E52764;
  border-bottom: 2px solid #E40049;
}


a.btn-c-01 {
    font-size: 1.2rem;
    position: relative;
    padding: 1.0rem 3.5rem;
    border-radius: 100vh;
	width: 300px;
	letter-spacing: .1em;
}

a.btn-c-01:before {
	box-sizing: inherit;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.2rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.8rem);
    right: 1rem;
    margin: 0;
    padding: 0;
    content: '\f054';
}
a.btn-c-05 {
    font-size: 1.5rem;
    position: relative;
    padding: 1.5rem 4rem;
    border-radius: 100vh;
}

a.btn-c-05:before {
	box-sizing: inherit;
	content: "";
    font-family: 'Font Awesome 5 Free';
    font-size: 1.6rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.8rem);
    right: 1rem;
    margin: 0;
    padding: 0;
    content: '\f054';
}
a.btn-c-06 {
	font-family: "corporate-logo-ver2", sans-serif;
    font-size: 1.4rem;
    position: relative;
    padding: 0.8rem 4.5rem;
    border-radius: 100vh;
	
}

a.btn-c-06:before {
	box-sizing: inherit;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.8rem);
    right: 1rem;
    margin: 0;
    padding: 0;
    content: '\f054';
}

.btnCover a.btn-c-05 {
	font-family: "corporate-logo-ver2", sans-serif;
    font-size: 2.8vw;
    position: relative;
    padding: 1.3em 0;
    border-radius: 100vh;
	display: inline-block;
	width: 100%;
}
/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	.btnCover {
		width: 100%;
		margin: 0 auto 50px;
	}
	.btnCover a.btn-c-05 {
		font-size: 1.6rem;
		position: relative;
		padding: 1.0em 0;
	}
	a.btn-c-06 {
		font-size: 1.2rem;
    position: relative;
    padding: 0.5rem 1.5rem;
    border-radius: 50vh;
	
}
}

/*---------------------------------------------------------------------------------------
	アニメーション
----------------------------------------------------------------------------------------*/

.fadeUp {
animation-name: fadeUpAnime;/*アニメーションの定義名*/
animation-duration:1s;/*アニメーション変化時間 ※デフォルト*/
animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
opacity:0;
}
.fadeUp.active{
  opacity: 1;
}

/*アニメーションの開始から終了までを指定する*/
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*==================================================
アニメーション設定
===================================*/

/* アニメーション１回分の時間の長さを指定するCSS*/

.change-time05{
  animation-duration: 0.5s;
}

.change-time1{
  animation-duration: 1s;
}

.change-time15{
  animation-duration: 1.5s;
}

.change-time2{
 animation-duration: 2s;
}

.change-time25{
animation-duration: 2.5s;
}


/* 動きをループさせるCSS*/

.count2{
animation-iteration-count: 2;/*この数字を必要回数分に変更*/
}

.countinfinite{
 animation-iteration-count: infinite;/*無限ループ*/
}


/* アニメーションの開始を遅らせるCSS*/

.delay-time05{
animation-delay: 0.5s;
}

.delay-time1{
animation-delay: 1s;
}

.delay-time15{
animation-delay: 1.5s;
}

.delay-time2{
animation-delay: 2s;
}

.delay-time25{
  animation-delay: 2.5s;
}


/* アニメーションの進行具合を操作するCSS*/

.timing-ease{
animation-timing-function:ease;
}

.timing-ease-in{
animation-timing-function:ease-in;
}

.timing-ease-out{
animation-timing-function:ease-out;
}

.timing-ease-in-out{
animation-timing-function:ease-in-out;  
}

.timing-linear{
animation-timing-function:linear; 
}

.timing-steps{
animation-timing-function:steps(4, end);  
}

.timing-cubic-bezier{
animation-timing-function:cubic-bezier(.17,.67,.67,.51);  
}

/*==================================================
アニメーションをまとめて設定する
===================================*/

.fadeDown{
animation: fadeDownAnime 1s ease 1.5s forwards;/*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
opacity:0;
}

/*アニメーションの開始から終了までを指定する*/
@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/*========= レイアウトのためのCSS ===============*/

.wrapper{
  overflow: hidden;
}

.flex{
  display:flex;
  flex-wrap: wrap;
}

/*.box{
  width: 220px;
  padding: 20px;
  margin:0 20px 20px 0;
  background: #666;
  color: #fff;
  box-sizing:border-box;
}*/



/*---------------------------------------------------------------------------------------
	color
----------------------------------------------------------------------------------------*/
/*green*/
.colorA{
	color:  #79BC28;
}
.bgcolorA{
	background-color: #79BC28;
}
.bdcolorA{
	border: 3px solid #79BC28;
}
/*blue*/
.colorB{
	color:  #00AEEB;
}
.bgcolorB{
	background-color: #00AEEB;
}
.bdcolorB{
	border: 3px solid #00AEEB;
}
/*pink*/
.colorC{
	color:  #FA6363;
}
.bgcolorC{
	background-color: #FA6363;
}
.bdcolorC{
	border: 3px solid #FA6363;
}

/*---------------------------------------------------------------------------------------
	sp
----------------------------------------------------------------------------------------*/


/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	.summerCourse-comment p{
		/*border: 2px dashed #fff;*/
		font-size: 1.1rem;
		padding: 1.5rem 1.5rem;
	/*line-height: 1.3;
	font-weight: 800;
	margin-bottom: 30px;
	color: #fff;
	*/
	}
	.aboutSchool-wrap .wrap .inner{
		padding: 80px 0 80px;
	/*margin-top: 29px;*/
	/*height: 500px;*/	
}
	


.aboutSchool-wrap .wrap .inner .reason{
	width: 90%;
	margin: 0 auto;
	/*background: #fff;*/
}

	.aboutSchool-wrap .wrap .inner .reason h2{
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
	margin-bottom: 2em;
	letter-spacing: .1em;
	line-height: 1.4;
	position: relative;
		}

.aboutSchool-wrap .wrap .inner .reason h2 strong{
	color:#FFED00;
	font-size: 3.0rem;
	line-height: 1.1;
}

.aboutSchool-wrap .wrap .inner .reason h2 span{
	font-size: 1.8rem;
}

	
	
	
	.aboutSchool-wrap .wrap .inner .reason h2:before{
		content: none;
	}
	.aboutSchool-wrap .wrap .inner .reason h2:after{
		content: none;
	}
	

	
	
	
.aboutSchool-wrap .wrap .inner .reason ul{
	display: block;
	/*justify-content: center;
	flex-wrap: wrap;
	gap: 30px 35px;
	list-style: none;*/
}
	
.aboutSchool-wrap .wrap .inner .reason ul li{
	width: 80%;
	margin:0 auto 50px;
}

.aboutSchool-wrap .wrap .inner .reason ul li dl dt{
	color: #fff;
	/*font-weight:800;*/
	font-family: "corporate-logo-ver2", sans-serif;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.3;
	letter-spacing: .1em;
	position: relative;
	margin-bottom: 1.6em;
}

.aboutSchool-wrap .wrap .inner .reason ul li dl dt:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
.aboutSchool-wrap .wrap .inner .reason ul li dl dt:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(25deg);
}

.aboutSchool-wrap .wrap .inner .course{
	width: 90%;
	margin: 60px auto;
	/*display: flex;
	justify-content: space-between;*/
	background: #fff;
	/*padding: 1rem 2rem;*/
	border-radius: 15px;
}
	.aboutSchool-wrap .wrap .inner .course .wrap2{
	padding: 1rem .5rem;
}
	

	
	
	.aboutSchool-wrap .course_sps{
		width : 90%;
		margin: 90px auto 50px;
	}
	.aboutSchool-wrap .course_shiminkouza{
		width : 90%;
		margin: 0 auto 30px;
	}
	
	.aboutSchool-wrap .course_sps h3, .aboutSchool-wrap .course_shiminkouza h3{
		/*background: #FF6600;
		color: #fff;
		text-align: center;*/
		padding: 10px 10px 8px;
		font-size: 1.2rem;
		/*line-height: 1.4;
		margin-bottom: 20px;
		border-radius: 15px 15px 0 0;*/
	}
	/*.aboutSchool-wrap .course_sps h3{background:#2FAEDE}*/
	.aboutSchool-wrap .course_shiminkouza h3 span{
		font-size: 1.0rem;
	}
	.aboutSchool-wrap .course_sps ul{
		display: block;
		/*justify-content: space-between;
		list-style: none;*/
	}

	.aboutSchool-wrap .course_sps ul li{
		width: 80%;
		margin:0 auto 60px;
		/*background: #fff;
		position: relative;*/
		
	}
	.aboutSchool-wrap .course_sps ul li.triangle:before{
		content: none;
	}
	.aboutSchool-wrap .course_sps ul li.triangle:after{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-left: 60px solid transparent;
		border-right: 60px solid transparent;
		border-top: 35px solid #2FAEDE;
		left: 30%;
		bottom: -50px;
	}


/*.aboutSchool-wrap .course_sps ul li figure{
    width: 100%;
}*/
/*.aboutSchool-wrap .course_sps ul li figure img{
    width: 100%;
}*/

/*.aboutSchool-wrap .course_sps ul li div{
    display: flex;
    justify-content: center;
}*/
/*.aboutSchool-wrap .course_sps ul li div p{
    width:40%;
    background: #EB84AA;
    padding: 5px 0 8px;
    border-radius: 20px;
    margin-bottom: 10px;
    text-align: center;
}*/

/*.aboutSchool-wrap .course_sps ul li div p.colorG{
	background: #84EB8A;
}*/

	.aboutSchool-wrap .course_shiminkouza ul{
		display: block;
	}
	.aboutSchool-wrap .course_sps ul li:first-child, .aboutSchool-wrap .course_shiminkouza ul li:first-child{
		border-radius: 0 0 0 0px;
	}
	.aboutSchool-wrap .course_sps ul li:last-child, .aboutSchool-wrap .course_shiminkouza ul li:last-child{
		border-radius: 0 0 0px 0;
	}

.aboutSchool-wrap .course_sps ul li dl{
    padding:15px;
        
}
.aboutSchool-wrap .course_sps ul li dl dt, .aboutSchool-wrap .course_shiminkouza ul li dl dt{
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 600;       
}


.aboutSchool-wrap .course_sps ul li dl dd p{
    margin: 5px 0 10px;
    background: #2FAEDE;
    color: #fff;
    text-align: center;
    padding: 3px 0 5px;
    font-size: 1.0rem;
    letter-spacing: .1rem;
    border-radius: 30px;
}
.aboutSchool-wrap .course_sps .two-p p:nth-child(2){
	margin-left: 5px;
}
.aboutSchool-wrap .course_sps ul li dl dd, .aboutSchool-wrap .course_shiminkouza ul li dl dd{
    font-size: 1.0rem;
    line-height: 1.4;
    padding-bottom: 10px;
}
.aboutSchool-wrap .course_sps ul li dl dd{border-bottom: 1px dashed #000;}

    

	.aboutSchool-wrap .course_shiminkouza ul li:first-child{
		width: 80%;
		margin:0 auto 60px;
	}
	.aboutSchool-wrap .course_shiminkouza ul li{
		width: 80%;
		margin:0 auto 60px;
	}

	.aboutSchool-wrap .course_shiminkouza ul li.triangle:before{
		content: none;
	}
	.aboutSchool-wrap .course_shiminkouza ul li.triangle:after{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-left: 60px solid transparent;
		border-right: 60px solid transparent;
		border-top: 35px solid #FF6600;
		left: 30%;
		bottom: -50px;
	}

	
.op_plus:before{
  position: relative;
}

.op_plus p{
  position: absolute;
  left: 40%;
  top: 195px;
}

.op_plus i {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0 5px;
}
.op_plus i:before, .op_plus i:after {
  display: block;
  content: '';
  background-color: #FF6600;
  border-radius: 10px;
  position: absolute;
  width: 44px;
  height: 6px;
  top: 18px;
  right: 0;
}
.op_plus i:before {
  width: 6px;
  height: 44px;
  top: 0;
  right: 18px;
}
.aboutSchool-wrap .course_shiminkouza ul li dl{
    padding:10px;
        
}
.aboutSchool-wrap .course_shiminkouza ul li dl dt{
	line-height: 1;
	margin-bottom: 5px;
	color: #FF6600;
}
.aboutSchool-wrap .course_shiminkouza ul li dl dt span{
    font-size: 1.1rem;  	
}
.trial-cont1{
    position: relative;
    z-index: 10;
	background: #fff;
	width:500px;
	border-radius: 20px;
	margin: 0 auto 30px;
	text-align: center;
	padding: 50px 30px 40px;
	border: 5px solid #C44100;
	background-image: linear-gradient(-45deg, #fff 25%, #FDF995 25%, #FDF995 50%, #fff 50%, #fff 75%, #FDF995 75%, #FDF995);
	background-size: 10px 10px;
}

.trial_mb{
		margin-bottom: 120px;
	}

.trial-cont1 span{
	font-size: 1.4rem;
	letter-spacing: .1rem;
	font-weight: 800;
	background:linear-gradient(transparent 60%, #B7FBFA 60%);

}
.trial-cont1 p{
	font-size: 1.7rem;
	position: relative;
	margin: 20px 30px;
	letter-spacing: .1rem;
	font-weight: 800;

}
.trial-cont1 p:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    width: 2px;
    height: 35px;
    background: #333;
    border-radius: 3px;
    transform: rotate(-25deg);
	
}
       
.trial-cont1 p:after {
    position: absolute;
    content: "";
    right: -10px;
    top: 0;
    width: 2px;
    height: 35px;
    background: #333;
    border-radius: 3px;
    transform: rotate(25deg);
}

	
	
	
	
	
	
	
	
	
	
	
	
	.trial-cont1{
		width: calc(90% - 5px);
		margin: 0 auto 30px;
		text-align: center;
		padding: 50px 0 40px;
	}
	
	.trial_mb{
		margin-bottom: 100px;
	}
	.trial-cont1 span{
		font-size: 1.3rem;
	}
	.trial-cont1 p{
		font-size: 1.3rem;
	position: relative;
	margin: 20px 0;
	letter-spacing: .1rem;
	font-weight: 800;
		line-height: 1.2;

}
.trial-cont1 p:before {
    position: absolute;
    left: 25px;
    top: 0;
    content: "";
    width: 2px;
    height: 50px;
    background: #333;
    border-radius: 3px;
    transform: rotate(-25deg);
	
}
       
.trial-cont1 p:after {
    position: absolute;
    content: "";
    right: 25px;
    top: 0;
    width: 2px;
    height: 50px;
    background: #333;
    border-radius: 3px;
    transform: rotate(25deg);
}
	
	.pc4353_text{
	width: 90%;
	font-size: 0.9rem;
	position: relative;
	margin: 50px auto 20px;
	letter-spacing: .1rem;
	line-height: 1.4;
	font-weight: 800;

}
.pc4353_text:before {
    position: absolute;
    left: 0px;
    top: 0;
    content: "";
    width: 2px;
    height: 40px;
    background: #333;
    border-radius: 3px;
    transform: rotate(-25deg);
	
}
       
.pc4353_text:after {
    position: absolute;
    content: "";
    right: 0px;
    top: 0;
    width: 2px;
    height: 40px;
    background: #333;
    border-radius: 3px;
    transform: rotate(25deg);
}
	
	
	.fallCamIn-wrap{
		width: 90%;
		margin: 0 auto 100px;
	}
	.fallCamIn-wrap .camWrap-2{
		border-radius: 30px;
		padding-bottom: 30px;
	}
	
	.fallCamIn-wrap .camWrap-2 h2 img{
	width:100%;
	margin: 0 auto 10px;
}
	.fallCamIn-wrap .camWrap-2 dl{
		margin-bottom: 0px;
	}	
	
	.camWrap-2 dd ul{
		list-style-type: none;
		display:block;
		padding:0;
		margin:0 auto;
	}
	
	.fallCamIn-wrap .camWrap-2 dd:last-child{
  padding: 2.2rem 1.3rem 0;
  /*border: 2px solid #038CD8;*/
  font-size: 1.2rem;
  font-weight: 800;
  background: #FFFFE4;
  letter-spacing: .1em;
  line-height: 1.3;
  /*color:#FFFFE4;*/
}
	
	
	.fallCamIn-wrap .camWrap-2 dd ul{
		list-style-type: none;
		display:block;
		width:100%;
		padding:0;
		margin:20px auto;
		overflow:hidden;
		position:relative;
	}
	
	.fallCamIn-wrap .camWrap-2 dd ul li{
		padding: .5em 1em;
		color: #333;
		border: 3px solid #333;
		background: #fff;
		position: relative;

	}
	.fallCamIn-wrap .camWrap-2 dd ul li:last-child{
		margin-bottom: 20px;
	}
	
	.fallCamIn-wrap .camWrap-2 dd ul li.is-current1,
	.fallCamIn-wrap .camWrap-2 dd ul li.is-current2,
	.fallCamIn-wrap .camWrap-2 dd ul li.is-current3
	{margin-bottom: 40px;}
	
	.fallCamIn-wrap .camWrap-2 dd ul.areaBtn li{margin-bottom: 10px;}
	
	

.dli-chevron-round-right1 {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 0;
  width: 1.4em;
  height: 1.4em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  left: calc(50% - .7em);
  top: 55px;
}
.dli-chevron-round-right2 {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 0;
  width: 1.4em;
  height: 1.4em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  left: calc(50% - .7em);
  top: 55px;
}


.dli-chevron-round-right1::before, .dli-chevron-round-right1::after,
.dli-chevron-round-right2::before, .dli-chevron-round-right2::after{
  content:none;
}


	
	.otherEvent-wrap{
		width: 80%;
		margin: 0 auto;
	}
	.otherEvent-wrap .flex-wrap{
		display: block;
		margin-bottom: 20px;
	}
	.otherEvent-wrap .flex-wrap .camWrap-1:first-child{
		margin-bottom: 40px;
	}
	.otherEvent-wrap .camWrap-1{
        position: relative;
        z-index: 30;
		width: calc(100% - 2px);
		border: 2px solid #fff;
	}
	h3.otherEvent-title{
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	h3.otherEvent-title strong{
		font-size: 1.4rem;
	}
	.otherEvent-wrap .camWrap-1 .innerA{
		padding: 0 15px 20px;
	}
	.otherEvent-wrap .camWrap-1 .innerA h5{
		font-size: 1.2rem;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	
	.btnSP{margin: 30px 0}



	

	
	
	
	
	
	
	
	
	
	

	
	
	

	
	

	
	


	
	.btn,
a.btn,
button.btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*letter-spacing: 0.1em;*/
  color: #212529;
  border-radius: 5.0rem;
}

	a.btn1{
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*letter-spacing: 0.1em;*/
  color: #212529;
  border-radius: 0.5rem;
}
	
	
a.btn2{
  font-size: 1.2rem;
	width:70%;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*letter-spacing: 0.1em;*/
  color: #212529;
  border-radius: 2rem;
	margin: 0 0 10px 0;

}
a.btn3{
  font-size: 1.1rem;
	width:80%;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /*letter-spacing: 0.1em;*/
  color: #212529;
  border-radius: 2.5rem;
}
	
	.btn4,
a.btn4,
button.btn4 {
	width:100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0;
  color: #212529;
  border-radius: 12px;
	margin: 50px 0;
}
	

	a.btn-c-01 {
		width: 90%;
    font-size: 1.0rem;
    position: relative;
    padding: 1.0rem 0;
    border-radius: 100vh;
		margin: 0 auto;
	/*width: 200px;*/
		color: #fff;
}

a.btn-c-01:before {
	box-sizing: inherit;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.0rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.8rem);
    right: 1rem;
    margin: 0;
    padding: 0;
    content: '\f054';
}
	
	a.btn-c-06 {
		width: 100%;
    font-size: 1.4rem;
    position: relative;
    padding: 1.8rem 0;
    border-radius: 16vh;
		margin: 0 auto;
	/*width: 200px;*/
		color: #2E2C2C;
}

a.btn-c-06:before {
	box-sizing: inherit;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.8rem);
    right: 1rem;
    margin: 0;
    padding: 0;
    content: '\f054';
}


}
/*---------------------------------------------------------------------------------------
	テーブル
----------------------------------------------------------------------------------------*/
.fallCamIn-wrap .camWrap-2 dd table:first-child{
	margin-bottom: 30px;
}

table{
  border-collapse: collapse;
  width: 100%;
	background: #fff;
	
}

table caption{
	font-size: 1.5rem;
	margin: 10px 0;
}
table tr {
  border-bottom: 1px solid #b5b1b1;
}

table th,
table td {
  padding: 24px 0;
  border: none;
	vertical-align: middle;
}

.camptable th{
	width: 30%;
}

.scratchtable th, .kidstable th{
	width: 45%;
}


.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}

.tb01 td:last-child{
	width: 25%;
}
.tb01 th {
  background: #68A168;/*ff7bac*/
  color: #fff;
  
}

.tb01 th.colortableTitle{
	background: #3E623E ;
}

.tb01 td span{
	background: #E70C0C;
	padding: .1rem .5rem;
	border-radius: 5px;
	color: #fff;
	font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif !impoprtant
}


@media screen and (max-width: 640px) {
	
  .pc{ display:none!important;}
	
  .tb01 .head{
    display:none;
  }
  .tb01, .camptable th, .scratchtable th, .kidstable th
	{
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td, .tb01 td:last-child {
    display: block;
    width: 100%;
    border-bottom:none;
  }
/*  table.tb01 td:first-child{
    background: #ff7bac;
    color:#fff;
    font-weight:bold;
  }*/
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

/*---------------------------------------------------------------------------------------
	Q&A
----------------------------------------------------------------------------------------*/

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
  .qaCnt .qaCnt_inner {
    width: 90%;
    margin: 0 auto 0 auto;
    line-height: 1.6;
  }
}


/*---------------------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------------------*/
footer{
	background: #1F1C1C;
	margin: 0;
	color: #ECF7FD;
	text-align: center;
	padding: 50px 0 100px;
}
footer .footer-nav{
	margin-bottom: 50px;
}
footer p{
	color: #fff;
	margin-top: 50px;
	font-size: .8rem;
}
footer .insLogo{
	position: relative;
	right: 0;
}
footer .insLogo img{
	position: absolute;
	width: 3.5%;
	right: 15px;
	bottom: 0px;
}

/*-------------------------- responsive --------------------------*/
@media screen and (max-width: 768px) {
	footer{
		padding: 50px 20px 90px;
		font-size: .8rem;
	}
    footer .footer-nav a:first-child{
		margin: 0 auto 10px;
    }
	footer .footer-nav a:last-child(2){
		margin: 0 auto 10px;
    }
    footer .footer-nav{
		margin-bottom: 0px;
	}
	footer .insLogo img{
		width: 10%;
		right: 0px;
		bottom: -40px;
	}
}


/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
  .br_pc{
    display: inline;
  }
}


/*---------------------------------------------------------------------------------------
	section
----------------------------------------------------------------------------------------*/
    /* aside */
    .anav1{ position: fixed; left: 0; bottom: 0; width: 100%; height: auto; padding-top: 24px; padding-bottom: 18px; background: #0F3286; z-index: 999; box-shadow: 5px 0px 6px 0 rgba(0, 0, 0, .4);}
    .anav1 div{ display: flex; justify-content: center; flex-direction: row-reverse;}
    .anav1 a{ display: flex; justify-content: center; align-items: center; text-decoration: none; color: #fff; font-size: 1.4rem; font-weight: bold; white-space: nowrap; line-height: 1.15; width: 400px; padding: 15px; border-radius: 14px;}
    .anav1 a:first-child{ background: #e65656;}
    .anav1 a:last-child{ background: #4e9de0;}
    .anav1 a img{ vertical-align: middle; margin-right: .3em; width: 48px;}
    .anav1 a span{ display: inline-block; text-align: left;}
    .anav1 a:not(:first-child){ margin-right: 1.5em;}
    .sp{ display:none!important;}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 1400px) {
	.anav1{ padding-top: 12px; padding-bottom: 12px;}/**/
    .anav1 a{ font-size: 1.2rem; padding: 8px; border-radius: 10px;}
    .anav1 a img{ width: 28px;}
}
/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
    /* aside */
    .anav1{ height: 50px; padding-top: 18px; background: #e65656/*#0F3286*/;}
    .anav1 a{ justify-content: flex-start; font-size: 1.0rem; width: auto; padding: 0px; border-radius: 0px;}
    .anav1 a:first-child{ background: none;}
    .anav1 a:last-child{ background: none;}
    .anav1 a img{ width: 44px;}
	.sp{ display:inline !important;}
}
@media screen and (max-width: 340px) {
	/* aside */
	.anav1 a:not(:first-child){ margin-right: .5em;}
}
