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

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

#main h1{
	text-align: center;
	font-size: 7.81vw;
	line-height: 2.0;
	letter-spacing: 0.15em;
	color: #00a0ca;
	padding-top: 18vw;
	padding-left: 0.5em;
}


/*=============================
aboutus
=============================*/
#aboutus {
	background: #f0f9fe;
	position: relative;
}
#aboutus > .inner{
	padding: 9.38vw 3.13vw 0;
	margin-bottom: 12.50vw;
}
#aboutus > *{
	position: relative;
	z-index: 10;
}
#aboutus h2 {
	height: 14.84vw;
	font-size: 5.94vw;
	letter-spacing: 0.15em;
	color: #70b2d1;
	position: relative;
	margin-bottom: 12.50vw;
}
#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: 2.81vw 2.81vw 0 2.81vw;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -2.5vw;
	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:0.8vw;
	left:0.8vw;
	z-index: 0;
}

#aboutus dl.list{
	text-align: center;
}
#aboutus dl.list dt{
	display: inline-block;
	width: 15.63vw;
	height: 15.63vw;
	position: relative;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #FFF;
	margin-bottom: 3.91vw;
}
#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: 7.03vw;
	letter-spacing: 0.1em;
	background: #FFF;
	font-style: italic;
	margin-top: -0.1em;
	text-indent: -0.15em;
}
#aboutus dl.list dd{
	text-align: center;
	font-size: 5.94vw;
	line-height: 1.58;
	letter-spacing: 0.1em;
	color: #374c56;
}
#aboutus dl.list dd:not(:last-of-type){
	margin-bottom: 6.25vw;
}


#aboutus .bgArea{
	background: url(../img/top/sp_aboutus_bg.png) no-repeat top center/100% auto;
	padding: 5vw 0 9vw;
}
#aboutus .bgArea .txt{
	text-align: center;
	font-size: 5.47vw;
	line-height: 2.0;
	color: #374c56;
	letter-spacing: 0.05em;
	margin-bottom: 3vw;
}
#aboutus .bgArea .copy{
	text-align: center;
	font-size: 7.81vw;
	line-height: 1.5;
	color: #00a0ca;
	letter-spacing: 0.1em;
	padding-left: 0.5em;
}

/*=============================
message
=============================*/
#message{
	padding: 7.81vw 0 78vw;
	background:url(../img/top/sp_message_ph.png) #e1eef3 no-repeat bottom center/100% auto;
}
#message > .inner{
	padding: 0 3.13vw;
}
#message h2{
	font-size: 5.47vw;
	line-height: 2.0;
	letter-spacing: 0.15em;
	color: #374c56;
	margin-bottom: 4.69vw;
	text-align: center;
}
#message h2 span{
	border-bottom: 1px solid #374c56;
}


#message .txt{
	font-size: 4.69vw;
	line-height: 1.6;
	color: #374c56;
	margin-bottom: 7.81vw;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
#message .logo{text-align: center;}
#message .logo img{
	height: 14.84vw;
	width: auto;
}