@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */
body {
	background-color: #fff;
	color: #000;
	font-size: 87.5%;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover, a:focus {
	color: #00b8ff;
}
a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
input, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* Header
================================================== */

/* focus時のみ表示する */
.skip {
	background-color: #666;
}
.skip a {
	display: block;
	background-color: #666;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: absolute;
	height: 0;
	overflow: hidden;
}
.skip a:focus {
	position: static;
	height: auto;
}

/* BreadCrumb
================================================== */

.scrText{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* Sitemap
================================================== */

/*サイトマップ リスト 階層関係なく共通*/
.sitemap-list{
	border-left: 1px dotted #444;
}

/*サイトマップ リスト項目 階層関係なく共通*/
.sitemap-list-item{
}

.sitemap-list-item-span a{
	text-decoration: none;
}

/*サイトマップ リスト 階層を特定*/
ul.sitemap-list.sm-depth1-list{
	list-style-type: disc;
}
ul.sitemap-list.sm-depth2-list{
	list-style-type: circle;
}
ul.sitemap-list.sm-depth3-list{
	list-style-type: square;
}
ul.sitemap-list.sm-depth4-list{
	list-style-type: circle;
}
/* Common
================================================== */

.hide,
.scrText{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.inner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#news_contents {}

#news_contents .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	display: flex;
}

.list__btn {
	border: 1px solid #00b8ff;
	background-color: #fff;
	max-width: 72px;
	box-sizing: border-box;
}
.list__btn a {
	color: #00b8ff;
	text-decoration: none;
	padding: 2px 20px 5px 15px;
	display: block;
	position: relative;
	box-sizing: border-box;
}
.list__btn a::after {
	position: absolute;
	content: '';
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 4px;
	border-top: 1px solid #00b8ff;
	border-right: 1px solid #00b8ff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Header
================================================== */

/* header layout */
.header_top {
	background-color: #e9faff;
}
.header_top .inner {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	align-items: center;
}
.header_top_title {
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.header_top_function {
	width: 50%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	align-items: center;
	align-self: stretch;
}
.search_wrapper {
	/*width: 21%;*/
	width: 60%;
	margin-left: 5%;
}
.search_wrapper form {
	width: 100%;
}
.contact_wrapper {
	/*width: 15%;*/
	width: 30%;
	background-color: #00a7ed;
	align-self: stretch;
}

/* header logo detail */
.header_top_title__text { }

/* header search detail */
.search_items_wrapper {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #ccc;
}
.search_input {
	flex: 1 1 auto;
	min-width: 0;
	box-sizing: border-box;
	border: none;
	padding: 6px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.search_btn {
	flex: 0 0 32px;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	padding: 4px;
}

/* header contact detail */
.contact_wrapper a {
	display: block;
    color: #fff;
    background-image: url(../images/contact.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 30px;
    height: 100%;
    padding-top: 28px;
    padding-left: 30px;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bold;
}
.contact_wrapper a span {
	display: block;
	text-align: center;
}

/* GlobalNav
================================================== */
nav.global_nav {
	border-bottom: 1px solid #00a7ed;
	}
nav.global_nav ul {
	display: flex;
}
nav.global_nav ul li:nth-child(1) { width: 26%; }
nav.global_nav ul li:nth-child(2) { width: 18%; }
nav.global_nav ul li:nth-child(5) { width: 18%; }
nav.global_nav ul li {
	width: 19%;
	background-image: url("../images/slash.png");
	justify-content: space-between;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	margin: 10px auto 10px;
}
nav.global_nav ul li:first-child {
	background: none;
}
nav.global_nav ul li a {
	color: #00b8ff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    font-size: 135%;
    padding: 10px 0px 10px 26px;
    text-align: center;
}


/* MainImageSlider
================================================== */
.slider_wrapper {
	width: 100%;
	height: 100%;
	min-height: 440px;
	overflow: hidden;
	position: relative;
}
.slider_inner {
	position: absolute;
	left: 50%;
	width: 3000px;
	margin-left: -1500px;
}
.slider_inner img{
	width: 1000px;
}
.slider_inner .bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: #fff;
	margin-bottom: 0;
}

nav.main_img_nav ul {
	display: flex;
	position: relative;
	top: -50px;
}
nav.main_img_nav ul li {
	width: 33%;
	box-sizing: border-box;
	padding: 12px;
	text-align: center;
}



.slider_wrapper .bx-controls-direction {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.slider_wrapper .bx-wrapper .bx-controls-direction a {
	top: -220px;
}

/* News
================================================== */
#news {
	width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.news_inner {
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
}

#news header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 5px;
	position: relative;
}

#news header::after {
	content: '';
	width: 100%;
	height: 15px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	background: #e9faff;
	z-index: -99999;
	position: absolute;
	bottom: 0;
}

#news header h2 {
	width: 80%;
}
#news header p.list__btn {
	width: 20%;
	margin-top: 30px;
	margin-right: 10px;
}


#news ul li {
	display: flex;
	margin-bottom: 10px;
}
#news ul li::before {
	content: '-';
	color: #00a7ed;
	padding-right: 10px;
	font-size: 120%;
	font-weight: bold;
	padding-top: 1px;
}
#news ul li span {
	display: block;
	padding: 2px 0px 2px 0px;
}
#news ul li span.date {
	min-width: 100px;
}
#news ul li span.cate_name {
	min-width: 100px;
    background-color: #eee;
    align-self: flex-start;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    margin-right: 20px;
    font-size: 85%;
}
#news ul li span.title {
	max-width: 750px;
}
#news ul li span.new {
	display: inline;
	align-self: center;
	margin-left: .75em;
	padding: 3px 5px 2px;
	border-radius: 2px;
	background-color: #d00;
	color: #fff;
	font-size: 75%;
	font-weight: normal;
	text-transform: uppercase;
}

