@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01{
	}
}
.contents01 .contents01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding-bottom: 60px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 125px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		flex-direction: column;
		gap: 40px;
		margin-bottom: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .item01{
	width: calc((100% - 24px * 2) / 3);
	height: auto;
	margin: 24px 24px 0 0;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_01 > .item01:nth-of-type(-n+3){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 > .item01:nth-of-type(3n){
	margin-right: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 > .item01{
		width: 100%;
		height: auto;
		margin: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .item01 > .img01{
	width: 100%;
	height: auto;
	aspect-ratio: 300/175;
	margin: 0 0 17px;
	border-radius: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .item01 > .img02{
	width: 100%;
	height: auto;
	aspect-ratio: 300/175;
	margin: 0 0 17px;
	background-color: #E8E8E8;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_01 > .item01 > .img02::before{
	content: '';
	width: 50%;
	height: 50%;
	margin: 0;
	background-image: url(../img/common/logo01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .item01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 2px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .item01 > .text01 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #767676;
	letter-spacing: calc((30/1000)*1em);
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .item01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 > .item01 > .text02 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
/*.contents01ここまで*/