@charset "UTF-8";
/* CSS Document */

/*main_img---------------------------------------------------------*/
header {
	height: 100vh;
	position: relative;
}
#main_txt {
	position: absolute;
	width: 100%;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: #232323;
	transition: .3s;
}
#main_txt h2 {
	font-size: 44px;
	font-weight: 100;
	letter-spacing: 8px;
	line-height: 2;
	margin-bottom: 30px;
}
#main_txt p {
	font-size: 18px;
	line-height: 2.4;
	letter-spacing: 5px;
}
.color-white {
	color: #fff!important;
}
.scroll_animation a {
	padding-top: 50px;
	position: absolute;
	display: block;
	z-index: 1;
	bottom: 2%;
	left: 50%;
	transform: translateY(-10%) translateX(-50%);
	color: #444;
	font-family: acumin-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 4px;
}
.scroll_animation a span {
	position: absolute;
	display: block;
	z-index: 0;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 0 solid #444;
	border-radius: 50px;
	box-sizing: border-box;
}
.scroll_animation a span::before {
	position: absolute;
	z-index: 0;
	top: 10px;
	left: 50%;
	content: '';
	width: 1px;
	height: 20px;
	margin-left: -1px;
	background-color: #444;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}



/*-----about-----*/
#about {
	background-image: url("../img/about_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
	padding: 160px 0 120px;
	box-sizing: border-box;
}
#about .inner {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
#about h3 {
	font-size: 24px;
	text-align: center;
	letter-spacing: 2px;
	color: #1c1e26;
	margin-bottom: 50px;
	font-weight: normal;
	line-height: 1.8;
}
#about p.txt {
	margin-bottom: 80px;
	font-size: 18px;
	letter-spacing: 5px;
	line-height: 2.5;
	text-align: center;
}



/*select-------------------------*/
#select {
	background-color: #e8e6e4;
	padding: 150px 0;
}
#select .inner {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.title_box {
	margin-bottom: 60px;
}
.title_box h3 {
	font-size: 50px;
	letter-spacing: 6px;
	text-align: center;
	color: #232323;
	margin-bottom: 15px;
}
.title_box p {
	font-size: 14px;
	text-align: center;
	color: #1c1e26;
	letter-spacing: 6px;
}
#select #cate_list ul {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#select #cate_list ul li {
	text-align: center;
	width: 50%;
	box-sizing: border-box;
}
#select #cate_list ul li p {
	border-left: 1px solid #bbb6af;
	margin-bottom: 30px;
}
#select #cate_list ul li:first-child p {
	border-left: none;
}
#select #cate_list ul li span {
	display: none;
}
#select #cate_list ul li span img {
	width: 31px;
}
#select #cate_list ul li.active span {
	display: block;
}
#select #cate_list ul li a {
	display: block;
	color: #1c1e26;
}
#select .cate1 figure {
	margin-bottom: 30px;
}
#select .cate_box a {
	display: block;
	color: #444;
}
#select .cate_box h4 {
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 30px;
}
#select .cate_box p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 1px;
}
.hide {
	display:none;
}
#select .cate2 .cate_txt1,
#select .cate3 .cate_txt1 {
	text-align: center;
	margin-bottom: 60px;
}
#select .cate2 .flex_box,
#select .cate3 .flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#select .cate2 .cate_box,
#select .cate3 .cate_box {
	width: 46%;
	margin-bottom: 80px;
}
#select .cate3 .cate_box:nth-of-type(3) {
	margin-bottom: 0;
}
#select .cate2 .cate_box:last-of-type,
#select .cate3 .cate_box:last-of-type {
	margin-bottom: 0;
}
#select .cate2 .cate_box figure,
#select .cate3 .cate_box figure {
	margin-bottom: 30px;
}
#select .cate2 .cate_box h4,
#select .cate3 .cate_box h4 {
	margin-bottom: 20px;
}
#select .cate2 .cate_box h4 span,
#select .cate3 .cate_box h4 span {
	padding-left: 5px;
}
#select .cate2 .cate_box h4 span img,
#select .cate3 .cate_box h4 span img{
	width: 10px;
	vertical-align: top;
}



