@charset "utf-8";
.main{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
.eye{
	width: 100%;
	height: 322px;
	display: block;
	background-image: url(../img/business/eye01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eye{
		width: 100%;
		height: 220px;
		background-image: url(../img/business/eye01_sp.jpg);
	}
}
.eye .eye_inner{
	width: 1080px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner{
		width: 90%;
	}
}
.eye .eye_inner h2{
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.05em;
	color: #fff;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner h2{
		font-size: 32px;
	}
}
.eye .eye_inner h2 span{
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner h2 span{
		font-size: 16px;
	}
}
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 335px;
	}
}
.contents01 .contents01_01 .bg_title{
	width: 620px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .bg_title{
		width: 490px;
	}
}
.contents01 .contents01_01 .link_box{
	width: 720px;
	height: auto;
	margin: 67px auto 70px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 25px 60px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .link_box{
		width: 100%;
		gap: 29px 24px;
		margin: 21px auto 60px;
		align-items: flex-end;
	}
}
.contents01 .contents01_01 .link_box a{
	width: 200px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	letter-spacing: 0.05m;
	line-height: 26px;
	padding-bottom: 7px;
	border-bottom: 1px solid #DDDDDD;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .link_box a{
		width: calc(50% - 12px);
		font-size: 15px;
		line-height: 26px;
	}
}
.contents01 .contents01_01 .link_box a img{
	width: 17px;
	height: auto;
	margin-right: 30px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .link_box a img{
		width: 17px;
		margin-right: 15px;
	}
}
/*.contents01ここまで*/

