@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc01 .text01 > .text01_01{
	width: 493px;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .text01 > .text01_01{
		width: 246px;
		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 50px;
	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: 990px;
	height: auto;
	margin: 0 auto 32px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		width: 90%;
		max-width: 315px;
		margin: 0 auto 50px;
		flex-wrap: wrap;
	}
}
.contents01 .contents01_01 .contents01_01_01 .btn01{
	width: calc((100% - 5px * 3) / 4 );
	height: auto;
	margin: 0 0 0 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .btn01{
		width: calc((100% - 9px * 1) / 2 );
		margin: 14px 9px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .btn01:nth-of-type(1){
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .btn01:nth-of-type(1){
		width: 100%;
		margin: 0;
	}
	.contents01 .contents01_01 .contents01_01_01 .btn01:nth-of-type(2n+1){
		margin-right: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .btn01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 15px;
	font-size: 19px;
	line-height: 29px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .btn01 > .text01{
		margin: 0 0 4px;
		font-size: 15px;
		line-height: 25px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .btn01 > .item01{
	width: 100%;
	height: 10px;
	margin: 0 0 5px;
	border-radius: calc(10px / 2);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .btn01 > .item01{
		height: 6px;
		margin: 0 0 4px;
		border-radius: calc(6px / 2);
	}
}
.contents01 .contents01_01 .contents01_01_01 .btn01:nth-of-type(1) > .item01{
	background-image: url(../img/member/contents01/item02_0.png);
}
.contents01 .contents01_01 .contents01_01_01 .btn01:nth-of-type(2) > .item01{
	background-image: url(../img/member/contents01/item02_1.png);
}
.contents01 .contents01_01 .contents01_01_01 .btn01:nth-of-type(3) > .item01{
	background-image: url(../img/member/contents01/item02_2.png);
}
.contents01 .contents01_01 .contents01_01_01 .btn01:nth-of-type(4) > .item01{
	background-image: url(../img/member/contents01/item02_3.png);
}
.contents01 .contents01_01 .contents01_01_01 .btn01:nth-of-type(5) > .item01{
	background-image: url(../img/member/contents01/item02_4.png);
}
.contents01 .contents01_01 .contents01_01_01 .btn01 > .item02{
	width: 28px;
	height: auto;
	aspect-ratio: 28/14;
	margin: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	opacity: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .btn01 > .item02{
		width: 23px;
		aspect-ratio: 23/9;
	}
}
.contents01 .contents01_01 .contents01_01_01 .btn01:nth-of-type(1) > .item02{
	background-image: url(../img/member/contents01/item03_0.png);
}
.contents01 .contents01_01 .contents01_01_01 .btn01:nth-of-type(2) > .item02{
	background-image: url(../img/member/contents01/item03_1.png);
}
.contents01 .contents01_01 .contents01_01_01 .btn01:nth-of-type(3) > .item02{
	background-image: url(../img/member/contents01/item03_2.png);
}
.contents01 .contents01_01 .contents01_01_01 .btn01:nth-of-type(4) > .item02{
	background-image: url(../img/member/contents01/item03_3.png);
}
.contents01 .contents01_01 .contents01_01_01 .btn01:nth-of-type(5) > .item02{
	background-image: url(../img/member/contents01/item03_4.png);
}
.contents01 .contents01_01 .contents01_01_01 .btn01.active > .item02{
	opacity: 1;
}
.contents01 .contents01_01 .contents01_01_01 .btn01:hover > .item02{
	opacity: 1;
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 0 0 98px;
	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{
		margin: 0 0 120px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
	width: 100%;
	height: auto;
	padding: 32px;
	margin: 0 0 32px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 15px;
	display: none;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
		padding: 30px 0;
		border-radius: 0;
		margin: 0 0 60px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(1){
	background-image: url(../img/member/contents01/item04_1.png);
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(2){
	background-image: url(../img/member/contents01/item04_2.png);
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(3){
	background-image: url(../img/member/contents01/item04_3.png);
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(4){
	background-image: url(../img/member/contents01/item04_4.png);
	margin-bottom: 0;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01.active{
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01{
	width: 100%;
	height: auto;
	padding: 48px;
	margin: 16px 0 0;
	background-color: #ffffff;
	border-radius: 15px;
	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 .contents01_01_02_01 .contents01_01_02_01_01{
		width: 92%;
		max-width: 345px;
		padding: 20px 15px 26px;
		margin: 15px auto 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 14px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_01{
		align-items: center;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_01 > .item01{
	width: 150px;
	height: auto;
	margin: 0 0 0 30px;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_01 > .item01{
		margin: 0 0 9px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_01 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 8px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01{
	width: auto;
	height: auto;
	padding: 0 0 5px;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01{
		padding: 0 0 16px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(1) .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01{
	border-bottom: 1px dashed #53B5A7;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(2) .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01{
	border-bottom: 1px dashed #746DD3;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(3) .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01{
	border-bottom: 1px dashed #31ABEF;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(4) .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01{
	border-bottom: 1px dashed #D05589;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01 > .text01{
	width: 100%;
	height: auto;
	padding: 0 0 14px;
	margin: 0 0 16px;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01 > .text01{
		padding: 0 0 10px;
		font-size: 18px;
		line-height: 28px;
		text-align: center;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01 > .text01::before{
	content: '';
	width: auto;
	height: 1px;
	border-radius: calc(1px / 2);
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01 > .text01::after{
	content: '';
	width: 45px;
	height: 2px;
	border-radius: calc(2px / 2);
	display: block;
	position: absolute;
	top: auto;
	bottom: -0.5px;
	left: 0;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01 > .text01::after{
		width: 31px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(1) .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01 > .text01::before{
	background-color: #53B5A7;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(1) .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01 > .text01::after{
	background-color: #53B5A7;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(2) .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01 > .text01::before{
	background-color: #746DD3;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(2) .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01 > .text01::after{
	background-color: #746DD3;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(3) .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01 > .text01::before{
	background-color: #31ABEF;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(3) .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01 > .text01::after{
	background-color: #31ABEF;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(4) .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01 > .text01::before{
	background-color: #D05589;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(4) .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01 > .text01::after{
	background-color: #D05589;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01 > .text01 > .text01_01{
	width: auto;
	height: auto;
	margin: 0 0 0 8px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	display: inline;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_01 .contents01_01_02_01_01_01_01 > .text02{
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: calc((50/1000)*1em);
	text-align: justify;
	text-align-last: left;
	color: #333333;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_01{
	width: 100%;
	height: auto;
	margin: 0 0 24px;
	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 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_01{
		margin: 0 0 15px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_01 .contents01_01_02_01_01_02_01_01{
	width: 100%;
	height: auto;
	margin: 16px 0 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 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_01 .contents01_01_02_01_01_02_01_01{
		margin: 14px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_01 .contents01_01_02_01_01_02_01_01:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_01 .contents01_01_02_01_01_02_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 24px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_01 .contents01_01_02_01_01_02_01_01 > .text01{
		line-height: 20px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(1) .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_01 .contents01_01_02_01_01_02_01_01 > .text01{
	color: #53B5A7;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(2) .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_01 .contents01_01_02_01_01_02_01_01 > .text01{
	color: #746DD3;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(3) .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_01 .contents01_01_02_01_01_02_01_01 > .text01{
	color: #31ABEF;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(4) .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_01 .contents01_01_02_01_01_02_01_01 > .text01{
	color: #D05589;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_01 .contents01_01_02_01_01_02_01_01 > .text02{
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: calc((50/1000)*1em);
	text-align: justify;
	text-align-last: left;
	color: #333333;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_01 .contents01_01_02_01_01_02_01_01 > .text02{
		font-size: 14px;
		line-height: 24px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_02 > .text01{
	width: 100%;
	height: 32px;
	margin: 0 0 22px;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	border-radius: calc(32px / 2);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_02 > .text01{
		margin: 0 0 12px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(1) .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_02 > .text01{
	background-image: url(../img/member/contents01/item05_1.png);
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(2) .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_02 > .text01{
	background-image: url(../img/member/contents01/item05_2.png);
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(3) .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_02 > .text01{
	background-image: url(../img/member/contents01/item05_3.png);
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01:nth-of-type(4) .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_02 > .text01{
	background-image: url(../img/member/contents01/item05_4.png);
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_02 > .text02{
	width: 100%;
	height: auto;
	padding: 0 16px;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: calc((50/1000)*1em);
	color: #333333;
	text-align: justify;
	text-align-last: left;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 .contents01_01_02_01_01_02 .contents01_01_02_01_01_02_02 > .text02{
		padding: 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 > .link01{
	width: 202px;
	height: 50px;
	margin: 53px 0 0 auto;
	display: block;
	background-color: #ffffff;
	border-radius: calc(50px / 2);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 > .link01{
		margin: 32px auto 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 > .link01:hover{
	opacity: 1;
}
.contents01 .contents01_01 .contents01_01_02 > .link01::before{
	content: "教員を分野別に見る";
	width: auto;
	height: auto;
	padding: 0 42px 0 0;
	font-size: 12px;
	line-height: 22px;
	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;
}
.contents01 .contents01_01 .contents01_01_02 > .link01 > span{
	width: 30px;
	height: 30px;
	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: 0;
	bottom: 0;
	left: auto;
	right: 12px;
	margin: auto;
}
.contents01 .contents01_01 .contents01_01_02 > .link01 > span::before{
	content: '';
	width: auto;
	height: auto;
	background-image: url(../img/member/contents01/item07_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;
}
.contents01 .contents01_01 .contents01_01_02 > .link01 > span::after{
	content: '';
	width: auto;
	height: auto;
	background-image: url(../img/member/contents01/item07_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;
}
.contents01 .contents01_01 .contents01_01_02 > .link01:hover > span::after{
	opacity: 1;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_02 > .link01 > span > img{
	width: 5px;
	height: auto;
	margin: 0;
	display: block;
	position: relative;
	z-index: 1;
}
.contents01 .contents01_01 .contents01_01_03{
	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_03{
		width: 92%;
		max-width: 345px;
		margin: 0 auto;
	}
}
.contents01 .contents01_01 .contents01_01_03 > .item01{
	width: 881px;
	height: auto;
	margin: 0 0 0 -100px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_03 > .item01{
		width: 96%;
		max-width: 330px;
		margin: 0;
	}
}
/*.contents01ここまで*/