@charset "utf-8";




@media screen and (min-width:768px){
/*pc・タブレットcss*/

#president{
	margin-bottom:15vw;
}
#president .txt-box{
	width:50%;
}
#president .txt-box p{
	margin-bottom:20px;
	line-height:2.4;
}
#president .ph{
	width:45%;
}

/* +++++++++++++++++++++++++ */

#profile{
	margin-bottom:8vw;
}
#profile .base-table{
	width:80%;
	margin: 0 auto;
}


/* +++++++++++++++++++++++++ */

#fiximg01{
	margin-bottom:8vw;
    height:450px;
    position: relative;
    clip-path: inset(0);
}
#fiximg01 img {
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* +++++++++++++++++++++++++ */

#history .base-table{
	width:80%;
	margin: 0 auto;
}



/* +++++++++++++++++++++++++ */

#partner,
#banks-organizations{
	width:60%;
	margin: 0 auto;
}
.partner-ttl{
	margin-bottom:30px;
	padding-bottom:30px;
	text-align:center;
	font-size:30px;
	font-weight:700;
	line-height:1;
	border-bottom: solid 1px #000;
}
#partner{
	margin-bottom:8vw;
}
#partner ul{
	width:50%;
}

#banks-organizations{
	margin-bottom:8vw;
}
#banks{
	width:47.5%;
}
#organizations{
	width:47.5%;
}





}

@media screen and (min-width:768px) and ( max-width:1700px) {
	
	#partner,
	#banks-organizations{
		width:80%;
		margin-left:auto;
		margin-right:auto;
	}
	#banks-organizations{
		margin-bottom:8vw;
	}

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

		
			
	#president{
		margin-bottom:15vw;
	}
	#president .txt-box{
		width:100%;
	}
	#president .txt-box p{
		margin-bottom:3vw;
	}
	#president .ph{
		width:100%;
		margin-bottom:5vw;
		-webkit-box-ordinal-group: -1; -moz-box-ordinal-group: -1; -webkit-flex-order: -1; -moz-flex-order: -1; -webkit-order: -1; -moz-order: -1; order: -1;
	}

	/* +++++++++++++++++++++++++ */
	
	#profile{
		margin-bottom:15vw;
	}
	
	/* +++++++++++++++++++++++++ */
	
	#fiximg01{
		margin-bottom:15vw;
		height:50vw;
		position: relative;
		clip-path: inset(0);
	}
	#fiximg01 img {
		object-fit: cover;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	
	/* +++++++++++++++++++++++++ */
	
	.partner-ttl{
		margin-bottom:3vw;
		padding-bottom:3vw;
		text-align:center;
		font-size:20px;
		font-weight:700;
		line-height:1;
		border-bottom: solid 1px #000;
	}
	#partner{
		margin-bottom:8vw;
	}
	#partner ul{
		width:100%;
	}
	
	#banks-organizations{
		margin-bottom:8vw;
	}
	#banks{
		width:100%;
		margin-bottom:10vw;
	}
	#organizations{
		width:100%;
	}
	
}

