@charset "utf-8";
/*
 * ==========================================================================
 * 
 * [top]
 * 
 * ==========================================================================
 */
#mainVisualWrapper {
  position: relative;
  text-align: left;
}
.mvInnerVox {
  margin: 80px auto 0;
  height: 50vw;
  position: relative;
}
.mvLogoBox {
  position: absolute;
  width: 12vw;
  top: 20px;
  left: 20px;
  z-index: 100;
}
.mvTitleBox {
  position: absolute;
  top: 27vw;
  left: 8vw;
}
.mvTitle {
  font-weight: 500;
  font-size: 3.5vw;
  line-height: 1.4;
  letter-spacing:0.15em;
  text-align: left;
  margin: 0 0 35px 0;
}
.mvTitleRead {
  font-size: 1.5vw;
  letter-spacing:0.1em;
  /*color: #0031ff;*/
  font-weight: 600;
}
.mvTitleText {
  font-size: 1vw;
  font-weight: 700;
}
.mv01 {
  position: absolute;
  top: 0;
  left: -0.625rem;
  width: 36vw;
  z-index: 10;
}
.mv02 {
  position: absolute;
  top: 17vw;
  left: 44vw;
  width: 23vw;
}
.mv03 {
  position: absolute;
  top: -50px;
  right: 9vw;
  width: 25vw;
}
.mv04 {
  position: absolute;
  top: 38vw;
  right: -0.625rem;
  width: 27vw;
}
.mv05 {
  position: absolute;
  top: -85px;
  left: 33vw;
  width: 18vw;
}

.topIntroBox {
  text-align: center;
  margin: 40px auto 80px;
  line-height: 2;
}


/**
 * --------------------------------------------------------------------------
 * topColumn
 * --------------------------------------------------------------------------
 */
.topColumnLarge {
  width: 65%;
}
.topColumnSmall {
  width: 35%;
  display: flex;
  align-items: center;
}
/**
 * --------------------------------------------------------------------------
 * campus
 * --------------------------------------------------------------------------
 */