/* PickupContents
================================================== */
#pickup_contents {
	margin-bottom: 40px;
	/*background-color: #ddd;*/
	background-image: radial-gradient(#00d9d9 10%, transparent 10%);
	background-size:7px 7px;
	padding: 50px 0 20px 0;
}
#pickup_contents .inner {
	display: flex;
}
.fb_wrapper {
	width: 50%;
	box-sizing: border-box;
	padding: 0px;
}
.pc_wrap {
	display: block;
}
.sp_wrap {
	display: none;
}

.recommended_wrapper {
	width: 50%;
	box-sizing: border-box;
	padding: 10px 10px 10px 10px;
}
.recommended_wrapper .recommended_inner {
	background-image: url("../images/stripe.png");
	background-size: 20px;
	padding: 0px 20px 20px 20px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.recommended_wrapper .recommended_inner h1 {
	position: relative;
	top: -30px;
}

.recommended_wrapper .recommended_inner p.photo {
	width: 100%;
    height: 321px;
    overflow: hidden;
	border: 2px solid #00a7ed;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.recommended_wrapper .recommended_inner p.photo img {
	
}

.recommended_wrapper .recommended_inner p.list__btn {
	margin: 20px auto 0;
}


.twitter_wrapper {
    width: 50%;
    background-color: #fff;
    border: 1px solid #00b8ff;
    box-sizing: border-box;
    padding: 0px 0px 0px 8px;
}

/* Banner
================================================== */

#freshman_bnr_wrap,
#student_bnr_wrap,
#teacher_bnr_wrap {
	margin-bottom: 30px;
}
#freshman_bnr_wrap h1,
#student_bnr_wrap h1,
#teacher_bnr_wrap h1 {
	margin-bottom: 10px;
}
#freshman_bnr_wrap h1 img,
#student_bnr_wrap h1 img,
#teacher_bnr_wrap h1 img {
	max-width: 250px;
}
ul.banner-list {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
ul.banner-list li {
	width: 23.8%;
	border: 1px solid #00a7ed;
	position: relative;
	margin-bottom: 15px;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
ul.banner-list li::after {
	position: absolute;
	content: '';
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #00a7ed transparent transparent transparent;
}
ul.banner-list li a {
	box-sizing: border-box;
	padding: 20px;
	text-decoration:none;
	align-self: stretch;
	height: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
ul.banner-list li a span {
	width: 100%;
	display: inline-block;
    text-align: center;
    font-size: 78%;
    color: #00b8ff;
}
ul.banner-list li a span.bnr_img{
	margin-bottom: 10px;
	max-width: 200px;
}
ul.banner-list li a span.title {
	font-size: 90%;
}

/* Footer
================================================== */

#main_footer {}
#main_footer nav {
	background-color: #00a7ed;
}
#main_footer nav ul {
	display: flex;
	justify-content: space-between;
}
#main_footer nav ul li {
	width: 20%;
}
#main_footer nav ul li a {

}
#main_footer nav ul li a {
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none;
	background-image: url("../images/slash.png");
	justify-content: space-between;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	margin: 20px auto 20px;
}

