@charset "utf-8";


.greeFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}


.greeImg {
	width: 48%;
}

.greeImg img {
	width: 100%;
}

.greeText {
	width: 630px;
	max-width: 48%;
	margin-right: auto;
	padding-left: 4%;
}

.greeTitle {
	font-size: 3.2rem;
	margin-bottom: 30px;
	letter-spacing: .05em;
	font-weight: 500 !important;
}

.greeLead {
	line-height: 2.0;
}

.greeLead p:nth-child(n + 2) {
	margin-top: 25px;
}


.greeName {
	text-align: right;
	font-size: 2.4rem;
	margin-top: 30px;
}


.greeWrap {
	position: relative;
	padding-top: 240px;
}

.greeWrap .fstTitle {
	position: absolute;
	top: 135px;
	left: 50%;
	transform: translateX(-50%);
}


.greeIcon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.aboutFlex {
	display: flex;
	justify-content: space-between;
}

.aboutFlex .aboutSame {
	width: 32%;
	background: #ffffff;
	box-sizing: border-box;
	padding: 30px 30px;
	border-radius: 20px;
}

.redAbout {
	color: #e60012;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.0;
	margin-bottom: 20px;
}

.aboutTitle {
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 20px;
}

.aboutText {
	line-height: 2.0;
	text-align: justify;
}


@media screen and (max-width: 1400px){

	

}

@media screen and (max-width: 1024px){
	
	.greeFlex {
		display: block;
	}


	.greeImg {
		width: auto;
	}
	
	.greeIcon {
		width: 50%;
	}

	.greeText {
		width: auto;
		max-width: inherit;
		margin-right: 0;
		padding:20px 5%;
	}

	.greeTitle {
		font-size: 2.0rem;
		margin-bottom: 20px;
	}
	
	.greeName {
		font-size: 1.6rem;
		margin-top: 20px;
	}
	
	.greeName img {
		max-width: 40%;
	}

	.greeWrap {
		position: relative;
		padding-top: 50px;
		margin-top: 50px;
	}

	
	.greeWrap .fstTitle {
		position: absolute;
		top: -50px;
		left: 50%;
		transform: translateX(-50%);
	}


	.aboutFlex {
		display: block;
	}

	.aboutFlex .aboutSame {
		width: auto;
		padding: 30px 8%;
	}
	
	.aboutFlex .aboutSame:nth-child(n + 2) {
		margin-top: 30px;
	}
	
	.redAbout {
		margin-bottom: 10px;
	}

	.aboutTitle {
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
	
	
}
