@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;
	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;
	}
}
.contents01 .contents01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 25px;
	font-size: 54px;
	line-height: 54px;
	letter-spacing: calc((120/1000)*1em);
	color: #0C243C;
	display: block;
	text-align: center;
}
@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: 55px;
	line-height: 83px;
	color: #0C243C;
	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: #0C243C;
	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: #0C243C;
}
.contents01 .contents01_01 .link01::after{
	content: '';
	width: 9px;
	height: 9px;
	margin: 0 0 0 46px;
	background-color: #0C243C;
	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: #F0F4F9;
	display: block;
	position: relative;
}
.contents02::before{
	content: '';
	width: 14px;
	height: 120px;
	background-color: #004496;
	border-radius: 0 5px 5px 0;
	display: block;
	position: absolute;
	top: 125px;
	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 10px;
	font-size: 98px;
	line-height: 98px;
	letter-spacing: calc((120/1000)*1em);
	color: #0C243C;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .text01{
		margin: 0;
		font-size: 60px;
		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: #0C243C;
	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: #0C243C;
	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: #0C243C;
}
.contents02 .contents02_01 .contents02_01_01 .link01::after{
	content: '';
	width: 9px;
	height: 9px;
	margin: 0 0 0 46px;
	background-color: #0C243C;
	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;
	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 13px;
	margin: 18px 0 0;
	border-top: 1px solid #C0C4CB;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_02 .contents02_01_02_01{
		padding: 14px 0 0;
		margin: 14px 0 0;
	}
}
.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: 116px;
	height: auto;
	margin: 0;
	font-size: 68px;
	line-height: 68px;
	letter-spacing: calc((120/1000)*1em);
	color: #0C243C;
	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((100/1000)*1em);
	color: #0C243C;
	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: 14px;
	line-height: 24px;
	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: #0C243C;
		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: #0C243C;
	}
	.contents02 .contents02_01 .link02::after{
		content: '';
		width: 9px;
		height: 9px;
		margin: 0 0 0 46px;
		background-color: #0C243C;
		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;
	margin: 0 auto;
	display: block;
	position: relative;
}
.contents03 .contents03_01{
	width: 100%;
	height: auto;
	padding: 112px 0 112px;
	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: #004496;
	border-radius: 0 5px 5px 0;
	display: block;
	position: absolute;
	top: 125px;
	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 10px;
	font-size: 98px;
	line-height: 98px;
	letter-spacing: calc((120/1000)*1em);
	color: #0C243C;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .text01{
		margin: 0;
		font-size: 60px;
		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: #0C243C;
	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: 716px;
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02{
		width: 100%;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table{
	width: 100%;
	height: auto;
	margin: 0 0 45px;
	table-layout: fixed;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table{
		margin: 0 0 18px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr{
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr th{
	width: 120px;
	height: auto;
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((100/1000)*1em);
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr th{
		width: 109px;
		font-size: 14px;
		line-height: 23px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr td{
	width: auto;
	height: auto;
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((80/1000)*1em);
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr td{
		font-size: 14px;
		line-height: 23px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr:nth-of-type(1) th,
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr:nth-of-type(1) td{
	padding-top: 0;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr:last-of-type th,
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr:last-of-type td{
		padding-bottom: 0;
		border-bottom: 0;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr.cont01 th {
	vertical-align: middle;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr.cont01 td {
	vertical-align: middle;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr.cont01 th,
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr.cont01 td {
	vertical-align: top;
}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr.cont01 td .cont01_01 {
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr.cont01 td .cont01_01 {
		display: block;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr.cont01 td .cont01_01 img {
	width: 159px;
	height: auto;
	margin-left: 30px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr.cont01 td .cont01_01 img {
		margin-left: 0;
		margin-top: 10px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr td span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((80/1000)*1em);
	padding: 0 0 0 3em;
	text-indent: -3em;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr td span{
		font-size: 14px;
		line-height: 23px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr td a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((80/1000)*1em);
	display: inline-block;
	pointer-events: none;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 table tr td a{
		font-size: 14px;
		line-height: 23px;
		pointer-events: auto;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 .iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 716/290;
	margin: 0;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 .iframe{
		aspect-ratio: 622/344;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_02 .iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}
/*.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: #004496;
	border-radius: 0 5px 5px 0;
	display: block;
	position: absolute;
	top: 60px;
	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: 45px 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: #004496;
		border-radius: 0 5px 5px 0;
		display: block;
		position: absolute;
		top: 8px;
		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 10px;
	font-size: 98px;
	line-height: 98px;
	letter-spacing: calc((120/1000)*1em);
	color: #0C243C;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 .text01{
		font-size: 60px;
		line-height: 60px;
	}
}
.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: #0C243C;
	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: #0C243C;
	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: #0C243C;
}
.contents04 .contents04_01 .contents04_01_01 .link01::after{
	content: '';
	width: 9px;
	height: 9px;
	margin: 0 0 0 46px;
	background-color: #0C243C;
	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ここまで*/