@charset "UTF-8";

/*---------------------------------------------------------
							reset
---------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Noto Serif JP', sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	width:100%;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

a.anchor {
	position: relative;
	top: -80px;
	display: block;
}


/*---------------------------------------------------------
							clearfix
---------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

.clea {
	clear: both;
}

* html .clearfix {
	height: 1px;
	/*¥*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

body {
	background-color: #fff;
	-webkit-text-size-adjust: none;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}

a {
	color: #ea3410;
	outline: none;
}



.sp {
	display: none;
}


/*---------------------------------------------------------
header
---------------------------------------------------------*/
header {
	width: 100%;
	margin: 0 auto 60px;
	background:#E6DEED;
}
header img{
	max-width:1280px;
	width:100%;
	margin:auto;
	display:block;
}
/*---------------------------------------------------------
contents
---------------------------------------------------------*/
#rcmd{
	max-width:1140px;
	margin:auto;
	text-align:center;
	padding-bottom:100px;
}
ul.persons{
	display:flex;
	justify-content:space-between;
	margin-bottom:40px;
}
ul.persons li{
	max-width:195px;
}
#rcmd h3{
	font-size:48px;
	color:#C30D23;
	margin-bottom:40px;
}
ul.detail{
	display:inline-block;
	margin:auto;
	text-align:left;
	font-size:32px;
	line-height:2;
}
ul.detail li{
	background:url("../img/circle.png") no-repeat;
	padding-left:1em;
	background-position: left top 20px;
}
figure{
	max-width:1280px;
	margin:auto;
}
#purple{
	background:#E6DEED;
	padding:80px 0;
}
div.innr{
	max-width:1140px;
	margin:auto;
}
div.innr h2{
	font-size:36px;
	color:#7C49A4;
	text-align:center;
	background:url("../img/line.png") no-repeat center bottom;
	line-height:120px;
	margin-bottom:45px;
}
ul.four{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
ul.four li{
	width:49%;
	margin-bottom:20px;
	border:2px solid #A67EB7;
	background:#fff;
	padding:24px 20px;
	box-sizing:border-box;
	font-size:18px;
}
div.ttl{
	margin-bottom:32px;
}
div.ttl .outer{
	display:inline-block;
	background:#A67EB7;
	border-radius:100%;
	width:92px;
	height:92px;
	vertical-align: middle;
	text-align:center;
	position:relative;
}
div.ttl .outer .in{
	font-size: 20px;
	color: #fff;
	width: 82px;
	height: 82px;
	border: 1px solid #fff;
	border-radius: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
div.ttl .outer .in span{
	font-size:40px;
	color:#ff0;
	display:block;
	line-height:1;
}
div.ttl h3{
	font-size:29px;
	color:#8C57A0;
	line-height:1;
	display:inline-block;
	vertical-align: middle;
}
ul.four li p span{
	color:#C30D23;
}
#feature{
	padding:80px 0;
}
figure img{
	vertical-align:bottom;
}
figure.system{
	max-width:1140px;
}
#inq{
	padding:80px 0;
}
#inq .innr h2{
	font-size:28px;
	padding-left:7em;
}
#inq ul{
	max-width:1140px;
	display:flex;
	flex-wrap:wrap;
	margin:auto;
}
#inq ul li{
	width:calc(98% / 4);
	margin-bottom:12px;
	margin-right:calc( 2% / 3 );
}
#inq ul li:nth-child(4n){
	margin-right:0;
}
#gray{
	background:#D3D1CF;
	padding:80px;
	text-align:center;
}
#gray strong{
	font-size:48px;
	display:inline-block;
	border-bottom:1px solid #000;
	margin-bottom:60px;
}
#gray ul{
	max-width:1140px;
	display:flex;
	justify-content:space-between;
	margin:auto;
}
#gray ul li{
	font-size:40px;
	width:40%;
}
#gray ul li:first-child a{
	background:#A081BA;
	border-radius:4px;
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:120px;
	text-shadow:2px 2px 3px #333;
	margin-top:12px;
	box-shadow:4px 4px 6px 2px #999;
}
#gray ul li:last-child a{
	display:block;
	font-size:62px;
	background:url("../img/tel.png") no-repeat left center;
	padding-left:32px;
	color:#A081BA;
	text-decoration:none;
}
#gray ul li small{
	font-size:20px;
}
#ci{
	padding:80px 0;
}
#ci ul{
	max-width:1140px;
	display:flex;
	justify-content:space-between;
	align-items: center;
	margin:auto;
	
}
#ci ul li{
	font-size:20px;
	width:40%;
	font-family: 'Noto Sans JP', sans-serif;
}
/*---------------------------------------------------------
							footer
---------------------------------------------------------*/

footer {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	background: #743788;
	color: #fff;
	margin: auto;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	line-height: 70px;
}

/*---------------------------------------------------------
							Mobile
---------------------------------------------------------*/


/*Media Queries*/

@media screen and (max-width: 767px) {
body, html {
	min-width: 100%;
}
body {
	font-size: 15px;
}
img {
	max-width: 100%;
}
img.sp {
	width: 100%;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
header{
	margin-bottom:30px;
}
#rcmd{
	padding-bottom:40px;
}
#rcmd h3{
	font-size:20px;
	margin-bottom:20px;
}
ul.persons{
	margin-bottom:20px;
}
ul.detail{
	font-size:14px;
}
ul.detail li{
	background-size:14px;
	background-position-y: center;
	padding-left:1.3em;
}
#purple{
	padding:40px 0 20px;
}
div.innr{
	padding:0 5%;
}
div.innr h2{
	font-size:20px;
	background-size:contain;
	line-height:64px;
	margin-bottom:20px;
}
ul.four li{
	padding:10px;
	font-size:12px;
}
div.ttl{
	margin-bottom:16px;
}
div.ttl .outer{
	width:48px;
	height:48px;
	display:block;
	margin:1em auto;
}
div.ttl .outer .in{
	width:40px;
	height:40px;
	font-size:12px;
}
div.ttl .outer .in span{
	font-size:18px;
}
div.ttl h3{
	font-size:18px;
	display:block;
	text-align:center;
}
#feature ,#inq{
	padding: 40px 0;
}
#feature figure,figure.system{
	padding:0 5%;
}
#inq .innr h2{
	font-size:20px;
	background-size:contain;
	line-height:64px;
	margin-bottom:20px;
	padding:0;
	line-height:1.2;
	padding-bottom: 32px;
}
#inq ul li {
	width: calc(98% / 2);
	margin-bottom: 12px;
}
#gray ,#ci{
	padding:40px 5%;
}
#gray strong{
	font-size:24px;
	margin-bottom:40px;
}
#gray ul{
	display:block;
}
#gray ul li{
	width:100%;
	font-size:20px;
}
#gray ul li:first-child{
	margin-bottom:60px;
}
#gray ul li:first-child a{
	line-height:60px;
}
#gray ul li:last-child a{
	font-size:36px;
	background-size: 24px;
	padding-left: 1em;
	display: inline-block;
}
#gray ul li small{
	font-size:12px;
	display:inline-block;
}
#ci ul{
	display:block;
}
#ci ul li{
	width:100%;
	margin-bottom:1em;
	text-align:center;
}
}