#main_footer nav ul li a:hover, a:focus {
	color: #ecf040;
}

#main_footer nav ul li:first-child a {
	background-image: none;
}

.footer_body {
	background-color: #e9faff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer_body__title,
.footer_body_address,
.footer_body_number_items,
.footer_body_copyright {
	text-align: center;
	padding: 3px;
}

.footer_body__title {
	font-weight: normal;
}
.footer_body_copyright { }

.global_nav_open__btn,
.global_nav_close__btn {
	display: none;
	cursor: pointer;
}

.pagetop {
	position: fixed;
    bottom: 30px;
    right: 0px;
    width: 120px;
    cursor: pointer;
}

.none_text {
	display:none;
}


@media screen and (max-width: 768px) {
	.inner {
		width: 100%;
	}
	
	#news_contents .inner {
		width: 100%;
		display: block;
	}
	
	.twitter_wrapper {
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px 10px 10px;
}

	/* Header */
	.header_top .inner {
		display: flex;
		flex-direction: column;
	}

  .header_top_title {
		position: fixed;
		height: 71px;
		z-index: 999;
		background-color: #e9faff;
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding: 0;
		align-items: center;
	}
	.global_nav_open__btn {
		width: 20%;
		text-align: right;
	}

	.header_top_title__text {
		padding: 0px 10px;
		width: 70%;
	}
	.header_top_function {
		margin-top: 71px;
		width: 100%;
		padding: 10px 5px 10px 5px;
		justify-content: space-around;
		background-image: url("../images/slash.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 24px;
		background-color: #fff;
	}
	.search_wrapper ,
	.contact_wrapper {
		width: 50%;
		display: flex;
		justify-content: center;
	}
	.search_wrapper {
		margin: 5px;
	}
	.search_items_wrapper {
		width: 280px;
	}

	.contact_wrapper {
		background-color: transparent;
		align-self: auto;
	}
	.contact_wrapper a {
		display: block;
		color: #00a7ed;
		background-image: url("../images/sp_contact.png");
		background-repeat: no-repeat;
		background-position: 8px center;
		background-size: 30px;
		height: auto;
		padding-top: 0px;
		padding-left: 45px;
		box-sizing: border-box;
		text-decoration: none;
	}
	.contact_wrapper a span {
		display: inline;
		text-align: left;
	}

	/* Nav */
	nav.global_nav{
		display: none;
		width: 280px;
		height: 100%;
		position: fixed;
		overflow-y: scroll;
		top: 0;
		right: -280px;
		text-align: left;
		background-color: #fff;
		z-index: 999999;
		box-shadow: -1px 0px 3px #ccc;
		-webkit-box-shadow: -1px 0px 3px #ccc;
		-moz-box-shadow: -1px 0px 3px #ccc;
		margin: 0;
	}
	
	.global_nav_open__btn{
		display: block;
	}
	
	.global_nav_close__btn {
		display: block;
	}
	
	.global_nav_close__btn img{
		max-width:46px;
	}
	
	nav.global_nav ul {
		display: block;
	}
	nav.global_nav ul li:nth-child(1),
	nav.global_nav ul li:nth-child(2),
	nav.global_nav ul li:nth-child(5),
	nav.global_nav ul li {
		width: 100%;
		background-image: none;
		border-bottom: 1px dotted #ccc;
		margin: 10px auto 10px;
	}
	nav.global_nav ul li a {
		text-align: left;
		padding-left: 12px;
		padding-top: 3px;
	}

	/* MainImageSlider
  ================================================== */
	.slider_wrapper {
		width: 100%;
		height: 100%;
		min-height: auto;
		overflow: hidden;
		position: static;
	}
	.slider_inner {
		position: static;
		width: 100%;
		margin: 0;
		height: 183px;
		overflow: hidden;
		
	}
	.slider_inner img{
		width: 100%;
	}
	.slider_inner .bx-wrapper {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		background: #fff;
		margin-bottom: 0;
	}

	nav.main_img_nav ul {
		/*display: block;*/
		position: static;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	nav.main_img_nav ul li {
		padding: 1px;
	}

	/* News
  ================================================== */
	#news {
		margin-bottom: 40px;
		padding: 10px;
		box-sizing: border-box;
	}

	/* PickupContents
  ================================================== */
	#pickup_contents {
		background: none;
		padding-top: 10px;
	}
	#pickup_contents .inner { flex-direction: column-reverse; }
	.recommended_wrapper { width: 100%; }
	.recommended_wrapper .recommended_inner { }
	.recommended_wrapper .recommended_inner h1 { }
	.recommended_wrapper .recommended_inner p.list__btn { }
	.fb_wrapper { width: 100%; }
	.pc_wrap { display: none; }
	.sp_wrap {
		display: block;
		text-align: center;
	}

	/* Banner
  ================================================== */
	#freshman_bnr_wrap,
	#student_bnr_wrap,
	#teacher_bnr_wrap {
		margin-left: 10px;
		margin-right: 10px;
	}
	ul.banner-list {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	ul.banner-list li {
		width: 47%;
		margin: 0 0 20px 0;
		/*margin-right: 10px;*/
		/*border: 1px solid #00a7ed;*/
		/*position: relative;*/
	}

	/* Footer
  ================================================== */
	#main_footer nav {
		/*background-color: #00a7ed;*/
		background: none;
		margin-bottom: 20px;
	}
	#main_footer nav ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#main_footer nav ul li {
		width: 48%;
		margin: 1%;
		background-color: #00a7ed;
	}
	#main_footer nav ul li:first-child a ,
	#main_footer nav ul li a {
		text-align: left;
		padding: 10px 10px 10px 10px;
		box-sizing: border-box;
		display: block;
		color: #fff;
		text-decoration: none;
		background: none;
		margin: 0px;
	}
	#main_footer nav ul li a::before {
		content: '';
		border-left: 10px solid #eaee21;
		padding-left: 10px;
	}
	#main_footer nav ul li a#f_contact{
		display: none;
	}


}
@media screen and (max-width: 568px) {
	/* Header */
	.header_top .inner { }
	.header_top_title { height: 50px; }
	.global_nav_open__btn { width: 15%; }
	.global_nav_open__btn img { height: 50px; }
	.header_top_title__text { width: 85%; }
	.header_top_function {
		margin-top: 50px;
		flex-direction: column;
		background-image: none;
	}
	.search_wrapper ,
	.contact_wrapper {
		width: 100%;
		margin: 5px;
	}

	.search_wrapper { }
	.search_items_wrapper { width: 300px; }
	.contact_wrapper { }
	.contact_wrapper a { }
	.contact_wrapper a span { }

	/* News */
	#news header p.list__btn {
		margin: 15px auto auto auto;
	}
	#news ul li {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	#news ul li span {
	}
	#news ul li span.cate_name {
		font-size: 80%;
    		margin-top: 3px;
	}
	#news ul li span.title {
		width: 100%;
		box-sizing: border-box;
		padding-top: 10px;
		padding-left: 20px;
	}
	
	
	ul.banner-list li a {
    padding: 12px;
}
	
	#freshman_bnr_wrap h1, #student_bnr_wrap h1, #teacher_bnr_wrap h1 {
    margin-bottom: 16px;
}
	
	#freshman_bnr_wrap h1 img, #student_bnr_wrap h1 img, #teacher_bnr_wrap h1 img{
		max-width: 180px;
}

}
@media screen and (max-width: 480px) {
	.list__btn {
		max-width: 50px;
		font-size: 80%;
	}
	.list__btn a {
		padding: 0;
		text-align: center;
	}
	.list__btn a::after {
		content: none;
	}
	#main_footer nav ul li a {
		font-size: 90%;
	}
	.footer_body{
		padding-bottom: 50px;
	}
	
	.pagetop {
		bottom: 10px;
		right: 20px;
		width: 50px;
	}
	
	.pagetop img{
		max-width: 70px;
	}
}
