@charset "UTF-8";
/*====================================================================

	キャンパスガイドツアー

====================================================================*/
.section_campus_guide_tour {}
.section_campus_guide_tour p {
	text-align: justify;
	text-justify: inter-ideograph; /*IE*/
}
.js-fadeIn,
.js-fadeInDown,
.js-fadeInUp,
.js-fadeInLeft {
	opacity: 0;
}
/* PC小*/
@media screen and (max-width: 1400px) {

}/* for pc(mini) max-width: 1400px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {

}/* for SP max-width: 800px */

/*====================================================================

	ページコピー

====================================================================*/
.campus_life_page .page_copy {
	text-align: center;
	margin-bottom: -10px;
}
.campus_life_page .page_copy .title {
	position: relative;
	display: inline;
	font-size: 36px;
	font-weight: bold;
	padding: 0 10px;
}
.campus_life_page .page_copy .title + p {
	text-align: left;
	margin-top: 30px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.campus_life_page .page_copy .title {
	font-size: 5.0vw;
	padding: 0;
}
.campus_life_page .page_copy .title + p {
	margin-top: 15px;
}
}/* for SP max-width: 800px */

/*===============================================================
	
	バナー
	
===============================================================*/
.section_banner {
	position: relative;
	background: #fff;
	z-index: 1;
}
.section_banner.bg_color_lightgray {
	background: #ebeeee;
}
.section_banner .howto_list_head{
	margin: 60px auto 20px;
	text-align: center;
}
.section_banner .howto_list_head .under_marker{
	display: inline;
	font-size:20px;
	font-weight: bold;
	background: linear-gradient(transparent 65%, #ffe200 0%);
}
/* キャンパスガイドツアー */
.section_banner .campus_guide_tour_banner a {
	color: #000;
	position: relative;
	display: block;
	height: 400px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background:#0068b7;
	background-size: 100% auto;
	overflow: hidden;
	padding: 10px 0;
	transition: .2s;
}
.section_banner.top .campus_guide_tour_banner a {
	margin-bottom: 50px;
}
.section_banner .campus_guide_tour_banner a:hover {
	color: #000;
	text-decoration: none;
	opacity: 1;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.section_banner .campus_guide_tour_banner a:hover img {
	opacity: 1;
}
.section_banner .campus_guide_tour_banner ul.bg {
	position: relative;
	display: flex;
	height: 100%;
}
.section_banner .campus_guide_tour_banner ul.bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	z-index: 1;
}
.section_banner .campus_guide_tour_banner ul.bg li {
	width: 25%;
	height: 100%;
}
.section_banner .campus_guide_tour_banner ul.bg li.studio {
	background: url("/campus_life/common/images/campus_guide_tour/studio_line1_thumb_photo.jpg") no-repeat center;
	background-size: cover;
}
.section_banner .campus_guide_tour_banner ul.bg li.hall {
	background: url("/campus_life/common/images/campus_guide_tour/hall_main_photo.jpg") no-repeat center;
	background-size: cover;
}
.section_banner .campus_guide_tour_banner ul.bg li.library {
	background: url("/campus_life/common/images/campus_guide_tour/library_line1_thumb_photo.jpg") no-repeat center;
	background-size: cover;
}
.section_banner .campus_guide_tour_banner ul.bg li.terrace {
	background: url("/campus_life/common/images/campus_guide_tour/terrace_main_photo.jpg") no-repeat center;
	background-size: cover;
}
.section_banner .campus_guide_tour_banner a .content_width {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	/*background: #f00;*/
	transform: translateX(-50%);
	z-index: 10;
}
.section_banner .campus_guide_tour_banner a .content_width:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	-webkit-transform: translate(-20px, -50%) rotate(-45deg);
	transform: translate(-20px, -50%) rotate(-45deg);
	z-index: 10;
	transition: .4s;
}
.section_banner .campus_guide_tour_banner a:hover .content_width:after {
	-webkit-transform: translate(0px, -50%) rotate(-45deg);
	transform: translate(0px, -50%) rotate(-45deg);
}
.section_banner .campus_guide_tour_banner a .content_width .title_wrp {
	position: relative;
	width: 360px;
	overflow: hidden;
	margin: 20px auto;
}
.section_banner .campus_guide_tour_banner a .content_width .title_wrp .caption {
	position: absolute;
	top: 18%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
}
.section_banner .campus_guide_tour_banner a .inner .title_wrp .caption p {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0 auto;
}
.section_banner .campus_guide_tour_banner a .content_width .title_wrp .caption p:before {
	display: inline-block;
	content: "";
	width: 2px;
	height: 1.6rem;
	background: #000;
	-webkit-transform: rotate(-30deg);
	-webkit-transform-origin: right bottom;
	transform: rotate(-30deg);
	transform-origin: 400% 50%;
	margin-right: 2rem;
}
.section_banner .campus_guide_tour_banner a .content_width .title_wrp .caption p:after {
	display: inline-block;
	content: "";
	width: 2px;
	height: 1.6rem;
	background: #000;
	-webkit-transform: rotate(30deg);
	-webkit-transform-origin: left bottom;
	transform: rotate(30deg);
	transform-origin: -400% 50%;
	margin-left: 2rem;
}
.section_banner .campus_guide_tour_banner a:hover .content_width .title_wrp .circle {
	z-index: 0;
}
.section_banner .campus_guide_tour_banner a .content_width .title_wrp .title {
	position: absolute;
	width:83%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: -20px 0 0;
	z-index: 10;
}
.section_banner .campus_guide_tour_banner a .content_width .title_wrp .school {
	position: absolute;
	bottom:3%;
	left: 50%;
	width: 36%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
}
.section_banner .campus_guide_tour_banner a .content_width .student01 {
	position: absolute;
	bottom: 0;
	right: 14.682243%;
	width: 163px;
	z-index: 10;
}
.section_banner .campus_guide_tour_banner a .content_width .student02 {
	position: absolute;
	top: 25px;
	left: 15.682243%;
	width: 110px;
	z-index: 10;
}
.section_banner .flex_container .item a {
	display: block;
/*	box-shadow: 5px 5px 0 0 rgba(0, 0, 0, .1);*/
	transition: .2s;
}
.section_banner .flex_container .item a:hover {
/*
	box-shadow: 10px 10px 0 0 rgba(0, 0, 0, .1);
	-webkit-transform: translate(-5px, -5px);
	transform: translate(-5px, -5px);
*/
	transform:scale(1.02);
}
.section_banner .item:nth-child(-n+2) {
	margin-top: 0;
}
.section_banner .circle .item:nth-child(-n+2) {
	margin-top: 30px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
	.section_banner .howto_list_head{
		margin:8vw auto 5vw;
	}
	.section_banner .howto_list_head .marker{
		display: inline;
		font-size:4.5vw;
	}
/* キャンパスガイドツアー */
.section_banner .campus_guide_tour_banner a {
	height: 60vw;
	padding: 5px 0;
	margin-bottom: 0;
}
.section_banner.top .campus_guide_tour_banner a {
	margin-top: 20px;
}
.section_banner .campus_guide_tour_banner ul.bg {
	flex-wrap: wrap;
}
.section_banner .campus_guide_tour_banner ul.bg li {
	width: 50%;
	height: 50%;
}
.section_banner .campus_guide_tour_banner a .content_width {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 0;
	transform: none;
}
.section_banner .campus_guide_tour_banner a .content_width:after {
	width: 4vw;
	height: 4vw;
	border-right: 1vw solid #fff;
	border-bottom: 1vw solid #fff;
	-webkit-transform: translate(-5vw, -50%) rotate(-45deg);
	transform: translate(-5vw, -50%) rotate(-45deg);
}
.section_banner .campus_guide_tour_banner a:hover .content_width:after {
	-webkit-transform: translate(-4vw, -50%) rotate(-45deg);
	transform: translate(-4vw, -50%) rotate(-45deg);
}
.section_banner .campus_guide_tour_banner a .content_width .title_wrp {
	width: 52vw;
	margin: 4vw auto;
}
.section_banner .campus_guide_tour_banner a .content_width .title_wrp .caption {
	top: 14.67%;
}
.section_banner .campus_guide_tour_banner a .content_width .title_wrp .caption p {
	font-size: 2vw;
}
.section_banner .campus_guide_tour_banner a .content_width .title_wrp .caption p:before {
	width: 1px;
	height: 1.0rem;
	margin-right: 1rem;
}
.section_banner .campus_guide_tour_banner a .content_width .title_wrp .caption p:after {
	width: 1px;
	height: 1.0rem;
	margin-left: 1rem;
}
.section_banner .campus_guide_tour_banner a .content_width .title_wrp .title {
	margin: -2.666666666666667vw 0 0;
}
.section_banner .campus_guide_tour_banner a .content_width .student01 {
	right: 4vw;
	width: 27.466666666666667vw;
}
.section_banner .campus_guide_tour_banner a .content_width .student02 {
	bottom: 0;
	left: 6vw;
	width: 16.333333vw;
}
.section_banner .item:nth-child(2) {
	margin-top: 3vw;
}
.section_banner .circle .item:nth-child(-n+2) {
	margin-top: 3vw;
	
}
}/* for SP max-width: 800px */

/*===============================================================
	
	フッターメニューバナー
	
===============================================================*/
.section_footer_menu {}
.section_footer_menu ul {
	margin-top: -25px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_footer_menu ul {
	margin-top: -3vw;
}
}/* for SP max-width: 800px */




/*===============================================================
	
	hode
	
===============================================================*/
.hoge {}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {

}/* for SP max-width: 800px */
