@charset "utf-8";
.eyecatch_inc.top{
	/* background-image: url(../img/index/eye01.jpg); */
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top{
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	display: block;
}
.contents01 .contents01_01{
	width: 1120px;
	height: auto;
	padding: 80px 0 120px;
	margin: 0 auto;
	background-image: url(../img/index/item01.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	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: 320px;
		padding: 62px 0 80px;
		background-image: url(../img/index/item01_sp.png);
	}
}
.contents01 .contents01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 25px;
	font-size: 65px;
	line-height: 65px;
	letter-spacing: calc((120/1000)*1em);
	color: #1C2A42;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text01{
		margin: 0 0 14px;
		font-size: 39px;
		line-height: 39px;
	}
}
.contents01 .contents01_01 .text02{
	width: auto;
	height: auto;
	margin: 0 0 30px;
	font-size: 51px;
	line-height: 71px;
	letter-spacing: calc((120/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text02{
		margin: 0 0 25px;
		font-size: 34px;
		line-height: 46px;
		text-align: center;
	}
}
.contents01 .contents01_01 .text03{
	width: auto;
	height: auto;
	margin: 0 0 44px;
	font-size: 15px;
	line-height: 37px;
	letter-spacing: calc((120/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text03{
		margin: 0 0 24px;
		font-size: 13px;
		line-height: 27px;
		letter-spacing: calc((110/1000)*1em);
	}
}
.contents01 .contents01_01 .link01{
	width: 248px;
	height: 64px;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: calc((120/1000)*1em);
	color: #1C2A42;
	border-radius: calc(64px / 2);
	border: 1px solid #C0C4CB;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .link01{
		width: 100%;
		max-width: 248px;
	}
}
.contents01 .contents01_01 .link01:hover{
	opacity: 1;
	color: #ffffff;
	background-color: #1C2A42;
}
.contents01 .contents01_01 .link01::after{
	content: '';
	width: 9px;
	height: 9px;
	margin: 0 0 0 46px;
	background-color: #1C2A42;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
	transition: all .5s;
}
.contents01 .contents01_01 .link01:hover::after{
	background-color: #ffffff;
	transition: all .5s;
}
/*.contents01ここまで*/

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	display: block;
	position: relative;
}
.contents02::before{
	content: '';
	width: 14px;
	height: 120px;
	background-color: #1C2A42;
	border-radius: 0 5px 5px 0;
	display: block;
	position: absolute;
	top: 138px;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents02::before{
		width: 10px;
		height: 84px;
		top: 84px;
	}
}
.contents02 .contents02_01{
	width: 1120px;
	height: auto;
	padding: 115px 0 115px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		width: 90%;
		max-width: 320px;
		padding: 68px 0 43px;
		align-items: flex-start;
		flex-direction: column;
	}
}
.contents02 .contents02_01 .contents02_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) {
	.contents02 .contents02_01 .contents02_01_01{
		margin: 0 0 30px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 2px;
	font-size: 114px;
	line-height: 114px;
	letter-spacing: calc((120/1000)*1em);
	color: #1C2A42;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .text01{
		margin: 0;
		font-size: 79px;
		line-height: 79px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .text02{
	width: auto;
	height: auto;
	margin: 0 0 34px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: calc((120/1000)*1em);
	color: #1C2A42;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .text02{
		margin: -3px 0 20px;
		font-size: 17px;
		line-height: 27px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .text03{
	width: auto;
	height: auto;
	margin: 0 0 59px;
	font-size: 15px;
	line-height: 37px;
	letter-spacing: calc((120/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .text03{
		margin: -3px 0 25px;
		font-size: 14px;
		line-height: 27px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .link01{
	width: 248px;
	height: 64px;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: calc((120/1000)*1em);
	color: #1C2A42;
	border-radius: calc(64px / 2);
	border: 1px solid #C0C4CB;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents02 .contents02_01 .contents02_01_01 .link01:hover{
	opacity: 1;
	color: #ffffff;
	background-color: #1C2A42;
}
.contents02 .contents02_01 .contents02_01_01 .link01::after{
	content: '';
	width: 9px;
	height: 9px;
	margin: 0 0 0 46px;
	background-color: #1C2A42;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
	transition: all .5s;
}
.contents02 .contents02_01 .contents02_01_01 .link01:hover::after{
	background-color: #ffffff;
	transition: all .5s;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01{
	width: auto;
	height: auto;
	margin: 50px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 img{
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 img{
		margin: 0 0 4px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .text04{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((120/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .text04{
		font-size: 14px;
		line-height: 24px;
	}
}
.contents02 .contents02_01 .contents02_01_02{
	width: 530px;
	height: auto;
	margin: 0 0 0 168px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_02{
		width: 100%;
		margin: 0 0 28px;
	}
}
.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01{
	width: 100%;
	height: auto;
	padding: 32px 0 0;
	margin: 18px 0 0;
	border-top: 1px solid #C0C4CB;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01{
		padding: 14px 0 0;
		margin: 9px 0 0;
		align-items: flex-start;
	}
}
.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01:nth-of-type(1){
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}
.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01 .text01{
	width: 129px;
	height: auto;
	margin: 0;
	font-size: 103px;
	line-height: 103px;
	letter-spacing: calc((120/1000)*1em);
	color: #1C2A42;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01 .text01{
		width: 55px;
		margin: 5px 0 0;
		font-size: 48px;
		line-height: 48px;
		text-align: center;
	}
}
.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01 .contents02_01_02_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-grow: 1;
}
.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01 .contents02_01_02_01_01 .text02{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 33px;
	letter-spacing: calc((120/1000)*1em);
	color: #1C2A42;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01 .contents02_01_02_01_01 .text02{
		margin: 0 0 2px;
		font-size: 17px;
		line-height: 27px;
	}
}
.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01 .contents02_01_02_01_01 .text03{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((100/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01 .contents02_01_02_01_01 .text03{
		font-size: 13px;
		line-height: 23px;
	}
	.contents02 .contents02_01 .link02{
		width: 100%;
		max-width: 248px;
		height: 64px;
		margin: 0 auto;
		font-size: 13px;
		line-height: 23px;
		letter-spacing: calc((120/1000)*1em);
		color: #1C2A42;
		border-radius: calc(64px / 2);
		border: 1px solid #C0C4CB;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contents02 .contents02_01 .link02:hover{
		opacity: 1;
		color: #ffffff;
		background-color: #1C2A42;
	}
	.contents02 .contents02_01 .link02::after{
		content: '';
		width: 9px;
		height: 9px;
		margin: 0 0 0 46px;
		background-color: #1C2A42;
		border-radius: 50%;
		display: block;
		flex-shrink: 0;
		transition: all .5s;
	}
	.contents02 .contents02_01 .link02:hover::after{
		background-color: #ffffff;
		transition: all .5s;
	}
}
/*.contents02ここまで*/

/*.contents03ここから*/
.contents03{
	width: 100%;
	height: auto;
	padding: 50px 0;
	margin: 0 auto;
	background-color:#E7EEF4;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents03{
		padding: 20px 0;
	}
}
.contents03::before{
	content: '';
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	/* border-radius: 0 0 50px 50px; */
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents03::before{
		height: 20px;
		/* border-radius: 0 0 20px 20px; */
	}
}
.contents03::after{
	content: '';
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	/* border-radius: 50px 50px 0 0; */
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents03::after{
		height: 20px;
		/* border-radius: 20px 20px 0 0; */
	}
}
.contents03 .contents03_01{
	width: 100%;
	height: auto;
	padding: 130px 0 120px;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01{
		padding: 56px 0 80px;
	}
}
.contents03 .contents03_01::before{
	content: '';
	width: 14px;
	height: 120px;
	background-color: #1C2A42;
	border-radius: 0 5px 5px 0;
	display: block;
	position: absolute;
	top: 153px;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01::before{
		width: 10px;
		height: 84px;
		top: 72px;
	}
}
.contents03 .contents03_01 .contents03_01_01{
	width: 1120px;
	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) {
	.contents03 .contents03_01 .contents03_01_01{
		width: 90%;
		max-width: 320px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 50px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01{
		margin: 0 0 60px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01::after{
	content: '';
	width: 50px;
	height: 63px;
	background-image: url(../img/index/item02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: absolute;
	top: auto;
	bottom: 36px;
	left: auto;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01::after{
		width: 36px;
		height: 46px;
		bottom: -31px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 2px;
	font-size: 114px;
	line-height: 114px;
	letter-spacing: calc((120/1000)*1em);
	color: #1C2A42;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .text01{
		margin: 0;
		font-size: 79px;
		line-height: 79px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: calc((120/1000)*1em);
	color: #1C2A42;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .text02{
		margin: -3px 0 0;
		font-size: 17px;
		line-height: 27px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02{
		align-items: flex-start;
		flex-direction: column;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 .contents03_01_01_02_01{
	width: calc((100% - 100px * 2) / 3 );
	height: auto;
	padding: 12px 0 72px;
	margin: 0 100px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 .contents03_01_01_02_01{
		width: 100%;
		padding: 40px 0 0;
		margin: 30px 0 0;
		border-top: 1px solid #677690;
	}
}
@media only screen and (min-width: 768px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 .contents03_01_01_02_01:nth-of-type(3){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 .contents03_01_01_02_01:nth-of-type(1){
		padding-top: 0;
		margin-top: 0;
		border-top: 0;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 .contents03_01_01_02_01::after{
	content: '';
	width: 1px;
	height: 100%;
	background-color: #677690;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: calc(-100px / 2);
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 .contents03_01_01_02_01::after{
		display: none;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 .contents03_01_01_02_01:nth-of-type(3)::after{
	display: none;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 .contents03_01_01_02_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 17px;
	font-size: 23px;
	line-height: 37px;
	letter-spacing: calc((80/1000)*1em);
	color: #1C2A42;
	text-decoration-thickness: 8px;
	text-decoration-line: underline;
	text-decoration-color: #D3DCE3;
	text-decoration-style: solid;
	text-underline-offset: -1px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 .contents03_01_01_02_01 .text01{
		margin: 0 0 10px;
		font-size: 17px;
		line-height: 26px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 .contents03_01_01_02_01 .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 .contents03_01_01_02_01 .text02{
		margin: 0 0 10px;
		font-size: 14px;
		line-height: 25px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 .contents03_01_01_02_01 .link01{
	width: auto;
	height: auto;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: calc((120/1000)*1em);
	color: #1C2A42;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 .contents03_01_01_02_01 .link01{
		margin: 0 0 0 auto;
		font-size: 12px;
		line-height: 22px;
		position: static;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 .contents03_01_01_02_01 .link01::after{
	content: '';
	width: 9px;
	height: 9px;
	margin: 0 0 0 19px;
	background-color: #1C2A42;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 .contents03_01_01_02_01 .link01::after{
		margin: 0 0 0 14px;
	}
}
/*.contents03ここまで*/

/*.contents04ここから*/
.contents04{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	display: block;
	position: relative;
}
.contents04::before{
	content: '';
	width: 14px;
	height: 120px;
	background-color: #1C2A42;
	border-radius: 0 5px 5px 0;
	display: block;
	position: absolute;
	top: 77px;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents04::before{
		display: none;
	}
}
.contents04 .contents04_01{
	width: 1120px;
	height: auto;
	padding: 55px 0 115px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01{
		width: 100%;
		padding: 30px 0 75px;
		flex-direction: column;
	}
}
.contents04 .contents04_01 .contents04_01_01{
	width: calc((100% - 210px * 1) / 2 );
	height: auto;
	margin: 0 210px 0 0;
	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{
		width: 100%;
		margin: 90px auto 0;
		align-items: center;
		position: relative;
	}
}
@media only screen and (min-width: 768px) {
	.contents04 .contents04_01 .contents04_01_01:nth-of-type(2){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01:nth-of-type(1){
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01::before{
		content: '';
		width: 10px;
		height: 84px;
		background-color: #1C2A42;
		border-radius: 0 5px 5px 0;
		display: block;
		position: absolute;
		top: 16px;
		bottom: auto;
		left: 0;
		right: auto;
		margin: auto;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01{
	width: auto;
	height: auto;
	margin: 0 0 50px;
	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 .contents04_01_01_01{
		width: 90%;
		max-width: 320px;
		margin: 0 0 23px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 2px;
	font-size: 114px;
	line-height: 114px;
	letter-spacing: calc((120/1000)*1em);
	color: #1C2A42;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .text01{
		margin: 0 0 2px;
		font-size: 79px;
		line-height: 79px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: calc((120/1000)*1em);
	color: #1C2A42;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .text02{
		margin: -3px 0 0;
		font-size: 17px;
		line-height: 27px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02{
	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) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02{
		width: 90%;
		max-width: 320px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01{
	width: 100%;
	height: auto;
	padding: 35px 0 0;
	margin: 20px 0 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((100/1000)*1em);
	border-top: 1px solid #C0C4CB;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01:nth-of-type(1){
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 7px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .text01{
		margin: 0 0 6px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .text01 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: calc((100/1000)*1em);
	color: #BCBDC1;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .text01 > a{
		font-size: 12px;
		line-height: 22px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .text02{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .text02 > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((100/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_02 .contents04_01_01_02_01 .text02 > a{
		font-size: 14px;
		line-height: 25px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .link01{
	width: 248px;
	height: 64px;
	margin: 55px 0 0;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: calc((120/1000)*1em);
	color: #1C2A42;
	border-radius: calc(64px / 2);
	border: 1px solid #C0C4CB;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .link01{
		width: 100%;
		max-width: 248px;
		margin: 26px 0 0;
	}
}
.contents04 .contents04_01 .contents04_01_01 .link01:hover{
	opacity: 1;
	color: #ffffff;
	background-color: #1C2A42;
}
.contents04 .contents04_01 .contents04_01_01 .link01::after{
	content: '';
	width: 9px;
	height: 9px;
	margin: 0 0 0 46px;
	background-color: #1C2A42;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
	transition: all .5s;
}
.contents04 .contents04_01 .contents04_01_01 .link01:hover::after{
	background-color: #ffffff;
	transition: all .5s;
}
/*.contents04ここまで*/