@charset "utf-8";
.title{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 35px;
	line-height: 55px;
	letter-spacing: calc((120/1000)*1em);
}
@media only screen and (max-width: 767px){
	.title{
		font-size: 25px;
		line-height: 35px;
	}
}
.title img{
	width: 26px;
	height: auto;
	display: block;
	margin-bottom: 5px;
}
@media only screen and (max-width: 767px){
	.title img{
		width: 22px;
	}
}
.sub_title{
	color: #0E1646;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((120/1000)*1em);
}
@media only screen and (max-width: 767px){
	.sub_title{
		font-style: normal;
		font-size: 11px;
		line-height: 21px;
	}
}
.copy{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 29px;
	line-height: 49px;
	letter-spacing: calc((120/1000)*1em);
	color: #0E1646;
	text-align: center;
	margin-top: 26px;
}
@media only screen and (max-width: 767px){
	.copy{
		font-size: 21px;
		line-height: 31px;
		margin-top: 24px;
	}
}

.contents01{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1120px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 25px 0 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 7px 0 0;
	}
}
.contents01 .contents01_01 ul.anc{
	width: 934px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px auto 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 ul.anc{
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 35px auto 0;
		gap: 11px 10px;
	}
}
.contents01 .contents01_01 ul.anc li{
	width: auto;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 ul.anc li{
		width: 48%;
	}
}
.contents01 .contents01_01 ul.anc li a{
	width: auto;
	height: 37px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 17px 0 21px;
	background-color: #F5F5F5;
	border-radius: 19px;
	color: #273277;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: calc((56/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 ul.anc li a{
		padding: 0 9px 0;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: calc((0/1000)*1em);
		justify-content: center;
	}
	.contents01 .contents01_01 ul.anc li:nth-of-type(1) a,
	.contents01 .contents01_01 ul.anc li:nth-of-type(2) a{
		height: 48px;
	}

}
.contents01 .contents01_01 ul.anc li a img{
	width: 12px;
	height: auto;
	display: block;
	margin-left: 8px;
}

.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #F5F5F5;
	padding: 83px 61px;
	position: relative;
	margin-top: 65px
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 35px 26px;
		margin-top: 38px
	}
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(2n){
	flex-direction: row-reverse;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(2n),
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(3){
		flex-direction: column-reverse;
	}
}
.contents01 .contents01_01 .contents01_01_01::before{
	content:'';
	display: block;
	width: 100%;
	height: 14px;
	background-color: #C2C8D8;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01::before{
		height: 10px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .img01{
	width: 482px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .img01{
		width: 100%;
		margin-top: 18px;
	}
}
.contents01 .contents01_01 .contents01_01_01:nth-of-type(1) .img01{
	width: 477px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(1) .img01{
		width: 100%;
		margin-top: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .text_box{
	width: 459px;
	height: auto;
	display: block;
	padding-top: 35px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .text_box{
		width: 100%;
		padding-top: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .text_box h4{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 38px;
	line-height: 48px;
	letter-spacing: calc((100/1000)*1em);
	color: #0E1646;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .text_box h4{
		font-size: 22px;
		line-height: 32px;
	}
	.contents01 .contents01_01 .contents01_01_01:nth-of-type(1) .text_box h4{
		margin-top: 20px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .text_box h5{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 20px;
	line-height: 37px;
	letter-spacing: calc((120/1000)*1em);
	margin-top: 23px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .text_box h5{
		font-size: 15px;
		line-height: 26px;
		margin-top: 11px;
		font-weight: 600;
	}
}
.contents01 .contents01_01 .contents01_01_01 .text_box .text01{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 29px;
	letter-spacing: calc((56/1000)*1em);
	margin-top: 38px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .text_box .text01{
		font-size: 13px;
		line-height: 25px;
		margin-top: 15px;
	}
}

/*------------------------------------------------
.contents02
------------------------------------------------*/
.contents02{
	width: 100%;
	height: auto;
	display: block;
}
.contents02 .contents02_01{
	width: 1120px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 93px 0 120px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01{
		width: 90%;
		max-width: 320px;
		padding: 85px 0 83px;
	}
}
.flow_area{
	width: 1120px;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}
.flow_guide{
	width: 465px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px auto 0;
}
.flow_guide li{
	width: 90px;
	height: 40px;
	background-color: #DADBE2;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((100/1000)*1em);
	color: #fff;
	position: relative;
}
.flow_guide li::after{
	content:'';
	display: block;
	width: 13px;
	height: 22px;
	background-image: url(../img/business/arrow01.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -25px;
	margin: auto;
}
.flow_guide li:last-of-type::after{
	content:initial;
}
.flow_guide li.is-active{
	background-color: #0E1646;
}

.flow{
	width: 858px;
	height: auto;
	margin: 38px auto 0;
	padding: 47px 74px 58px;
	background-color: #F5F5F5;
	position: relative;
}
.flow_area .slick-prev,
.flow_area .slick-next{
  width: 61px;
  height: 61px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
}
.flow_area .slick-prev{
  background-image: url(../img/business/left.png);
  left: -82px;               /* 位置はお好みで */
}
.flow_area .slick-next{
  background-image: url(../img/business/right.png);
  right: -82px;
}
.slick-prev::before{
	content: initial;
}
.slick-next::before{
	content: initial;
}
.flow_area .slick-next::after{
	content: initial;
}
.flow li{
	width: 100%;
	height: auto;
	display: block;
}
.flow li .flow01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.flow li .flow01 .flow_txt01{
	width: 185px;
	height: 46px;
	background-color: #0E1646;
	color: #fff;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: calc((100/1000)*1em);
}
.flow li .flow01 .flow_txt02{
	margin-left: 12px;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: calc((60/1000)*1em);
}
.flow li .flow01 .flow_txt02 .span01{
	color: #BA122C;
}
.flow li .flow02{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.flow li .flow02 .flow02_inner{
	width: 316px;
	height: auto;
}
.flow li .flow02 .flow02_inner .img01{
	width: 100%;
	height: auto;
	display: block;
}
.flow li .flow02 .flow02_inner .flow_txt03{
	font-size: 15px;
	line-height: 31px;
	letter-spacing: calc((60/1000)*1em);
}
.flow li .flow02 .arrow{
	width: 19px;
	height: auto;
	margin-top: -15px;
	display: block;
}














