@charset "utf-8";
/*
 * ==========================================================================
 * 
 * [top]
 * 
 * ==========================================================================
 */
#mainVisualWrapper {
  position: relative;
  text-align: left;
  background: #fffa00;
}
.mvInnerVox {
  margin: 0 auto;
  padding: 3% 0;
  text-align: center;
  position: relative;
}
.mvLogoBox {
  position: absolute;
  width: 100px;
  top: 0;
  left: 30px;
  background: #fff;
  padding: 30px;
  z-index: 100;
}
.mvTitleBox {
}
.mvTitle {
  font-weight: 500;
  font-size: 3.5vw;
  line-height: 1.4;
  letter-spacing:0.1em;
  margin: 0 0 25px 0;
}
.mvTitleRead {
  font-size: 1vw;
  letter-spacing:0.1em;
  /*color: #0031ff;*/
  font-weight: 600;
}
.mvTitleText {
  font-size: 1vw;
  font-weight: 700;
}
/**
 * --------------------------------------------------------------------------
 * topColumn
 * --------------------------------------------------------------------------
 */
.topColumnLarge {
  width: 65%;
}
.topColumnSmall {
  width: 35%;
  display: flex;
  align-items: center;
}

/**
 * --------------------------------------------------------------------------
 * logo
 * --------------------------------------------------------------------------
 */
.profBox {
  margin: 8% auto 0;
  padding: 5%;
  border: solid 15px #fffa00;
  display: flex;
  justify-content: space-between;
}
.profPhoto {
  width: 25%;
}
.profText {
  width: 70%;
}
/**
 * --------------------------------------------------------------------------
 * contentMenu
 * --------------------------------------------------------------------------
 */
.contentMenuBox {
  position: relative;
}
.contentMenuTitle {
  position: absolute;
  bottom: -10px;
  left: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}
.contentMenuTitle span {
  background: #fffa00;
  padding: 20px;
}
/**
 * --------------------------------------------------------------------------
 * 思い出の写真募集
 * --------------------------------------------------------------------------
 */
.memoriesWrapper {
  background: url("../../img/content/top/campusguide1989p20.jpg") left top/cover;
  color: #fff;
  text-align: center;
}
.memoriesTitle {
  font-size: 3rem;
  margin-bottom: 20px;
}

.memoriesText {
}

.memoriesBtWrapper {
  margin-top: 5%;
}


/**
 * --------------------------------------------------------------------------
 * EVENT
 * --------------------------------------------------------------------------
 */
.eventColumnWrapper {
  margin-top: 10%;
  background: #fff;
  padding: 8%;
}
.eventColumnInner {
  display: flex;
  justify-content: space-between;
}
.eventColumnTitle {
  width: 30%;
}
.eventColumnInfo {
  width: 65%;
}
.eventTitle {
  font-size: 2vw;
  line-height: 1.4;
}
.eventTitleSub {
  font-size: 1.3vw;
  line-height: 1.4;
  margin-top: 10px;
}
.eventInfoText {
  font-size: 1.5rem;
  margin: 40px 0 0 0;
}
.eventBtWrapper {
  text-align: center;
  margin-top: 8%;
}


/**
 * --------------------------------------------------------------------------
 * tab
 * --------------------------------------------------------------------------
 */
.tabBt{
  position: relative;
  top: 1px;
  justify-content: space-between;
  margin: 100px 0 0 0;
}
.tabBt li{
  width: 24.9%;
}
.tabBt li a{
  font-size: max(1vw, 15px);
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  border-left:solid 1px #f5f5f5; 
}
.tabBt li.active a{
  background: #fff;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.tabArea {
  background: #fff;
  padding: 5%;
  border: solid 1px #ccc;
}
/**
 * --------------------------------------------------------------------------
 * modal
 * --------------------------------------------------------------------------
 */
.modalSection {
  padding: 5% 15% 0 15%;
  text-align: left;
}
.modalPlofBox {
  position: relative;
  width: 30%;
}
.modalCommentBox {
  width: 65%;
}
.modalCommentOnly {
  width: 65%;
  margin: 0 auto;
}

