@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	background-image: url(../img/business/eye01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short .eyecatch_inc02 .eye_img{
		background-image: url(../img/business/eye01_sp.png);
	}
}
/*.contentsここから*/
.contents{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents .contents01{
	width: 1280px;
	height: auto;
	padding: 33px 0;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.contents .contents01{
		width: 90%;
		max-width: 320px;
		padding-bottom: 0;
	}
}
.contents .contents01 h2{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}
@media only screen and (max-width: 767px){
	.contents .contents01 h2{
		gap: 10px;
	}
}
.contents .contents01 h2 > .span01{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: calc((75/1000)*1em);
	color: #A58006;
}
@media only screen and (max-width: 767px){
	.contents .contents01 h2 > .span01{
		font-size: 15px;
		line-height: 25px;
	}
}
.contents .contents01 h2 > .span02{
	font-size: 30px;
	line-height: 63px;
	letter-spacing: calc((70/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents .contents01 h2 > .span02{
		font-size: 25px;
		line-height: 35px;
		text-align: center;
	}
}
.contents .contents01 .text01{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: calc((50/1000)*1em);
	margin-top: 10px;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents .contents01 .text01{
		font-size: 15px;
		line-height: 28px;
		margin-top: 20px;
		text-align: left;
	}
}
.contents .contents01 ul.business01{
	width: 1100px;
	height: auto;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contents .contents01 ul.business01 li{
	width: auto;
	height: auto;
}
.contents .contents01 ul.business01 li a{
	width: 350px;
	height: 100px;
	background-color: #fff;
	border-radius: 60px;
	box-shadow: 4px 4px 0 rgba(237, 232, 222, 1.0);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 0 0 16px ;
	gap: 26px;
	position: relative;
}
.contents .contents01 ul.business01 li a::after{
	content:'';
	display: block;
	width: 12px;
	height: 7px;
	background-image: url(../img/business/arrow05.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 24px;
	margin: auto;
}
.contents .contents01 ul.business01 li a .img01{
	width: 89px;
}
.contents .contents01 ul.business01 li a .text01{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.contents .contents01 ul.business01 li a .text01 > .span01{
	font-size: 14px;
	line-height: 22px;
	letter-spacing: calc((25/1000)*1em);
	color: #A58006;
}
.contents .contents01 ul.business01 li a .text01 > .span02{
	font-size: 18px;
	line-height: 38px;
	letter-spacing: calc((50/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents .contents01 ul.business02{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 9px;
		margin-top: 31px;
	}
	.contents .contents01 ul.business02 li{
		width: calc(100% / 3);
		height: auto;
		display: block;
	}
	.contents .contents01 ul.business02 li a{
		width: 100%;
		height: auto;
		display: block;
	}
	.contents .contents01 ul.business02 li a img{
		width: 100%;
		height: auto;
		display: block;
	}
}
/*.contentsここまで*/

/*.contents_02ここから*/
.contents02_bg{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 222px;
}
@media only screen and (max-width: 767px){
	.contents02_bg{
		margin-top: 125px;
	}
}
.contents02_bg .wave{
	width: 100%;
	height: 285px;
	background-image: url(../img/common/wave01.svg);
	background-repeat: repeat-x;
	background-size: 1440px auto;
	background-position: center;
	position: absolute;
	top: -133px;
	left: 0;
	z-index: -1;
}
@media only screen and (max-width: 767px){
	.contents02_bg .wave{
		width: 100%;
		height: 93px;
		background-image: url(../img/common/wave01_sp.svg);
		background-size: 726px auto;
		background-position: left 0 top 0;
		position: absolute;
		top: -93px;
		left: 0;
	}
}
.contents02{
	width: 100%;
	height: auto;
	background-color: #F0EDE7;
}
.contents02_01{
	width: 1280px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 70px 0;
	position: relative;
	border-top: 1px solid #CEC7AD;
}
@media only screen and (max-width: 767px){
	.contents02_01{
		width: 100%;
		max-width: 320px;
		flex-direction: column;
		padding: 53px 0 53px;
	}
}
.contents02_01:nth-of-type(1){
	border-top: initial;
	margin-top: 0;
	padding-top: 0;
}
.contents02_01:nth-of-type(2){
	padding-bottom: 0;
}
.contents02_01 .bg01{
	width: 209px;
	height: auto;
	display: block;
	position: absolute;
	top: 78px;
	right: -134px;
}
@media only screen and (max-width: 767px){
	.contents02_01 .bg01{
		width: 160px;
		top: 190px;
		bottom: 0;
		margin: auto;
		right: -65px;
	}
}
.contents02_01:nth-of-type(1) .bg01{
	top: 0;
}
@media only screen and (max-width: 767px){
	.contents02_01:nth-of-type(1) .bg01{
		top: 130px;
		bottom: 0;
		margin: auto;
		right: -65px;
	}
}
.contents02_01 .bg02{
	width: 209px;
	height: auto;
	display: block;
	position: absolute;
	bottom: 55px;
	left: -166px;
}
.contents02 .contents02_01 .contents02_01_01{
	width: 50%;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01{
		width: 100%;
	}
}
.contents02 .contents02_01 .contents02_01_01 h3{
	font-size: 32px;
	line-height: 36px;
	letter-spacing: calc((70/1000)*1em);
	padding-left: 34px;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 h3{
		font-size: 25px;
		line-height: 36px;
		padding-left: 27px;
	}
}
.contents02 .contents02_01 .contents02_01_01 h3::after{
	content:'';
	display: block;
	width: 17px;
	height: 17px;
	background-color: #A58006;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 h3::after{
		width: 13px;
		height: 13px;
		left: 5px;
	}
}
.contents02 .contents02_01 .contents02_01_01 h4{
	font-size: 22px;
	line-height: 38px;
	letter-spacing: calc((50/1000)*1em);
	margin-top: 30px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 h4{
		font-size: 20px;
		line-height: 38px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .text02{
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((25/1000)*1em);
	margin-top: 20px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .text02{
		font-size: 15px;
		margin-top: 15px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .link_btn01{
	width: 289px;
	height: 54px;
	border-radius: 50px;
	border: 1px solid #A48006;
	background-color: #A48006;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: calc((25/1000)*1em);
	color: #fff;
	margin-top: 40px;
	transition: all .5s;
	position: relative;
	padding-right: 10px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .link_btn01{
		width: 209px;
		height: 56px;
		font-size: 14px;
		margin-top: 30px;
		padding-right: 10px;
	}
	.contents02 .contents02_01 .contents02_01_01 .link_btn02{
		width: 286px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .link_btn01:hover{
	background-color: #fff;
	color: #A48006;
}
.contents02 .contents02_01 .contents02_01_01 .link_btn01 img{
	width: 6px;
	height: auto;
	display: block;
	margin-left: 15px;
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 32px;
	margin: auto;
	transition: all .5s;
}
.contents02 .contents02_01 .contents02_01_01 .link_btn01:hover .color{
	opacity: 0;
}
.contents02 .contents02_01 .contents02_01_01 .link_btn01 .white{
	opacity: 0;
}
.contents02 .contents02_01 .contents02_01_01 .link_btn01:hover .white{
	opacity: 1;
}
.contents02 .text03{
	width: 1280px;
	height: auto;
	display: block;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: calc((25/1000)*1em);
	margin: 30px auto 0;
}
@media only screen and (max-width: 767px){
	.contents02 .text03{
		width: 90%;
		font-size: 16px;
		margin: 53px auto 0;
		text-align: center;
	}
}
.contents02 .contents02_02{
	width: 1280px;
	height: auto;
	margin: 20px auto 0;
	padding-bottom: 70px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_02{
		width: 90%;
		max-width: 320px;
		padding-bottom: 50px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 20px;
	}
}
.contents02 .contents02_02 li{
	width: 280px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_02 li{
		width: 100%;
	}
}
.contents02 .contents02_02 li img{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 12px;
}
.contents02 .contents02_02 li .text04{
	font-size: 15px;
	line-height: 26px;
	letter-spacing: calc((25/1000)*1em);
}
.contents02 .contents02_01 .img04{
	width: 465px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .img04{
		width: 100%;
		margin-top: 40px;
		position: relative;
		z-index: 10;
	}
}






