

@media screen and (min-width: 769px) {


	/*---------------------------------------
	 * Intro
	---------------------------------------*/

	.intro{
		margin: 0 0 90px;
	}
	.intro .inner{
		width: calc(100% - 40px);
		max-width:640px;
		margin: 0 auto;
	}
	.intro .inner .univ-logo{
		width: 167px;
		margin: 0 auto 20px;
	}
	.intro .inner .copy::before{
		content:"";
		display: block;
		width: 1px;
		height: 90px;
		background: #000000;
		margin: 0 auto 25px;
	}
	.intro .inner .copy{
		width: calc(100% - 80px);
		max-width: 531px;
		margin: 0 auto 40px;
	}
	.intro .inner .read{
		line-height: 2.2;
		font-size: 2rem;
		text-align: center;
		margin: 0 0 55px;
	}
	.intro .inner .flex-box{
		display: flex;
		justify-content: space-between;
	}
	.intro .inner .flex-box li{
		display: block;
		width: 48%;

	}
	/*
	.intro .inner .flex-box .btn span{
		display: inline-block;
		margin-left: 0.1em;
	}
	.btn.nihongo{
		background-color: #1f9eb9;
		border: 1px solid #1f9eb9;
	}
	.btn.rekishi{
		background-color: #d397b6;
		border: 1px solid #d397b6;
	}
	.btn.nihongo:hover{
		background-color: #FFFFFF;
		color: #1f9eb9 !important;
		background-image: url(../../assets/img/deco_btn_nihongo.png) !important;
	}
	.btn.rekishi:hover{
		background-color: #FFFFFF;
		color: #d397b6 !important;
		background-image: url(../../assets/img/deco_btn_rekishi.png) !important;
	}
	*/


	/*---------------------------------------
	 * Articles
	---------------------------------------*/

	.articles{
		margin-bottom: 40px;
	}
	.articles .article{
		display: block;
		width: 100%;
		height: 428px;
		background-color: rgba(31,47,74);
		position: relative;
		color: #FFFFFF;
		text-align: center;
		overflow: hidden;
	}
	.articles .article::before{
		content:"";
		width: 100%;
		height: 100%;
		background: rgba(31,47,74,.4);
		position: absolute;
		top:0;
		left:0;
		z-index: 1;
		opacity: 0;
		transition: opacity .3s;
	}
	.articles .article::after{
		content:"";
		display: block;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		background: transparent;
		border: 1px solid rgba(255,255,255,0.5);
		position: absolute;
		top:10px;
		left:10px;
		z-index: 2;
	}
	.articles .article figure{
		position: absolute;
		width: 100%;
		height: 100%;
		top:0;
		left: 0;
		z-index: 0;
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
		transition: transform .6s;

	}
	.articles .article .title-block{
		width: 100%;
		position: absolute;
		top: calc(50% + 50px);
		left: 50%;
		transform: translate(-50%,-50%);
		transition: top 0.4s ;
		z-index: 3;
	}

	.articles .article .title{
		font-size: 4rem;
		line-height: 1.2;
		margin: 0 0 20px;
	}
	.articles .article .title span{
		display: inline-block;
	}
	.articles .article .en{
		margin: 0 0 60px;
	}
	.articles .article .sub-title{
		max-width: 500px;
		font-size: 1.8rem;
		margin: 0 auto;
		position: absolute;
		top:50%;
		left: 50%;
		z-index: 4;
		transform: translate(-50%,+400%);
		opacity: 0;
		transition: opacity 0.4s, transform 0.4s;
	}
	.articles .article .sub-title span{
		display: block;
		background-image: url(../../assets/img/deco_subtitle.png);
		background-position: 93% 50%;
		background-repeat: no-repeat;
		background-size: 6px;
		/*
		opacity: 0;
		transition: opacity .2s;
		transition-delay: .6s;
		*/
	}
	.articles .article .sub-title::after{
		display: block;
		content:"";
		width: 0;
		height: 1px;
		background: #FFFFFF;
		margin: 15px auto;
		width: 500px;
	}


	/* Animation
	---------------------------------------*/

	.articles .article:hover::before{
		opacity: 1;
	}

	.articles .article:hover .title-block{
		top:50%;
	}
	.articles .article:hover .sub-title{
		opacity: 1;
		transform: translate(-50%,+150%);
	}
	.articles .article:hover figure{
		transform: scale(1.05);
		transform-origin: center;
	}


	/* 背景画像
	---------------------------------------*/

	.articles .article1 figure{
		background-image:url(../img/img_article-01.jpg);
	}
	.articles .article2 figure{
		background-image:url(../img/img_article-02.jpg);
	}
	.articles .article3 figure{
		background-image:url(../img/img_article-03.jpg);
	}
	.articles .article4 figure{
		background-image:url(../img/img_article-04.jpg);
	}
	.articles .article5 figure{
		background-image:url(../img/img_article-05.jpg);
	}
	.articles .article6 figure{
		background-image:url(../img/img_article-06.jpg);
	}
	.articles .article7 figure{
		background-image:url(../img/img_article-07.jpg);
	}



	/*---------------------------------------
	 * 学科
	---------------------------------------*/

	.subject{
		padding: 80px 0 0;
		width: 100%;
	}
	.subject .inner{
		width: calc(100% - 40px);
		max-width: 712px;
		margin: 0 auto;
		border-top: 3px solid #000000;
		padding: 40px 0 0;
	}
	.subject .title{
		font-size: 6.1rem;
		text-align: center;
		margin: 0 0 25px;
	}
	.subject .course{
		font-size: 1.4rem;
		text-align: center;
		margin: 0 0 40px;
		line-height: 1.6;
	}
	.subject .outline{
		font-size: 2.4rem;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 30px;
	}
	.subject dl{
		width: 100%;
		margin: 0 0 50px;
	}
	.subject dl dt{
		text-align: center;
		padding: 7px 0;
		color: #FFFFFF;
		background: #000000;
		margin: 0 0 20px;
	}
	.subject .skill li{
		border-bottom: 1px dotted #000000;
		padding: 15px 0;
		font-size: 1.8rem;
		background: url(../../assets/img/icon_check.svg) 0 50% no-repeat;
		background-size:30px;
		padding-left: 40px;
	}
	.subject .skill li{
		border-bottom: 1px dotted #000000;
		padding: 15px 0;
		font-size: 1.8rem;
		background: url(../../assets/img/icon_check.png) 0 50% no-repeat;
		background-size:30px;
		padding-left: 40px;
	}
	.subject .learning-point li{
		border-bottom: 1px dotted #000000;
		padding: 25px;
		font-size: 1.4rem;
		line-height: 1.4;
		background: url(../../assets/img/icon_pen.png) 0 50% no-repeat;
		background-size:30px;
		padding-left: 40px;
	}
	.subject .copy{
		font-size: 2.34rem;
		text-align: center;
		margin: 0 0 20px;
	}
	.subject .flex-box{
		display: flex;
		width: 100%;
	}
	.subject .flex-box .komidashi{
		font-size: 1.2rem;
		text-align: center;
		margin: 0 0 15px;
		position: relative;
	}
	.subject .flex-box .komidashi span{
		padding: 0 20px;
		background: #FFFFFF;
		position: relative;
		z-index: 1;
	}
	.subject .flex-box .komidashi.deco::after{
		content:"";
		display: block;
		width: 100%;
		height: 10px;
		border: 1px solid #282828;
		border-bottom:none;
		position: absolute;
		top:0.5em;
		z-index: 0;
	}
	.subject .flex-box .box1{
		width: 25%;
	}
	.subject.rekishi .flex-box .box1{
		width: 57.5%;
	}
	.subject .flex-box .box2{
		width: 5%;
		text-align: center;
		font-size: 3rem;
		vertical-align: middle;
		position: relative;
		top:37px;
	}
	.subject .flex-box .box3{
		width: 70%;
	}
	.subject.rekishi .flex-box .box3{
		width: 37.5%;
	}
	.subject table{
		width: 100%;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.subject table td{
		border: 1px solid #000000;
		text-align: center;
		padding: 15px 0;
	}


	/* 日本語日本文学科 色
	---------------------------------------*/

	.subject.nihongo .inner,
	.subject.nihongo .skill li,
	.subject.nihongo .learning-point li,
	.subject.nihongo table td{
		border-color: #1f9eb9;
	}
	.subject.nihongo dl dt{
		background: #1f9eb9;
	}
	.subject.nihongo .title span,
	.subject.nihongo .course,
	.subject.nihongo .copy,
	.subject.nihongo table{
		color: #1f9eb9;
	}


	/* 日本語日本文学科 色
	---------------------------------------*/

	.subject.rekishi .inner,
	.subject.rekishi .skill li,
	.subject.rekishi table td{
		border-color: #cd89ac;
	}
	.subject.rekishi dl dt{
		background: #cd89ac;
	}
	.subject.rekishi .title span,
	.subject.rekishi .course,
	.subject.rekishi .copy,
	.subject.rekishi table{
		color: #cd89ac;
	}


	/*---------------------------------------
	 * Document
	---------------------------------------*/

	.document {
		padding: 0 0 80px;
	}
	.document .inner{
		width: calc(100% - 40px);
		max-width: 712px;
		margin: 0 auto 0;
	}
	.document .inner a{
		width: 48%;
		margin: 0 auto;
	}
	/*
	.document .inner .btn{
		display: block;
		width: 312px;
		padding: 20px 0;
		margin: 0 auto;
		color: #FFFFFF;
		text-align: center;
		font-size: 1.3rem;
		background-image: url(../../assets/img/deco_subtitle.png);
		background-position: 93% 50%;
		background-repeat: no-repeat;
		background-size: 6px;
		background-color: #a11c20;
		border: 1px solid #a11c20;
		box-sizing: border-box;
		transition: background-color .2s;
	}
	.document .inner .btn:hover{
		background-color: #FFFFFF;
		color: #a11c20;
		background-image: url(../../assets/img/deco_subtitle_on.png);
	}
	*/

}

@media screen and (max-width: 768px) {

	/*---------------------------------------
	 * Intro
	---------------------------------------*/

	.intro{
		margin: 0 0 16vw;
	}
	.intro .inner{
		width: calc(100% - 10.667vw);
		margin: 0 auto;
	}
	.intro .inner .univ-logo{
		width: 26.667vw;
		margin: 0 auto 5.333vw;
	}
	.intro .inner .copy::before{
		content:"";
		display: block;
		width: 0.267vw;
		height: 10.667vw;
		background: #000000;
		margin: 4vw auto 5.333vw;
	}
	.intro .inner .copy{
		width: calc(100% - 10.667vw);
		margin: 0 auto 20px;
	}
	.intro .inner .read{
		line-height: 2;
		font-size: 3.467vw;
		text-align: center;
		margin: 0 0 6.667vw;
	}
	.intro .inner .flex-box{
		display: flex;
		justify-content: space-between;
	}
	.intro .inner .flex-box li{
		display: block;
		width: 49%;
		/*
		text-align: center;
		padding: 1.333vw 0;
		background-image: url(../../assets/img/deco_btn.png);
		background-position:  right 2.667vw center;
		background-repeat: no-repeat;
		background-size: 2.133vw;
		color: #FFFFFF;
		font-size: 3.2vw;
		line-height: 1.4;
		letter-spacing: 0.267vw;
		transition: background-color .2s;
		*/
	}
	.intro .inner .flex-box .btn span{
		display: block;
	}
	/*
	.btn.nihongo{
		background-color: #1f9eb9;
	}
	.btn.rekishi{
		background-color: #d397b6;
	}
	.btn.nihongo:hover{
		background-color: #08b5d9;
	}
	.btn.rekishi:hover{
		background-color: #e988c3;
	}
	*/

	/*---------------------------------------
	 * Articles
	---------------------------------------*/

	.articles{
		margin-bottom: 5.333vw;
	}

	.articles .article{
		display: block;
		width: 100%;
		height: 57.067vw;
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #000000;
		position: relative;
		color: #FFFFFF;
		text-align: center;
	}
	.articles .article::before{
		content:"";
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.4);
		position: absolute;
		top:0;
		left:0;
		z-index: 1;
		opacity: 0;
		transition: opacity .3s;
	}
	.articles .article::after{
		content:"";
		display: block;
		width: calc(100% - 5.333vw);
		height: calc(100% - 5.333vw);
		background: transparent;
		border: 1px solid rgba(255,255,255,0.5);
		position: absolute;
		top:2.667vw;
		left:2.667vw;
		z-index: 2;
	}
	.articles .article .title-block{
		width: 100%;
		position: absolute;
		top: calc(50% + 10.667vw);
		left: 50%;
		transform: translate(-50%,-50%);
		transition: top 0.4s ;
		z-index: 3;
	}

	.articles .article .title{
		font-size: 5.333vw;
		line-height: 1.2;
		margin: 0 0 2.667vw;
	}
	.articles .article .title span{
		display: inline-block;
	}
	.articles .article .en{
		font-size: 2.667vw;
		margin: 0 0 16vw;
	}
	.articles .article .sub-title{
		display: none;
		/*
		max-width: 133.333vw;
		font-size: 4.8vw;
		margin: 0 auto;
		position: absolute;
		top:50%;
		left: 50%;
		z-index: 4;
		transform: translate(-50%,+400%);
		opacity: 0;
		transition: opacity 0.4s, transform 0.4s;
		*/
	}
	/*
	.articles .article .sub-title span{
		display: block;
		background-image: url(../../assets/img/deco_subtitle.png);
		background-position: 93% 50%;
		background-repeat: no-repeat;
		background-size: 1.6vw;
	}
	.articles .article .sub-title::after{
		display: block;
		content:"";
		width: 0;
		height: 0.267vw;
		background: #FFFFFF;
		margin: 4vw auto;
		width: 133.333vw;
	}
	*/


	/* Animation
	---------------------------------------*/
	/*
	.articles .article:hover::before{
		opacity: 1;
	}

	.articles .article:hover .title-block{
		top:50%;
	}
	.articles .article:hover .sub-title{
		opacity: 1;
		transform: translate(-50%,+150%);
	}
	*/

	/* 背景画像
	---------------------------------------*/

	.articles .article1{
		background-image:url(../img/img_article-01.jpg);
	}
	.articles .article2{
		background-image:url(../img/img_article-02.jpg);
	}
	.articles .article3{
		background-image:url(../img/img_article-03.jpg);
	}
	.articles .article4{
		background-image:url(../img/img_article-04.jpg);
	}
	.articles .article5{
		background-image:url(../img/img_article-05.jpg);
	}
	.articles .article6{
		background-image:url(../img/img_article-06.jpg);
	}
	.articles .article7{
		background-image:url(../img/img_article-07.jpg);
	}



	/*---------------------------------------
	 * 学科
	---------------------------------------*/

	.subject{
		padding: 10.667vw 0 0;
		width: 100%;
	}
	.subject .inner{
		width: calc(100% - 10.667vw);
		margin: 0 auto;
		border-top: 0.8vw solid #000000;
		padding: 5.333vw 0 0;
	}
	.subject .title{
		font-size: 8.267vw;
		letter-spacing: 0.533vw;
		text-align: center;
		margin: 0 0 4vw;
	}
	.subject .course{
		font-size:2.667vw;
		line-height: 1.6;
		text-align: center;
		margin: 0 0 5.333vw;
	}
	.subject .outline{
		font-size: 4.267vw;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 4vw;
	}
	.subject dl{
		width: 100%;
		margin: 0 0 6.667vw;
	}
	.subject dl dt{
		text-align: center;
		padding: 1.867vw 0;
		color: #FFFFFF;
		background: #000000;
		margin: 0 0 4vw;
	}
	.subject .skill li{
		border-bottom: 1px dotted #000000;
		color: #1f2f4a;
		padding: 2.667vw 0 1.867vw;
		line-height: 1.6;
		text-align: justify;
		background: url(../../assets/img/icon_check.png) 0 50% no-repeat;
		background-size:5.333vw;
		padding-left: 8vw;
	}
	.subject .learning-point li{
		border-bottom: 1px dotted #000000;
		color: #1f2f4a;
		padding: 4vw 0;
		line-height: 1.4;
		text-align: justify;
		background: url(../../assets/img/icon_pen.png) 0 50% no-repeat;
		background-size:5.333vw;
		padding-left: 8vw;
	}
	.subject .copy{
		font-size: 3.733vw;
		text-align: center;
		margin: 0 0 4vw;
	}
	.subject .flex-box{
		width: 100%;
	}
	.subject .flex-box .komidashi{
		font-size: 3.2vw;
		text-align: center;
		margin: 0 0 4vw;
		position: relative;
	}
	.subject .flex-box .komidashi span{
		padding: 0 5.333vw;
		background: #FFFFFF;
		position: relative;
		z-index: 1;
	}
	.subject .flex-box .komidashi.deco::after{
		content:"";
		display: block;
		width: 100%;
		height: 2.667vw;
		border: 0.267vw solid #282828;
		border-bottom:none;
		position: absolute;
		top:0.5em;
		z-index: 0;
	}
	.subject .flex-box .box1{

	}
	.subject.rekishi .flex-box .box1{

	}
	.subject .flex-box .box2{

		text-align: center;
		font-size: 4vw;
		vertical-align: middle;
		margin: 1.333vw 0;

	}
	.subject .flex-box .box3{

	}
	.subject.rekishi .flex-box .box3{

	}
	.subject table{
		width: 100%;
		font-size: 2.933vw;
		line-height: 1.4;
	}
	.subject table td{
		border: 0.267vw solid #000000;
		text-align: center;
		padding: 2.667vw 0;
	}
	.subject table.sp-block td{
		display: block !important;
		width: 100% !important;
		margin: 0 0 -0.267vw;
		box-sizing: border-box;
	}


	/* 日本語日本文学科 色
	---------------------------------------*/

	.subject.nihongo .inner,
	.subject.nihongo .skill li,
	.subject.nihongo .learning-point li,
	.subject.nihongo table td{
		border-color: #1f9eb9;
	}
	.subject.nihongo dl dt{
		background: #1f9eb9;
	}
	.subject.nihongo .title span,
	.subject.nihongo .course,
	.subject.nihongo .copy,
	.subject.nihongo table{
		color: #1f9eb9;
	}


	/* 日本語日本文学科 色
	---------------------------------------*/

	.subject.rekishi .inner,
	.subject.rekishi .skill li,
	.subject.rekishi table td{
		border-color: #cd89ac;
	}
	.subject.rekishi dl dt{
		background: #cd89ac;
	}
	.subject.rekishi .title span,
	.subject.rekishi .course,
	.subject.rekishi .copy,
	.subject.rekishi table{
		color: #cd89ac;
	}


	/*---------------------------------------
	 * Document
	---------------------------------------*/

	.document {
		padding: 5.333vw 0 16vw;
	}
	.document .inner{
		width: calc(100% - 10.667vw);
		margin: 0 auto 0;
	}
	.document .inner .btn{
		display: block;
		width: 62.4vw;
		margin: 0 auto;
		/*
		padding: 4vw 0;
		margin: 0 auto;
		color: #FFFFFF;
		text-align: center;
		font-size: 3.2vw;
		background-image: url(../../assets/img/deco_subtitle.png);
		background-position: 93% 50%;
		background-repeat: no-repeat;
		background-size: 1.6vw;
		background-color: #a11c20;
		transition: background-color .2s;
		*/
	}
	/*
	.document .inner .btn:hover{
		background-color: #ba0608;
	}
	*/

}
