/* ==========================================
   オノマシンの事業と使命
========================================== */
.bm-main-visual .image{
	background-repeat: no-repeat;
	background-size: cover;
}
.bm-heading .sub{
	font-weight: 700;
	line-height: 1;
}
.bm-heading .sub > strong{
	background-color: #D8D11F;
	font-weight: 700;
	padding: .015em .15em;
}
.bm-heading .main{
	font-weight: 700;
	line-height: 1.6;
}
.bm-heading .main strong{
	background-color: #D8D11F;
	padding: .015em .15em;
}
.bm-heading .main:after{
	color: #D8D11F;
	content: "★";
	font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
	line-height: 1;
}
.bm-heading > p{
	font-weight: 500;
}
@media print, screen and (min-width:781px) {
	.bm-main-visual{
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		height: calc(100vh - 100px);
		min-height: 790px;
		position: relative;
	}
	.bm-main-visual .image{
		background-image: url("../img/img_bm_main.jpg");
		background-position: right 30% top;
		height: 59.88vh;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
	}
	.bm-main-visual .detail{
		background-color: #EFF6FF;
		padding: 3.58% 1.9% 0 10.17%;
		margin-top: 29.94vh;
		position: relative;
		z-index: 1;
	}
	.bm-heading .sub{
		font-size: min(1.83vw,2.5rem);
	}
	.bm-heading .main{
		font-size: min(2.78vw,3.8rem);
		margin-top: 25px;
	}
	.bm-heading .main > span{
		font-size: min(5.63vw,7.7rem);
	}
	.bm-heading .main strong{
		font-size: min(7.1vw,9.7rem);
	}
	.bm-heading .main:after{
		font-size: min(9.29vw,12.7rem);
	}
	.bm-heading > p{
		font-size: min(1.48vw,1.6rem);
		margin-top: 30px;
	}
}
@media screen and (max-width: 780px) {
	.bm-main-visual{
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		position: relative;
	}
	.bm-main-visual .image{
		background-image: url("../img/img_bm_main_sp.jpg");
		background-position: center center;
		padding-bottom: 53.846%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
	}
	.bm-main-visual .detail{
		padding: 5% 0 0 10%;		
		margin-top: 22.948%;
		position: relative;
		z-index: 1;
	}
	.bm-main-visual .detail:before{
		background-color: #EFF6FF;
		content: "";
		display: block;
		width: 59.87%;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	.bm-heading .ttl{
		display: flex;
		flex-direction: column;
	}
	.bm-heading .sub{
		font-size: min(3.84vw,1.5rem);
		line-height: 1.2;
		margin-top: 10px;
		order: 1;
	}
	.bm-heading .main{
		font-size: min(5.89vw,2.3rem);
		order: 0;
	}
	.bm-heading .main > span{
		font-size: min(9.74vw,3.8rem);
	}
	.bm-heading .main strong{
		font-size: min(12.3vw,4.8rem);
	}
	.bm-heading .main:after{
		font-size: min(16.2vw,6.35rem);
	}
	.bm-heading > p{
		font-size: min(3.84vw,1.5rem);
		line-height: 2.33;
		margin: 25px 15% 0 5%;
	}
}




@media print, screen and (min-width:781px) {
	.bm-sec{
		margin-left: auto;
		margin-right: auto;
		max-width: 1088px;
		width: 98%;
	}
}
@media screen and (max-width: 780px) {
	.bm-sec{
		margin-top: 75px;
	}
}




.bm-sec-heading{
	background-color: #FFF;
	text-align: center;
	position: relative;
}
.bm-sec-heading .main{
	font-weight: 700;
}
.bm-sec-heading .sub{
	font-weight: 700;
	line-height: 1;
}
@media print, screen and (min-width:781px) {
	.bm-sec-heading{
		padding: 70px 50px 100px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5.12%;
		max-width: 750px;
		width: 90%;
	}
	.bm-sec-heading .main{
		font-size: min(2.03vw,2.2rem);
	}
	.bm-sec-heading .sub{
		font-size: min(8.78vw,12.0rem);
		width: 100%;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translate(-50%,50%);
	}
}
@media screen and (max-width: 780px) {
	.bm-sec-heading{
		padding: 25px 0;
	}
	.bm-sec-heading .main{
		font-size: min(3.84vw,1.5rem);
	}
	.bm-sec-heading .sub{
		font-size: min(15.3vw,6.0rem);
	}
}



.bm-desc > dt{
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.bm-desc > dt > strong{
	background-color: #D8D11F;
	padding: .015em .15em;
}
.bm-desc > dd{
	font-weight: 500;
}
@media print, screen and (min-width:781px) {
	.bm-desc{
		margin-top: 80px;
	}
	.bm-desc > dt{
		font-size: min(2.92vw,4.0rem);
	}
	.bm-desc > dd{
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		width: 45.955%;
	}
}
@media screen and (max-width: 780px) {
	.bm-desc{
		margin: 50px 15% 0;
	}
	.bm-desc > dt{
		font-size: min(5.12vw,2.0rem);
	}
	.bm-desc > dd{
		font-size: min(3.84vw,1.5rem);
		line-height: 2.33;
		margin-top: 30px;
	}
}



.business-flow{
	position: relative;
}
.business-flow .ttl{
	font-weight: 700;
	text-decoration: underline;
}
.business-flow .flow-list{
	position: relative;
}
.business-flow .flow-list:before{
	background-color: #8599B9;
	content: "";
	display: block;
	width: 1px;
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	transform: translateX(-50%);
	z-index: -1;
}
.flow-list .icon-type1{
	background-color: #FEFFF5;
	position: relative;
}
.flow-list .icon-type1 > dd{
	font-weight: 700;
}
.flow-list .icon-type2{
	display: flex;
	position: relative;
}
.flow-list .icon-type2:after{
	background-image: url("../img/bg_arrow.svg");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%,100%);
}
.flow-list .icon-type2 > dt{
	background-color: #0047A8;
	border-radius: 50%;
	color: #FFF;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 1;
}
.flow-list .icon-type2 > dd{
	background-color: #FFFFFF;
	text-align: center;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}
.flow-list .icon-type3{
	background-color: #D8D11F;
	position: relative;
}
.flow-list .icon-type3 > dd{
	font-weight: 700;
}
@media print, screen and (min-width:781px) {
	.business-flow{
		margin-top: 130px;
	}
	.business-flow .ttl{
		font-size: min(1.46vw,2.0rem);
		position: absolute;
		left: 2.92vw;
		top: 4vh;
	}
	.business-flow .flow-list{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.business-flow .flow-list > div:not(:first-child){
		margin-top: 27px;
	}
	.flow-list .icon-type1{
		border-radius: 50px;
		display: flex;
		padding: 15px 115px;
		min-height: 107px;
	}
	.flow-list .icon-type1 > dt{
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	.flow-list .icon-type1 > dd{
		font-size: min(1.46vw,2.0rem);
		text-align: center;
		align-self: center;
	}
	.flow-list .icon-type2{
		align-items: center;
	}
	.flow-list .icon-type2:after{
		height: 8px;
		width: 16px;
		bottom: -18px;
	}
	.flow-list .icon-type2 > dt{
		font-size: min(1.29vw,1.3rem);
		margin-right: -23px;
		height: 47px;
		width: 47px;
	}
	.flow-list .icon-type2 > dd{
		font-size: min(1.29vw,1.4rem);
		padding: 10px 35px;
	}
	.flow-list .icon-type3{
		border-radius: 155px;
		display: flex;
		padding: 40px 200px;
		min-height: 190px;
		max-width: 904px;
	}
	.flow-list .icon-type3 > dt{
		position: absolute;
		left: 40px;
		top: 50%;
		transform: translateY(-50%);
	}
	.flow-list .icon-type3 > dd{
		align-self: center;
		font-size: min(1.46vw,2.0rem);
		text-align: center;
		width: 100%;
	}
	.flow-list .icon-type3 > dd span{
		font-size: min(2.48vw,3.4rem);
	}
}
@media screen and (max-width: 780px) {
	.business-flow{
		margin: 75px 10% 0;
	}
	.business-flow .ttl{
		font-size: min(4.61vw,1.8rem);
		text-align: center;
	}
	.business-flow .flow-list{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 45px;
	}
	.business-flow .flow-list > div:first-child{
		margin-top: 0 !important;
	}
	.flow-list .icon-type1{
		border-radius: 65px;
		display: flex;
		padding: 15px 10%;
		margin-top: 55px;
		min-width: 90%;
	}
	.flow-list .icon-type1 > dt{
		width: 43px;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translate(-50%,-50%);
	}
	.flow-list .icon-type1 > dd{
		font-size: min(4.61vw,1.8rem);
		text-align: center;
		align-self: center;
		width: 100%;
	}
	.flow-list .icon-type2{
		margin-top: 40px;
		display: block;
		width: 80%;
	}
	.flow-list .icon-type2:after{
		height: 13px;
		width: 26px;
		bottom: -20px;
	}
	.flow-list .icon-type2.irregular + .icon-type3{
		margin-top: 40px;
	}
	.flow-list .icon-type2.irregular:after{
		bottom: -26px;
	}
	.flow-list .icon-type2 > dt{
		font-size: 1.2rem;
		height: 47px;
		width: 47px;
		position: absolute;
		osition: absolute;
		left: 50%;
		top: 0;
		transform: translate(-50%,-50%);
	}
	.flow-list .icon-type2 > dd{
		display: flex;
		justify-content: center;
		font-size: min(3.33vw,1.3rem);
		padding: 40px 5%;
		text-align: left;
	}
	.flow-list .icon-type3{
		border-radius: 50%;
		margin-top: 45px;
		padding-bottom: 100%;
		width: 100%;
	}
	.flow-list .icon-type3 > dt{
		position: absolute;
		left: 50%;
		bottom: 13.3%;
		transform: translateX(-50%);
		width: 37.5%;
	}
	.flow-list .icon-type3 > dd{
		font-size: min(4.1vw,1.6rem);
		text-align: center;
		width: 100%;
		position: absolute;
		left: 50%;
		top: 10.98%;
		transform: translateX(-50%);
	}
	.flow-list .icon-type3 > dd span{
		font-size: min(6.41vw,2.5rem);
	}
}




.business-item .detail .category{
	font-weight: 700;
	line-height: 1.26;
}
.business-item .detail .desc .ttl .sub{
	background-color: #004099;
	color: #FFF;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.business-item .detail .desc .ttl .main{
	font-weight: 700;
	line-height: 1.45;
}
@media print, screen and (min-width:781px) {
	.business-list{
		margin-top: 80px;
	}
	.business-item{
		border-bottom: 1px solid #707070;
		display: flex;
		justify-content: space-between;
		padding-right: 1.83%;
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.business-item:last-child{
		border-bottom: none;
		padding-bottom: 0;
	}
	.business-item .detail{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 64.814%;
	}
	.business-item .detail .category{
		display: flex;
		flex-direction: column;
		text-align: center;
		padding: 0 calc(18% * 28.197% / 100%);
		width: 28.197%;
	}
	.business-item .detail .category img{
		margin-top: 15px;
	}
	.business-item .detail .desc{
		width: 67.428%;
	}
	.business-item .detail .desc .ttl .sub{
		padding: 5px 0;
		width: 108px;
	}
	.business-item .detail .desc .ttl .main{
		font-size: min(2.03vw,2.2rem);
		margin-top: 30px;
	}
	.business-item .detail .desc > p{
		margin-top: 15px;
	}
	.business-item .image{
		width: 31.25%;
	}
}
@media screen and (max-width: 780px) {
	.business-list{
		margin-top: 80px;
	}
	.business-item{
		margin-top: 60px;
	}
	.business-item .detail .category{
		font-size: min(7.69vw,3.0rem);
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-direction: row-reverse;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	.business-item .detail .category img{
		margin-right: 3%;
		margin-left: 0;
		width: 12%;
		order: 0;
	}
	.business-item .detail .desc{
		margin-left: 20%;
		margin-right: 5%;
		margin-top: 30px;
	}
	.business-item .detail .desc .ttl .sub{
		padding: 5px 0;
		width: 78px;
	}
	.business-item .detail .desc .ttl .main{
		font-size: min(4.61vw,1.8rem);
		margin-top: 15px;
	}
	.business-item .detail .desc > p{
		margin-top: 20px;
	}
	.business-item .image{
		margin-left: 20%;
		margin-top: 30px;
	}
}





.between-image{
	padding-top: 1px;
	position: relative;
}
.between-image:before{
	background-color: #004099;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.between-image .image{
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
@media print, screen and (min-width:781px) {
	.between-image{
		margin-top: 160px;
		margin-bottom: 150px;
	}
	.between-image:before{
		padding-bottom: calc(31.754% * 78.843% / 100%);
		width: 78.843%;
	}
	.between-image .image{
		background-image: url("../img/img_between.jpg");
		margin-left: auto;
		margin-top: 6.368%;
		padding-bottom: calc(32.599% * 89.824% / 100%);
		width: 89.824%;
	}
}
@media screen and (max-width: 780px) {
	.between-image{
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.between-image:before{
		padding-bottom: calc(55.6% * 80% / 100%);
		width: 80%;
	}
	.between-image .image{
		background-image: url("../img/img_between_sp.jpg");
		margin-left: auto;
		margin-top: 11.153%;
		padding-bottom: calc(57.06% * 90% / 100%);
		width: 90%;
	}
}




.mission-list{
	counter-reset: number 0;
}
.mission-item:before{
	counter-increment: number 1; 
	content: counter(number);
	font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
	line-height: 1;
}
.mission-item .detail .ttl .sub{
	background-color: #004099;
	color: #FFF;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.mission-item .detail .ttl .main{
	font-weight: 700;
	line-height: 1.45;
}
@media print, screen and (min-width:781px) {
	.mission-list{
		margin-top: 80px;
		margin-bottom: 170px;
	}
	.mission-item{
		border-bottom: 1px solid #707070;
		display: flex;
		justify-content: space-between;
		padding-right: 1.83%;
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.mission-item:last-child{
		border-bottom: none;
		padding-bottom: 0;
	}
	.mission-item:before{
		font-size: min(14.6vw,20.0rem);
		align-self: center;
		text-align: center;
		width: 18.382%;
	}
	.mission-item .detail{
		width: 42.279%;
	}
	.mission-item .detail .ttl .sub{
		padding: 5px 0;
		width: 108px;
	}
	.mission-item .detail .ttl .main{
		font-size: min(2.03vw,2.2rem);
		margin-top: 30px;
	}
	.mission-item .detail > p{
		margin-top: 15px;
	}
	.mission-item .image{
		width: 31.25%;
	}
}
@media screen and (max-width: 780px) {
	.mission-list{
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.mission-item{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		margin-top: 80px;
		margin-left: 5%;
	}
	.mission-item:before{
		font-size: min(14.3vw,5.6rem);
		text-align: center;
		width: 15%;
	}
	.mission-item .detail{
		margin-right: auto;
		margin-left: 5%;
		width: 75%;
	}
	.mission-item .detail .ttl .sub{
		padding: 5px 0;
		width: 75px;
	}
	.mission-item .detail .ttl .main{
		font-size: min(4.61vw,1.8rem);
		margin-top: 15px;
	}
	.mission-item .detail > p{
		margin-top: 15px;
	}
	.mission-item .image{
		margin-left: auto;
		margin-top: 30px;
		width: 80%;
	}
}




@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}