@charset "UTF-8";
/* Swiper */
/**
 * 最大幅の指定と中央寄せ
 */
#mainImageWrapper {
	overflow-x: hidden;
	background-color: #fff;
}

#mainImage {
	position: relative;
}

#mainImage h1 {
	position: absolute;
	left: calc(50% - 7em);
	top: calc(50% - 2em);
	z-index: 9999;
	font-size: 46px;
	text-align:center;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 3px #333;
}

/**
 * swiper.js
 */
.swiper-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.arrow-left {
	background: url("images/index/swiperArrowL.png") no-repeat left top;
	left: 20px;
}
.arrow-right {
	background: url("images/index/swiperArrowR.png") no-repeat left bottom;
	right: 20px;
}
.arrow-left, .arrow-right {
	position: absolute;
	top: 35%;
	width: 64px;
	height: 168px;
	z-index: 2;
}

.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 0%;
  width: 100%;
	z-index: 2;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: rgba(255,255,255,0.6);
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}

/*@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}

.slide-img img{
  display: block;
}*/


.slider li img {
  transform-origin: center;
  transform: scale(1.2);
  transition: 3s ease-out;
}

.slider li img {
  transform-origin: left;
}

.slider li:nth-child(2n) img {
  transform-origin: right;
}

.slider li:nth-child(3n) img {
  transform-origin: bottom;
}

.slider li:nth-child(4n) img {
  transform-origin: top;
}

.slider li.slick-active img {
  transform: scale(1.0);
}



/* Swiper */


#conceptCoc {
	color: #1e4266;
	padding-left: 88px;
	padding-right: 80px;
	padding-bottom: 64px;
}
#conceptCoc h1{
	text-align: center;
}
#conceptCoc h2{
	text-align: center;
	font-size: 29px;
	line-height: 1.3;
	margin-bottom: 18px;
}
#conceptCoc h2 span{
	font-size: 25px;
}
#conceptCoc h3{
}
.swiper-pagination-bullet {
    border-radius: 0!important;
    background: #fff !important;
    opacity: .7 !important;
}
.swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1 !important;
}


/* indexLinks */
#indexLinks{
	background: url(images/index/indexLInksBg.png) center center no-repeat;
	background-size: contain;
	padding-bottom: 40px;
	margin-bottom: 32px;
}
#indexLinks h2{
	color: #000;
	border: 0;
	font-size: 22px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
	margin-bottom: 20px;
}
#indexLinks h2 span{
	font-size: 18px;
	background: linear-gradient(transparent 70%, #faee42 70%);
	padding: 3px 9px;
}
#indexLinks h2::before, #indexLinks h2::after{
	content: '';
	position: absolute;
	top: 11%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}
#indexLinks h2::before {
	left: 20%;
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
#indexLinks h2::after {
	right: 20%;
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-0deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
#indexLinks img {
	padding-bottom: 20px;
}

/* indexBanners */

#indexBanners {
	margin-top: 20px;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	padding: 48px 0;
	background-color: #e1f2fc;
}

ul.topList_2 {
	width: 100%;
	max-width: 1270px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

ul.topList_2 li {
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
}

ul.topList_2 li a {
	position: relative;
	float: left;
}


ul.topList_2 li img {
	width: 100%;
	border: 1px solid #1e4266;
}

ul.topList_2 li a:hover {
	opacity: 0.7;
}

ul.topList_2 li a::before,
ul.topList_2 li a::after{
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	display: block;
	background-color: #1e4266;
	z-index: -1;
}
ul.topList_2 li a::before{
	top: -10px;
	left: -10px;
}
ul.topList_2 li a::after{
	bottom: -10px;
	right: -10px;
}



#indexBanners .container-fluid{
	padding-left: 0;
	padding-right: 0;
}
#indexBanners img {
}


/* indexTopics */
#indexTopics{
	background-color: #e1f2fc;
	padding-top: 48px;
	padding-bottom: 48px;
	color: #000;
}

#indexTopics h2,
#oci h2,
#regional h2,
#access h2,
#local h2,
#indexActivity h2,
#indexBanners h2{
	text-align: center;
	color:  #1e4266;
	font-size: 40px;
	line-height: 1;
	border: none;
}