.campusIndexBox {
  display: flex;
  justify-content: space-between;
  margin-top: 10vw;
}
.campusIndexRead {
  font-size: 2rem;
  font-weight: 700;
  color: #0275fd;
}
.campusIndexTitle {
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.campusIndexText {
  margin: 0 0 50px 0;
}

.campusIndexLink {
}

/**
 * --------------------------------------------------------------------------
 * 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;
}

.tabAreaRead {
  font-size: max(1.1vw, 15px);
  font-weight: 700;
  letter-spacing: 0.15em;
}

.tabAreaPointBox {
  display: flex;
  margin: 0 0 100px;
}

.tabAreaPointIcn {
  width: 120px;
  margin: 0 30px 0 0;
}
.tabAreaPointText {
  display: flex;
  align-self: center;
}

.tabAreaTitle {
  font-size: max(1vw, 15px);
  font-weight: 700;
  letter-spacing: 0.2em;
  background-image: linear-gradient(to right, #0069b8, #0fae97);
  color: #fff;
  padding: 10px 20px;
  margin: 50px 0 20px 0;
}

.tabAreaList,.tabAreaList2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.tabAreaList li{
  width: 20%;
  list-style-type: none;
}
.tabAreaList2 li{
  width: 25%;
  list-style-type: none;
}

.tabAreaSuppBox {
  background: #f5f5f5;
  padding: 5%;
  margin: 50px 0 0 0;
}
.tabAreaSuppTitle {
  font-size: max(1vw, 15px);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 0 20px 0;
}
.teacherResultPref {
  font-size: max(1.2vw, 15px);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 40px 0 0 0;
}
.teacherResult{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-size: max(5.5vw, 20px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: 0 0 40px 0;
}
.teacherResult span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: max(2vw, 15px);
}
/**
 * --------------------------------------------------------------------------
 * 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: 8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	line-height: 1;
	margin: 0 auto 100px;
}

/**
 * --------------------------------------------------------------------------
 * 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;	
}
.topicsWrapper .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:#1c5bd9;
		color:#fff;
		font-size:0.8rem;
		padding:5px 15px;
		border-radius:30px;
	}

.topicsListItemDate {
	font-size: 1.5rem;
	color: #1c5bd9;
	margin:15px 10px 0 10px;
}

.topicsListItemTitle {
	font-size:1.8rem;
	margin:10px 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(/ad/lp/campus/css/content/"");
	background-size: auto 100%;
	height: 400px;
	position: relative;
	animation: bgSlider 80s linear infinite;
}
.titleSlide.tokai {
  background-image: url("/ad/lp/campus/tokai/img/bgslide.jpg");
}
.titleSlide.mihama {
  background-image: url("/ad/lp/campus/mihama/img/bgslide.jpg");
}

.titleSlide.handa {
  background-image: url("/ad/lp/campus/handa/img/bgslide.jpg");
}

@keyframes bgSlider {
		from {
			background-position: 0 0;
		}
		to {
			background-position: -3615px 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 {
  margin: 50px auto 0;
  height: 120vw;
}
.mvLogoBox {
  width: 130px;
  top: 10px;
  left: 10px;
  z-index: 100;
}
.mvTitleBox {
  position: absolute;
  top: 46vw;
  left: 7vw;
}
.mvTitle {
  font-size: 2.4rem;
  line-height: 1.6;
  margin: 0 0 10px 0;
}
.mvTitleRead {
  font-size: 1.2rem;
}
.mvTitleText {
  font-size: 1vw;
  font-weight: 700;
}
.mv01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 58vw;
  z-index: 10;
}
.mv02 {
  position: absolute;
  top: 70vw;
  left: 60vw;
  width: 33vw;
  z-index: 10;
}
.mv03 {
  position: absolute;
  top: 30vw;
  right: 0;
  width: 35vw;
}
.mv04 {
  position: absolute;
  top: 94vw;
  right: auto;
  left: 5vw;
  width: 32vw;
}
.mv05 {
  position: absolute;
  top: -30px;
  left: 54vw;
  width: 31vw;
}
  
.topIntroBox {
  text-align: left;
  margin: 30px auto 40px;
}
  
/**
 * --------------------------------------------------------------------------
 * topColumn
 * --------------------------------------------------------------------------
 */
.topColumnLarge {
  width: auto;
}
.topColumnSmall {
  width: auto;
  display: inherit;
  margin: 30px 0 30px 0;
}
/**
 * --------------------------------------------------------------------------
 * campus
 * --------------------------------------------------------------------------
 */
.campusIndexBox {
  display: inherit;
  margin-top: 10vw;
}
.campusIndexRead {
  font-size: 1.4rem;
  text-align: center;
}
.campusIndexTitle {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 15px 0;
}
.campusIndexText {
  text-align: left;
  margin: 0 0 30px 0;
}
  
.campusIndexLink {
  text-align: right;
}

/**
 * --------------------------------------------------------------------------
 * 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;
}

.tabAreaRead {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.tabAreaPointBox {
  display: flex;
  margin: 5% 0 ;
}

.tabAreaPointIcn {
  width: 15%;
  margin: 0 5% 0 0;
}
.tabAreaPointText {
  width: 80%;
  }

.tabAreaTitle {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  margin: 30px 0 20px 0;
}

.tabAreaList,.tabAreaList2 {
  justify-content: space-between;
}
.tabAreaList li{
  width: 48%;
}
.tabAreaList2 li{
  width: 100%;
  font-size: 1.2rem;
}

.tabAreaSuppBox {
  padding: 20px;
  margin: 30px 0 0 0;
}
.tabAreaSuppTitle {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
}
.teacherResultPref {
  font-size: max(1.2vw, 15px);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 40px 0 0 0;
}
.teacherResult{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-size: max(5.5vw, 20px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: 0 0 40px 0;
}
.teacherResult span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: max(2vw, 15px);
}
/**
 * --------------------------------------------------------------------------
 * modal
 * --------------------------------------------------------------------------
 */
.modalSection {
  padding: 0;
}
.modalPlofBox {
  position: relative;
  width: 70%;
  margin: 0 auto 20px;
}
.modalCommentBox {
  width: auto;
}
.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: 2.5rem;
	margin: 0 auto 40px;
}
/**
 * --------------------------------------------------------------------------
 * 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: 0.8rem;
	color: #1c5bd9;
	margin:10px 5px 0 5px;
}

.topicsListItemTitle {
	font-size:0.8rem;
	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: 150px;
	animation: bgSlider 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;
	}

}