/*calendar-----------------------------------*/
#calendar {
	padding: 150px 10px;
	box-sizing: border-box;
	
	overflow: hidden;
}
#calendar ul li dl {
	display: flex;
	flex-wrap: nowrap;
	font-size: 18px;
	letter-spacing: 3px;
	color: #232323;
	margin-bottom: 30px;
}
#calendar ul li dl dt {
	padding-right: 30px;
	border-right: 1px solid #bab5ae;
	box-sizing: border-box;
}
#calendar ul li dl dd {
	padding-left: 30px;
	box-sizing: border-box;
}
#calendar ul li h4 {
	color: #444;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 40px;
	line-height: 1.5;
}
#calendar ul li .flex_box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
#calendar ul li .more_bt {
	padding-right: 20px;
	box-sizing: border-box;
}
#calendar ul li .more_bt a {
	padding: 10px 0;
	font-size: 16px;
}
#calendar ul li .entry_bt {
	text-align: center;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	box-sizing: border-box;
}
#calendar ul li .entry_bt a {
	display: block;
	background-color: #aa004f;
	color: #fff;
	padding: 10px 0;
	box-sizing: border-box;
	letter-spacing: 3px;
}
#calendar .more_bt2 {
	margin-top: 120px;
}







/*news------------------------------------------------------------*/
#news {
	max-width: 1120px;
	width: 100%;
	margin: 120px auto 0;
	padding: 0px 10px 0px;
	box-sizing: border-box;
}
#news .date_box {
	margin-bottom: 60px;
}
#news .date_box a {
	display: block;
}
#news .flex_box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: 30px;
}
#news .flex_box .right_box {
	width: 30%;
	padding-right: 40px;
	line-height: 1.5;
	border-right: 1px solid rgba(35,35,35,0.5);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	letter-spacing: 1px;
}
#news .flex_box .right_box .date {
	color: #1c1e26;
}
#news .flex_box .right_box .category {
	color: #232323;
	font-size: 14px;
}
#news .flex_box .title_txt {
	padding-left: 40px;
	line-height: 1.5;
	width: 60%;
	color: #1c1e26;
	letter-spacing: 1px;
}
#news .fadein a {
	display: block;
}



/*teacher-------------------------------------------------------*/
#teacher .flex_box {
	display: flex;
	flex-wrap: wrap;
}
#teacher ul li {
	width: 50%;
	position: relative;
	margin: 0;
}
#teacher ul li figure img {
	vertical-align: middle;
}
#teacher ul li .titles h3 {
	margin-bottom: 20px;
	font-weight: 200;
}
#teacher ul li .titles h3 img {
	max-width: 425px;
	width: 100%;
	margin: 0 auto;
}
#teacher ul li .titles p {
	color: #fff;
	font-size: 24px;
	letter-spacing: 4px;
}
#teacher ul li div {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
}
#teacher ul li .more_bt {
	max-width: 300px;
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 15%;
	transform: translateX(-50%);
	background: rgba(255,255,255,0.7);
	box-sizing: border-box;
	padding: 20px 10px;
	color: #232323;
	border: 1px solid #bbb6af;
}
#teacher a {
	display: block;
}




/*external_link------------------------*/
#external_link {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 160px 10px;
	box-sizing: border-box;
}
#external_link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#external_link ul li {
	width: 50%;
	box-sizing: border-box;
}
#external_link ul li:first-child {
	width: 100%;
	margin-bottom: 40px;
}
#external_link ul li:nth-child(2) {
	padding-right: 20px;
}
#external_link ul li:last-child {
	padding-left: 20px;
}











