html {
	scroll-behavior: smooth;
}

#main {
	width: 100%;
	position: relative;
}

#main dt {
	width: 100%;
	position: absolute;
	top: 30%;
	text-align: center;
}

#main dt p {
	color: #FFF;
	font-size: 22px;
	line-height: 48px;
	letter-spacing: 3px;
	text-shadow: 0 0 50px #039;
	font-weight: 200;
	margin-bottom: 50px;
}

#main dt strong {
	display: block;
	margin: 0 auto;
	-webkit-filter: drop-shadow(0 0 50px #039);
}

#main dd {
	width: 100%;
}

#main dd img {
	width: 100%;
	height: auto;
}

#lead {
	text-align: center;
	padding: 110px 0 120px 0;
}

#lead h2 {
	font-size: 80px;
	line-height: 100px;
	font-weight: 600;
	color: white;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	background-image: url(../images/top/lead_bg.jpg);
	background-position: center -40px;
	margin-bottom: 30px;
}

@media screen\0 {
	#lead h2 {
		background-size: cover;
	}
}

#lead p {
	font-size: 16px;
	line-height: 34px;
	font-weight: 300;
	letter-spacing: 4px;
	color: #333;
}

#ceo {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	margin-top: -80px;
	/* padding-top: 80px; */
	z-index: 0;
}

#ceo::before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: inherit;
  filter: sepia(100%);
  z-index: -1;
}

#ceo dt {
	width: 50%;
	overflow: hidden;
}

#ceo dt img {
	width: 100%;
	height: auto;
	height: 100%;
}

#ceo dd {
	/* width: 50%; */
	width: 100%;
	max-width: 1120px;
	/* background: url(../images/top/ceo_bg.gif) repeat-y; */
	/* background-size: cover; */
	/* padding: 60px 60px 0 60px; */
	padding: 60px;
	box-sizing: border-box;
	/* color: #fff; */
	margin: auto;
}

#ceo dd h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	position: relative;
	display: inline;
	background-color: #000;
    color: #fff;
    padding: 10px 30px;
}

#ceo dd h3.h_message:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    border-top: 1px solid #3a3a3a;
    left: calc(100% + 0.5em);
}

#ceo dd h3.h_vision:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    border-top: 1px solid #3a3a3a;
    right: calc(100% + 0.5em);
}

#ceo dd h4 {
	/* font-size:32px; */
	font-size: 28px;
	line-height: 32px;
	/* margin-bottom: 20px; */
	margin: 30px 20px 20px;
	font-weight: 200;
	letter-spacing: 2px;
}

#ceo dd p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
	letter-spacing: 3px;
}

#ceo dd span {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2px;
	display: block;
}

#group {
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
	padding: 80px 0 0 0;
	margin: 0 auto;
}

#group h2 {
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
	font-size: 40px;
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 80px;
	text-align: center;
}

#group h2 span.hd-txt {
	font-size:  38px;
}
#group h2 span.blue {
	color: #00aded;
}

#group dl {
	width: 100%;
	margin-bottom: 80px;
	position: relative;
}

#group dl dt {
	position: absolute;
	top: 75px;
	left: 75px;
	z-index: 2;
	width: 100%;
	height: 100%;
	max-height: 370px;
	max-width: 370px;
	box-sizing: border-box;
	padding: 10px;
	background-color: #fff;
}

#group dl dt .borderWrap {
	width: 100%;
	height: 100%;
	border: #ddd 1px solid;
	box-sizing: border-box;
	display: block;
}

#group dl dt .borderWrap h3 {
	width: 100%;
	text-align: center;
}

#group dl dt .borderWrap .pd_hb {
	padding-top: 90px;
	margin-bottom: 30px;
}

#group dl dt .borderWrap .pd_wl {
	padding-top: 60px;
	margin-bottom: 30px;
}

#group dl dt .borderWrap .pd_rc {
	padding-top: 60px;
	margin-bottom: 30px;
}

#group dl dt .borderWrap .pd_rs {
	padding-top: 60px;
	margin-bottom: 30px;
}

#group dl dt .borderWrap p {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 300;
}

#group dl dt .borderWrap p strong {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
}

#group dl dt .borderWrap a {
	display: block;
	padding: 0 3px 3px 0;
	border-bottom: #000 1px solid;
	border-right: #000 1px solid;
	max-height: 45px;
	max-width: 205px;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	margin: 0 auto;
	position: relative;
}

