@charset "utf-8";

/*///////////////////////////////////////////////////////////////////////////////////////////////////
other page
///////////////////////////////////////////////////////////////////////////////////////////////////*/

/*--------------------------------------------------------------------------
flow
--------------------------------------------------------------------------*/
p + ul.flowLst {
	margin-top: 3vw;
}

ul.flowLst li {
	position: relative;
	padding: 20px;
	border: 1px solid #cccccc;
	border-radius: 10px;
}

#contentsWrap ul.flowLst li::after {
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 600;
  color: #cccccc;
  position: absolute;
  font-size: 60px;
  bottom: -90px;
  left: calc(50% - 30px);
}
#contentsWrap ul.flowLst li:last-child::after {
  display: none;
}

ul.flowLst li + li {
	margin-top: 70px;
}

#contentsWrap ul.flowLst li h3 {
  font-size: 1.5rem;
  color: #57B6AC;
  font-weight: bold;
  margin-left: 2.0em;
}
#contentsWrap ul.flowLst li h4 {
  font-size: 1.25rem;
  color: #26A798;
  margin-left: 2.4em;
}

.flowLstInfoWrap {
	display: table;
	margin-top: 20px;
}
.flowLstInfoImg {
	display: table-cell;
	width: 200px;
}
.flowLstInfoImg span {
	display: block;
	width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.flowLstInfoTxt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}

/*=========================== ribon ===========================*/
.ribbon {
  display: inline-block;
  padding-top: 0.25em;
  padding-right: 0.45em;
  padding-left: 0.45em;
  padding-bottom: 0.25em;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 40px;
	line-height: 100%;
  color: #ffffff;
  background: #64bcb3;
  position: absolute;
  top: 21px;
  left: -10px;
}

.ribbon::after {
  position: absolute;
  content: '';
	top: 100%;
  left: 0;
  border-left: none;
  border-top: none;
  border-bottom: 15px solid;
	border-right: 10px solid #2f7069;
}

ul.flowLst li .ribbon::before {
	line-height: 100%;
}

ul.flowLst li:nth-of-type(1) .ribbon::before {
	content: '1';
}
ul.flowLst li:nth-of-type(2) .ribbon::before {
	content: '2';
}
ul.flowLst li:nth-of-type(3) .ribbon::before {
	content: '3';
}
ul.flowLst li:nth-of-type(4) .ribbon::before {
	content: '4';
}
ul.flowLst li:nth-of-type(5) .ribbon::before {
	content: '5';
}
ul.flowLst li:nth-of-type(6) .ribbon::before {
	content: '6';
}
ul.flowLst li:nth-of-type(7) .ribbon::before {
	content: '7';
}
ul.flowLst li:nth-of-type(8) .ribbon::before {
	content: '8';
}
ul.flowLst li:nth-of-type(9) .ribbon::before {
	content: '9';
}


/*--------------------------------------------------------------------------
lesson
--------------------------------------------------------------------------*/
ul.lessonProLst {
  width: 800px;
  margin-top: 3vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.lessonProLst li {
	width: 47%;
	padding: 15px;
	border: none;
	box-sizing: border-box;
}

.lessonProImg {
	width: 80%;
	padding-top: 106.6%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.lessonProName {
	font-size: 125%;
	margin-bottom: 10px;
}
.lessonProName span {
  display: block;
  border-top: 3px solid #578933;
	font-size: 1rem;
	text-align: right;
}

.lessonDay {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	padding-bottom: 0.5em;
}

.lessonDay span:first-child {
  display: inline-block;
  background-color: #6197B9;
  color: #FFFFFF;
  padding-top: 0.5em;
  padding-right: 0.7em;
  padding-left: 0.7em;
  padding-bottom: 0.5em;
  margin-right: 1em;
  margin-bottom: 0.5em;
  font-size: 75%;
  line-height: 100%;
  border-radius: 5px;
}


/*--------------------------------------------------------------------------
recruit
--------------------------------------------------------------------------*/
.contactInfo {
	text-align: center;
}

.contactInfo section {
  display: inline-block;
  padding-top: 20px;
  padding-right: 3vw;
  padding-left: 3vw;
  padding-bottom: 20px;
  margin-top: 20px;
  border: 2px solid #dddddd;
  border-radius: 15px;
  text-align: left;
  background-color: #FFFEF1;
}

.contactInfo section h3 {
	text-align: center;
}

.contactInfo section p:last-of-type {
	margin-bottom: 0;
}


/*--------------------------------------------------------------------------
access
--------------------------------------------------------------------------*/
.accessMap iframe {
	width: 100%;
	margin-top: 3vw;
}


/*--------------------------------------------------------------------------
Q&A
--------------------------------------------------------------------------*/
#contentsWrap dl.faqList {
	margin-top: 3vw;
}
#contentsWrap dl.faqList:first-child {
	margin-top: 0;
}