/*タブレット以下---------------------------------------------------*/
@media screen and (max-width: 1080px) {
	#about {
		padding: 60px 0;
	}
	#about h3 {
		margin-bottom: 30px;
	}
	#about p.txt {
		margin-bottom: 40px;
	}
	#select {
		padding: 80px 0;
	}
	#select #cate_list ul {
		margin-bottom: 40px;
	}
	#select .cate1 figure {
		margin-bottom: 15px;
	}
	#select .cate_box h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#select .cate2 .cate_box,
	#select .cate3 .cate_box {
		width: 48%;
		margin-bottom: 50px;
	}
	#select .cate2 .cate_box figure,
	#select .cate3 .cate_box figure {
		margin-bottom: 15px;
	}
	#select .cate2 .cate_box h4,
	#select .cate3 .cate_box h4 {
		margin-bottom: 10px;
		font-size: 20px;
	}
	#select .cate_box p {
		font-size: 14px;
	}
	#calendar {
		padding: 100px 10px;
	}
	#news {
		padding: 0 10px 0px;
		margin-top: 80px;
	}
	#teacher ul li .titles h3 {
		margin-bottom: 10px;
	}
	#teacher ul li .titles h3 img {
		width: 80%;
	}
	#teacher ul li .titles p {
		font-size: 20px;
	}
	#external_link {
		padding: 80px 10px;
	}
	.title_box h3 {
		font-size: 45px;
	}
	.title_box p {
		font-size: 12px;
	}
}






/*スマホ以下------------------------------------------------------*/
@media screen and (max-width: 767px) {
	html,body {
		height: 100%;
	}
	header {
		height: 100%;
		background-position: bottom center;
	}
	.scroll_animation a {
		font-size: 12px;
	}
	#main_txt {
		top: 150px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#main_txt h2 {
		font-size: 30px;
		letter-spacing: 4px;
		margin-bottom: 20px;
	}
	#main_txt p {
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2;
	}
	#about {
		background-size: 250%;
	}
	#about h3 {
		font-size: 23px;
		margin-bottom: 20px;
	}
	#about p.txt {
		font-size: 14px;
		letter-spacing: 3px;
		text-align: left;
		margin-bottom: 30px;
		line-height: 2;
	}
	
	.title_box {
		margin-bottom: 40px;
	}
	.title_box h3 {
		font-size: 40px;
	}
	.title_box p {
		font-size: 10px;
	}
	#select {
		padding: 50px 0 80px;
	}
	#select .cate_box p {
		line-height: 1.8;
	}
	#select #cate_list ul li p {
		padding: 0 10px;
		font-size: 12px;
		line-height: 1.8;
		margin-bottom: 10px;
	}
	#select #cate_list ul li span img {
		width: 20px;
	}
	#select .cate2 .cate_txt1, #select .cate3 .cate_txt1 {
		font-size: 14px;
		margin-bottom: 40px;
		line-height: 1.5;
	}
	#select .cate2 .cate_box, #select .cate3 .cate_box {
		width: 100%;
	}
	#select .cate3 .cate_box:nth-of-type(3) {
		margin-bottom: 40px;
	}
	#calendar {
		padding: 70px 10px 80px;
	}
	#calendar .slider ul {
		font-size: 14px;
		letter-spacing: 1px;
	}
	#calendar ul li dl {
		font-size: 14px;
		letter-spacing: 1px;
	}
	#calendar ul li dl dt {
		padding-right: 15px;
	}
	#calendar ul li dl dd {
		padding-left: 15px;
	}
	#calendar ul li h4 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	#calendar ul li .more_bt {
		padding-right: 10px;
	}
	#calendar ul li .more_bt a {
		font-size: 14px;
	}
	#calendar ul li .entry_bt {
		padding-left: 10px;
	}
	#calendar ul li .entry_bt a {
		font-size: 14px;
	}
	#calendar .more_bt2 {
		margin-top: 90px;
	}
	#news .flex_box {
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	#news .date_box {
		margin-bottom: 40px;
	}
	#news .flex_box .right_box {
		width: 100%;
		padding-right: 0;
		border: none;
		justify-content: flex-start;
		align-items: center;
	}
	#news .flex_box .right_box .date {
		font-size: 14px;
	}
	#news .flex_box .right_box .category {
		padding-left: 20px;
	}
	#news .flex_box .title_txt {
		padding-left: 0;
		width: 100%;
		margin-top: 5px;
		font-size: 14px;
	}
	#teacher ul li {
		width: 100%;
	}
	#external_link {
		padding: 40px 10px;
	}
	#external_link ul li:first-child {
		margin-bottom: 20px;
	}
	#external_link ul li:nth-child(2) {
		padding-right: 10px;
	}
	#external_link ul li:last-child {
		padding-left: 10px;
	}
}





/*iphone5----------------------------------------------------------*/
@media screen and (max-width: 321px) {
	
}