@charset "utf-8";
main{
	padding-top: 0;
}
@media only screen and (max-width: 767px) {
	main {
		padding-top: 7.0rem;
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 100%;
	height: auto;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		min-height: calc(100vh - 7.0rem);
		min-height: calc((var(--vh, 1vh) * 100) - 7.0rem);
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	padding: 8.9rem 0;
	margin: auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		padding: 5.0rem 0;
		margin: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 13.3rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
		margin: 0 0 4.2rem;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 6.0rem 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01{
		margin: 4.0rem 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01:nth-of-type(2){
	justify-content: flex-end;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .item01{
	width: 149.6rem;
	height: auto;
	margin: 0;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .item01{
		width: 83.1rem;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .item01{
	justify-content: flex-start;
	animation: loop 20s linear infinite;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01:nth-of-type(2) > .item01{
	justify-content: flex-end;
	animation: loop_r 20s linear infinite;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .item01{
		animation: loop_sp 20s linear infinite;
	}
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01:nth-of-type(2) > .item01{
		animation: loop_r_sp 20s linear infinite;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	flex-shrink: 0;
}
@keyframes loop{
0% {
	transform: translateX(0);
	}
to {
	transform: translateX(-149.6rem);
	}
}
@keyframes loop_sp{
0% {
	transform: translateX(0);
	}
to {
	transform: translateX(-83.1rem);
	}
}

@keyframes loop_r{
0% {
	transform: translateX(0);
	}
to {
	transform: translateX(149.6rem);
	}
}
@keyframes loop_r_sp{
0% {
	transform: translateX(0);
	}
to {
	transform: translateX(83.1rem);
	}
}
.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;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 4.7rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > .text01{
		margin: 0 0 1.1rem;
		align-items: flex-start;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > .text01::before{
	content: '';
	width: 2.8rem;
	height: .2rem;
	margin: 0 1.5rem 0 0;
	background-color: #48A081;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > .text01::before{
		width: 2.0rem;
		margin: 1.4rem 1.1rem 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > .text01 > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 2.4rem;
	line-height: 2.4rem;
	letter-spacing: calc((120/1000)*1em);
	display: inline;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > .text01 > span{
		font-size: 1.6rem;
		line-height: 2.8rem;
		letter-spacing: calc((80/1000)*1em);
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 2.4rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > .text02{
		margin: 0 0 1.8rem;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > .text02 > .text02_01{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > .text02 > .text02_01 > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 9.0rem;
	line-height: 9.0rem;
	letter-spacing: calc((80/1000)*1em);
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > .text02 > .text02_01 > span{
		font-size: 3.3rem;
		line-height: 4.6rem;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > .text02 > .text02_01 > .space{
	width: 6.0rem;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > .text02 > .text02_01 > .space{
		width: 2.4rem;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > .text03{
	width: 22.0rem;
	height: 3.8rem;
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.5rem;
	letter-spacing: calc((50/1000)*1em);
	border: .1rem solid #DDDDDD;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 > .text03{
		width: 19.5rem;
		height: 3.5rem;
		font-size: 1.3rem;
		line-height: 1.3rem;
	}
}
.contents01 .contents01_01 .contents01_01_02{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: auto;
	bottom: 2.3rem;
	left: auto;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
		bottom: 1.3rem;
	}
}
.contents01 .contents01_01 .contents01_01_02 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 .8rem;
	font-size: 1.2rem;
	line-height: 1.2rem;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 > .item01{
	width: .7rem;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_02 > .item01 > .item01_01{
	width: .1rem;
	height: 3.2rem;
	margin: 0;
	background-color: #5F5E5E;
	border-radius: calc(.1rem / 2);
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 > .item01 > .item01_02{
	width: .7rem;
	height: .7rem;
	background-color: #48A081;
	border-radius: 50%;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
	animation: down 2s linear infinite;
}
@keyframes down{
0% {
		opacity: 0;
		transform: translateY(0);
	}
5% {
		opacity: 1;
		transform: translateY(0);
	}
95% {
		opacity: 1;
		transform: translateY(calc(3.2rem - .7rem));
	}
100% {
		opacity: 0;
		transform: translateY(calc(3.2rem - .7rem));
	}
}
/*.contents01ここまで*/

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents02 .contents02_01{
	width: 128.0rem;
	height: auto;
	padding: 7.3rem 0 10.1rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		width: 32.0rem;
		padding: 2.8rem 0 5.0rem;
	}
}
.contents02 .contents02_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 3.0rem;
	font-size: 3.8rem;
	line-height: 6.5rem;
	letter-spacing: calc((80/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 > .text01{
		margin: 0 0 1.6rem;
		font-size: 2.8rem;
		line-height: 5.0rem;
	}
}
.contents02 .contents02_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 5.4rem;
	font-size: 1.8rem;
	line-height: 4.2rem;
	letter-spacing: calc((50/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 > .text02{
		margin: 0 0 3.7rem;
		font-size: 1.5rem;
		line-height: 3.0rem;
		text-align: left;
	}
}
.contents02 .contents02_01 > .item01{
	width: 23.9rem;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 > .item01{
		width: 18.3rem;
	}
}
.contents02 .contents02_01 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
/*.contents02ここまで*/

/*.contents03ここから*/
.contents03{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents03{
		overflow: hidden;
	}
}
.contents03::before{
	content: '';
	width: auto;
	height: auto;
	background: 
	linear-gradient(180deg, 
		rgba(217, 235, 228, 0) 0%,
		rgba(217, 235, 228, .68) 15%,
		rgba(217, 235, 228, 1) 50%,
		rgba(217, 235, 228, .73) 85%,
		rgba(217, 235, 228, 0) 100%
	);
	display: block;
	opacity: .5;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.contents03 > .item01{
	width: 118.1rem;
	height: auto;
	display: block;
	position: absolute;
	top: 12.5rem;
	bottom: auto;
	left: 5.0rem;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents03 > .item01{
		width: 37.5rem;
		top: 3.0rem;
		left: 0;
	}
}
.contents03 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents03 > .item02{
	width: 45.8rem;
	height: auto;
	display: block;
	position: absolute;
	top: auto;
	bottom: 4.7rem;
	left: 0;
	right: auto;
	margin: auto;
}
.contents03 > .item02 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents03 .contents03_01{
	width: 128.0rem;
	height: auto;
	padding: 12.0rem 0 8.0rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01{
		width: 32.0rem;
		padding: 8.4rem 0 4.0rem;
		flex-direction: column;
	}
}
.contents03 .contents03_01 .contents03_01_01{
	width: 37.0rem;
	height: auto;
	padding: 8.5rem 0 21.7rem;
	margin: 0 12.0rem 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-shrink: 0;
	position: sticky;
	top: calc(12.0rem - 8.5rem);
	left: 0;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01{
		width: 100%;
		padding: 0;
		margin: 0 0 2.8rem;
		position: static;
		flex-shrink: 1;
	}
}
.contents03 .contents03_01 .contents03_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 2.7rem;
	font-size: 1.8rem;
	line-height: 1.8rem;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 > .text01{
		margin: 0 0 1.9rem;
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
}
.contents03 .contents03_01 .contents03_01_01 > .text01::before{
	content: '';
	width: .7rem;
	height: .7rem;
	margin: 0 1.0rem 0 0;
	background-color: #48A081;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
}
.contents03 .contents03_01 .contents03_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 3.4rem;
	font-size: 3.8rem;
	line-height: 3.8rem;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 > .text02{
		margin: 0 0 2.5rem;
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
}
.contents03 .contents03_01 .contents03_01_01 > .text03{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.7rem;
	line-height: 3.5rem;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 > .text03{
		font-size: 1.5rem;
		line-height: 2.8rem;
	}
}
.contents03 .contents03_01 .contents03_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) {
	.contents03 .contents03_01 .contents03_01_02{
		width: 100%;
		flex-grow: 0;
	}
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01{
	width: 100%;
	height: auto;
	padding: 5.0rem 5.0rem 4.3rem;
	margin: 3.0rem 0 0;
	background-color: #ffffff;
	border-radius: 2.4rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	box-shadow: 1.0rem 1.0rem 3.0rem #D5F0E6;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01{
		padding: 4.7rem 2.4rem 3.8rem;
	}
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01:nth-of-type(1){
	margin-top: 0;
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 2.0rem;
	font-size: 1.4rem;
	line-height: 1.4rem;
	color: #48A081;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 > .text01{
		margin: 0 0 1.7rem;
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 4.4rem;
	font-size: 3.2rem;
	line-height: 3.2rem;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 > .text02{
		margin: 0 0 2.5rem;
		font-size: 2.2rem;
		line-height: 2.2rem;
	}
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01 .contents03_01_02_01_01_01{
	width: auto;
	height: auto;
	margin: 4.5rem 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01 .contents03_01_02_01_01_01{
		margin: 3.3rem 0 0;
		flex-direction: column;
	}
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01 .contents03_01_02_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01 .contents03_01_02_01_01_01 .contents03_01_02_01_01_01_01{
	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) {
	.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01 .contents03_01_02_01_01_01 .contents03_01_02_01_01_01_01{
		flex-grow: 0;
	}
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01 .contents03_01_02_01_01_01 .contents03_01_02_01_01_01_01 > .text01{
	width: auto;
	height: auto;
	padding: 1.1rem 1.2rem 1.1rem;
	margin: 0 0 .7rem;
	font-size: 1.7rem;
	line-height: 1.7rem;
	color: #ffffff;
	letter-spacing: calc((50/1000)*1em);
	background: linear-gradient(90deg,
		#0F7DB1 0%,
		#0F7DB1 10%,
		#1D85A5 60%,
		#48A081 100%
	);
	border-radius: .2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01 .contents03_01_02_01_01_01 .contents03_01_02_01_01_01_01 > .text01{
		padding: 1.0rem 1.2rem 1.0rem;
		margin: 0 0 .7rem;
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01 .contents03_01_02_01_01_01 .contents03_01_02_01_01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.5rem;
	line-height: 2.8rem;
	letter-spacing: calc((25/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01 .contents03_01_02_01_01_01 .contents03_01_02_01_01_01_01 > .text02{
		font-size: 1.4rem;
		line-height: 2.5rem;
	}
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01 .contents03_01_02_01_01_01 .contents03_01_02_01_01_01_01 > .text03{
	width: auto;
	height: auto;
	margin: .6rem 0 0;
	font-size: 1.5rem;
	line-height: 2.8rem;
	letter-spacing: calc((25/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01 .contents03_01_02_01_01_01 .contents03_01_02_01_01_01_01 > .text03{
		margin: .5rem 0 0;
	}
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01 .contents03_01_02_01_01_01 .contents03_01_02_01_01_01_01 > .text04{
	width: auto;
	height: auto;
	margin: 1.6rem 0 0;
	font-size: 1.3rem;
	line-height: 2.2rem;
	letter-spacing: calc((25/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01 .contents03_01_02_01_01_01 .contents03_01_02_01_01_01_01 > .text04{
		margin: 1.7rem 0 0;
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01 .contents03_01_02_01_01_01 .contents03_01_02_01_01_01_02{
	width: 25.0rem;
	height: auto;
	margin: 0 0 0 4.0rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01 .contents03_01_02_01_01_01 .contents03_01_02_01_01_01_02{
		width: 100%;
		margin: 1.9rem 0 0;
		flex-shrink: 1;
	}
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01 .contents03_01_02_01_01_01 .contents03_01_02_01_01_01_02 > .item01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01 .contents03_01_02_01_01_01 .contents03_01_02_01_01_01_02 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 1.2rem;
	display: block;
}
.contents03 .contents03_01 .contents03_01_02 .contents03_01_02_01 .contents03_01_02_01_01 .contents03_01_02_01_01_01 .contents03_01_02_01_01_01_02 > .link01{
	width: auto;
	height: auto;
	margin: .8rem 0 0;
	font-size: 1.3rem;
	line-height: 1.8rem;
	color: #4D88E6;
	text-decoration-thickness: .1rem;
	text-decoration-line: underline;
	/*text-decoration-color: #000000;*/
	text-decoration-style: solid;
	text-underline-offset: .3rem;
	text-decoration-skip-ink: none;
	display: block;
}
/*.contents03ここまで*/

/*.contents04ここから*/
.contents04{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	border-bottom: .1rem solid #D8EAE2;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.contents04{
	}
}
.contents04 > .item01{
	width: 131.7rem;
	height: auto;
	display: block;
	position: absolute;
	top: 10.0rem;
	bottom: auto;
	left: 5.0rem;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents04 > .item01{
		width: 41.5rem;
		top: 3.0rem;
		left: 0;
	}
}
.contents04 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents04 .contents04_01{
	width: 128.0rem;
	height: auto;
	padding: 20.2rem 0 10.1rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01{
		width: 32.0rem;
		padding: 10.4rem 0 8.1rem;
	}
}
.contents04 .contents04_01 .contents04_01_01{
	width: auto;
	height: auto;
	margin: 0 0 5.1rem;
	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{
		margin: 0 0 2.6rem;
	}
}
.contents04 .contents04_01 .contents04_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 2.7rem;
	font-size: 1.8rem;
	line-height: 1.8rem;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 > .text01{
		margin: 0 0 1.9rem;
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
}
.contents04 .contents04_01 .contents04_01_01 > .text01::before{
	content: '';
	width: .7rem;
	height: .7rem;
	margin: 0 1.0rem 0 0;
	background-color: #48A081;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
}
.contents04 .contents04_01 .contents04_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 3.8rem;
	line-height: 3.8rem;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 > .text02{
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
}
.contents04 .contents04_01 .contents04_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02{
		align-items: flex-start;
		flex-direction: column;
	}
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01{
	width: calc((100% - 5.9rem * 1) / 2);
	height: auto;
	padding: 5.0rem 5.0rem 12.1rem;
	margin: 0 0 0 5.9rem;
	background-color: #ffffff;
	border-radius: 1.2rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	box-shadow: 1.0rem 1.0rem 3.0rem #EEEEEE;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01{
		width: 100%;
		padding: 4.0rem 2.0rem 3.8rem;
		margin: 4.0rem 0 0;
	}
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01:nth-of-type(1){
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01:nth-of-type(1){
		margin-top: 0;
	}
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 > .text01{
	width: 28.5rem;
	height: auto;
	margin: 0 0 1.8rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 > .text01{
		width: 22.9rem;
		margin: 0 0 1.9rem;
	}
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01:nth-of-type(2) > .text01{
	width: 23.0rem;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01:nth-of-type(2) > .text01{
		width: 18.5rem;
	}
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 > .text01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.5rem;
	line-height: 2.8rem;
	letter-spacing: calc((25/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 > .text02{
		font-size: 1.4rem;
		line-height: 2.5rem;
	}
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 > .item02{
	width: 16.3rem;
	height: auto;
	display: block;
	position: absolute;
	top: auto;
	bottom: 2.8rem;
	left: auto;
	right: 4.0rem;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 > .item02{
		width: 10.5rem;
		bottom: -2.2rem;
		right: 2.0rem;
	}
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01:nth-of-type(2) > .item02{
	width: 8.3rem;
	bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01:nth-of-type(2) > .item02{
		width: 5.8rem;
		bottom: -2.3rem;
		right: 3.5rem;
	}
}
.contents04 .contents04_01 .contents04_01_02 .contents04_01_02_01 > .item02 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
/*.contents04ここまで*/

/*.contents05ここから*/
.contents05{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	border-bottom: .1rem solid #D8EAE2;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.contents05{
	}
}
.contents05 > .item01{
	width: 60.9rem;
	height: auto;
	display: block;
	position: absolute;
	top: 10.0rem;
	bottom: auto;
	left: 5.0rem;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents05 > .item01{
		width: 18.4rem;
		top: 3.0rem;
		left: 0;
	}
}
.contents05 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents05 .contents05_01{
	width: 128.0rem;
	height: auto;
	padding: 20.2rem 0 10.1rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01{
		width: 32.0rem;
		padding: 10.4rem 0 8.1rem;
	}
}
.contents05 .contents05_01 .contents05_01_01{
	width: auto;
	height: auto;
	margin: 0 0 5.1rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01{
		margin: 0 0 2.6rem;
	}
}
.contents05 .contents05_01 .contents05_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 2.7rem;
	font-size: 1.8rem;
	line-height: 1.8rem;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 > .text01{
		margin: 0 0 1.9rem;
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
}
.contents05 .contents05_01 .contents05_01_01 > .text01::before{
	content: '';
	width: .7rem;
	height: .7rem;
	margin: 0 1.0rem 0 0;
	background-color: #48A081;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
}
.contents05 .contents05_01 .contents05_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 3.8rem;
	line-height: 3.8rem;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 > .text02{
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
}
.contents05 .contents05_01 .contents05_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_02{
		align-items: flex-start;
		flex-direction: column;
	}
}
.contents05 .contents05_01 .contents05_01_02 .contents05_01_02_01{
	width: calc((100% - 5.1rem * 2) / 3);
	height: auto;
	margin: 0 5.1rem 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_02 .contents05_01_02_01{
		width: 100%;
		margin: 3.0rem 0 0;
		align-items: center;
		flex-direction: row;
	}
}
.contents05 .contents05_01 .contents05_01_02 .contents05_01_02_01:nth-of-type(3){
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_02 .contents05_01_02_01:nth-of-type(1){
		margin-top: 0;
	}
}
.contents05 .contents05_01 .contents05_01_02 .contents05_01_02_01 > .item01{
	width: 100%;
	height: auto;
	margin: 0 0 2.4rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_02 .contents05_01_02_01 > .item01{
		width: 15.0rem;
		margin: 0 2.0rem 0 0;
		flex-shrink: 0;
	}
}
.contents05 .contents05_01 .contents05_01_02 .contents05_01_02_01 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 1.2rem;
	display: block;
}
.contents05 .contents05_01 .contents05_01_02 .contents05_01_02_01 .contents05_01_02_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_02 .contents05_01_02_01 .contents05_01_02_01_01{
		width: auto;
		flex-grow: 1;
	}
}
.contents05 .contents05_01 .contents05_01_02 .contents05_01_02_01 .contents05_01_02_01_01 .contents05_01_02_01_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents05 .contents05_01 .contents05_01_02 .contents05_01_02_01 .contents05_01_02_01_01 .contents05_01_02_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 .9rem;
	font-size: 1.4rem;
	line-height: 1.4rem;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_02 .contents05_01_02_01 .contents05_01_02_01_01 .contents05_01_02_01_01_01 > .text01{
		font-size: 1.3rem;
		line-height: 1.3rem;
	}
}
.contents05 .contents05_01 .contents05_01_02 .contents05_01_02_01 .contents05_01_02_01_01 .contents05_01_02_01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 2.0rem;
	line-height: 2.0rem;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_02 .contents05_01_02_01 .contents05_01_02_01_01 .contents05_01_02_01_01_01 > .text02{
		font-size: 1.6rem;
		line-height: 1.6rem;
	}
}
.contents05 .contents05_01 .contents05_01_02 .contents05_01_02_01 .contents05_01_02_01_01 > .link01{
	width: 4.1rem;
	height: 4.1rem;
	margin: 0 0 0 .5rem;
	background: linear-gradient(180deg, #48A081 0%, #0F7DB1 100%);
	border-radius: .4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_02 .contents05_01_02_01 .contents05_01_02_01_01 > .link01{
		width: 2.5rem;
		height: 2.5rem;
	}
}
.contents05 .contents05_01 .contents05_01_02 .contents05_01_02_01 .contents05_01_02_01_01 > .link01::after{
	content: '';
	width: .8rem;
	height: .8rem;
	margin: 0 .4rem 0 0;
	display: block;
	border-bottom: .2rem solid #ffffff;
	border-right: .2rem solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_02 .contents05_01_02_01 .contents05_01_02_01_01 > .link01::after{
		width: .6rem;
		height: .6rem;
		margin: 0 .3rem 0 0;
	}
}
/*.contents05ここまで*/

/*.contents06ここから*/
.contents06{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #F5FAF8;
	display: block;
	overflow: hidden;
	position: relative;
}
.contents06 > .item01{
	width: 131.1rem;
	height: auto;
	display: block;
	position: absolute;
	top: 12.5rem;
	bottom: auto;
	left: 5.0rem;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents06 > .item01{
		width: 41.7rem;
		top: 3.0rem;
		left: 0;
	}
}
.contents06 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents06 > .item02{
	width: 35.1rem;
	height: auto;
	display: block;
	position: absolute;
	top: auto;
	bottom: 4.7rem;
	left: 6.6rem;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents06 > .item02{
		width: 12.5rem;
		top: 10.4rem;
		bottom: auto;
		left: auto;
		right: 1.1rem;
	}
}
.contents06 > .item02 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents06 .contents06_01{
	width: 128.0rem;
	height: auto;
	padding: 12.0rem 0 8.0rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01{
		width: 32.0rem;
		padding: 8.4rem 0 4.0rem;
		flex-direction: column;
	}
}
.contents06 .contents06_01 .contents06_01_01{
	width: 37.0rem;
	height: auto;
	padding: 8.5rem 0 21.7rem;
	margin: 0 12.0rem 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) {
	.contents06 .contents06_01 .contents06_01_01{
		width: 100%;
		padding: 0;
		margin: 0 0 3.0rem;
		flex-shrink: 1;
	}
}
.contents06 .contents06_01 .contents06_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 2.7rem;
	font-size: 1.8rem;
	line-height: 1.8rem;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_01 > .text01{
		margin: 0 0 1.9rem;
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
}
.contents06 .contents06_01 .contents06_01_01 > .text01::before{
	content: '';
	width: .7rem;
	height: .7rem;
	margin: 0 1.0rem 0 0;
	background-color: #48A081;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
}
.contents06 .contents06_01 .contents06_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 3.4rem;
	font-size: 3.8rem;
	line-height: 3.8rem;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_01 > .text02{
		margin: 0 0 2.5rem;
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
}
.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01{
	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) {
	.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01{
		align-items: stretch;
		flex-direction: row;
		flex-wrap: wrap;
	}
}
.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01 > .text01{
	width: 100%;
	height: auto;
	padding: 3.1rem 1.5rem 3.1rem 1.0rem;
	margin: 0;
	font-size: 1.8rem;
	line-height: 1.8rem;
	letter-spacing: calc((50/1000)*1em);
	border-top: .1rem solid #D8EAE2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01 > .text01{
		width: calc((100% - 4.0rem * 1) / 2);
		margin: 0 4.0rem 0 0;
		padding: 2.1rem 1.1rem 2.1rem 1.0rem;
		font-size: 1.4rem;
		line-height: 1.4rem;
		border-top: 0;
		border-bottom: .1rem solid #D8EAE2;
	}
	.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01 > .text01:nth-of-type(2n){
		margin-right: 0;
	}
}
.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01 > .text01:nth-of-type(1){
	border-top: 0;
}
.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01 > .text01.active{
	color: #ffffff;
	background-color: #48A081;
}
.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01 > .text01::after{
	content: '';
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0 0 .5rem;
	display: block;
	border-bottom: .2rem solid #48A081;
	border-right: .2rem solid #48A081;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01 > .text01::after{
		width: .8rem;
		height: .8rem;
		border-left: .2rem solid #48A081;
		border-right: 0;
	}
}
.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01 > .text01.active::after{
	border-bottom: .2rem solid #ffffff;
	border-right: .2rem solid #ffffff;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_01 .contents06_01_01_01 > .text01.active::after{
		border-left: .2rem solid #ffffff;
		border-right: 0;
	}
}
.contents06 .contents06_01 .contents06_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) {
	.contents06 .contents06_01 .contents06_01_02{
		width: 100%;
		flex-grow: 0;
	}
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01{
	width: 100%;
	height: auto;
	padding: 5.0rem 5.0rem 5.0rem;
	margin: 0;
	background-color: #ffffff;
	border-radius: 2.4rem;
	display: none;
	box-shadow: 1.0rem 1.0rem 3.0rem #D5F0E6;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01{
		padding: 3.4rem 2.8rem 3.0rem;
		margin: 3.0rem 0 0;
		display: block;
	}
	.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01:nth-of-type(1){
		margin-top: 0;
	}
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01.active{
	display: block;
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 2.0rem;
	font-size: 1.4rem;
	line-height: 1.4rem;
	color: #48A081;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 > .text01{
		margin: 0 0 1.7rem;
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 4.4rem;
	font-size: 3.2rem;
	line-height: 3.2rem;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 > .text02{
		margin: 0 0 2.5rem;
		font-size: 2.2rem;
		line-height: 2.2rem;
	}
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 .contents06_01_02_01_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 .contents06_01_02_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.5rem;
	line-height: 2.8rem;
	letter-spacing: calc((25/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 .contents06_01_02_01_01_01 > .text01{
		font-size: 1.4rem;
		line-height: 2.5rem;
	}
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 .contents06_01_02_01_01_01 > .item01{
	width: 30.8rem;
	height: auto;
	margin: 2.5rem 0 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 .contents06_01_02_01_01_01 > .item01{
		width: 100%;
		margin: 1.4rem 0 0;
	}
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 .contents06_01_02_01_01_01 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 table{
	width: 100%;
	height: auto;
	margin: 0 auto;
	table-layout: fixed;
	text-align: left;
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 table tr{
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 table tr th{
	width: 19.2rem;
	height: auto;
	padding: 1.8rem 1.2rem;
	border-bottom: .1rem solid #D8EAE2;
	font-size: 1.5rem;
	line-height: 2.5rem;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 table tr th{
		width: 8.9rem;
		padding: .9rem 0;
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 table tr td{
	width: auto;
	height: auto;
	padding: 1.8rem 1.2rem 1.8rem 0;
	border-bottom: .1rem solid #D8EAE2;
	font-size: 1.5rem;
	line-height: 2.5rem;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 table tr td{
		padding: .9rem 0;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
}
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 table tr:nth-of-type(1) th,
.contents06 .contents06_01 .contents06_01_02 .contents06_01_02_01 .contents06_01_02_01_01 table tr:nth-of-type(1) td{
	padding-top: 0;
}
/*.contents06ここまで*/

/*.contents07ここから*/
.contents07{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents07{
	}
}
.contents07 .contents07_01{
	width: 128.0rem;
	height: auto;
	padding: 8.4rem 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents07 .contents07_01{
		width: 32.0rem;
		padding: 5.3rem 0 0;
	}
}
.contents07 .contents07_01 .contents07_01_01{
	width: auto;
	height: auto;
	margin: 0 0 3.8rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents07 .contents07_01 .contents07_01_01{
		margin: 0 0 3.6rem;
	}
}
.contents07 .contents07_01 .contents07_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 2.7rem;
	font-size: 1.8rem;
	line-height: 1.8rem;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents07 .contents07_01 .contents07_01_01 > .text01{
		margin: 0 0 1.9rem;
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
}
.contents07 .contents07_01 .contents07_01_01 > .text01::before{
	content: '';
	width: .7rem;
	height: .7rem;
	margin: 0 1.0rem 0 0;
	background-color: #48A081;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
}
.contents07 .contents07_01 .contents07_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 3.8rem;
	line-height: 3.8rem;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents07 .contents07_01 .contents07_01_01 > .text02{
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
}
.contents07 .contents07_01 .contents07_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.contents07 .contents07_01 .contents07_01_02 .iframe{
	width: 100%;
	height: 38.0rem;
	margin: 0;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents07 .contents07_01 .contents07_01_02 .iframe{
		height: 25.0rem;
	}
}
/*.contents07ここまで*/

/*.contents08ここから*/
.contents08{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents08 .contents08_01{
	width: 128.0rem;
	height: auto;
	padding: 10.5rem 0 10.0rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents08 .contents08_01{
		width: 32.0rem;
		padding: 5.5rem 0 5.0rem;
		flex-direction: column;
	}
}
.contents08 .contents08_01 .contents08_01_01{
	width: 37.0rem;
	height: auto;
	margin: 0 12.0rem 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) {
	.contents08 .contents08_01 .contents08_01_01{
		width: 100%;
		margin: 0 0 2.9rem;
		flex-shrink: 1;
	}
}
.contents08 .contents08_01 .contents08_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 2.7rem;
	font-size: 1.8rem;
	line-height: 1.8rem;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents08 .contents08_01 .contents08_01_01 > .text01{
		margin: 0 0 1.9rem;
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
}
.contents08 .contents08_01 .contents08_01_01 > .text01::before{
	content: '';
	width: .7rem;
	height: .7rem;
	margin: 0 1.0rem 0 0;
	background-color: #48A081;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
}
.contents08 .contents08_01 .contents08_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 3.9rem;
	font-size: 3.8rem;
	line-height: 3.8rem;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents08 .contents08_01 .contents08_01_01 > .text02{
		margin: 0;
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
}
.contents08 .contents08_01 .contents08_01_01 > .link01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.6rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents08 .contents08_01 .contents08_01_01 > .link01 > span{
	width: 4.1rem;
	height: 4.1rem;
	margin: 0 0 0 2.1rem;
	background: linear-gradient(180deg, #48A081 0%, #0F7DB1 100%);
	border-radius: .4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents08 .contents08_01 .contents08_01_01 > .link01 > span{
		width: 2.5rem;
		height: 2.5rem;
	}
}
.contents08 .contents08_01 .contents08_01_01 > .link01 > span::after{
	content: '';
	width: .8rem;
	height: .8rem;
	margin: 0 .4rem 0 0;
	display: block;
	border-bottom: .2rem solid #ffffff;
	border-right: .2rem solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents08 .contents08_01 .contents08_01_01 > .link01 > span::after{
		width: .6rem;
		height: .6rem;
		margin: 0 .3rem 0 0;
	}
}
.contents08 .contents08_01 .contents08_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) {
	.contents08 .contents08_01 .contents08_01_02{
		width: 100%;
		margin: 0 0 2.9rem;
		flex-grow: 0;
	}
}
.contents08 .contents08_01 .contents08_01_02 .contents08_01_02_01{
	width: 100%;
	height: auto;
	padding: 2.1rem 0 2.3rem;
	margin: 0;
	font-size: 1.6rem;
	line-height: 2.4rem;
	border-bottom: .1rem solid #D8EAE2;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents08 .contents08_01 .contents08_01_02 .contents08_01_02_01{
		padding: 1.6rem 0 1.5rem;
		font-size: 1.5rem;
		line-height: 2.5rem;
		align-items: flex-start;
		flex-direction: column;
	}
}
.contents08 .contents08_01 .contents08_01_02 .contents08_01_02_01:nth-of-type(1){
	padding-top: 0;
}
.contents08 .contents08_01 .contents08_01_02 .contents08_01_02_01 > .text01{
	width: 12.7rem;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents08 .contents08_01 .contents08_01_02 .contents08_01_02_01 > .text01{
		width: auto;
		margin: 0 0 .5rem;
	}
}
.contents08 .contents08_01 .contents08_01_02 .contents08_01_02_01 > .text01 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.5rem;
	display: inline;
}
.contents08 .contents08_01 .contents08_01_02 .contents08_01_02_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
.contents08 .contents08_01 .contents08_01_02 .contents08_01_02_01 > .text02 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-decoration-thickness: .1rem;
	text-decoration-line: underline;
	/*text-decoration-color: #000000;*/
	text-decoration-style: solid;
	text-underline-offset: .3rem;
	text-decoration-skip-ink: none;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.contents08 .contents08_01 .contents08_01_02 .contents08_01_02_01 > .text02 > a{
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.contents08 .contents08_01 > .link01{
		width: auto;
		height: auto;
		margin: 0 auto;
		font-size: 1.6rem;
		line-height: 1.6rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.contents08 .contents08_01 > .link01 > span{
		width: 3.5rem;
		height: 3.5rem;
		margin: 0 0 0 2.0rem;
		background: linear-gradient(180deg, #48A081 0%, #0F7DB1 100%);
		border-radius: .4rem;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
	}
	.contents08 .contents08_01 > .link01 > span::after{
		content: '';
		width: .6rem;
		height: .6rem;
		margin: 0 .3rem 0 0;
		display: block;
		border-bottom: .2rem solid #ffffff;
		border-right: .2rem solid #ffffff;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		flex-shrink: 0;
	}
}
/*.contents08ここまで*/