dl.faqList {
	border-bottom: 1px dashed #CCCCCC;
}

dl.faqList dt {
	margin-bottom: 1em;
	padding-top: 1em;
	cursor: pointer;
	display: flex;
	border-top: 1px dashed #CCCCCC;
}
dl.faqList dt:first-child {
	border: none;
	padding-top: 0;
}

dl.faqList dd {
	margin-bottom: 1em;
	display: flex;
}

.faqQIcon,
.faqAIcon {
	color: #FFFFFF;
	line-height: 100%;
	border-radius: 3px;
	padding-top: 0.4em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.3em;
	margin-right: 1em;
}
.faqQIcon {
	background-color: #64bcb3;
}
.faqAIcon {
  background-color: #D99500;
}

dl.faqList dd p:last-child {
	margin-bottom: 0;
}


/*--------------------------------------------------------------------------
form
--------------------------------------------------------------------------*/

/*=========================== form list ===========================*/
dl#formLst {
  width: 100%;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	color: #555555;
}

dl#formLst dt {
	width: 14em;
	padding-top: 1.6em;
	padding-bottom: 1em;
	padding-right: 0;
	padding-left: 0;
	margin: 0px;
	border-bottom: 1px solid #DEDEDE;
	font-weight: normal;
	box-sizing: border-box;
}

dl#formLst dd {
	width: calc(100% - 14em) ;
  padding-top: 1.5em;
  padding-bottom: 1em;
  padding-right: 0;
  margin: 0;
  border-bottom: 1px solid #DEDEDE;
  box-sizing: border-box;
}

#formLst .formMust,
#formLst .formNoMust {
  color: #FFFFFF;
  font-size: 68.8%;
  padding-top: 0.4em;
  padding-right: 0.3em;
  padding-left: 0.3em;
  padding-bottom: 0.3em;
  line-height: 100%;
  margin-top: 0px;
  margin-right: 0.7em;
  margin-bottom: 0.2em;
  margin-left: 0px;
  border-radius: 2px;
  vertical-align: middle;
  display: inline-block;
}
#formLst .formMust {
	background-color: #D0981E;
}
#formLst .formNoMust {
	background-color: #999999;
}

#formLst .formBoxMgn {
  margin-bottom: 5px;
}

#formLst input,
#formLst select,
#formLst textarea {
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
	padding-top: 0.4em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.4em;
	margin-bottom: 0.5em;
	font-size: 100%;
	box-sizing: border-box;
	height: auto;
}

#formLst select {
  color: #444444 !important;
  margin-right: 5px;
}

/*--------------------------- form size ---------------------------*/
#formLst .formWidth01 {
	width: 80%;
}
#formLst .formWidth02 {
	width: 50%;
}
#formLst .formWidth03 {
	width: 18%;
}
#formLst .formWidth04 {
	width: 25%;
}

/*--------------------------- form button ---------------------------*/
#formBtnArea {
  width: 100%;
  text-align: center;
}

#formBtnArea input.wpcf7-submit,
#formBtnArea input.wpcf7c-btn-confirm,
#formBtnArea input.wpcf7c-btn-back {
	display: inline-block;
	width: 260px;
	height: 52px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 112.5%;
	border-radius: 5px;
	border-style: none;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
	overflow: visible;
	cursor: pointer;
	font-family: inherit;
	outline: none;
	background-image: url(../images/common/bg_img_01.png);
	background-repeat: repeat;
}

#formBtnArea label {
	font-weight: normal;
}

#formBtnArea .wpcf7-list-item {
	margin-left: 0;
}

#formBtnArea .ajax-loader {
	display: block;
}

span.wpcf7-not-valid-tip {
	color: #C00003;
}
div.wpcf7 form.invalid .wpcf7-response-output {
	padding: 20px;
	border: 1px solid #C00003;
	color: #C00003;
	text-align: center;
}

div.wpcf7 form.sent .wpcf7-response-output {
  padding: 20px;
  border: 2px solid #9FBC34;
  color: #555555;
  text-align: center;
}

div.wpcf7 form .wpcf7-not-valid {
  background-color: rgba(254,232,232,1.00) !important;
}

div.wpcf7 form .wpcf7c-conf {
  background-color: rgb(232, 240, 254) !important;
}