#indexTopics h2 span,
#oci h2 span,
#regional h2 span,
#access h2 span,
#local h2 span,
#indexActivity h2 span,
#indexBanners h2 span{
    font-size: 16px;
    padding: 10px 0;
	display: block;
}
/*#indexTopics h2::before, #indexTopics h2::after{
	width: 80px;
}
#indexActivity h2::before, #indexActivity h2::after{
	width: 80px;
}
#indexTopics h2::before, #indexTopics h2::after, #indexActivity h2::before, #indexActivity h2::after{
	content: '';
	position: absolute;
	display: inline-block;
	height: 1px;
	background-color: #1e4266;
}
#indexTopics h2::before, #indexActivity h2::before {
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
#indexTopics h2::after, #indexActivity h2::after {
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-0deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
#indexTopics h2::before, #indexTopics h2::after{
	top: 6%;
}
#indexTopics h2::before {
	left: 37%;
}
#indexTopics h2::after{
	right: 37%;
}*/
#indexTopics ul{
	padding-left: 200px;
	padding-right: 200px;
	margin-top: -16px;
	padding-bottom: 16px;
}
#indexTopics ul li{
	padding: 16px 4px;
	border-bottom: 1px #000 dashed;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
#indexTopics ul li::after{
	font-family: FontAwesome;
	content: "\f105";
	color: #1e4266;
	position: absolute;
    right: 0;
    font-size: 24px;
    top: 38%;
}
#indexTopics ul li a{
	width: calc(100% - 9em);
	color: #000;
	text-decoration: none;
	margin: 0;
}
#indexTopics ul li a.indexTopicsEntry::after{
	content: "";
	background: url("images/index/indexTopicsEntry.png") no-repeat center right;
	padding: 10px 54px;
    background-size: contain;
}
.indexTopicsDate{
	width: 7rem;
	margin: 0;
	padding: 0;
	float: left;
	color: #000;
}

.indexTopicsTitle {
	width: calc(100% - 9rem);
	float: left;
}


/*.indexTopicsCat_Info .indexTopicsDate::after{
	background: linear-gradient(transparent 70%, #faee42 70%);
	content: " お知らせ \A";
}
.indexTopicsCat_Event .indexTopicsDate::after{
	background: linear-gradient(transparent 70%, #ffcc99 70%);
	content: " イベント \A";
}
.indexTopicsCat_Project .indexTopicsDate::after{
	background: linear-gradient(transparent 70%, #8ad6d4 70%);
	content: " プロジェクト \A";
}*/
#indexTopics a::before{
	display: inline;
	padding-top: 4px;
	margin-left: 12px;
}
.indexTopicsCat_Coc a::before, .indexTopicsCat_Participant a::before, .indexTopicsCat_Collaborator a::before{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 32px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(102,102,102,0.6);
	-moz-box-shadow: 2px 2px 1px 0px rgba(102,102,102,0.6);
	box-shadow: 2px 2px 1px 0px rgba(102,102,102,0.6);
	white-space: pre;
}
.indexTopicsCat_Coc a::before{
	background-color: #1e4266;
	content: "COC+ 校\A";
}
.indexTopicsCat_Participant a::before{
	background-color: #cc0000;
	content: "参加校\A";
}
.indexTopicsCat_Collaborator a::before{
	background-color: #ff6600;
	content: "協力校\A";
}
.indexTopicsTitle:hover{
	text-decoration: underline;
}


/* indexActivity */
#indexActivity{
	padding: 72px 0;
	color: #1e4266;
	text-align: center;
	background: #e1f2fc;
}
#indexActivity h2::before, #indexActivity h2::after{
	top: 36%;
}
#indexActivity h2::before {
	left: 37%;
}
#indexActivity h2::after {
	right: 37%;
}
#indexActivity p{
	text-align: center;
	font-weight: bold;
	display: inline-block;
	font-size: 14px;
}

#indexActivity p strong{
	font-size: 16px;
	line-height: 2.2;
}

#indexActivity p span.indexActivityHashtag, #indexActivity p span.indexActivityDate{
	font-size: 14px;
	font-weight: normal;
	display: block;
	text-align: left;
}
#indexActivity p span.indexActivityDate{
	padding-top: 16px;
	padding-bottom: 48px;
}

