@charset "utf-8";

/*-------------------------------
	1.月次決算で会社の正しい舵取りをサポートします。
-------------------------------*/

.Reason__content-title{
	font-size: 2.6rem;
	margin-bottom: 2.2rem;
	line-height: calc(3.4 / 2.6);
}
.Reason__content-inner{
	width: 100%;
	position: relative;
}
.Reason__list{
    width: calc(100% - (51.4rem - 10.3rem));
    padding-right: 6rem;
	counter-reset: number 0;
}
.Reason__list-item{
	font-family: var(--jp);
	min-height: 8rem;
	padding: 1.5rem 0 1.5rem 2.8rem;
	font-size: 2.2rem;
	border-bottom: 1px solid #8097b9;
	line-height: calc(2.6 / 2.2);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Reason__list-item:first-child{
	border-top: 1px solid #8097b9;
}
.Reason__list-item::before{
	background: var(--maincolor);
	font-family: var(--en);
	counter-increment: number 1;
	content: counter(number,decimal-leading-zero);
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 50%;
	font-size: 1.8rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Reason__list-item-text{
	width: calc(100% - 3.6rem);
	padding-left: 2.5rem;
	display: block;
}
.Reason__image{
    width: 51rem;
    height: 51.4rem;
    margin-right: -10.3rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
}
.Reason__image-item img{
	width: 100%;
}
.Reason__image-item:nth-of-type(1){
	width: 40rem;
	align-self: flex-end;
}
.Reason__image-item:nth-of-type(2){
	width: 22rem;
	margin-top: -11rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Reason__content-title{
		font-size: 3.6rem;
		margin-bottom: 3.5rem;
		line-height: calc(5.4 / 3.6);
	}
	.Reason__content-inner{
		width: 100%;
		position: relative;
	}
	.Reason__list{
		width: 100%;
		padding-right: 0;
		margin-bottom: 8rem;
	}
	.Reason__list-item{
		padding: 2.5rem 0 2.5rem 1rem;
		font-size: 3.3rem;
		line-height: calc(4.9 / 3.3);
	}
	.Reason__list-item::before{
		width: 5.7rem;
		height: 5.7rem;
		font-size: 2.9rem;
	}
	.Reason__list-item-text{
		width: calc(100% - 5.7rem);
		padding-left: 3rem;
		line-height: calc(4.9 / 3.3);
	}
	.Reason__image{
		width: 50.2rem;
		height: 50.6rem;
		margin-right: auto;
		margin-left: auto;
		position: static;
	}
	.Reason__image-item img{
		width: 100%;
	}
	.Reason__image-item:nth-of-type(1){
		width: 40rem;
	}
	.Reason__image-item:nth-of-type(2){
		width: 22rem;
	}

}



/*-------------------------------
	2.多岐にわたる経営課題を360°サポートで解決します。
-------------------------------*/

.Support{
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.Support__graph{
	width: 100%;
	max-width: 106.4rem;
	margin-bottom: 8.8rem;
	margin-left: auto;
	margin-right: auto;
}
.Support__graph img{
	width: 100%;
}

.Support__list{
	width: 100%;
	margin-bottom: 10rem;
	position: relative;
}
.Support__list-inner{
	width: 100%;
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 4000;
}
.Support__list-item{
	width: calc((100% - 1rem) / 2);
	height: 28rem;
	padding: 4.5rem 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
}
.Support__list-item-title{
	font-family: var(--jp);
	font-size: 2.2rem;
	margin-bottom: 2rem;
	line-height: calc(3.4 / 2.2);
}
.Support__list-logo{
	width: 19.1rem;
	height: 19.1rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 6000;
}
.Support__list-logo img{
	width: 100%;
}
.Support__list-item-text{
	font-size: 1.8rem;
	line-height: calc(3.4 / 1.8);
	text-align: center;
}
.Support__list-item:nth-of-type(1){
	background: #eb5e63;
}
.Support__list-item:nth-of-type(2){
	background: #26aa61;
}
.Support__list-item:nth-of-type(3){
	background: #eb993c;
}
.Support__list-item:nth-of-type(4){
	background: #006fb9;
}

.Support__corp-title{
	font-size: 2.6rem;
	line-height: calc(3.4 / 2.6);
	margin-bottom: 6.8rem;
}
.Support__corp-subtitle{
	font-family: var(--jp);
	margin-bottom: 1.8rem;
}
.Support__corp-subtitle__kome{ 
    /*margin-left: 1em;*/
	font-weight: 400;
}
.Support__table .C-Table__item-title{
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
	line-height: calc(2.8 / 1.6);
	background: #ebebeb;
}
.Support__table .C-Table__item-body{
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
}
.Support__table-logo{
	width: 100%;
	/*max-width: 83.6rem;*/
	max-width: 84.4rem;
	display: flex;
	gap: 2.4rem 4rem;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.Support__table-logo-item.-break{
	margin-right: 10rem;
}

/*---アイコン※マーク*/
.Support__table-logo .Support__table-logo-item.-joken__box{
    /*padding: 0.8rem;
    border: 2px solid #f00;*/
	position: relative;
	padding-right: 1.8rem;
}
.Support__table-logo .Support__table-logo-item.-joken__box::before{
	content: "※";
	font-size: 1.6rem;
    line-height: 1;
	display: block;
	position: absolute;
	right: -0.2rem;
	top: -0.2rem;
}
@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Support{
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
	.Support__graph{
		width: calc(100% + (var(--padding-leftright) * 2));
		max-width: calc(100% + (var(--padding-leftright) * 2));
		margin-left: calc(var(--padding-leftright) * -1);
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
		margin-bottom: 8rem;
		overflow: auto;
	}
	.Support__graph img{
		width: 128.6rem;
	}

	.Support__list{
		width: calc(100% + (var(--padding-leftright) * 2));
		margin-left: calc(var(--padding-leftright) * -1);
		padding-left: var(--padding-leftright);
		padding-right: var(--padding-leftright);
		margin-bottom: 11.5rem;
		overflow: auto;
	}
	.Support__list-inner-wrap{
		width: 122rem;
		position: relative;
	}
	.Support__list-inner{
		width: 100%;
		gap: 2rem;
	}
	.Support__list-item{
		width: calc((100% - 2rem) / 2);
		height: 44rem;
		padding: 0;
		justify-content: center;
	}
	.Support__list-item-title{
		font-size: 3.3rem;
		margin-bottom: 2.5rem;
		line-height: calc(5 / 3.3);
		text-align: center;
	}
	.Support__list-logo{
		width: 24rem;
		height: 24rem;
	}
	.Support__list-item-text{
		font-size: 2.7rem;
		line-height: calc(5 / 2.7);
	}

	.Support__corp-title{
		font-size: 3.6rem;
		line-height: calc(5.4 / 3.6);
		margin-bottom: 5.5rem;
	}
	.Support__table .C-Table__item-title{
		padding-top: 3.2rem;
		padding-bottom: 3.2rem;
		line-height: calc(2.8 / 1.6);
		background: #ebebeb;
	}
	.Support__table .C-Table__item-body{
		padding-top: 3.2rem;
		padding-bottom: 3.2rem;
	}
	.Support__table-logo{
		width: 100%;
		/*max-width: 83.6rem;*/
		max-width: 84.4rem;
		display: flex;
		gap: 2.4rem 4rem;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
	}
	
	.Support__table-logo-item.-break{
		margin-right: 10rem;
	}
	.Support__table-logo-item img{
		width: fit-content;
		max-width: 100%;
	}	
	/*士業 ロゴ*/
	.Support__table-logo.--logo_sigyo .Support__table-logo-item:nth-of-type(1) img{
		width: 32.15385rem;		
	}
	.Support__table-logo.--logo_sigyo .Support__table-logo-item:nth-of-type(2) img{
		width: 37.69231rem;		
	}
	.Support__table-logo.--logo_sigyo .Support__table-logo-item:nth-of-type(3) img{
		width: 31.23077rem;		
	}	
	.Support__table-logo.--logo_sigyo .Support__table-logo-item:nth-of-type(4) img{
		width: 31.07692rem;		
	}
	.Support__table-logo.--logo_sigyo .Support__table-logo-item:nth-of-type(5) img{
		width: 37.23077rem;		
	}
	.Support__table-logo.--logo_sigyo .Support__table-logo-item:nth-of-type(6) img{
		width: 37.38462rem;		
	}
	.Support__table-logo.--logo_sigyo .Support__table-logo-item:nth-of-type(7) img{
		width: 36.75rem;		
	}
	.Support__table-logo.--logo_sigyo .Support__table-logo-item:nth-of-type(8) img{
		width: 42rem;		
	}
	/*人事労務管理採用 ロゴ*/
	.Support__table-logo.--logo_jinji .Support__table-logo-item:nth-of-type(1) img{
		width: 22.42358rem;		
	}
	.Support__table-logo.--logo_jinji .Support__table-logo-item:nth-of-type(2) img{
		/*-joken__boxあり*/
		width: calc(27.07692rem + 2.8rem);		
	}
	.Support__table-logo.--logo_jinji .Support__table-logo-item:nth-of-type(3) img{
		width: 36.75rem;		
	}
	.Support__table-logo.--logo_jinji .Support__table-logo-item:nth-of-type(4) img{
		width: 16.22539rem;		
	}
	.Support__table-logo.--logo_jinji .Support__table-logo-item:nth-of-type(5) img{
		/*-joken__boxあり*/
		width: calc(23.98901rem + 2.8rem);		
	}
	/*節税・保険投資商品 ロゴ*/
	.Support__table-logo.--logo_hoken .Support__table-logo-item:nth-of-type(1) img{
		width: 37.69231rem;		
	}
	.Support__table-logo.--logo_hoken .Support__table-logo-item:nth-of-type(2) img{
		width: 37.38462rem;		
	}
	.Support__table-logo.--logo_hoken .Support__table-logo-item:nth-of-type(3) img{
		width: 32.45372rem;		
	}
	/*M＆A ロゴ*/
	.Support__table-logo.--logo_ma .Support__table-logo-item:nth-of-type(1) img{
		width: 29.23077rem;		
	}
	/*不動産 ロゴ*/
	.Support__table-logo.--logo_hudosan .Support__table-logo-item:nth-of-type(1) img{
		width: 24.5017rem;		
	}
	.Support__table-logo.--logo_hudosan .Support__table-logo-item:nth-of-type(2) img{
		width: 32.45372rem;		
	}
	.Support__table-logo.--logo_hudosan .Support__table-logo-item:nth-of-type(3) img{
		width: 25.64103rem;		
	}
	/*補助金・助成金 ロゴ*/
	.Support__table-logo.--logo_hojokin .Support__table-logo-item:nth-of-type(1) img{
		width: 36.75rem;		
	}
	.Support__table-logo.--logo_hojokin .Support__table-logo-item:nth-of-type(2) img{
		width: 35.53846rem;		
	}
	/*その他 ロゴ*/
	.Support__table-logo.--logo_other .Support__table-logo-item:nth-of-type(1) img{
		width: 24.46154rem;		
	}
	.Support__table-logo.--logo_other .Support__table-logo-item:nth-of-type(2) img{
		width: 39.563rem;		
	}
	

		/*---アイコン※マーク*/
	.Support__table-logo .Support__table-logo-item.-joken__box{
		padding-right: 2.8rem;
	}
	.Support__table-logo .Support__table-logo-item.-joken__box::before{
		font-size: 2.6rem;
		right: -0.2rem;
		top: -0.2rem;
	}

}



/*-------------------------------
	3.会社の元気をともにつくる、明るいスタッフが揃っています。
-------------------------------*/

.Staff__image{
	width: 100%;
	margin-bottom: 7.2rem;
}
.Staff__image img{
	width: 100%;
}
.Staff__button{
	font-size: 1.4rem;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Staff__header{
		margin-bottom: 6rem;
	}
	.Staff__image{
		margin-bottom: 7.6rem;
	}
	.Staff__button{
		font-size: 2.7rem;
	}

}