@charset "UTF-8";
/* CSS Document */

/*=============================
main
=============================*/
#main{
	height: 100vh;
	background: url(../img/top/main_bg.jpg) no-repeat center center/cover;
	position: relative;
}

#main h1{
	position: absolute;
	top:50%;
	left: 12.3%;
	font-size: 0.53rem;
	line-height: 2.0;
	letter-spacing: 0.15em;
	color: #00a0ca;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*=============================
aboutus
=============================*/
#aboutus {
	background: #f0f9fe;
	padding-top: 90px;
	padding-bottom: 28.5vw;
	position: relative;
}
@media (max-width: 1400px) {
	#aboutus {
		padding-bottom: 400px;
	}
}

#aboutus > *{
	position: relative;
	z-index: 10;
}
#aboutus h2 {
	width: 610px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.32rem;
	letter-spacing: 0.15em;
	color: #70b2d1;
	position: relative;
	margin-bottom: 75px;
}
#aboutus h2 .bgW{
	width: 100%;
	height: 100%;
	background: #FFF;
	position: relative;
	text-align: center;
	z-index: 5;
}
#aboutus h2::before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 17px 0 17px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -16px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}
#aboutus h2::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/tit_shadow01.png);
	position: absolute;
	top:5px;
	left:5px;
	z-index: 0;
}

#aboutus dl.list{
	width: 815px;
	margin-left: auto;
	margin-right: auto;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
      flex-wrap: wrap;
-webkit-box-align: center;
        align-items: center;
}
#aboutus dl.list dt{
	width: 60px;
	height: 60px;
	position: relative;
	text-align: center;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #FFF;
}
#aboutus dl.list dt.list01{color: #eb6100; border: 1px solid #eb6100;}
#aboutus dl.list dt.list02{color: #448aca; border: 1px solid #448aca;}
#aboutus dl.list dt.list03{color: #009e96; border: 1px solid #009e96;}
#aboutus dl.list dt.list04{color: #e9616b; border: 1px solid #e9616b;}
#aboutus dl.list dt.list05{color: #8957a1; border: 1px solid #8957a1;}
#aboutus dl.list dt span{
	font-size: 0.27rem;
	letter-spacing: 0.1em;
	background: #FFF;
	font-style: italic;
	margin-top: -0.1em;
}
#aboutus dl.list dd{
	width: calc(100% - 60px);
	padding-left: 15px;
	font-size: 0.24rem;
	letter-spacing: 0.1em;
	color: #374c56;
}

#aboutus dl.list dt:not(:last-of-type),
#aboutus dl.list dd:not(:last-of-type){
	margin-bottom: 30px;
}

#aboutus .bgArea{
	background: url(../img/top/aboutus_bg.png) no-repeat center center/auto 100%;
	width: 100%;
	height: 44.2vw;
	min-height: 451px;
	position: absolute;
	bottom:-7.5vw;
	left:50%;
	z-index: 5;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#aboutus .bgArea .txt{
	width: 100%;
	text-align: center;
	font-size: 1.4vw;
	line-height: 2.3;
	color: #374c56;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-top: -4vw;
	letter-spacing: 0.05em;
}
#aboutus .bgArea .copy{
	width: 100%;
	text-align: center;
	font-size: 3.4vw;
	color: #00a0ca;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-top: 5.85vw;
	letter-spacing: 0.1em;
}
@media (max-width: 1400px) {
	#aboutus .bgArea {
		height: 618px;
		bottom:-130px;
	}
	#aboutus .bgArea .txt{
		font-size: 0.2rem;
		margin-top: -55px;
	}
	#aboutus .bgArea .copy{
		font-size: 0.48rem;
		margin-top: 80px;
	}
}

/*=============================
message
=============================*/
#message{
	padding: 100px 0 90px;
	background:
		url(../img/top/message_ph.png) no-repeat bottom center,
		url(../img/top/message_bg.png) repeat-x top left;
}
#message > .inner{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#message h2{
	font-size: 0.32rem;
	line-height: 2.0;
	letter-spacing: 0.15em;
	color: #374c56;
	margin-bottom: 80px;
}
#message h2 span{
	border-bottom: 1px solid #374c56;
}


#message .txt{
	font-size: 0.17rem;
	line-height: 2.5;
	color: #374c56;
	margin-bottom: 80px;
}
#message .logo img{
	height: 70px;
	width: auto;
}