@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 118.0rem;
	height: auto;
	min-height: calc(100vh - 9.0rem - 3.5rem);
	min-height: calc((var(--vh, 1vh) * 100) - 9.0rem - 3.5rem);
	padding: 10.0rem 0 10.0rem;
	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: 32.0rem;
		min-height: calc(100vh - 6.0rem - 3.2rem);
		min-height: calc((var(--vh, 1vh) * 100) - 6.0rem - 3.2rem);
		padding: 8.0rem 0 8.0rem;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 6.8rem;
	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 0 3.8rem;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 1.0rem;
	font-size: 4.5rem;
	line-height: 4.5rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text01{
		font-size: 3.0rem;
		line-height: 3.0rem;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 2.2rem;
	line-height: 2.2rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text02{
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
}
.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;
}
.contents01 .contents01_01 .contents01_01_02 > .text01{
	width: auto;
	height: auto;
	margin: 3.0rem 0 0;
	font-size: 1.4rem;
	line-height: 2.5rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 > .text01{
	}
}
.contents01 .contents01_01 .contents01_01_02 > .text01 > .text01_1{
	width: auto;
	height: auto;
	margin: 0 0 1.0rem;
	font-size: 1.6rem;
	line-height: 2.6rem;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 > .text01 > .text01_2{
	width: auto;
	height: auto;
	padding: 0 0 0 1em;
	text-indent: -1em;
	margin: 0;
	font-size: 1.4rem;
	line-height: 2.5rem;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 > .text01 > .text01_2 > .text01_2_1{
	width: auto;
	height: auto;
	padding: 0 0 0 1em;
	text-indent: -1em;
	margin: 0;
	font-size: 1.4rem;
	line-height: 2.5rem;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 > .text01:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_02 > .text01 a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.4rem;
	line-height: 2.5rem;
	text-decoration-thickness: .1rem;
	text-decoration-line: underline;
	/*text-decoration-color: #262261;*/
	text-decoration-style: solid;
	text-underline-offset: .3rem;
	display: inline;
}
/*.contents01ここまで*/