@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #111;
	line-height: 1.6em;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.set {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #f8f4f6;
}
img {
	border: 0;
	width: 100%;
	display: block;
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

ul {
	list-style-type: none;
}



/*  */
@media screen and (max-width: 768px) {
	.u_pc {
	  display: none;
	}
}

@media screen and (min-width: 769px) {
	.u_sp {
	  display: none;
	}
}


/* CONTAINER */
.container-s, .container, .container-l {
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .container-s {
    width: 760px;
  }
}

@media screen and (min-width: 769px) {
  .container {
    width: 1180px;
	padding: 0 50px;
  }
}

@media screen and (min-width: 769px) {
	.container-l {
	  width: 1180px;
	  padding: 0 50px;
	}
}


/* HEADER */
.header {
	height: 60px;
	background-color: #0b318d;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 30;
	box-sizing: border-box;
}
.header_wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_logo a {
	display: flex;
	align-items: center;
}
.header_logo img {
	width: 40px;
	margin: 0 10px;
}
.header_logo a {
	text-decoration: none;
}
.header_logo a h1 {
	font-size: 12px;
	font-weight: 400;
	line-height: 13px;
}
.header_logo a h1 span {
	font-size: 14px;
	font-weight: 700;
	display: block;
}
.header_logo a h1, .header_logo a h1 span {
	color: #FFF;
}
.header_nav {
	display: none;
}

@media screen and (min-width: 769px) {
	.header {
		min-width: 1200px;
		height: 80px;
		padding: 0 20px;
	 }
	.header_logo {
	}
	.header_logo img {
		width: 60px;
		margin: 0 10px 0 0;
	}
	.header_logo a h1 {
		font-size: 14px;
	}
	.header_logo a h1 span {
		font-size: 22px;
	}
	.header_nav {
		display: flex;
		justify-content: space-between;
		margin: 10px 0 0;
	}
	.header_nav li {
		margin: 0 30px 0 0;
	}
	.header_nav li a {
		color: #FFF;
		text-decoration: none;
	}
	.header_nav li.member a {
		color: #0b318d;
		background-color: #FFF;
		padding: 5px 15px;
	}
	.header_nav li.member a:hover {
		color: #da08a2;
		transition: .5s;
	}
}	
	
/*
@media only screen and (max-width: 1020px) {
	.header_nav {
		display: none;
	}
}
*/



/* MODAL */
.header-hm-icon {
	width: 40px;
	margin: 0 10px 0;
}
#modal ul {
	width: 90%;
	max-width: 400px;
	margin: 0 auto 30px;
}
#modal ul li {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 10px;
	text-align: center;
}
#modal ul li a {
	color: #0b318d;
	background-color: #FFF;
	padding: 10px 15px;
	border-radius: 40px;
	text-decoration: none;
	display: block;
	border: solid 1px #FFF;
}
#modal ul li.member a {
	color: #da08a2;
}

@media screen and (min-width: 769px) {
	.header-hm-icon, .remodal {
		display: none;
	}
}



/* MV */
#mv {
	background-image: url("../image/mv.jpg");
	background-position: center center;
	background-size: cover;
	margin: 60px 0 0;
	min-height: 360px;
	position: relative;
}
#mv .catch {
	width: 300px;
	background-color: rgba(255,255,255,0.8);
	padding: 80px 15px 20px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
#mv .catch h2 {
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	background-color: #0b318d;
	margin: -100px auto 15px;
	padding: 5px;
}
#mv .catch h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em;
	margin: 0 0 10px;
}
#mv .catch h3 span {
	font-size: 13px;
	font-weight: 400;
	display: block;
	margin: 0 0 10px;
}
#mv .catch p {
	font-size: 14px;
}
#mv .catch .member {
	width: 200px;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	background-color: #da08a2;
	margin: 10px auto 0;
	padding: 5px 10px;
}

@media screen and (min-width: 769px) {
	#mv {
		margin: 80px 0 0;
		min-height: 560px;
	}
	#mv .catch {
		width: 600px;
		padding: 105px 50px 30px;
	}
	#mv .catch h2 {
		font-size: 15px;
		margin: -120px auto 20px;
	}
	#mv .catch h3 {
		font-size: 48px;
	}
	#mv .catch h3 span {
		font-size: 18px;
	}
	#mv .catch p {
		font-size: 16px;
	}

	#mv .catch .member {
		width: 240px;
		font-size: 18px;
		margin: 20px auto 0;
		padding: 10px;
	}
}




