body{
	background-color: #12C0A9;
}
section{
	padding: 0;
	margin: 0;
}
.company-banner{
	position: relative;
}
.pc-banner{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 22vw;
	& > img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		pbject-position: center;
		vertical-align: middle;

	}
}
.sp-banner{
	display: none;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 110vw;
	& > img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}
.company-head{
	position: absolute;
	left: -3.5vw;
	bottom: -5.5vw;
	width: 37.3vw;
	z-index: 1;
	& > img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}

.company-message-page{
	background-image: url("../images/background/08_bg-pc.png");
	background-repeat: no-repeat;
	background-color: #12C0A9;
	background-size: cover;
	background-position: bottom;
	padding-top: 9vw;
	overflow-x: hidden;
	position: relative;
	z-index: 0;
}

.ceo-message{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;

	position: relative;
	height: fit-content;
	width: 88.6vw;
	margin: 0 auto;
	background-color: #fff;
	border: solid black 0.3vw;
	border-radius: 0.5vw;
	box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}
.ceo-message::after{
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 1.3vw;
	right: -0.9vw;
	background-color: #fff;
	border: #000000 solid 0.3vw;
	border-radius: 0.5vw;
	box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.cm-title{
	width: 54vw;
	margin-top: 5.2vw;
	margin-bottom: 6.6vw;
}
.sp-svg-title{
	display: none;
}

.ceo-contents{
	width: 100%;
	margin-bottom: 7.2vw;
}

.ceo-imgs{
	display: inline-block;
	position: relative;
	margin-left: 11.3vw;
	margin-right: 9.8vw;
	left: 2vw;
}
.ceo-img{
	width: 26.5vw;
	height: 31.1vw;
	position: relative;
	overflow: hidden;
	border: 0.3vw solid #000000;
	transform: skewX(-10deg) translatez(1px);
	z-index: 1;
	& > img{
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
		transform: skewX(10deg) translatez(-1px) scale(270%);
		position: relative;
		left: 10%;
	}
}
.ceo-img:hover img{
	transform: scale(291%) skewX(10deg);
	filter: brightness(0.5) contrast(0.9) blur(0.09px);
	transition: 0.4s ease transform;
}
.ceo-img-bg{
	position: absolute;
	z-index: 0;
	width: 31.5vw;
	height: 30.8vw;
	top: 1.8vw;
	left: 0;
	overflow: hidden;
	z-index: 0;
	background-image: url("../images/popup-bg.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.ceo-detail{
	display: inline-block;
	width: 31.9vw;
}
.ceo-title{
	text-align: left;
	font-size: 1.2vw;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 1.4vw;
	opacity: 1;
	margin-bottom: 0.6vw;
}
.ceo-name{
	text-align: left;
	font-size: 2.1875vw;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.4vw;
	opacity: 1;
	margin-bottom: 2.7vw;
}
.ceo-comment{
	text-align: left;
	font-size: 1.25vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 2.3vw;
	opacity: 1;
}
.na-commitments{
	flex-shrink: 0;
	width: 100%;
}
.commitment{
	margin-left: 9.2vw;
	margin-right: 6.8vw;
	padding-top: 0.7vw;
	background-color: #FF7600;
	border-radius: 0.4vw;
	text-align: center;
	margin-bottom: 1.6vw;
}
.commitment-title{
	background: #000000;
	color: #FF7600;
	padding-top: 0.5vw;
	padding-bottom: 0.5vw;
	font-size: 1.5vw;
	line-height: 1.4vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	opacity: 1;
	& p{
		display: inline;
	}
}
.commitment-content{
	padding-top: 1.3vw;
	padding-bottom: 2vw;
	font-size: 1.25vw;
	line-height: 2.3vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	opacity: 1;
	& p{
		margin: 0;
	}
}

.ceo-end-comment{
	margin-left: 9.2vw;
	margin-right: 6.8vw;
	margin-bottom: 10.9vw;
	padding-top: 1.6vw;
	height: 9.6vw;
	text-align: left;
	letter-spacing: 0px;
	font-size: 1.25vw;
	line-height: 2.3vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
}
.management-pholicy{
	position: relative;
	padding: 0;
	margin: 0 auto;
	margin-top: 8.9vw;
	margin-bottom: 8.3vw;
	width: 90.1vw;
	background-color: #fff;
	border: #000 solid 0.2vw;
	border-radius: 0.7vw 0.7vw 0.7vw 0.7vw;
}
.mp-title{
	width: 21.3vw;
	height: 3.8vw;
	background: #000000;
	border: #000000 solid 0.2vw;
	border-radius: 0.5vw;
	text-align: left;
	padding-top: 0.8vw;
	padding-left: 7.4vw;
	color: #ffffff;
	font-size: 1.4vw;
	line-height: 1.8vw;
	letter-spacing: 0.2vw;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	opacity: 1;
	margin: 0 auto;
}
.mp-content{
	text-align: center;
	padding-top: 1.9vw;
	padding-bottom: 1.1vw;
	color: #EE7E31;
	font-size: 1.8vw;
	line-height: 2.5vw;
	letter-spacing: 0.2vw;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	opacity: 1;
	border-bottom: #000000 solid 0.2vw;
}

.mp-sub-title{
	text-align: center;
	margin-top: 2.4vw;
	margin-bottom: 2.8vw;
	color: #000000;
	font-size: 1.25vw;
	line-height: 2.3vw;
	letter-spacing: 0px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	opacity: 1;
	& p{
		display: inline;
		margin: 0;
	}
}
.pholicys{
	display: flex;
	justify-content: space-evenly;
	padding-bottom: 5.8vw;
}
.pholicy{
	width: 13.1vw;
	height: 10.4vw;
	background: #FF7600;
	border-radius: 0.5vw;
	padding-top: 0.7vw;
	margin-left: -4px;
}
.pholicy-title{
	text-align: center;
	background: #000000;
	color: #FF7600;
	padding-top: 0.5vw;
	padding-bottom: 0.5vw;
	font-size: 1.5vw;
	line-height: 1.4vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	opacity: 1;
}
.pholicy-description{
	text-align: center;
	padding-top: 0.8vw;
	padding-bottom: 1.3vw;
	font-size: 0.9vw;
	line-height: 1.4vw;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	opacity: 1;
	& p{
		margin: 0;
	}
	& > .custom-text br{
		display: none;
	}
}

.company-top{
	width: 26.3vw;
	height: 7.8vw;
	margin: 0 auto;
	margin-bottom: 11.1vw;
	padding-left: 0;
	padding-right: 0;
	& a{
		text-decoration: none;
	}
}
.cm-top-sp{
	display: none;
}


@media (max-width: 760px){
	.sp-banner{
		display: block;
	}
	.pc-banner{
		display: none;
	}
	.company-head{
		position: absolute;
		left: -2.5vw;
		bottom: -20vw;
		width: 56.9vw;
		height: 14vw;
		z-index: 2;
	}
	.company-message-page{
		background-image: url("../images/background/08_bg-sp.png");
		background-size: cover;
		padding-top: 15.1vw;
	}
	.ceo-message{
		height: fit-content;
		width: 86.8vw;
		box-shadow: unset;
	}
	.ceo-message::after{
		display: none;
	}
	.cm-title{
		width: 62.2vw;
		height: 10.7vw;
		margin-top: 16.9vw;
		margin-bottom: 8vw;
		padding-left: 0;
		padding-right: 0;
	}
	.pc-svg-title{
		display: none;
	}
	.sp-svg-title{
		display: block;
	}
	.ceo-imgs{
		display: block;
		width: 100%;
		margin-left: 4.7vw;
		margin-right: 4.7vw;
		margin-bottom: 8.1vw;
	}
	.ceo-img{
		padding: 0px;
		margin: 0px;
		width: 77.5vw;
		height: 75.2vw;
		position: relative;
		transform: unset;
		& > img{
			transform: scale(270%);
		}
	}
	.ceo-img:hover img{
		transform: scale(291%);
		filter: brightness(0.5) contrast(0.9) blur(0.09px);
	}
	.ceo-img-bg{
		position: absolute;
		z-index: 0;
		width: 77.5vw;
		height: 75.2vw;
		top: 2.6vw;
		left: 2.6vw;
		overflow: hidden;
		z-index: 0;
		background-image: url("../images/img-bg-rect.svg");
	}
	.ceo-detail{
		margin-left: 4.7vw;
		margin-right: 4.7vw;
		width: 73.4vw;
	}
	.ceo-title{
		text-align: left;
		font-size: 2.3vw;
		line-height: 4.6vw;
		letter-spacing: 0px;
		font-style: normal;
		font-variant: normal;
		font-weight: 500;
		opacity: 1;
		margin-bottom: 3.1vw;
	}
	.ceo-name{
		text-align: left;
		font-size: 5.5vw;
		line-height: 3.6vw;
		letter-spacing: 0px;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		opacity: 1;
		margin-bottom: 2.7vw;
	}
	.ceo-comment{
		text-align: left;
		font-size: 2.3vw;
		line-height: 4.6vw;
		letter-spacing: 0px;
		font-style: normal;
		font-variant: normal;
		font-weight: 500;
		opacity: 1;
		margin-bottom: 13.6vw;
	}
	.commitment{
		margin-left: 4.7vw;
		margin-right: 4.7vw;
		padding-top: 2.1vw;
		background-color: #FF7600;
		border-radius: 0.4vw;
		text-align: center;
		margin-bottom: 5.2vw;
	}
	.commitment-title{
		background: #000000;
		color: #FF7600;
		height: 11.7vw;
		font-size: 3.1vw;
		line-height: 3.9vw;
		font-style: normal;
		font-variant: normal;
		font-weight: 500;
		opacity: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		& p{
			display: block;
			margin: 0;
		}
	}
	.commitment-content{
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 20.9vw;
		font-size: 2.3vw;
		line-height: 3.9vw;
		font-style: normal;
		font-variant: normal;
		font-weight: 500;
		opacity: 1;
	}
	.ceo-end-comment{
		margin-left: 4.7vw;
		margin-right: 4.7vw;
		margin-bottom: 10.7vw;
		height: 9.2vw;
		text-align: left;
		letter-spacing: 0px;
		font-size: 2.3vw;
		line-height: 6vw;
		font-style: normal;
		font-variant: normal;
		font-weight: 500;
	}
	.mp-title{
		padding: unset;
		width: 53.9vw;
		height: 7.7vw;
		border: #000000 solid 0.2vw;
		background: #000000;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #ffffff;
		font-size: 3.1vw;
		line-height: 3.4vw;
		letter-spacing: 1.3vw;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		opacity: 1;
	}
	.mp-content{
		text-align: center;
		padding-top: 5vw;
		padding-bottom: 4.4vw;
		color: #EE7E31;
		font-size: 3.1vw;
		line-height: 6.3vw;
		letter-spacing: 0px;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		opacity: 1;
	}
	.mp-sub-title{
		text-align: center;
		margin-top: 5.2vw;
		margin-bottom: 5.2vw;
		color: #000000;
		font-size: 2.3vw;
		line-height: 4.6vw;
		letter-spacing: 0px;
		font-style: normal;
		font-variant: normal;
		font-weight: 500;
		opacity: 1;
		& > p{
			display: block;
		}
	}
	.pholicys{
		flex-wrap: wrap;
	}
	.pholicy{
		width: 77.3vw;
		height: 21.5vw;
		background: #FF7600;
		border-radius: 1.3vw;
		padding-top: 2.1vw;
		margin-right: 4.7vw;
		margin-left: 4vw;
		margin-bottom: 3.9vw;
	}
	.pholicy-title{
		background: #000000;
		color: #FF7600;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 7.3vw;
		font-size: 3.1vw;
		line-height: 3.9vw;
		font-style: normal;
		font-variant: normal;
		font-weight: 500;
		opacity: 1;
	}
	.pholicy-description{
		height: 12.1vw;
		font-size: 2.3vw;
		line-height: 3.9vw;
		font-style: normal;
		font-variant: normal;
		font-weight: 500;
		opacity: 1;
		padding-top: 1.5vw;
		& > .custom-text{
			& > p{
				display: inline;
				margin: 0;
				& br{
					display: block;
				}
			}
		}
		& > p br{
			display:none;
		}
	}

	.company-top{
		width: 45vw;
		height: 13.4vw;
		margin-bottom: 26.3vw;
		margin-right: 4.6vw;

	}
	.cm-top-pc{
		display: none;
	}
	.cm-top-sp{
		display: block;
	}
}