@media only screen and (min-width: 768px) {
	#formBtnArea input.wpcf7-submit:hover {
		text-decoration: none;
		opacity: 0.6;
		filter: alpha(opacity=60); /* ie lt 8 */
		-ms-filter: "alpha(opacity=60)"; /* ie 8 */
		-moz-opacity: 0.6; /* FF lt 1.5, Netscape */
		-khtml-opacity: 0.6; /* Safari 1.x */
		zoom: 1;
	}
}


/*--------------------------------------------------------------------------
	sitemap
--------------------------------------------------------------------------*/
#contentsWrap ul.sitemapList {
  margin-left: 0;
  margin-right: 0;
  list-style-type: none;
}
#contentsWrap ul.sitemapList li {
  background-image: none;
  border-bottom: 1px dashed #CCCCCC;
}

#contentsWrap ul.sitemapList li br {
	display: none;
}

#contentsWrap ul.sitemapList li a {
  display: inline-block;
  background-image: none;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 1.3em;
  position: relative;
}
#contentsWrap ul.sitemapList li a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  color: #7b9f54;
  position: absolute;
  font-size: 90%;
  top: 0.7em;
  left: 0;
}

#contentsWrap ul.sitemapList li ul {
  list-style-type: none;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
  margin-left: 0;
}
#contentsWrap ul.sitemapList li ul li {
  border: none;
  font-size: 100%;
  padding-left: 1.2em;
}

#contentsWrap ul.sitemapList li ul li a {
  border: none;
  font-size: 100%;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1.1em;
}
#contentsWrap ul.sitemapList li ul li a::before {
  content: '■';
  font-size: 0.4em;
  position: absolute;
  top: 1.5em;
  left: 0;
}



/*///////////////////////////////////////////////////////////////////////////////////////////////////
media query
///////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 960px) {

	/*--------------------------------------------------------------------------
	lesson
	--------------------------------------------------------------------------*/
	ul.lessonProLst {
		width: 100%;
	}

	.lessonProImg {
		width: 80%;
		padding-top: 106.6%;
	}

}



@media screen and (max-width: 768px) {

	/*--------------------------------------------------------------------------
	recruit
	--------------------------------------------------------------------------*/
	.contactInfo section {
		display: block;
		padding: 20px;
		margin-top: 30px;
	}


	/*--------------------------------------------------------------------------
	form
	--------------------------------------------------------------------------*/

	/*=========================== form list ===========================*/
	dl#formLst {
		margin-top: 20px;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 30px;
		flex-direction: column;
	}
	dl#formLst dt {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 0px;
		border: none;
	}

	dl#formLst dd {
		width: 100%;
		padding-left: 0em;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#formLst .formBoxMgn {
		margin-bottom: 5px;
	}

	#formLst input,
	#formLst select,
	#formLst textarea {
		margin-bottom: 0.8em;
	}
	#formLst select {
		margin-right: 0px;
	}

	/* form size ----------*/
	#formLst .formWidth01,
	#formLst .formWidth02 {
		width: 100%;
	}
	#formLst .formWidth03 {
		width: 50%;
	}
	#formLst .formWidth04 {
		width: 60%;
	}

	/* form button ----------*/
	#formBtnArea input.wpcf7c-btn-confirm {
		width: 80%;
	}

}



@media screen and (max-width: 640px) {

	/*--------------------------------------------------------------------------
	Q&A
	--------------------------------------------------------------------------*/
	#contentsWrap dl.faqList {
		margin-top: 30px;
	}

	/*--------------------------------------------------------------------------
	flow
	--------------------------------------------------------------------------*/
	ul.flowLst li {
		position: relative;
		padding: 15px;
	}

	#contentsWrap ul.flowLst li h3 {
		font-size: 1.375rem;
	}
	#contentsWrap ul.flowLst li h4 {
		font-size: 1.125rem;
	}

	.flowLstInfoWrap {
		display: block;
	}
	.flowLstInfoImg {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.flowLstInfoTxt {
		display: block;
		padding-left: 0;
	}

	/*=========================== ribon ===========================*/
	.ribbon {
		padding-top: 0.2em;
		padding-right: 0.4em;
		padding-left: 0.4em;
		padding-bottom: 0.2em;
		font-size: 40px;
		top: 16px;
		left: -10px;
	}


	/*--------------------------------------------------------------------------
	lesson
	--------------------------------------------------------------------------*/
	ul.lessonProLst li {
		width: 100%;
		border-bottom: 1px solid #cccccc;
	}

	ul.lessonProLst li:last-child {
		border-bottom: none;
	}

	ul.lessonProLst li + li {
		margin-top: 1vw;
		padding-top: 30px;
	}

	.lessonProImg {
		width: 80%;
		padding-top: 106.6%;
	}
	
	.lessonDay {
		border-bottom: 1px dashed #cccccc;
	}

}





/**/