#group dl dt .borderWrap a strong {
	display: block;
	padding: 0 0 0 0;
	border: #000 1px solid;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	padding-top: 12px;
	height: 100%;
	color: #000;
	box-sizing: border-box;
	font-weight: 300;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#group dl dt .borderWrap a:hover strong {
	background: #000;
	color: #fff;
}

#group dl dt .borderWrap a::before {
	right: -204px;
	width: 1px;
	height: 5px;
	background: #fff;
	top: -40px;
}

#group dl dt .borderWrap a::after {
	background: #fff;
	left: 0;
	bottom: -44px;
	width: 5px;
	height: 1px;
}

.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}

.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#group dl dt .borderWrap a strong span {
	display: block;
	width: 15px;
	height: 6px;
	position: absolute;
	right: 6px;
	top: 18px;
	height: 6px;
}

#group dl dt .borderWrap a strong span::before {
	right: 5px;
	width: 15px;
	height: 1px;
	background: #000;
}

#group dl dt .borderWrap a strong span::after {
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#group dl dt .borderWrap a:hover strong span::before {
	background: #fff;
}

#group dl dt .borderWrap a:hover strong span::after {
	border-top: 1px solid #fff;
}

#group dl dd {
	width: 100%;
}

#group dl dd img {
	width: 100%;
	height: auto;
}

@media all and (max-width: 1330px) {
	#ceo dd {
		/* padding: 40px 40px 0; */
		padding: 20px 40px;
	}

	#ceo dd p {
		letter-spacing: 1px;
	}
}

@media all and (max-width: 1200px) {
	#ceo dd {
		max-width: 1080px;
	}

	#ceo dd h4 {
		font-size: 24px;
	}

	#ceo dd p {
		font-size: 12px;
		line-height: 20px;
	}

	/*
	#ceo dt img {
		width: auto;
		height: 100%;
		margin-left:-20%;
	}
	*/

	#ceo dd {
		padding: 40px;
	}
}

@media all and (max-width: 1000px) {
	#group {
		padding: 80px 20px 0 20px;
	}

	#group dl dt {
		top: 10%;
		left: 6%;
	}
}

@media all and (max-width: 840px) {
	#ceo {
		margin-top: 0;
	}

	#ceo dt {
		width: 100%;
		font-size: 0;
	}

	#ceo dt img {
		width: 100%;
		height: auto;
		margin-left: 0;
		font-size: 0;
	}

	#ceo dd {
		padding: 20px;
		width: 100%;
	}

	#main dt p {
		font-size: 12px;
		line-height: 22px;
		letter-spacing: 1px;
		margin-bottom: 20px;
		font-weight: 500;
	}

	#main dt {
		top: 22%;
	}

	#main dt strong {
		width: 60px;
	}

	#main dt strong img {
		width: 100%;
		height: auto;
	}

	#lead h2 {
		font-size: 30px;
		line-height: 40px;
		font-weight: 600;
		background-position: center -100px;
		margin-bottom: 20px;
	}

	#lead p {
		font-size: 12px;
		line-height: 24px;
		letter-spacing: 2px;
	}

	#lead {
		padding: 30px 0 30px 0;
	}

	#ceo dd h3 {
		font-size: 20px;
		line-height: 20px;
	}

	#group h2 {
		font-size: 22px;
		margin-bottom: 40px;
	}

	#group h2 span.hd-txt {
		font-size: 20px;
	}

	#group dl dt {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-height: 100%;
		max-width: 100%;
		padding: 10px;
		background-color: #eee;
	}

	#group dl dt .borderWrap {
		border: none;
		display: block;
		background: #fff;
	}

	#group dl dt .borderWrap .pd_hb,
	#group dl dt .borderWrap .pd_wl,
	#group dl dt .borderWrap .pd_rc,
	#group dl dt .borderWrap .pd_rs {
		padding-top: 40px;
		margin-bottom: 30px;
	}

	#group dl dt .borderWrap {
		padding-bottom: 30px;
	}

	#group dl dt .borderWrap a strong {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	#group dl {
		margin-bottom: 30px;
	}

	#group dl dd {
		display: none;
	}
}

.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: 50% 50%;'
}
