@charset "UTF-8";
@import "../../common/css/common.css";

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin: 30px 0 60px;
	position: relative;
	z-index: 0;
}

#outline:before {
	content: '';
	width: 1090px;
	height: 368px;
	background: url(../images/bg_01.png) no-repeat top;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#outline h3 {
	height: 110px;
	font-size: 31px;
	line-height: 90px;
	letter-spacing: 4px;
	color: #0378a6;
}

#outline .article {
	width: 894px;
	width: 901px;
	margin: 0 auto;
	padding: 10px;
	background: url(../images/bg_02.png) 0 0;
}

#outline .section {
	padding: 20px 20px 30px 20px;
	background: #faf5ed;
	position: relative;
}

#outline .map {
	float: left;
	width: 390px;
}

/* ---------------------------------------------------------
	CSS Document floor
--------------------------------------------------------- */

#outline .floor {
	float: right;
	width: 420px;
	text-align: left;
}

#outline .floor dl {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 0;
}

#outline .floor dt {
	width: 110px;
	border-radius: 10px;
	background: #65b2e2;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

#outline .floor dd {
	width: calc(100% - 110px);
	padding: 4px 0 4px 15px;
	font-size: 16px;
	line-height: 1.5;
}

#outline .floor ul {
	margin-top: 20px;
}

#outline .floor li {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 2px;
}

#outline .floor li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	background: #f8b61c;
	text-decoration: none;
	text-align: center;
	color: #fff;
	transition: .4s;
}

#outline .floor li a:hover {
	opacity: 0.6;
}

#outline .floor li span {
	display: block;
	padding-top: 15px;
}

#outline .floor li span:after {
	display: block;
	content: '';
	width: 100%;
	height: 23px;
	margin-top: 5px;
	background: url(../images/icon_gmap.png) no-repeat top / auto 100%;
}

/* ---------------------------------------------------------
	CSS Document concept
--------------------------------------------------------- */

#concept {
	margin: 10px 0 90px;
	padding: 90px 0 50px;
	background: url(../../common/images/page_bg.png) no-repeat top;
	font-size: 0;
}

@media only screen and (min-width: 1920px) {
	#concept {
		background-size: 100% 913px;
	}
}

#concept h3 {
	height: 110px;
	font-size: 31px;
	line-height: 90px;
	letter-spacing: 4px;
	color: #0378a6;
	position: relative;
	z-index: 0;
}

#concept h3:before {
	content: '';
	width: 1090px;
	height: 368px;
	background: url(../images/bg_01.png) no-repeat top;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#concept .article {
	margin-bottom: 60px;
	padding: 25px 30px;
	border-radius: 30px;
	background: #f6f9fa;
	text-align: left;
	font-size: 16px;
	position: relative;
	z-index: 0;
}

#concept h4 {
	margin-bottom: 30px;
	padding-top: 60px;
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: 2px;
	color: #0378a6;
	position: relative;
	z-index: 0;
}

#concept h4:before {
	content: '';
	width: 1048px;
	height: 440px;
	background: url(../images/bg_04.png) no-repeat top;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#concept h4 i {
	font-style: normal;
	font-size: 53px;
}

#concept .flex {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 0;
}

#concept .section {
	width: 280px;
	font-size: 15px;
}

#concept .section dl {
	overflow: hidden;
	padding-bottom: 1px;
	border-radius: 150px 150px 22px 22px;
	background: #009ee2;
}

#concept .section:nth-of-type(2) dl {
	background: #ff9f8c;
}

#concept .section:nth-of-type(3) dl {
	background: #fbd388;
}

#concept .section dt > span:nth-of-type(1) {
	display: block;
	padding-top: 30px;
}

#concept .section dt > span:nth-of-type(2) {
	display: block;
	height: 50px;
	background: #0062c8;
	font-size: 21px;
	line-height: 48px;
	color: #fff;
}

#concept .section:nth-of-type(2) dt > span:nth-of-type(2) {
	background: #ff634d;
}

#concept .section:nth-of-type(3) dt > span:nth-of-type(2) {
	background: #f7af49;
}

#concept .section dt > span:nth-of-type(2) span {
	font-size: 24px;
}

#concept .section dd {
	margin: 15px;
	border-radius: 12px;
	padding: 15px;
	background: #f6fafb;
	text-align: left;
	text-align: justify;
	font-size: 14px;
}
