/*	リード文*/
	.part-title{
		margin-bottom: 3rem;
		position: relative;
	}		
	
	.en-title {
		font-size: 1.1rem;
		color: #38ACE0;		
		display: inline-block;
		margin-bottom: 1rem;
	}
	
	.leadership-side-border {
		border-top: 2px solid #38ACE0;
		width: 95px;
		position: absolute;
		left: 148px;
		top: 13px;
	}	
	.ja-title{
		font-size: 1.7rem;
		color: #38ACE0;		
		font-weight: 500;
	}	
	
	
	.letter-navy{
		color: #0B1F4B;
	}
	
	.main-txt{
		font-size: 2.2vw;
		font-weight: 400;		
		line-height: 2;
		letter-spacing: 0.4rem;
		margin-bottom: 2rem;
	}
	
	.sub-txt{
		width: 60%;
		line-height: 2;
	}
	
	.section1{
		padding-bottom: 4rem;
		position: relative;
	}
	
	.back-img1{
		position: absolute;
		right: 0;
		bottom: -170px;
		width: 50%;
	}

	.back-img1 img{
		width: 100%;
	}
	.back-img2{
		position: absolute;
		right: -20%;
		bottom: -50px;
		width: 80%;
	}	
	.back-img2 img{
		width: 100%%;
	}		
	
	
	
	
	
/*	全体*/
	
	.contents-wrapper{
		padding: 120px 0;
		width: 80%;
		margin: auto;
	}

	img{
		width: 100%;	
	}
	.main-service-part{
		padding-top: 10rem;
		
	}
	
	.service-item:first-child{
		border: none;
	}
	
	.service-item{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap:6rem;
		padding: 5rem 10%;
		border-top: 2px solid #E0E0E0;
		align-items: center;
		
	}
	
	.item-child-txt{
		flex: 1;
	}
	.item-child-img{
		flex: 1;
	}
	.service-title{
/*		font-size: 27px;*/
		font-size: 2vw;
		font-weight: bold;
		color: #0B1F4B;
	}
	.service-title span{
		font-size: 0.9vw;
	}
	.service-logo{
		width: 50%;
	}
	.txt-s{
		font-size: 12.5px;
		line-height: 2;
		color: #0B1F4B;
	}
	.letter-gray{
		color: #0B1F4B;
	}
	
	.flex-txt{
		display: flex;
		flex-direction:column;
		gap:20px;
		margin-bottom: 3rem;
	}
/*
	.to-site-btn{	
		height: auto;
		background-color: #0B1F4B;
		color: #fff;
		display: inline-block;
		border-radius: 35px;
		font-size: 1.3rem;
		padding: 0.5rem 7rem;
		position: relative;
	}
*/
	.to-site-btn {
		height: auto;
		background-color: #0B1F4B;
		display: inline-block;
		border-radius: 35px;
		padding: 0.5rem;
		position: relative;
		text-align: center;
		width: 252px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		gap: 3rem;
	}

.font_button {
	font-size: 1rem;
	color: #fff;
	margin-bottom: 0px;
	
}
	
/*	サブサービスパート*/
	.sub-service-part{
		background-color: #F8F8F8;	
		padding: 7rem 0;
	}
	.sub-service-flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;		
		gap:7rem 0;
	}
	.contents-inner{
		width: 80%;
		margin: auto;
	}
	.service-logo-back{
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;	
		padding: 6.5rem 0;
		margin-bottom: 3rem;
	}
	.service-logo-box{
		flex-basis: 48%;
	}
	.service-logo2{
		display: inline-block;
		height: 91px;
	}
	.service-logo2 img{
		height: 100%;
	}
	
/*	サービス概念図パート*/
	.total-services-wrapper{
		display: flex;	
		width: 70%;
		margin: auto;
		justify-content: space-between;
		align-items: center;
	}
	.total-background{
		background:  linear-gradient(180deg, #fff 0%, #fff 10%, #F4F4F4 10%, #F4F4F4 90%,#fff 90%, #fff 100%);
		height: auto;
	}

	.total-service-img{
		height: 80vh;
	}
	.total-service-img img{
		height: 100%;
	}
	.side-part{
		flex-basis: 14%;
		font-weight: bold;
	}
	.side-part p{
		line-height: 2;
		letter-spacing: 1px;
		font-size: 1rem;
	}
	.side-title{
		text-align: center;
		font-size: 1.6vw;
		line-height: 1;
		margin-bottom: 2rem;
	}
	.side-title span{
		font-size: 1rem;
		text-align: center;
	}

		.ddr {
			background-image: url(/../service/img/service-1-pc.webp);			
			background-size: cover;
			background-position: center;
			width: 580px;
			height: 400px;
		}
		.ddf {
			background-image: url("../img/service-2-pc.webp");			
			background-size: cover;
			background-position: inherit;
			width: 580px;
			height: 400px;
		}

	.dsoc {
			background-image: url("../img/service-3-pc.webp");			
			background-size: cover;
			background-position: inherit;
			width: 580px;
			height: 400px;
		}

		.ddh {
			background-image: url("../img/service-4-pc.webp");				
			background-size: cover;
			background-position: right;
			width: 580px;
			height: 400px;
		}



@media(max-width:1500px){
		.side-part p{
		line-height: 2;
		letter-spacing: 1px;
		font-size: 1vw;
	}
}