/* TTL */
.main_ttl {
	font-size: 18px;
	position: relative;
	padding: 1rem .5rem;
	margin: 0 0 20px;
}
.main_ttl:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	content: '';
	/*border-radius: 3px;*/
	background-image: -webkit-gradient(linear, right top, left top, from(#da08a2), to(#0b318d));
	background-image: -webkit-linear-gradient(right, #da08a2 0%, #0b318d 100%);
	background-image: linear-gradient(to left, #da08a2 0%, #0b318d 100%);
}
.main_ttl span {
	font-size: 13px;
	font-weight: 700;
	color: #31b3ef;
	display: block;
}

@media screen and (min-width: 769px) {
	.main_ttl {
		font-size: 24px;
	}
	.main_ttl span {
		font-size: 18px;
	}
}




/* BTN */
.entry a {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 1em 2em;
	width: 240px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	background-color: #da08a2;
	transition: 0.3s;
	text-align: center;
	text-decoration: none;
}
.entry a::after {
	content: '';
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #FFF transparent;
	transition: 0.3s;
}
.entry a:hover {
	text-decoration: none;
	background-color: #0b318d;
}
.entry a:hover::after {
	bottom: 8px;
	right: 8px;
}

@media screen and (min-width: 769px) {
	.entry a {
		width: 300px;
		font-size: 18px;
	}
}




/* BG */
.polygon_right {
	background-image: url("../image/polygon_right.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 230px 122px;
}
.polygon_left {
	background-image: url("../image/polygon_left.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 230px 122px;
}
@media screen and (min-width: 769px) {
	.polygon_right {
		background-size: 460px 245px;
	}
	.polygon_left {
		background-position: left bottom 100px;
		background-size: 460px 245px;
	}
}




/* ABOUT */
.about {
	padding: 40px 0 120px;;
}
.about .txt {
	font-size: 15px;
	padding: 0 5px;
}
.about .txt span {
	font-size: 15px;
	font-weight: 700;
	background: -webkit-linear-gradient(transparent 70%, rgba(233, 174, 62, 0.6) 70%);
	background: -o-linear-gradient(transparent 70%, rgba(233, 174, 62, 0.6) 70%);
	background: linear-gradient(transparent 70%, rgba(233, 174, 62, 0.6) 70%);
}


@media screen and (min-width: 769px) {
	.about {
		padding: 60px 0 240px;
	}
	.about .txt {
		font-size: 18px;
	}
	.about .txt span {
		font-size: 18px;
	}
	
}




/* SCHEDULE */
.schedule {
	padding: 40px 0 120px;
}
.schedule ul li {
	display: flex;
	align-items: center;
	background-color: #31b3ef;
	margin: 0 0 30px;
}
.schedule ul li .num {
	width: 40px;
	font-size: 13px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
}
.schedule ul li .inner {
	width: calc(100% - 40px);
	padding: 7px 10px 15px;
	background-color: #FFF;
}
.schedule ul li .date {
	font-size: 14px;
	font-weight: 700;
	border-bottom: solid 1px #31b3ef;
	margin: 0 0 5px;
	padding: 0 0 5px;
}
.schedule ul li .ttl {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 5px;
}
.schedule ul li .summary {
	font-size: 14px;
	color: #0b318d;
	margin: 0 0 15px;
}
.schedule ul li dl {
	font-size: 14px;
	}
.schedule ul li dl dd a {
	color: #111;
}
.schedule ul li .inner .archive {
	margin: 20px 0 0;
}
.schedule ul li .inner .archive li {
	font-size: 14px;
	width: 100%;
	margin: 0 0 10px;
	position: relative;
	background: none;
	display: block;
}
.schedule ul li .inner .archive li a {
	color: #FFF;
	background-color: #da08a2;
	text-decoration: none;
	padding: 10px 10px;
	display: block;
}
.schedule ul li .inner .archive li a.questionnaire {
	background-color: #0b318d;
}
.schedule ul li .inner .archive li a i {
	color: #FFF;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.schedule .txt {
	font-size: 14px;
	font-weight: 700;
	margin: 0 10px 20px;
}
.schedule .note {
	font-size: 13px;
	text-align: center;
	margin: 0 0 20px;
}

@media screen and (min-width: 769px) {
	.schedule {
		padding: 60px 0 240px;
	}
	.schedule ul {
	}
	.schedule ul li {
	}
	.schedule ul li .num {
		width: 60px;
		font-size: 16px;
	}
	.schedule ul li .inner {
		width: calc(100% - 60px);
		padding: 15px 20px 20px;
	}
	.schedule ul li .date {
		font-size: 16px;
	}
	.schedule ul li .ttl {
		font-size: 24px;
	}
	.schedule ul li .summary {
		font-size: 16px;
		margin: 0 0 20px;
	}
	.schedule ul li dl {
		display: flex;
		flex-wrap: wrap;
	}
	.schedule ul li dl dt {
		width: 60px;
		font-size: 16px;
	}
	.schedule ul li dl dd {
		width: calc(100% - 60px);
		font-size: 16px;
	}
	.schedule ul li dl dd a:hover {
		transition: .5s;
		text-decoration: none;
	}
	.schedule ul li .inner .archive {
		display: flex;
		margin: 20px 0 0;
	}
	.schedule ul li .inner .archive li {
		width: 240px;
		text-align: center;
		margin: 0 20px 0 0;
	}
	.schedule ul li .inner .archive li a {
		padding: 10px 20px;
	}
	.schedule ul li .inner .archive li a:hover {
		background-color: #0b318d;
		transition: .5s;
	}
	.schedule ul li .inner .archive li a.questionnaire:hover {
		background-color: #da08a2;
		transition: .5s;
	}
	.schedule .txt {
		font-size: 15px;
		text-align: center;
	}
	.schedule .note {
		font-size: 15px;
	}
}




/* LECTURER */
.lecturer {
	padding: 40px 0;
}
.lecturer ul {
}
.lecturer ul li {
	background-color: #FFF;
	margin: 0 0 20px;
	padding: 10px;
	box-sizing: border-box;
}
.lecturer ul li img {
	width: 160px;
	margin: 0 auto 10px;
}
.lecturer ul li .name {
	font-size: 16px;
	font-weight: 700;
	color: #0b318d;
	margin: 0 0 5px;
}
.lecturer ul li .name span {
	font-size: 14px;
	font-weight: 700;
	color: #0b318d;
	margin: 0 0 0 5px;
}
.lecturer ul li .title  {
	font-size: 14px;
	color: #31b3ef;
	margin: 0 0 10px;
}
.lecturer ul li .profile  {
	font-size: 14px;
	margin: 0 0 10px;
}
.lecturer .cs  {
	font-size: 13px;
	color: #0b318d;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.lecturer {
		padding: 60px 0;
	}
	.lecturer ul li {
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-start;
		margin: 0 0 30px;
		padding: 20px;
	}
	.lecturer ul li img {
		width: 160px;
		margin: 0 0 0 20px;
	}
	.lecturer ul li .inner {
		width: calc(100% - 160px);
	}
	.lecturer ul li .name {
		font-size: 22px;
	}
	.lecturer ul li .name span {
		font-size: 18px;
	}
	.lecturer ul li .title  {
		font-size: 16px;
		margin: 0 0 10px;
	}
	.lecturer ul li .profile  {
		font-size: 16px;
		margin: 0;
	}
	.lecturer .cs  {
		font-size: 15px;
	}
}




/* FOOTER */
footer {
	background-color: #0b318d;
	padding: 20px 10px;
}
footer .footer .operation {
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
	margin: 0 0 20px -10px;
}
footer .footer dl {
	font-size: 14px;
	padding: 0 0 20px;
}
footer .footer dl dt {
	color: #FFF;
}
footer .footer dl dd {
	color: #FFF;
	margin: 0 0 20px;
}
footer .copy {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	border-top: solid 1px #FFF;
	padding: 20px 0 0;
}

@media screen and (min-width: 769px) {
	footer {
		padding: 30px 20px 20px;
	}
	footer .footer .operation {
		font-size: 22px;
		margin: 0 0 20px;
	}
	footer .footer dl {
		display: flex;
		flex-wrap: wrap;
		font-size: 16px;
		padding: 0 0 30px;
	}
	footer .footer dl dt {
		width: 60px;
		text-align: center;
		padding: 5px;
	}
	footer .footer dl dd { 
		width: calc(100% - 80px);
		margin: 0 0 20px;
		padding: 5px 5px 5px 15px;
		border-left: solid 1px #FFF;
		box-sizing: border-box;
	}
	footer .copy { 
		font-size: 13px;
	}
}




/*  */
.aaa {
}
@media screen and (min-width: 769px) {
.aaa {
}
}









/* PAGETOP */
#pagetop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 6;
}
@media screen and (min-width: 769px) {
	#pagetop {
		width: 60px;
		height: 60px;
		position: fixed;
		bottom: 10px;
		right: 10px;
	}
}

/* ANCHOR */
#anc_top, #anc01, #anc02, #anc03, #anc04, #anc05, #anc06, #anc07, #anc08, #anc09 {
	padding-top: 50px;
	margin-top: -50px;
}
@media screen and (min-width: 769px) {
	#anc_top, #anc01, #anc02, #anc03, #anc04, #anc05, #anc06, #anc07, #anc08, #anc09 {
		padding-top: 70px;
		margin-top: -70px;
	}
}