.indexActivityImage{
	position: relative;
	max-width: 370px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	z-index: 10;
}
.indexActivityImage>div::before, .indexActivityImage>div::after{
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	display: block;
	background-color: #1e4266;
	z-index: -1;
}
.indexActivityImage>div::before{
	top: -10px;
	left: -10px;
}
.indexActivityImage>div::after{
	bottom: -10px;
	right: -10px;
}
.indexActivityImage:hover {
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
	zoom:1;
}

.projectWrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.projectWrap section {
	margin-bottom: 30px;
}




/* oci */
#oci{
	padding: 72px 15px;
	color: #1e4266;
	text-align: center;
}
#oci h2::before, #oci h2::after{
	top: 36%;
}
#oci h2::before {
	left: 37%;
}
#oci h2::after {
	right: 37%;
}
#oci p{
	text-align: center;
	font-weight: bold;
	display: inline-block;
}
#oci p span.ociHashtag, #oci p span.ociDate{
	font-size: 14px;
	font-weight: normal;
	display: block;
	text-align: left;
}
#oci p span.ociDate{
	padding-top: 16px;
	padding-bottom: 48px;
}

.ociImage{
	position: relative;
	max-width: 370px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.ociImage>div::before, .ociImage>div::after{
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	display: block;
	background-color: #1e4266;
	z-index: -1;
}
.ociImage>div::before{
	top: -10px;
	left: -10px;
}
.ociImage>div::after{
	bottom: -10px;
	right: -10px;
}
.ociImage:hover {
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
	zoom:1;
}


#regional{
	padding: 72px 15px;
	color: #1e4266;
	text-align: center;
	background: #e1f2fc;
}

#regional ul {
	width: 100%;
	max-width: 1270px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#regional ul li {
	width: 20%;
	margin: 0;
	padding: 0;
	font-size: 150%;
}

#regional ul li img{
	width: 100%;
}


#access {
	padding: 72px 15px;
	color: #1e4266;
	text-align: center;
}

	#access .iframe-wrap {
		position: relative;
		width: 100%;
		padding-top: 50%;
	}

	#access .iframe-wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

#local {
	padding: 72px 15px 0;
	color: #1e4266;
	text-align: center;
}


/* access.html */
#mapCanvas{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
#mapCanvas iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* sitemap.html */
.lstSitemap{
	margin-bottom: 40px;
}
.lstSitemap li{
	border-bottom: 1px dashed #ccc;
    padding: 7px 10px 6px 10px;
}
.lstSitemap a::before{
	font-family: FontAwesome;
    content: "\f105";
	padding-right: 8px;
}

/* contact.html */
.formTable {
	width: 100%;
}
.formTable input[type="text"], .formTable textarea {
	width: 100%;
}
.formTable th span.required{
	display: inline-block;
	background-color: #1e4266;
	padding: 2px 10px;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	margin:2px;
}

/* media-queries */
/*min-widthの指定 (「数字に指定したところから」と覚える) */
@media (min-width: 768px) {
/*幅768px以上で適用されるスタイル*/
}

@media (min-width: 992px) {
/*幅992px以上で適用されるスタイル*/
}

@media (min-width: 1300px) {
/*幅1300px以上で適用されるスタイル*/
}

/*max-widthの指定 (「数字に指定したところまで」と覚える)*/
@media (max-width: 1299px) {
/*幅1299px以下で適用されるスタイル*/
	.arrow-left, .arrow-right {
		top: 30%;
	}
	#conceptCoc {
		padding-left: 15px;
		padding-right: 15px;
	}
	#indexLinks{
    	background-size:  90%;
	}
	#indexLinks h2::before {
		left: 10%;
	}
	#indexLinks h2::after {
		right: 10%;
	}
	#indexTopics h2::before, #indexActivity h2::before {
		left: 32%;
	}
	#indexTopics h2::after, #indexActivity h2::after {
		right: 32%;
	}
	#indexTopics ul{
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1024px) {
/*幅1024px以下で適用されるスタイル*/
	#conceptCoc h2 span{
		font-size: 22px;
	}
	#indexLinks{
    	background-size: 110%;
	}
	#indexTopics h2::before, #indexActivity h2::before {
		left: 28%;
	}
	#indexTopics h2::after, #indexActivity h2::after {
		right: 28%;
	}
}
@media (max-width: 991px) {
/*幅991px以下で適用されるスタイル*/
	.arrow-left, .arrow-right {
		top: 20%;
	}
	#indexLinks h2{
		font-size: 17px;
	}
	#indexLinks h2 span{
		font-size: 12px;
	}
	#indexLinks h3::before {
		left: 6%;
	}
	#indexLinks h3::after {
		right: 6%;
	}
	#indexTopics h2:::before, #indexActivity h2:before {
		left: 28%;
	}
	#indexTopics h2::after, #indexActivity h2::after {
		right: 28%;
	}
	
	#mainImage h1 {
		font-size: 38px;
	}

}