/*.contents03ここから*/
.contents03{
	width: 100%;
	height: auto;
	display: block;
	background-color: #F9F7FB;
}
.contents03 .contents03_01{
	width: 1080px;
	height: auto;
	padding: 120px 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01{
		width: 90%;
		max-width: 335px;
		padding: 60px 0;
		display: block;
	}
}
.contents03 .contents03_01 .contents03_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents03 .contents03_01 .contents03_01_01 .title{
	width: auto;
	height: auto;
	margin: 0 0 29px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .title{
		margin: 0 0 20px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .title h3{
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .title h3{
		font-size: 26px;
		line-height: 26px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .title h3 span{
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.05em;
	color: #7970AD;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .title h3 span{
		font-size: 14px;
		line-height: 14px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .text00{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.02em;
}
.contents03 .contents03_01 .contents03_01_02{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 47px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_02{
		margin-top: 30px;
		flex-direction: column;
		gap: 30px;
	}
}
.contents03 .contents03_01 .contents03_01_02 img{
	width: 520px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_02 img{
		width: 100%;
	}
}
/*.contents03ここまで*/

/*.contents04ここから*/
.contents04{
	width: 100%;
	height: auto;
	display: block;
}
.contents04 .contents04_01{
	width: 1080px;
	height: auto;
	padding: 120px 0 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01{
		width: 90%;
		max-width: 335px;
		padding: 60px 0 0;
		display: block;
	}
}
.contents04 .contents04_01 .contents04_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents04 .contents04_01 .contents04_01_01 .title{
	width: auto;
	height: auto;
	margin: 0 0 29px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents04_01_01 .title{
		margin: 0 0 20px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .title h3{
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents04_01_01 .title h3{
		font-size: 26px;
		line-height: 26px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .title h3 span{
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.05em;
	color: #7970AD;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents04_01_01 .title h3 span{
		font-size: 14px;
		line-height: 14px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .text00{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.02em;
}
/*.contents04ここまで*/

.contents04_02{
	width: 1080px;
	height: auto;
	padding: 46px 0 120px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents04_02{
		width: 90%;
		max-width: 335px;
		padding: 35px 0 60px;
	}
}
.contents04_02 h4{
	width: 100%;
	height: 60px;
	border-radius: 10px;
	background-color: #0E348C;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 34px;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #fff;
}
@media only screen and (max-width: 767px){
	.contents04_02 h4{
		height: 55px;
		margin: 0 0 20px;
		font-size: 22px;
	}
}
.contents04_02 .contents04_02_02{
	width: 100%;
	height: auto;
	margin: 0 0 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.contents04_02 .contents04_02_02{
		margin: 0 0 30px;
	}
}
.contents04_02 .contents04_02_02 table{
	width: 900px;
	height: auto;
	margin: 0 0 40px;
	border-collapse: collapse; 
	text-align: center;
	table-layout: fixed;
}
@media only screen and (max-width: 767px){
	.contents04_02 .contents04_02_02 table{
		width: 100%;
		margin: 0 0 20px;
	}
}
.contents04_02 .contents04_02_02 table tr{
	width: 100%;
	height: auto;
}
.contents04_02 .contents04_02_02 table tr th{
	width: auto;
	height: auto;
	background-color: #7970AD;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.05em;
	padding: 11px 0;
	border: 1px solid #A7A7A7;
}
@media only screen and (max-width: 767px){
	.contents04_02 .contents04_02_02 table tr th{
		font-size: 14px;
		letter-spacing: 0.1em;
		padding: 11px 5px;
	}
}
.contents04_02 .contents04_02_02 table tr .th01{
	width: 238px;
}
@media only screen and (max-width: 767px){
	.contents04_02 .contents04_02_02 table tr .th01{
		width: 62px;
	}
}
.contents04_02 .contents04_02_02 table tr .th02{
	width: 380px;
}
@media only screen and (max-width: 767px){
	.contents04_02 .contents04_02_02 table tr .th02{
		width: 186px;
	}
}
.contents04_02 .contents04_02_02 table tr td{
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.05em;
	padding: 11px 0;
	border: 1px solid #A7A7A7;
}
@media only screen and (max-width: 767px){
	.contents04_02 .contents04_02_02 table tr td{
		width: auto;
		font-size: 14px;
		padding: 11px 5px;
	}
}
.contents04_02 .contents04_02_02 > .link01{
	width: 335px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0E348C;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: calc(70px / 2);
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents04_02 .contents04_02_02 > .link01{
		width: 100%;
	}
}
.contents04_02 .contents04_02_02 > .link01 img{
	width: 15px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 38px;
	margin: auto;
}
.contents04_02 > .right{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents04_02 > .right{
		flex-direction: column;
		gap: 30px;
	}
}
.contents04_02 > .right img{
	width: 520px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents04_02 > .right img{
		width: 100%;
	}
}

/*.contents05ここから*/
.contents05{
	width: 100%;
	height: auto;
	display: block;
	background-color: #F2F1F7;
}
.contents05 .contents05_01{
	width: 1080px;
	height: auto;
	padding: 120px 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01{
		width: 90%;
		max-width: 335px;
		padding: 60px 0;
	}
}
.contents05 .contents05_01 .contents05_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents05 .contents05_01 .contents05_01_01 h3{
	margin: 0 0 29px;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0.05em;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 .contents05_01_01 h3{
		margin: 0 0 20px;
	}
}
.contents05 .contents05_01 .contents05_01_01 h3 span{
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.05em;
	color: #7970AD;
}
.contents05 .contents05_01 .contents05_01_01 .text03{
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.02em;
}
.contents05 .contents05_01 .contents05_01_02{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 47px;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 .contents05_01_02{
		margin-top: 30px;
		flex-direction: column;
		gap: 30px;
	}
}
.contents05 .contents05_01 .contents05_01_02 img{
	width: 520px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 .contents05_01_02 img{
		width: 100%;
	}
}

/*.contents06ここから*/
.contents06{
	width: 100%;
	height: auto;
	display: block;
	background-color: #F9F7FB;
}
.contents06 .contents06_01{
	width: 1080px;
	height: auto;
	padding: 120px 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01{
		width: 90%;
		max-width: 335px;
		padding: 60px 0;
		display: block;
	}
}
.contents06 .contents06_01 .contents06_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents06 .contents06_01 .contents06_01_01 .title{
	width: auto;
	height: auto;
	margin: 0 0 29px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01 .contents06_01_01 .title{
		margin: 0 0 20px;
	}
}
.contents06 .contents06_01 .contents06_01_01 .title h3{
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01 .contents06_01_01 .title h3{
		font-size: 26px;
		line-height: 26px;
	}
}
.contents06 .contents06_01 .contents06_01_01 .title h3 span{
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.05em;
	color: #7970AD;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01 .contents06_01_01 .title h3 span{
		font-size: 14px;
		line-height: 14px;
	}
}
.contents06 .contents06_01 .contents06_01_01 .text00{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.02em;
}
.contents06 .contents06_01 .contents06_01_02{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 47px;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01 .contents06_01_02{
		margin-top: 30px;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 30px;
	}
}
.contents06 .contents06_01 .contents06_01_02 img{
	width: 520px;
	height: auto;
	margin: 40px 0 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01 .contents06_01_02 img{
		width: 100%;
		margin: 0;
	}
}
.contents06 .contents06_01 .contents06_01_02 img:nth-of-type(-n+2){
	margin-top: 0;
}
/*.contents06ここまで*/

