@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc01 .text01 > .text01_01{
	width: 152px;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .text01 > .text01_01{
		width: 76px;
		margin: 0 0 9px;
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
.contents01 .contents01_01{
	width: 1000px;
	height: auto;
	padding: 0 0 167px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 100%;
		padding: 0 0 95px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 45px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		margin: 0 auto 45px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
		width: 92%;
		max-width: 315px;
		margin: 0 auto 43px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01{
	width: 108px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .link01{
	width: 100%;
	height: auto;
	margin: 0;
	border-bottom: 1px solid #AFAFAF;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .link01{
		justify-content: space-between;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .link01 > a{
	width: 100%;
	height: auto;
	padding: 0 0 7px 10px;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .link01 > a{
		width: auto;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .link01 > .item01{
	width: 12px;
	height: 12px;
	margin: 0;
	display: block;
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	transition: all .5s;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .link01 > .item01{
		width: 33px;
		height: 33px;
		margin: 0 0 0 5px;
		position: relative;
		bottom: auto;
		left: 0;
		right: auto;
		cursor: pointer;
	}
}
@media only screen and (min-width: 768px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01:hover > .link01 > .item01{
		-webkit-transform: rotateZ(180deg);
		transform: rotateZ(180deg);
		transition: all .5s;
	}
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .link01 > .item01.active{
		-webkit-transform: rotateZ(180deg);
		transform: rotateZ(180deg);
		transition: all .5s;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .link01 > .item01::before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #A4C7E3;
	border-radius: calc(2px / 2);
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .link01 > .item01::before{
		width: 12px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .link01 > .item01::after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #A4C7E3;
	border-radius: calc(2px / 2);
	opacity: 1;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 1;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .link01 > .item01::after{
		width: 12px;
	}
}
@media only screen and (min-width: 768px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01:hover > .link01 > .item01::after{
		opacity: 0;
		transition: all .5s;
	}
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .link01 > .item01.active::after{
		opacity: 0;
		transition: all .5s;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01{
	width: 100%;
	height: auto;
	padding: 34px 0 0;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
	z-index: 1;
}
@media only screen and (min-width: 768px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01{
		visibility: hidden;
		opacity: 0;
		animation: tooltipShow2 0.3s linear 0s;
	}
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01:hover .contents01_01_01_01_01_01{
		visibility: visible;
		opacity: 1;
		animation: tooltipShow 0.3s linear 0s;
	}
	/*ナビアニメーション(ドロップダウン)指示*/
	@keyframes tooltipShow{
		from{
			-webkit-transform: translateY(-10px);
			-moz-transform: translateY(-10px);
			-ms-transform: translateY(-10px);
			-o-transform: translateY(-10px);
			transform: translateY(-10px);
		}
		to{
			-webkit-transform: translateY(0px);
			-moz-transform: translateY(0px);
			-ms-transform: translateY(0px);
			-o-transform: translateY(0px);
			transform: translateY(0px);
		}
	}
	@keyframes tooltipShow2{
		from{
			opacity: 1;
			-webkit-transform: translateY(0px);
			-moz-transform: translateY(0px);
			-ms-transform: translateY(0px);
			-o-transform: translateY(0px);
			transform: translateY(0px);
		}
		to{
			opacity: 0;
			-webkit-transform: translateY(-10px);
			-moz-transform: translateY(-10px);
			-ms-transform: translateY(-10px);
			-o-transform: translateY(-10px);
			transform: translateY(-10px);
		}
	}
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01{
		display: none;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 > .link01{
	width: 100%;
	height: auto;
	padding: 7px 0 7px 10px;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((50/1000)*1em);
	color: #AFAFAF;
	border-bottom: 1px solid #AFAFAF;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .contents01_01_01_01_01_01 > .link01:hover{
	color: #333333;
	opacity: 1;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .contents01_01_01_02_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	overflow-x: scroll;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .contents01_01_01_02_01 .contents01_01_01_02_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .contents01_01_01_02_01 .contents01_01_01_02_01_01{
		width: auto;
		padding: 0 calc((100% - 345px) / 2);
		flex-shrink: 0;
	}
}
@media only screen and (max-width: 374px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .contents01_01_01_02_01 .contents01_01_01_02_01_01{
		padding: 0 calc((100% - 92%) / 2);
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .contents01_01_01_02_01 .contents01_01_01_02_01_01 > .link01{
	width: auto;
	height: auto;
	padding: 0 35px 7px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #333333;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
	flex-shrink: 0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .contents01_01_01_02_01 .contents01_01_01_02_01_01 > .link01:nth-of-type(1){
	margin-left: 0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .contents01_01_01_02_01 .contents01_01_01_02_01_01 > .link01.active{
	border-bottom: 1px solid #0064B0;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .contents01_01_01_02_01 .contents01_01_01_02_01_01 > .link01 > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	color: #AFAFAF;
	letter-spacing: calc((50/1000)*1em);
	display: block;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .contents01_01_01_02_01 .contents01_01_01_02_01_01 > .link01.active > span{
	color: #0064B0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .contents01_01_01_02_01 .contents01_01_01_02_01_01 > .link01.active > span::before{
	content: '';
	width: 12px;
	height: 12px;
	background-image: url(../img/campuslife/contents01/item06_0.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	display: block;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25px;
	right: auto;
	margin: auto;
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
		width: 92%;
		max-width: 345px;
		margin: 0 auto;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
	width: 100%;
	height: auto;
	margin: 50px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 > .text01{
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-shrink: 0;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 > .text01::after{
	content: '';
	width: auto;
	height: 1px;
	margin: 0 0 5px 15px;
	background-color: #AFAFAF;
	display: block;
	flex-grow: 1;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01{
		width: 93%;
		max-width: 320px;
		margin: 0 auto;
		align-items: flex-start;
		flex-wrap: nowrap;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a{
	width: calc((100% - 20px * 2) / 3 );
	height: auto;
	margin: 40px 20px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a{
		width: 100%;
		margin: 45px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a:nth-of-type(-n+3){
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a:nth-of-type(2),
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a:nth-of-type(3){
		margin-top: 40px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a:nth-of-type(3n){
	margin-right: 0;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a > .img01{
	width: 100%;
	height: auto;
	aspect-ratio: 320/240;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .16);
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a > .img02{
	width: 100%;
	height: auto;
	aspect-ratio: 320/240;
	margin: 0;
	background-color: #ffffff;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .16);
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a > .img02::before{
	content: '';
	width: 50%;
	height: 50%;
	margin: 0;
	background-image: url(../img/common/logo02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a > .text01{
	width: auto;
	height: auto;
	margin: -30px 10px 10px 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-direction: column;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a > .text01 > .text01_01{
	width: auto;
	height: auto;
	padding: 8px 16px;
	margin: 8px 0 0;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	background-image: url(../img/voice/contents01/item02.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 374px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a > .text01 > .text01_01{
		font-size: 14px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a > .text01 > .text01_01:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a > .text02{
	width: auto;
	height: auto;
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: right;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a > .text03{
	width: auto;
	height: auto;
	margin: auto 0 0;
	font-size: 10px;
	line-height: 20px;
	color: #333333;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a > .text03 > span{
	width: 16px;
	height: 16px;
	margin: 0 0 0 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a > .text03 > span::before{
	content: '';
	width: 6px;
	height: 6px;
	margin: 0;
	background-color: #333333;
	border-radius: 50%;
	display: block;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a:hover > .text03 > span::before{
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a > .text03 > span::after{
	content: '';
	width: auto;
	height: auto;
	background-image: url(../img/voice/contents01/item03.png);
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > a:hover > .text03 > span::after{
	opacity: 1;
	transition: all .5s;
}
/*.contents01ここまで*/