@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	background-image: url(../img/business/eye01.jpg);
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short .eyecatch_inc02 .eye_img{
		background-image: url(../img/business/eye01_sp.jpg);
	}
}
/*.ancここから*/
.anc{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.anc .anc_01{
	width: 1120px;
	height: auto;
	padding: 40px 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.anc .anc_01{
		width: 90%;
		max-width: 320px;
	}
}
.anc .anc_01 ul.anc_link{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}
.anc .anc_01 ul.anc_link li{
	width: auto;
	height: auto;
	display: block;
}
.anc .anc_01 ul.anc_link li a{
	width: auto;
	height: 46px;
	border: 1px solid #003296;
	border-radius: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 25px;
	color: #003296;
	padding: 0 24px;
}
.anc .anc_01 ul.anc_link li a img{
	width: 14px;
	height: auto;
	display: block;
	margin-left: 10px;
}
/*.ancここまで*/


/*contents01ここから-----------------------------*/
.contents01{
	width: 100%;
	height: auto;
	padding-top: 70px;
}
@media only screen and (max-width: 767px){
	.contents01{
		padding-top: 27px;
	}
}
.contents01 .contents01_01{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		max-width: 330px;
		margin: 0 auto;
		display: block;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 650px;
	height: auto;
	display: block;
	margin-top: 40px;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01{
		width: 100%;
		margin-top: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 h3{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 35px;
	line-height: 45px;
	letter-spacing: calc((75/1000)*1em);
	color: #003296;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 h3{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		font-size: 27px;
		line-height: 42px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .text01{
	font-size: 17px;
	line-height: 32px;
	letter-spacing: calc((25/1000)*1em);
	margin-top: 30px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .text01{
		font-size: 16px;
		line-height: 30px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .anc_link{
	width: 443px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 40px;
	gap: 15px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .anc_link{
		width: 100%;
		flex-wrap: wrap;
		margin-top: 30px;
		gap: 10px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .anc_link li{
	width: auto;
	height: auto;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .anc_link li a{
	width: auto;
	height: 46px;
	border: 1px solid #003296;
	border-radius: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 25px;
	color: #003296;
	padding: 0 23px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .anc_link li a{
		width: auto;
		height: 40px;
		font-size: 14px;
		line-height: 24px;
		color: #003296;
		padding: 0 12px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .anc_link li a img{
	width: 14px;
	height: auto;
	display: block;
	margin-left: 10px;
}
.contents01 .contents01_01 .right_img{
	width: 435px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .right_img{
		width: 100%;
		margin: 30px auto 0;
	}
}
/*contents01ここまで-----------------------------*/



/*contents02ここから-----------------------------*/
.contents02{
	width: 100%;
	height: auto;
	padding: 100px 0 0;
	position: relative;
}
.contents02#anc01{
	padding-top: 0;
}
@media only screen and (max-width: 767px){
	.contents02{
		padding: 50px 0 0;
	}
}

.contents02 .layout{
	width: 100%;
	height: auto;
	min-height: 715px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	padding-right: 57px;
}
@media only screen and (max-width: 767px){
	.contents02 .layout{
		width: 100%;
		height: auto;
		min-height: initial;
		display: block;
		position: relative;
		padding-right: 0;
	}
}
.contents02 .layout img{
	width: 43%;
	max-width: 600px;
	height: auto;
	display: block;
}



/*
.contents02 .img_area{
	width: 49%;
	max-width: 800px;
	min-width: 490px;
	height: auto;
	padding: 0 50px 0 0;
	position: absolute;
	right: 50%;
	left: 51%;
	top: 188px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents02 .img_area{
		width: 90%;
		height: 304px;
		padding: 0;
		position: initial;
		margin: 0 auto;
	}
}
.contents02 .img_area span{
	width: 100%;
	max-width: 668px;
	height: 100%;
	background-image: initial;
	padding: 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .img_area span{
		padding: 0;
	}
}
.contents02 .img_area span img{
	width: 100%;
	height: auto;
	display: block;
}*/





.contents02 .contents02_01{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01{
		width: 90%;
		max-width: 330px;
		position: initial;
	}
}
.contents02 .contents02_01 .pc_img{
	width: 600px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -90px;
	margin: auto;
}
.contents02 .contents02_01 h3{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 32px;
	line-height: 52px;
	letter-spacing: calc((75/1000)*1em);
	position: relative;
	color: #003296;
	padding-left: 25px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 h3{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		font-size: 23px;
		line-height: 34px;
	}
}
.contents02 .contents02_01 h3::after{
	content:'';
	display: block;
	width: 7px;
	height: 36px;
	background: linear-gradient(to bottom, #003296 0 50%, #2385DB 50% 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 h3::after{
		position: absolute;
		bottom: initial;
	}
}
.contents02 .contents02_01 h3 span{
	font-size: 13px;
	line-height: 47px;
	letter-spacing: calc((75/1000)*1em);
	margin-left: 25px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 h3 span{
		font-size: 13px;
		line-height: 23px;
		margin-left: 0;
	}
}

.contents02 .contents02_01 .sp_img01{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 20px;
}

.contents02 .contents02_01 .contents02_01_01{
	width: 520px;
	height: auto;
	display: block;
	margin-top: 25px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01{
		width: 100%;
		margin-top: 30px;
	}
}
.contents02 .contents02_01 .contents02_01_01 h4{
	width: 100%;
	height: auto;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: calc((50/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 h4{
		font-size: 20px;
		line-height: 30px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .text02{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((25/1000)*1em);
	margin-top: 29px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .text02{
		margin-top: 20px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .text_bottom{
	width: 100%;
	height: auto;
	background-color: #E5F3FF;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 15px;
	margin-top: 30px;
}
.contents02 .contents02_01 .contents02_01_01 .text_bottom p{
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((25/1000)*1em);
}
.contents02 .contents02_01 .contents02_01_01 .text_bottom p span{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((25/1000)*1em);
	color: #003296;
}

.contents02 .contents02_01 .img01{
	width: 600px;
	height: auto;
	display: block;
	margin-left: 90px;
}
.contents02 .contents02_02{
	width: 100%;
	height: auto;
	padding: 60px 0;
	margin-top: 50px;
	background-color: #F5F5F5;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_02{
		padding: 37px 0;
		margin-top: 40px;
	}
}
.contents02 .contents02_02 .contents02_02_01{
	width: 1120px;
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_02 .contents02_02_01{
		width: 90%;
		max-width: 330px;
	}
}
.contents02 .contents02_02 .contents02_02_01 h4{
	font-size: 25px;
	line-height: 35px;
	letter-spacing: calc((50/1000)*1em);
	color: #003296;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_02 .contents02_02_01 h4{
		font-size: 22px;
		line-height: 40px;
	}
}

.contents02 .contents02_02 .contents02_02_01 ul{
	width: 100%;
	height: auto;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_02 .contents02_02_01 ul{
		width: 100%;
		height: auto;
		margin-top:19px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
		gap: 30px;
	}
}
.contents02 .contents02_02 .contents02_02_01 ul li{
	width: 200px;
	height: auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_02 .contents02_02_01 ul li{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 20px;
	}
}
.contents02 .contents02_02 .contents02_02_01 ul li .img_box{
	width: 200px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_02 .contents02_02_01 ul li .img_box{
		width: 140px;
		flex-shrink: 0;
	}
}
.contents02 .contents02_02 .contents02_02_01 ul li::after{
	content:'';
	display: block;
	width: 10px;
	height: 20px;
	background-image: url(../img/business/arrow01.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 102px;
	right: -20px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_02 .contents02_02_01 ul li::after{
		top: initial;
		bottom: -30px;
		left: 0;
		right: 0;
		margin: auto;
		transform: rotate(90deg);
	}
}
.contents02 .contents02_02 .contents02_02_01 ul li:nth-of-type(5)::after{
	content:initial;
}
.contents02 .contents02_02 .contents02_02_01 ul li .img01{
	width: 100%;
	height: auto;
	display: block;
}
.contents02 .contents02_02 .contents02_02_01 ul li .text_box{
	width: auto;
	height: auto;
	display: block;
}
.contents02 .contents02_02 .contents02_02_01 ul li .text03{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: calc((50/1000)*1em);
	margin-top: 15px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_02 .contents02_02_01 ul li .text03{
		font-size: 16px;
		line-height: 36px;
		margin-top: 0;
	}
}
.contents02 .contents02_02 .contents02_02_01 ul li .text04{
	font-size: 14px;
	line-height: 22px;
	margin-top: 7px;
}


/*contents03ここから-----------------------------*/
.contents03 .contents03_02{
	width: 100%;
	height: auto;
	padding: 60px 0;
	background-color: #F5F5F5;
	margin-top: 50px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_02{
		padding: 40px 0;
		margin-top: 40px;
	}
}
.contents03 .contents03_02 .contents03_02_01{
	width: 1120px;
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_02 .contents03_02_01{
		width: 90%;
		max-width: 330px;
		height: auto;
		margin: 0 auto;
	}
}
.contents03 .contents03_02 .contents03_02_01 h4{
	font-size: 25px;
	line-height: 35px;
	letter-spacing: calc((50/1000)*1em);
	color: #003296;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_02 .contents03_02_01 h4{
		font-size: 22px;
		line-height: 40px;
	}
}
.contents03 .contents03_02 .contents03_02_01 .contents03_02_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 40px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_02 .contents03_02_01 .contents03_02_01_01{
		display: block;
		margin-top: 30px;
	}
}
.contents03 .contents03_02 .contents03_02_01 .contents03_02_01_01 .img06{
	width: 345px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_02 .contents03_02_01 .contents03_02_01_01 .img06{
		width: 100%;
		margin-bottom: 25px;
	}
}

.contents03 .contents03_02 .contents03_02_01 .contents03_02_01_01 ul{
	width: 715px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 20px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_02 .contents03_02_01 .contents03_02_01_01 ul{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}
}
.contents03 .contents03_02 .contents03_02_01 .contents03_02_01_01 ul li{
	width: 100%;
	height: auto;
	display: block;
}
.contents03 .contents03_02 .contents03_02_01 .contents03_02_01_01 ul li .text05{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_02 .contents03_02_01 .contents03_02_01_01 ul li .text05{
		font-size: 16px;
		line-height: 26px;
	}
}
.contents03 .contents03_02 .contents03_02_01 .contents03_02_01_01 ul li .text05 .nmb{
	width: 38px;
	height: auto;
	display: block;
	margin-right: 10px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_02 .contents03_02_01 .contents03_02_01_01 ul li .text05 .nmb{
		width: 30px;
	}
}
.contents03 .contents03_02 .contents03_02_01 .contents03_02_01_01 ul li .text05 span{
	width: 38px;
	height: 38px;
	background-color: #003296;
	border-radius: 50%;
	font-size: 17px;
}
.contents03 .contents03_02 .contents03_02_01 .contents03_02_01_01 ul li .text06{
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
}
.contents02.contents04 .img_area {	
	max-width: 800px;
	min-width: 490px;
	position: absolute;
	right: 50%;
	left: 50%;
	top: 188px;
	margin: auto;
}
.contents02.contents04 .contents02_02 .contents02_02_01 img{
	width: 100%;
	height: auto;
	display: block;
	margin: 30px auto 0;
}
@media only screen and (max-width: 767px){
	.contents02.contents04 .contents02_02 .contents02_02_01 img{
		width: 100%;
		max-width: 200px;
		height: auto;
		display: block;
		margin: 30px auto 0;
	}
}
