@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1180px;
	height: auto;
	padding: 40px 0 80px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 350px;
		padding: 40px 0 70px;
	}
}
.contents01 .contents01_01 .contents01_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{
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: 500px;
	height: auto;
	margin: 0 130px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
		width: 100%;
		margin: 0 0 60px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01{
		margin: 0 0 7px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .img img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .img .img01{
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .img .img01::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;
	position: relative;
	z-index: 1;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .slick-prev,
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .slick-next{
	width: 33px;
	height: 48px;
	background-color: #F4F4F4;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	z-index: 10;
	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 .slick-prev,
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .slick-next{
		width: 31px;
		height: 46px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .slick-prev:hover,
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .slick-next:hover{
	opacity: .8;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .slick-prev{
	left: 0;
	right: auto;
	margin: auto;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .slick-next{
	left: auto;
	right: 0;
	margin: auto;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .slick-prev::before{
	content: '';
	width: 10px;
	height: 10px;
	margin: 0 0 0 5px;
	background: none;
	border-top: 2px solid #AAAAAA;
	border-left: 2px solid #AAAAAA;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .slick-prev::before{
		width: 6px;
		height: 6px;
		margin: 0 0 0 3px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .slick-next::before{
	content: '';
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
	background: none;
	border-bottom: 2px solid #AAAAAA;
	border-right: 2px solid #AAAAAA;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .slick-next::before{
		width: 6px;
		height: 6px;
		margin: 0 3px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_02 .slick-track{
	width: 100%!important;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_02 .img{
	width: calc((100% - 8px * 7) / 8 );
	height: auto;
	margin: 0 0 0 8px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_02 .img{
		width: calc((100% - 5px * 7) / 8 );
		margin: 0 0 0 5px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_02.slick_start .img{
	cursor: pointer;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_02 .img:nth-of-type(1){
	margin-left: 0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_02.slick_start .img:hover{
	opacity: .8;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_02 .img.slick-current{
	opacity: .5;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_02 .img img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_02 .img .img01{
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_02 .img .img01::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;
	position: relative;
	z-index: 1;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-grow: 1;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02{
		width: 100%;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 25px;
	line-height: 35px;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .text01{
		font-size: 30px;
		line-height: 40px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .contents01_01_01_02_01{
	width: auto;
	height: auto;
	margin: 34px 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_01 .contents01_01_01_02 .contents01_01_01_02_01{
		margin: 20px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .contents01_01_01_02_01 .text02{
	width: auto;
	height: auto;
	margin: 20px 0 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .contents01_01_01_02_01 .text02{
		margin: 18px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .contents01_01_01_02_01 .text02 h3{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 18px;
	line-height: 32px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .contents01_01_01_02_01 .text03{
	width: auto;
	height: auto;
	margin: 20px 0 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .contents01_01_01_02_01 .text03{
		margin: 18px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .contents01_01_01_02_01 .text03 p{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 28px;
	color: #3E3E3E;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .contents01_01_01_02_01 .item01:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 57px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02{
		margin: 45px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
	width: 100%;
	height: auto;
	margin: 0;
	border-bottom: 1px solid #DDDDDD;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
		border-bottom: 0;
		flex-wrap: wrap;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .tab{
	width: auto;
	height: auto;
	padding: 8px 30px;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #625F5F;
	background-color: #F4F4F4;
	border-left: 1px solid #DDDDDD;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .tab{
		width: 50%;
		padding: 11px 5px;
		margin: 0;
		border-bottom: 1px solid #DDDDDD;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .tab:nth-of-type(1){
	border-left: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .tab:nth-of-type(3){
		border-left: 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .tab:hover{
	opacity: .8;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .tab.active{
	color: #ffffff;
	background-color: #020A43;
	border-color: #020A43;
}
@media only screen and (min-width: 768px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .tab.active + .tab{
		border-color: #020A43;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_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_02 .contents01_01_02_02_01{
	width: 100%;
	height: auto;
	padding: 20px 0 0;
	margin: 0;
	display: none;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_02 .contents01_01_02_02_01.active{
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_02 .contents01_01_02_02_01 .contents01_01_02_02_01_01{
	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_02 .contents01_01_02_02_01 .contents01_01_02_02_01_01 .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 32px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_02 .contents01_01_02_02_01 .contents01_01_02_02_01_01 .text01{
		font-size: 14px;
		line-height: 25px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_02 .contents01_01_02_02_01 .contents01_01_02_02_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_02 .contents01_01_02_02_01 .contents01_01_02_02_01_02 .contents01_01_02_02_01_02_01{
	width: calc((100% - 25px * 4) / 5 );
	height: auto;
	margin: 33px 25px 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_02 .contents01_01_02_02_01 .contents01_01_02_02_01_02 .contents01_01_02_02_01_02_01{
		width: calc((100% - 17px * 1) / 2 );
		margin: 17px 17px 0 0;
	}
}
@media only screen and (min-width: 768px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_02 .contents01_01_02_02_01 .contents01_01_02_02_01_02 .contents01_01_02_02_01_02_01:nth-of-type(-n+5){
		margin-top: 0;
	}
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_02 .contents01_01_02_02_01 .contents01_01_02_02_01_02 .contents01_01_02_02_01_02_01:nth-of-type(5n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_02 .contents01_01_02_02_01 .contents01_01_02_02_01_02 .contents01_01_02_02_01_02_01:nth-of-type(-n+2){
		margin-top: 0;
	}
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_02 .contents01_01_02_02_01 .contents01_01_02_02_01_02 .contents01_01_02_02_01_02_01:nth-of-type(2n){
		margin-right: 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_02 .contents01_01_02_02_01 .contents01_01_02_02_01_02 .contents01_01_02_02_01_02_01 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_02 .contents01_01_02_02_01 .contents01_01_02_02_01_02 .contents01_01_02_02_01_02_01 .text01{
	width: auto;
	height: auto;
	margin: 12px 0 0;
	font-size: 13px;
	line-height: 20px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_02 .contents01_01_02_02_01 .contents01_01_02_02_01_02 .contents01_01_02_02_01_02_01 .text01{
		margin: 7px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .link01{
	width: auto;
	height: auto;
	padding: 7px 13px;
	margin: 45px 0 0;
	font-size: 13px;
	line-height: 23px;
	color: #262626;
	letter-spacing: calc((25/1000)*1em);
	border: 1px solid #BEBEBE;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_02 .link01{
		margin: 60px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_02 .link01::after{
	content: '';
	width: 6px;
	height: 6px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #252626;
	border-right: 1px solid #252626;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
/*.contents01ここまで*/