@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 92%;
		max-width: 345px;
		padding: 10px 0 0;
	}
}
.contents01 .contents01_01::before{
	content: '';
	width: 386px;
	height: 856px;
	background-image: url(../img/index/contents01/item00.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: absolute;
	top: 189px;
	bottom: auto;
	left: -474px;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01::before{
		width: 195px;
		height: 428px;
		background-image: url(../img/index/contents01/item00_sp.png);
		top: auto;
		bottom: -387px;
		left: auto;
		right: -142px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 780px;
	height: auto;
	margin: 0;
	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 .contents01_01_01{
		width: 100%;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01{
	width: 393px;
	height: auto;
	margin: 0 0 4px;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text01{
		width: 174px;
		margin: 0 0 3px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 45px 35px;
	font-size: 14px;
	line-height: 24px;
	color: #616161;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text02{
		margin: 0 0 55px 15px;
		font-size: 10px;
		line-height: 20px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > ul{
	width: 100%;
	height: auto;
	margin: 0 0 39px;
	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 ul{
		margin: 0 0 27px;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul > li{
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul > li{
		margin: 15px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul > li:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 ul > li > a{
	width: 100%;
	height: auto;
	padding: 25px 70px 24px 30px;
	margin: 0;
	background-color: #FFFFFF;
	border-radius: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	position: relative;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul > li > a{
		padding: 20px 24px 39px 20px;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul > li > a:hover{
	background-color: #EFF6FB;
	opacity: 1;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 ul > li > a::before{
	content: '';
	width: 30px;
	height: 6px;
	background-image: url(../img/index/contents01/item04.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: absolute;
	top: auto;
	bottom: 21px;
	left: auto;
	right: 30px;
	margin: auto;
	opacity: 0;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 ul > li > a:hover::before{
	right: 23px;
	opacity: 1;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 ul > li > a > .text01{
	width: auto;
	height: auto;
	margin: 0 0 12px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul > li > a > .text01{
		margin: 0 0 8px;
		flex-wrap: wrap;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul > li > a > .text01 > .text01_01{
	width: auto;
	height: auto;
	margin: 0 17px 0 0;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	letter-spacing: calc((50/1000)*1em);
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul > li > a > .text01 > .text01_01{
		margin: 0 9px 0 0;
		font-size: 16px;
		line-height: 26px;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul > li > a > .text01 > .text01_02{
	width: auto;
	height: auto;
	padding: 3px 7px;
	margin: 0 4px 0 0;
	font-size: 8px;
	line-height: 11px;
	color: #0064B0;
	border: 1px solid #0064B0;
	letter-spacing: calc((50/1000)*1em);
	background-color: #ffffff;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents01 .contents01_01 .contents01_01_01 ul > li > a > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 21px;
	color: #333333;
	letter-spacing: calc((50/1000)*1em);
	text-align: justify;
	text-align-last: left;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul > li > a > .text02{
		font-size: 13px;
		line-height: 19px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .link01{
	width: 81px;
	height: auto;
	margin: 0 0 0 auto;
	display: block;
	position: relative;
	transform: translateX(0);
}
@media only screen and (min-width: 768px) {
	.contents01 .contents01_01 .contents01_01_01 > .link01:hover{
		transform: translateX(-35px);
	}
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .link01.active{
		transform: translateX(-35px);
	}
}
.contents01 .contents01_01 .contents01_01_01 > .link01::before{
	content: '';
	width: 30px;
	height: 6px;
	background-image: url(../img/index/contents01/item05_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: -35px;
	margin: auto;
	opacity: 0;
	transition: all .5s;
}
@media only screen and (min-width: 768px) {
	.contents01 .contents01_01 .contents01_01_01 > .link01:hover::before{
		opacity: 1;
		transition: all .5s;
	}
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .link01.active::before{
		opacity: 1;
		transition: all .5s;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .link01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
/*.contents01ここまで*/

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents02 .contents02_01{
	width: 1000px;
	height: auto;
	padding: 148px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		width: 92%;
		max-width: 345px;
		padding: 109px 0 0;
	}
}
.contents02 .contents02_01::before{
	content: '';
	width: 646px;
	height: 646px;
	background-image: url(../img/index/contents02/item00_1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: absolute;
	top: 205px;
	bottom: auto;
	left: auto;
	right: -254px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01::before{
		width: 353px;
		height: 353px;
		background-image: url(../img/index/contents02/item00_1_sp.png);
		top: auto;
		bottom: 40px;
		left: -192px;
		right: auto;
	}
}
.contents02 .contents02_01::after{
	content: '';
	width: 240px;
	height: 240px;
	background-image: url(../img/index/contents02/item00_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: absolute;
	top: 815px;
	bottom: auto;
	left: auto;
	right: -270px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01::after{
		width: 131px;
		height: 131px;
		background-image: url(../img/index/contents02/item00_2_sp.png);
		top: auto;
		bottom: -18px;
		right: 40px;
	}
}
.contents02 .contents02_01 .contents02_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
.contents02 .contents02_01 .contents02_01_01 > .text01{
	width: 393px;
	height: auto;
	margin: 0 0 2px;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 > .text01{
		width: 172px;
		margin: 0 0 4px;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .text01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents02 .contents02_01 .contents02_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 107px 31px;
	font-size: 14px;
	line-height: 24px;
	color: #616161;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 > .text02{
		margin: 0 0 45px 15px;
		font-size: 10px;
		line-height: 20px;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .text03{
	width: auto;
	height: auto;
	margin: 0 0 47px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 > .text03{
		width: 100%;
		flex-wrap: wrap;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .text03 > .text03_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 > .text03 > .text03_01{
		width: 100%;
		margin: 0 0 36px;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .text03 > .text03_01 > .text03_01_01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 > .text03 > .text03_01 > .text03_01_01{
		font-size: 20px;
		line-height: 30px;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .text03 > .text03_01 > .text03_01_02{
	width: auto;
	height: auto;
	margin: 0 8px;
	font-size: 25px;
	line-height: 35px;
	color: #C6C5DD;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 > .text03 > .text03_01 > .text03_01_02{
		margin: 0 6px;
		font-size: 21px;
		line-height: 31px;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .text03 > .text03_02{
	width: auto;
	height: auto;
	margin: 0 8px;
	font-size: 25px;
	line-height: 35px;
	color: #C6C5DD;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 > .text03 > .text03_02{
		margin: 0 14px 0 52px;
		font-size: 21px;
		line-height: 31px;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .text03 > .text03_03{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 27px;
	line-height: 37px;
	color: #616161;
	letter-spacing: calc((50/1000)*1em);
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 > .text03 > .text03_03{
		font-size: 22px;
		line-height: 32px;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .text03 > .text03_03 > img{
	width: 157px;
	height: auto;
	display: block;
	position: absolute;
	top: -25px;
	bottom: auto;
	left: 43px;
	right: auto;
	margin: auto;
	z-index: -1;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 > .text03 > .text03_03 > img{
		width: 130px;
		top: -20px;
		left: 36px;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .text04{
	width: 100%;
	height: auto;
	margin: 0 0 47px;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	letter-spacing: calc((50/1000)*1em);
	text-align: justify;
	text-align-last: left;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 > .text04{
		margin: 0 0 30px;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .link01{
	width: 192px;
	height: 40px;
	margin: 0;
	display: block;
	background-color: #ffffff;
	border-radius: calc(40px / 2);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 > .link01{
		width: 220px;
		margin: 0 0 0 auto;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .link01:hover{
	opacity: 1;
}
.contents02 .contents02_01 .contents02_01_01 > .link01::before{
	content: "大妻DSについて";
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 1;
	transition: all .5s;
}
.contents02 .contents02_01 .contents02_01_01 > .link01:hover::before{
	opacity: 0;
	transition: all .5s;
}
.contents02 .contents02_01 .contents02_01_01 > .link01::after{
	content: "もっと見る";
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: all .5s;
}
.contents02 .contents02_01 .contents02_01_01 > .link01:hover::after{
	opacity: 1;
	transition: all .5s;
}
.contents02 .contents02_01 .contents02_01_01 > .link01 > span{
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	position: absolute;
	top: auto;
	bottom: -18px;
	left: auto;
	right: -8px;
	margin: auto;
}
.contents02 .contents02_01 .contents02_01_01 > .link01 > span::before{
	content: '';
	width: auto;
	height: auto;
	background-image: url(../img/index/contents02/item05_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.contents02 .contents02_01 .contents02_01_01 > .link01 > span::after{
	content: '';
	width: auto;
	height: auto;
	background-image: url(../img/index/contents02/item05_3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: all .5s;
}
.contents02 .contents02_01 .contents02_01_01 > .link01:hover > span::after{
	opacity: 1;
	transition: all .5s;
}
.contents02 .contents02_01 .contents02_01_01 > .link01 > span > img{
	width: 11px;
	height: auto;
	margin: 0;
	display: block;
	position: relative;
	z-index: 1;
}
/*.contents02ここまで*/

/*.contents03ここから*/
.contents03{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../img/index/contents03/item00.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents03{
		background-image: url(../img/index/contents03/item00_sp.png);
	}
}
.contents03 .contents03_01{
	width: 1000px;
	height: auto;
	padding: 113px 0 111px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01{
		width: 92%;
		max-width: 345px;
		padding: 74px 0 148px;
	}
}
.contents03 .contents03_01 .contents03_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents03 .contents03_01 .contents03_01_01 > .text01{
	width: 446px;
	height: auto;
	margin: 0 0 2px;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 > .text01{
			width: 197px;
			margin: 0 0 4px;
		}
}
.contents03 .contents03_01 .contents03_01_01 > .text01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 45px 35px;
	font-size: 14px;
	line-height: 24px;
	color: #616161;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 > .text02{
		margin: 0 0 60px 15px;
		font-size: 10px;
		line-height: 20px;
	}
}
.contents03 .contents03_01 .contents03_01_01 > ul{
	width: 740px;
	height: auto;
	margin: 0 0 60px auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 > ul{
		width: 100%;
		margin: 0 0 48px;
	}
}
.contents03 .contents03_01 .contents03_01_01 ul > li{
	width: 100%;
	height: auto;
	margin: 32px 0 0;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, .2);
	backdrop-filter: blur(10px) brightness(110%);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 ul > li{
		margin: 20px 0 0;
	}
}
.contents03 .contents03_01 .contents03_01_01 ul > li:nth-of-type(1){
	margin-top: 0;
}
.contents03 .contents03_01 .contents03_01_01 ul > li > .text01{
	width: 100%;
	height: auto;
	padding: 24px 80px 24px 40px;
	margin: 0;
	background-image: url(../img/index/contents03/item04_0.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	cursor: pointer;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 ul > li > .text01{
		padding: 28px 20px 18px 20px;
		background-image: url(../img/index/contents03/item04_0_sp.jpg);
		align-items: flex-start;
		flex-direction: column;
	}
}
.contents03 .contents03_01 .contents03_01_01 ul > li > .text01:hover{
	opacity: .8;
	transition: all .5s;
}
.contents03 .contents03_01 .contents03_01_01 ul > li > .text01 > .text01_01{
	width: auto;
	height: 23px;
	margin: 0 87px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 ul > li > .text01 > .text01_01{
		margin: 0 0 14px;
	}
}
.contents03 .contents03_01 .contents03_01_01 ul > li > .text01 > .text01_01 > img{
	width: auto;
	height: 100%;
	margin: 0;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01 ul > li > .text01 > .text01_02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 ul > li > .text01 > .text01_02{
		width: 100%;
		font-size: 18px;
		line-height: 26px;
	}
}
.contents03 .contents03_01 .contents03_01_01 ul > li > .text01 > .item01{
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 40px;
	margin: auto;
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 ul > li > .text01 > .item01{
		width: 12px;
		height: 12px;
		top: 30px;
		bottom: auto;
		right: 20px;
	}
}
.contents03 .contents03_01 .contents03_01_01 ul > li > .text01.open > .item01{
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
	transition: all .5s;
}
.contents03 .contents03_01 .contents03_01_01 ul > li > .text01 > .item01::before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
	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;
}
.contents03 .contents03_01 .contents03_01_01 ul > li > .text01 > .item01::after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
	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;
}
.contents03 .contents03_01 .contents03_01_01 ul > li > .text01.open > .item01::after{
	opacity: 0;
	transition: all .5s;
}
.contents03 .contents03_01 .contents03_01_01 ul > li > .text02{
	width: 100%;
	height: auto;
	padding: 26px 40px;
	margin: 0;
	font-size: 15px;
	line-height: 21px;
	color: #333333;
	letter-spacing: calc((50/1000)*1em);
	text-align: justify;
	text-align-last: left;
	display: none;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 ul > li > .text02{
		padding: 20px 20px;
		font-size: 16px;
		line-height: 28px;
	}
}
.contents03 .contents03_01 .contents03_01_01 ul > li:nth-of-type(1) > .text02{
	display: block;
}
.contents03 .contents03_01 .contents03_01_01 ul > li > .text02 > span{
	width: 100%;
	height: auto;
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
.contents03 .contents03_01 .contents03_01_01 > .link01{
	width: 192px;
	height: 40px;
	margin: 0 0 0 auto;
	display: block;
	background-color: #ffffff;
	border-radius: calc(40px / 2);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 > .link01{
		width: 202px;
	}
}
.contents03 .contents03_01 .contents03_01_01 > .link01:hover{
	opacity: 1;
}
.contents03 .contents03_01 .contents03_01_01 > .link01::before{
	content: "学部について";
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 1;
	transition: all .5s;
}
.contents03 .contents03_01 .contents03_01_01 > .link01:hover::before{
	opacity: 0;
	transition: all .5s;
}
.contents03 .contents03_01 .contents03_01_01 > .link01::after{
	content: "もっと見る";
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: all .5s;
}
.contents03 .contents03_01 .contents03_01_01 > .link01:hover::after{
	opacity: 1;
	transition: all .5s;
}
.contents03 .contents03_01 .contents03_01_01 > .link01 > span{
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	position: absolute;
	top: auto;
	bottom: -18px;
	left: auto;
	right: -8px;
	margin: auto;
}
.contents03 .contents03_01 .contents03_01_01 > .link01 > span::before{
	content: '';
	width: auto;
	height: auto;
	background-image: url(../img/index/contents03/item05_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.contents03 .contents03_01 .contents03_01_01 > .link01 > span::after{
	content: '';
	width: auto;
	height: auto;
	background-image: url(../img/index/contents03/item05_3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: all .5s;
}
.contents03 .contents03_01 .contents03_01_01 > .link01:hover > span::after{
	opacity: 1;
	transition: all .5s;
}
.contents03 .contents03_01 .contents03_01_01 > .link01 > span > img{
	width: 11px;
	height: auto;
	margin: 0;
	display: block;
	position: relative;
	z-index: 1;
}
/*.contents03ここまで*/

/*.contents04ここから*/
.contents04{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
.contents04::before{
	content: '';
	width: calc(100% - (100% - 1200px) / 2);
	height: 948px;
	background: linear-gradient(180deg, #FFFFFF 0%, #97D5F3 100%);
	border-radius: 0 0 15px 0;
	opacity: .5;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents04::before{
		width: calc(100% - (100% - 345px) / 2);
		height: 634px;
	}
}
@media only screen and (max-width: 374px) {
	.contents04::before{
		width: calc(100% - (100% - 90%) / 2);
	}
}
.contents04::after{
	content: '';
	width: calc(100% - (100% - 1200px) / 2);
	height: 958px;
	background-color: #ffffff;
	border-radius: 0 0 0 15px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 100px;
	left: auto;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents04::after{
		width: calc(100% - (100% - 345px) / 2);
		height: 680px;
		bottom: 64px;
	}
}
@media only screen and (max-width: 374px) {
	.contents04::after{
		width: calc(100% - (100% - 90%) / 2);
	}
}
.contents04 .contents04_01{
	width: 1000px;
	height: auto;
	padding: 157px 0 195px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01{
		width: 92%;
		max-width: 345px;
		padding: 70px 0 87px;
	}
}
.contents04 .contents04_01 .contents04_01_01{
	width: 860px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01{
		width: 100%;
	}
}
.contents04 .contents04_01 .contents04_01_01 > .text01{
	width: 524px;
	height: auto;
	display: block;
	position: absolute;
	top: -60px;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 > .text01{
		width: 267px;
		top: -54px;
		left: -15px;
	}
}
.contents04 .contents04_01 .contents04_01_01 > .text01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents04 .contents04_01 .contents04_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 > .text02{
		margin: 0 0 49px auto;
	}
}
.contents04 .contents04_01 .contents04_01_01 > .text02 > .text02_01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
.contents04 .contents04_01 .contents04_01_01 > .text02 > .text02_02{
	width: auto;
	height: auto;
	margin: 0 8px;
	font-size: 25px;
	line-height: 35px;
	color: #C6C5DD;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 > .text02 > .text02_02{
		margin: 0 6px;
	}
}
.contents04 .contents04_01 .contents04_01_01 > .text03{
	width: auto;
	height: auto;
	margin: 0 0 40px;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	letter-spacing: calc((50/1000)*1em);
	text-align: justify;
	text-align-last: left;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 > .text03{
		margin: 0 0 30px;
	}
}
.contents04 .contents04_01 .contents04_01_01 > .text04{
	width: 597px;
	height: 80px;
	padding: 0 0 28px;
	margin: 0 0 40px;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	letter-spacing: calc((50/1000)*1em);
	background-image: url(../img/index/contents04/item02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 > .text04{
		width: 100%;
		height: 136px;
		padding: 0 25px 28px;
		margin: 0 0 11px;
		line-height: 26px;
		background-image: url(../img/index/contents04/item02_sp.png);
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01{
	width: 597px;
	height: auto;
	margin: 0 0 122px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01{
		width: 100%;
		margin: 0 0 50px;
		flex-direction: column;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 54px 0 0;
	font-size: 18px;
	line-height: 28px;
	color: #0064B0;
	letter-spacing: calc((50/1000)*1em);
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 > .text01{
		margin: 0 0 23px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01{
		width: 100%;
		flex-direction: column;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 .contents04_01_01_01_01_01{
	width: 80px;
	height: auto;
	margin: 0 18px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 .contents04_01_01_01_01_01{
		width: 100%;
		margin: 0 0 10px;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 .contents04_01_01_01_01_01 > .btn01{
	width: 100%;
	height: 32px;
	margin: 18px 0 0;
	background-image: url(../img/index/contents04/item03_3_2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 .contents04_01_01_01_01_01 > .btn01{
		width: 60px;
		height: 52px;
		margin: 0;
		background-image: url(../img/index/contents04/item03_3_2_sp.png);
	}
}
@media only screen and (max-width: 374px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 .contents04_01_01_01_01_01 > .btn01{
		width: 52px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 .contents04_01_01_01_01_01 > .btn01.active{
	height: 80px;
	background-image: url(../img/index/contents04/item03_3_1.png);
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 .contents04_01_01_01_01_01 > .btn01.active{
		height: 52px;
		background-image: url(../img/index/contents04/item03_3_1_sp.png);
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 .contents04_01_01_01_01_01 > .btn01:nth-of-type(1){
	margin-top: 0;
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 .contents04_01_01_01_01_01 > .btn01:hover{
	opacity: .8;
	transition: all .5s;
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 .contents04_01_01_01_01_01 > .btn01 > img{
	width: 49px;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 .contents04_01_01_01_01_01 > .btn01 > img{
		width: 30px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 .contents04_01_01_01_01_02{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	flex-grow: 1;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 .contents04_01_01_01_01_02{
		width: 100%;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 .contents04_01_01_01_01_02 > .item01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 .contents04_01_01_01_01_02 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 4px;
	display: none;
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .contents04_01_01_01_01 .contents04_01_01_01_01_02 > .item01 > img:nth-of-type(1){
	display: block;
}
.contents04 .contents04_01 .contents04_01_01 > .text05{
	width: auto;
	height: auto;
	margin: 0 0 48px;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	letter-spacing: calc((50/1000)*1em);
	text-align: justify;
	text-align-last: left;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 > .text05{
		width: 90%;
		max-width: 315px;
		margin: 0 auto 30px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02{
		width: 90%;
		max-width: 315px;
		margin: 0 auto;
		flex-direction: column;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01{
	width: calc((100% - 20px * 1) / 2 );
	height: auto;
	margin: 0 20px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01{
		width: 100%;
		margin: 25px 0 0;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01:nth-of-type(2){
	margin-right: 0;
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 > a{
	width: 100%;
	height: auto;
	margin: 0 0 22px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 > a{
		margin: 0 0 16px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 > a > img{
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 15px;
	display: block;
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01:nth-of-type(2) > .text01{
		margin: 0 0 0 143px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 > .text01 > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	letter-spacing: calc((50/1000)*1em);
	display: inline;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 > .text01 > span{
		font-size: 17px;
		line-height: 27px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 > .text01 > img{
	height: auto;
	margin: 0;
	display: block;
	position: absolute;
	top: -5px;
	bottom: auto;
	left: 22px;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 > .text01 > img{
		top: -10px;
		left: 11px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01:nth-of-type(1) > .text01 > img{
	width: 106px;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01:nth-of-type(1) > .text01 > img{
		width: 73px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01:nth-of-type(2) > .text01 > img{
	width: 225px;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01:nth-of-type(2) > .text01 > img{
		width: 156px;
	}
}
/*.contents04ここまで*/

/*.contents05ここから*/
.contents05{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
.contents05 .contents05_01{
	width: 1000px;
	height: auto;
	padding: 118px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01{
		width: 92%;
		max-width: 345px;
		padding: 105px 0 0;
	}
}
.contents05 .contents05_01 .contents05_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01{
	}
}
.contents05 .contents05_01 .contents05_01_01 > .text01{
	width: 416px;
	height: auto;
	margin: 0 0 3px;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 > .text01{
		width: 183px;
		margin: 0 0 4px;
	}
}
.contents05 .contents05_01 .contents05_01_01 > .text01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents05 .contents05_01 .contents05_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 64px;
	font-size: 14px;
	line-height: 24px;
	color: #616161;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 > .text02{
		margin: 0 0 47px;
		font-size: 10px;
		line-height: 20px;
	}
}
.contents05 .contents05_01 .contents05_01_01 > .text03{
	width: auto;
	height: auto;
	margin: 0 0 55px;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	letter-spacing: calc((50/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 > .text03{
		margin: 0 0 46px;
	}
}
@media only screen and (max-width: 374px) {
	.contents05 .contents05_01 .contents05_01_01 > .text03{
		font-size: 14px;
		line-height: 26px;
	}
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 63px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01{
		margin: 0 0 32px;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;

	}
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 > .item01{
	width: 252px;
	height: auto;
	margin: 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 > .item01{
		width: 219px;
	}
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 > .item01:nth-of-type(1){
		margin: 0 0 16px;
	}
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 > .item01:nth-of-type(2){
	margin: 0 46px;
	flex-grow: 1;
	flex-shrink: 1;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 > .item01:nth-of-type(2){
		width: 100%;
		margin: 0;
		order: 3;
	}
	.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 > .item01:nth-of-type(3){
		margin: 0 0 16px auto;
		order: 2;
	}
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 15px;
	display: block;
}
.contents05 .contents05_01 .contents05_01_01 > .link01{
	width: 192px;
	height: 40px;
	margin: 0;
	display: block;
	background-color: #ffffff;
	border-radius: calc(40px / 2);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 > .link01{
		width: 230px;
	}
}
.contents05 .contents05_01 .contents05_01_01 > .link01:hover{
	opacity: 1;
}
.contents05 .contents05_01 .contents05_01_01 > .link01::before{
	content: "学生生活について";
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 1;
	transition: all .5s;
}
.contents05 .contents05_01 .contents05_01_01 > .link01:hover::before{
	opacity: 0;
	transition: all .5s;
}
.contents05 .contents05_01 .contents05_01_01 > .link01::after{
	content: "もっと見る";
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: all .5s;
}
.contents05 .contents05_01 .contents05_01_01 > .link01:hover::after{
	opacity: 1;
	transition: all .5s;
}
.contents05 .contents05_01 .contents05_01_01 > .link01 > span{
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	position: absolute;
	top: auto;
	bottom: -18px;
	left: auto;
	right: -8px;
	margin: auto;
}
.contents05 .contents05_01 .contents05_01_01 > .link01 > span::before{
	content: '';
	width: auto;
	height: auto;
	background-image: url(../img/index/contents05/item04_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.contents05 .contents05_01 .contents05_01_01 > .link01 > span::after{
	content: '';
	width: auto;
	height: auto;
	background-image: url(../img/index/contents05/item04_3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: all .5s;
}
.contents05 .contents05_01 .contents05_01_01 > .link01:hover > span::after{
	opacity: 1;
	transition: all .5s;
}
.contents05 .contents05_01 .contents05_01_01 > .link01 > span > img{
	width: 11px;
	height: auto;
	margin: 0;
	display: block;
	position: relative;
	z-index: 1;
}
/*.contents05ここまで*/

/*.contents06ここから*/
.contents06{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
.contents06 .contents06_01{
	width: 1000px;
	height: auto;
	padding: 101px 0 137px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01{
		width: 92%;
		max-width: 345px;
		padding: 106px 0 114px;
	}
}
.contents06 .contents06_01 .contents06_01_01{
	width: 860px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_01{
		width: 330px;
	}
}
.contents06 .contents06_01 .contents06_01_01 > .text01{
	width: 266px;
	height: auto;
	margin: 0 0 3px;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_01 > .text01{
		width: 118px;
		margin: 0 0 4px;
	}
}
.contents06 .contents06_01 .contents06_01_01 > .text01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents06 .contents06_01 .contents06_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 62px 31px;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_01 > .text02{
		margin: 0 0 47px 15px;
		font-size: 10px;
		line-height: 20px;
	}
}
.contents06 .contents06_01 .contents06_01_01 > .text03{
	width: auto;
	height: auto;
	margin: 0 0 39px;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_01 > .text03{
		margin: 0 0 22px;
		font-size: 18px;
	}
}
.contents06 .contents06_01 .contents06_01_01 > .text04{
	width: 100%;
	height: auto;
	margin: 0 0 62px;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	letter-spacing: calc((50/1000)*1em);
	text-align: justify;
	text-align-last: left;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_01 > .text04{
		margin: 0 0 25px;
	}
}
.contents06 .contents06_01 .contents06_01_01 > .link01{
	width: 192px;
	height: 40px;
	margin: 0;
	display: block;
	background-color: #ffffff;
	border-radius: calc(40px / 2);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_01 > .link01{
		width: 230px;
		margin: 0 0 0 auto;
	}
}
.contents06 .contents06_01 .contents06_01_01 > .link01:hover{
	opacity: 1;
}
.contents06 .contents06_01 .contents06_01_01 > .link01::before{
	content: "キャリアについて";
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 1;
	transition: all .5s;
}
.contents06 .contents06_01 .contents06_01_01 > .link01:hover::before{
	opacity: 0;
	transition: all .5s;
}
.contents06 .contents06_01 .contents06_01_01 > .link01::after{
	content: "もっと見る";
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: all .5s;
}
.contents06 .contents06_01 .contents06_01_01 > .link01:hover::after{
	opacity: 1;
	transition: all .5s;
}
.contents06 .contents06_01 .contents06_01_01 > .link01 > span{
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	position: absolute;
	top: auto;
	bottom: -18px;
	left: auto;
	right: -8px;
	margin: auto;
}
.contents06 .contents06_01 .contents06_01_01 > .link01 > span::before{
	content: '';
	width: auto;
	height: auto;
	background-image: url(../img/index/contents06/item04_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.contents06 .contents06_01 .contents06_01_01 > .link01 > span::after{
	content: '';
	width: auto;
	height: auto;
	background-image: url(../img/index/contents06/item04_3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: all .5s;
}
.contents06 .contents06_01 .contents06_01_01 > .link01:hover > span::after{
	opacity: 1;
	transition: all .5s;
}
.contents06 .contents06_01 .contents06_01_01 > .link01 > span > img{
	width: 11px;
	height: auto;
	margin: 0;
	display: block;
	position: relative;
	z-index: 1;
}
/*.contents06ここまで*/