@media (max-width: 767px) {
/*幅767px以下で適用されるスタイル*/
	.arrow-right, .arrow-left{
		top: 20%;
	    width: 40px;
    	height: 80px;
	    background-size: 75%;
	}
	.arrow-right{
		right: 10px;
	}
	.arrow-left{
		left: 10px;
	}
	.pagination {
 		margin-bottom: 4px;
	}
	#conceptCoc h2{
		font-size: 24px;
	}
	#conceptCoc h2 span{
		font-size: 18px;
	}
	#indexLinks{
		background-image: none;
	}
	#indexLinks h2{
		font-size: 22px;
	}
	#indexLinks h2 span{
		font-size: 18px;
	}
	#indexLinks h2::before {
		left: 16%;
	}
	#indexLinks h2::after {
		right: 16%;
	}
	#indexBanners .container-fluid{
		padding-left: 15px;
		padding-right: 15px;
	}
	#indexTopics h2::before, #indexActivity h2::before {
		left: 28%;
	}
	#indexTopics h2::after, #indexActivity h2::after {
		right: 28%;
	}
	#indexTopics ul{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.indexTopicsDate,
	.indexTopicsTitle,
	#indexTopics ul li a{
		width: calc(100% - 25px);
		margin-left: 0;
	}
	.indexTopicsCat_01 {
    	margin-left: 0;
	}
	.indexTopicsTitle {
    	padding-left: 0;
		display: inline-block;
		padding-right: 16px;
	}
/*	.indexTopicsCat_Info .indexTopicsDate::after, .indexTopicsCat_Event .indexTopicsDate::after, .indexTopicsCat_Project .indexTopicsDate::after{
		white-space: pre;
	}
	.indexTopicsCat_Info .indexTopicsDate::after{
		content: "\A お知らせ ";
	}
	.indexTopicsCat_Event .indexTopicsDate::after{
		content: "\A イベント ";
	}
	.indexTopicsCat_Project .indexTopicsDate::after{
		content: "\A プロジェクト ";
	}*/
	.indexActivityImage{
		max-width: 290px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		display: block;
	}
	.indexActivityImage>div::before{
		top: -12px;
		left: -12px;
	}
	.indexActivityImage>div::after{
		bottom: -12px;
		right: -12px;
	}
	.formTable {
		font-size: 12px;
	}
	.formTable th span.required{
		font-size: 10px;
	}
	
	#regional ul li {
		width: 45%;
		margin: 0 0 30px 0;
	}

	ul.topList_2 li {
		width: 100%;
	}
	
	#mainImage h1 {
		font-size: 30px;
	}
	
	#indexTopics h2,
	#oci h2,
	#regional h2,
	#access h2,
	#local h2,
	#indexActivity h2,
	#indexBanners h2{
		font-size: 28px;
	}
	

}

@media (max-width: 480px) {
/*幅480px以下で適用されるスタイル*/
	#indexLinks h2::before {
		left: 6%;
	}
	#indexLinks h2::after {
		right: 6%;
	}
	#indexTopics h2::before, #indexActivity h2::before {
		left: 0%;
	}
	#indexTopics h2::after, #indexActivity h2::after {
		right: 0%;
	}
	
	#mainImage h1 {
		font-size: 20px;
	}

	#indexTopics h2,
	#oci h2,
	#regional h2,
	#access h2,
	#local h2,
	#indexActivity h2,
	#indexBanners h2{
		font-size: 16px;
	}

}