.modalJob {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 10px 0 20px 0;
}
.modalJob span {
  background-image: linear-gradient(to right, #0069b8, #0fae97);
  color: #fff;
  display: inline-block;
  overflow: hidden;
  padding: 0 5px;
  margin: 0;
}
.modalName {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin:0 0 5px 0;
}
.modalGakubu {
  font-size: 1.4rem;
  margin:0 0 40px 0;
}
.modalRead {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin: 0 0 20px 0;
  background-image: linear-gradient(90deg, #0069b8, #0fae97 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.modalImg {
  border-radius: 30px;
}
/**
 * --------------------------------------------------------------------------
 * interview
 * --------------------------------------------------------------------------
 */
.interviewThmb {
  margin: 0 0 20px 0;
}

.interviewJob {
  
}

.interviewTitle {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 5px 0 10px 0;
}

/**
 * --------------------------------------------------------------------------
 * タイトル
 * --------------------------------------------------------------------------
 */

.topSectionTitle {
	font-size: 3.5rem;
	line-height: 1;
	margin: 0 auto 80px;
}

/**
 * --------------------------------------------------------------------------
 * bnr
 * --------------------------------------------------------------------------
 */
 .bnrWrapper {
 margin-top: -130px; 
}
 .bnrWrapper .innerVox{
    width: 1200px;
    margin: 0 auto;
	padding: 0;
    position: relative;
    text-align:left;
}
.bnrList {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
/*偶数
.bnrListItem {
	width:49.5%;
	list-style-type: none;
	background: #fff;
	margin-bottom: 10px;
}
	.bnrListItem:nth-child(2n) {
		margin-right:0;
	}*/

.bnrListItem {
	width:32.5%;
	list-style-type: none;
	background: #fff;
	margin-bottom: 10px;
}

.bnrListItemImg {
	border: solid 5px #fff;
	position:relative;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
/**
 * --------------------------------------------------------------------------
 * topics
 * --------------------------------------------------------------------------
 */

.topicsWrapper {
	background: #f5f5f5;	
}
.button{
	text-align: center;
	margin-top: 20px;
}
.topicsList {
	display:flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.topicsListItem {
	width:32%;
	margin-right:2%;
	margin-bottom:45px;
	list-style-type: none;
}

	.topicsListItem a{
		text-decoration:none;
	}

.topicsListItemImg {
	position:relative;
}

.topicsListItemCat {
	position:absolute;
	top:10px;
	left:10px;
}

	.topicsListItemCat span{
		background:#fffa00;
		font-size:1.3rem;
		padding:5px 15px;
		border-radius:30px;
	}

.topicsListItemDate {
	font-size: 1.6rem;
  font-weight: 600;
	margin:15px 10px 0 10px;
}

.topicsListItemTitle {
	margin:0 10px 0 10px;
}

@media screen and (min-width: 767px) {

.topicsListItem:nth-child(3n) {
	margin-right:0;
}
}

/**
 * --------------------------------------------------------------------------
 * news
 * --------------------------------------------------------------------------
 */
.newsListWrapper {
}
.newsListWrapper .button{
	text-align: center;
	margin-top: 80px;
}

.newsList {
	padding: 0;
}
	.newsList li {
		list-style-type: none;
		padding: 20px 5px;
		border-top: solid 1px #dedede;
	}
		.newsList li:last-child {
			margin-bottom: 0;
			border-bottom: solid 1px #dedede;
		}
.newsListItem {
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
		padding: 0;
		text-decoration: none;
}
.newsListDate {
		width: 11%;
}
.newsListTitle {
    width: 89%;
}

.newsListTitle a {
	color: #18272F;
  position: relative;
  text-decoration: none;
}

.newsListTitle a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #18272F;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .4s ease-in-out;
}

.newsListTitle a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
/**
 * --------------------------------------------------------------------------
 * ループスライドイメージ
 * --------------------------------------------------------------------------
 */
.titleSlide {
	width: 100%;
  background-image: url("");
	background-size: auto 100%;
	height: 18vw;
	position: relative;
	animation: bgSlider 80s linear infinite;
}
.titleSlide.top {
  background-image: url("../../img/content/top/bgslide.jpg");
}


@keyframes bgSlider {
		from {
			background-position: 0 0;
		}
		to {
			background-position: -2000px 0;
		}
}
/**
 * --------------------------------------------------------------------------
 * ループスライドイメージ
 * --------------------------------------------------------------------------
 */
.titleSlide2 {
	width: 100%;
  background-image: url("");
	background-size: auto 100%;
	height: 18vw;
	position: relative;
	animation: bgSlider2 80s linear infinite;
}
.titleSlide2.top {
  background-image: url("../../img/content/top/bgslide2.jpg");
}


@keyframes bgSlider2 {
		from {
			background-position: 0 0;
		}
		to {
			background-position: 2000px 0;
		}
}


/**
 * --------------------------------------------------------------------------
 * filter
 * --------------------------------------------------------------------------
 */
.filterWrapper {
  display: flex;
  margin: 40px 0 30px 0;
}
.filterTitle {
  font-family: 'Gabarito', sans-serif;
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
  font-size: 2rem;
}

.filterListBox {
}

.filter-list {
  display: flex;
  padding: 0;
}
.filter-list li {
  margin: 0 10px 0 0;
  list-style-type: none;
  cursor: pointer;
  font-size: 1.3rem;
  white-space: nowrap;
}
.filter-list li span {
  background: #fff;
  display: block;
  padding: 5px 20px;
  border-radius: 50px;
}

.filter-list li.is-active span{
  background-image: linear-gradient(to right, #0069b8, #0fae97);
  color: #fff;
}
/**
 * --------------------------------------------------------------------------
 * link
 * --------------------------------------------------------------------------
 */

.linkWrapper {
}
.linkList {
	display:flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.linkListItem {
	width:32%;
	margin-right:2%;
	margin-bottom:45px;
	list-style-type: none;
}

.linkList .linkListItem:nth-child(3)  {
	margin-right:0;
}

.linkListItemImg {
	position:relative;
}

/**
 * --------------------------------------------------------------------------
 * slider
 * --------------------------------------------------------------------------
 */
.sliderWrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 768px) {

#mainVisualWrapper {
  position: relative;
  text-align: left;
}
.mvInnerVox {
  padding: 10% 0;
}
.mvLogoBox {
  width: 50px;
  top: 0;
  left: 10px;
  padding: 10px;
  z-index: 100;
}
.mvTitleBox {
}
.mvTitle {
  font-size: 2.2rem;
  line-height: 1.6;
  margin: 0 0 10px 0;
}
.mvTitleRead {
  font-size: 0.8rem;
}
  
.topIntroBox {
  text-align: left;
  margin: 30px auto 40px;
}
  
/**
 * --------------------------------------------------------------------------
 * topColumn
 * --------------------------------------------------------------------------
 */
.topColumnLarge {
  width: auto;
}
.topColumnSmall {
  width: auto;
  display: inherit;
  margin: 30px 0 30px 0;
}
/**
 * --------------------------------------------------------------------------
 * logo
 * --------------------------------------------------------------------------
 */
.profBox {
  margin: 5% auto 0;
  padding: 5%;
  border: solid 10px #fffa00;
  display: inherit;
}
.profPhoto {
  width: 70%;
  margin: 0 auto 8%;
}
.profText {
  width: auto;
}
/**
 * --------------------------------------------------------------------------
 * contentMenu
 * --------------------------------------------------------------------------
 */
.contentMenuBox {
}
.contentMenuTitle {
  position: inherit;
  bottom: 0;
  left: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.contentMenuTitle span {
  background: #fffa00;
  padding: 10px;
}
/**
 * --------------------------------------------------------------------------
 * tab
 * --------------------------------------------------------------------------
 */
.tabBt{
  margin: 40px 0 0 0;
}
.tabBt li a{
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  padding: 10px 0;
}
.tabArea {
  background: #fff;
  padding: 5%;
  border: solid 1px #ccc;
}
/**
 * --------------------------------------------------------------------------
 * modal
 * --------------------------------------------------------------------------
 */
.modalSection {
  padding: 10% 0 0 0;
}
.modalPlofBox {
  position: relative;
  width: 70%;
  margin: 0 auto 20px;
}
.modalCommentBox {
  width: auto;
  margin-bottom: 30px;
}
.modalCommentOnly {
  width: auto;
  margin: 0 auto;
}
.modalJob {
  font-size: 2rem;
  margin: 5px 0 10px 0;
}
.modalName {
  font-size: 1.5rem;
  margin:0 0 5px 0;
}
.modalGakubu {
  font-size: 1.3rem;
  margin:0 0 30px 0;
}
.modalRead {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin: 0 0 20px 0;
}


.modalImg {
  border-radius: 30px;
}
/**
 * --------------------------------------------------------------------------
 * interview
 * --------------------------------------------------------------------------
 */
.interviewThmb {
  margin: 0 0 20px 0;
}
.interviewTitle {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 5px 0 5px 0;
}
/**
 * --------------------------------------------------------------------------
 * タイトル
 * --------------------------------------------------------------------------
 */
.topSectionTitle {
	font-size: 2rem;
	margin: 0 auto 40px;
}
/**
 * --------------------------------------------------------------------------
 * 思い出の写真募集
 * --------------------------------------------------------------------------
 */
.memoriesWrapper {
}
.memoriesTitle {
  font-size: 2rem;
  margin-bottom: 20px;
}

.memoriesText {
}

.memoriesBtWrapper {
}
/**
 * --------------------------------------------------------------------------
 * bnr
 * --------------------------------------------------------------------------
 */
 .bnrWrapper {
 margin-top: -20px; 
}
 .bnrWrapper .innerVox{
    width: 90%;
}

.bnrList {
	display: inherit;
	}
.bnrListItem {
	width:auto;
	margin-bottom: 10px;
}
	.bnrListItem:nth-child(2n) {
	}
.bnrListItemImg {
	border: solid 3px #fff;
	position:relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/**
 * --------------------------------------------------------------------------
 * topics
 * --------------------------------------------------------------------------
 */

.topicsWrapper {
}
.topicsWrapper .button{
	margin-top: 0;
}
.topicsList {
}
.topicsListItem {
	width:49%;
	margin-right:2%;
	margin-bottom:20px;
}
	.topicsListItem:nth-child(2n) {
		margin-right:0;
	}
	.topicsListItem a{
	}
.topicsListItemImg {
}
.topicsListItemCat {
	top:5px;
	left:5px;
}
	.topicsListItemCat span{
		font-size:0.65rem;
		padding:3px 5px;
	}

.topicsListItemDate {
	font-size: 1.2rem;
	color: #1c5bd9;
	margin:10px 5px 0 5px;
}

.topicsListItemTitle {
	font-size:1.4rem;
	margin:5px 5px 0 5px;
}
/**
 * --------------------------------------------------------------------------
 * news
 * --------------------------------------------------------------------------
 */
.newsListWrapper {
}
.newsListWrapper .button{
	margin-top: 30px;
}
.newsList {
}
	.newsList li {
		padding: 10px 5px;
	}
.newsListItem {
	display: inherit;
}
.newsListDate {
    width: auto;

}
.newsListTitle {
    width: auto;
}
/**
 * --------------------------------------------------------------------------
 * ループスライドイメージ
 * --------------------------------------------------------------------------
 */
.titleSlide {
	height: 100px;
	animation: bgSlider 120s linear infinite;
}
.titleSlide2 {
	height: 100px;
	animation: bgSlider2 120s linear infinite;
}
/**
 * --------------------------------------------------------------------------
 * Modal
 * --------------------------------------------------------------------------
 */
.ModalSection {
  padding: 5%;
  overflow: scroll;
}
/**
 * --------------------------------------------------------------------------
 * filter
 * --------------------------------------------------------------------------
 */
.filterWrapper {
  justify-content: space-between;
  margin:20px 0 20px 0;
  }  
  
.filterTitle {
  margin: 0 15px 0 0;
  font-size: 1.5rem;
}

.filterListBox {
  width: 85%;
  overflow-x: scroll;
}

.filter-list {
}
.filter-list li {
  margin: 0 5px 0 0;
  font-size: 1.2rem;
}
.filter-list li span {
  padding: 5px 20px;
  border-radius: 50px;
}

.filter-list li.is-active span{
  background: #333;
  color: #fff;
}
/**
 * --------------------------------------------------------------------------
 * link
 * --------------------------------------------------------------------------
 */

.linkWrapper {
}
.linkList {
  display: inherit;
}
.linkListItem {
  width: 90%;
  margin: 0 auto 10px;
}
	.linkListItem:nth-child(2n) {
		margin-right:auto;
	}
	.linkListItem:nth-child(3n) {
		margin-right:auto!important;
	}

}