@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
html{ font-size: 62.5%; }
body {
	position: relative;
	background-color: #FFF;
	text-align: left;
	line-height: 1.6;
	font-family: 'メイリオ', Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 1.6rem;
	color: #666;
	user-select:none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout:none;
}
a{
	text-decoration: underline;
	color: #666;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
ul, ol{ margin-left: 20px; }
table{
	margin: 20px 0;
	width: 100%;
	border-collapse: collapse;
}
th, td{
	padding: 10px;
	border: 1px solid #ccc;
}
th{
	background: #eee;
	font-weight: normal;
	color: #000;
}

header{ padding: 10px 0; }
#logo{
	line-height: .9;
	font-weight: normal;
	font-size: 2.4rem;
}
#logo a{
	display: block;
	text-decoration: none;
	color: #000;
}
.slick-dots{
	overflow: hidden;
	margin-left: 0;
}
.slick-dots li{
	position: relative;
	float: left;
	cursor: pointer;
}

main h1, main h2{
	margin-bottom: 20px;
	line-height: 1.2;
	font-weight: normal;
	font-size: 2.4rem;
	color: #000;
}
main h2.personal{ border-bottom: 2px solid #00b88e; }
main h2.corp{ border-bottom: 2px solid #0083ad; }
main h2.personal a, main h2.corp a{
	position: relative;
	display: block;
	padding: 0 0 5px;
	text-decoration: none;
	color: #000;
}
main h2.personal a:before, main h2.corp a:before{
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 5px;
	height: 5px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
}
main p{ margin: 20px 0; }
.box, #push{
	border: 1px solid #ccc;
	border-radius: 5px;
}
.box li a{
	display: block;
	text-decoration: none;
	line-height: 1.4;
}
.banner{ margin: 50px 0; }
.col3{ font-size: 0; }
.col3 li{
	display: inline-block;
	margin-right: 3.125%;
	width: 31.25%;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	vertical-align: top;
	text-align: center;
}
.col3 li:nth-of-type(3n){ margin-right: 0; }
.col3 li a{
	position: relative;
	display: block;
	padding: 5px;
	text-decoration: none;
}
.col3 li a:before{
	position: absolute;
	content: "";
	right: 5px;
	bottom: 5px;
	border: 8px solid transparent;
	border-right: 8px solid #e01c4d;
	border-bottom: 8px solid #e01c4d;
}
#push{ background: #ffe; }
.point span{
	font-style: italic;
	font-size: 2.4rem;
	color: #0083ad;
}

footer{
	padding: 20px 0;
	background: #eee;
	text-align: center;
	font-size: 1rem;
}

/* ------------------------------------------------
 min-width: 641px
------------------------------------------------ */
@media screen and (min-width: 641px){
	.sp{ display: none; }
	a:hover{ text-decoration: none; }
	a:hover img{ opacity: .7; }
	.inner, #container{
		margin: auto;
		width: 960px;
	}
	header .inner{
		display: table;
		height: 50px;
	}
	#logo, .header_right{
		display: table-cell;
		vertical-align: middle;
	}
	.header_right{ text-align: right; }
	.slick-slider{ position: relative; }
	.slick-prev, .slick-next{
		position: absolute;
		width: 40px;
		height: 50px;
		background: rgba(0, 0, 0, .5);
		border: 0;
		font-size: 0;
		z-index: 1;
		cursor: pointer;
	}
	.slick-prev:before, .slick-next:before{
		position: absolute;
		content: "";
		top: 18px;
		width: 10px;
		height: 10px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		z-index: 2;
	}
	.slick-prev{ left: 0; }
	.slick-prev:before{
		left: 17px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.slick-next{ right: 0; }
	.slick-next:before{
		right: 17px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.slick-prev, .slick-next{ top: 35%; }
	.slick-dots li{ width: 320px; }
	.slick-dots li.slick-active:before{
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		border: 5px solid #00b88e;
		box-sizing: border-box;
	}
	main{ margin: 30px 0 50px; }
	main h2.personal a:hover, main h2.corp a:hover{ text-decoration: underline; }
	.box, #push{
		margin: 50px 0;
		padding: 40px;
	}
	.box li a:hover{ text-decoration: underline; }
	.col4{ font-size: 0; }
	.col4 li{
		display: inline-block;
		vertical-align: top;
		font-size: 1.4rem;
	}
	.col4 li:nth-of-type(4n){ margin-right: 0; }
	.col4 li{
		margin-right: 2.7%;
		width: 22.975%;
	}
	.col4 li img{
		margin-bottom: 5px;
		border: 1px solid #ccc;
		border-radius: 5px;
	}
	.col3 li{ font-size: 1.8rem; }
	#push .ttl{
		margin-top: -65px;
		text-align: center;
	}
	#push h2{
		position: relative;
		display: inline-block;
		z-index: 0;
	}
	#push h2:before{
		position: absolute;
		content: "";
		left: 50%;
		width: 110%;
		height: 100%;
		background: -webkit-linear-gradient(transparent 42%, #ffe 42%);
		background: linear-gradient(transparent 42%, #ffe 42%);
		z-index: -1;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#push .col4 li img{ border: 0; }
}

/* ------------------------------------------------
 max-width: 640px
------------------------------------------------ */
@media screen and (max-width: 640px){
	.pc, .slick-prev, .slick-next, .slick-dots li img{ display: none!important; }
	.inner{ padding: 0 10px; }
	.header_right{
		margin: 10px 0 0;
		text-align: center;
	}
	.slick-dots{
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%);
	}
	.slick-dots li{
		position: relative;
		width: 12px;
		height: 12px;
		margin: 10px 5px;
	}
	.slick-dots li:before{
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 12px;
		height: 12px;
		background: #ccc;
		border-radius: 100px;
	}
	.slick-dots li.slick-active:before{ background: #00b88e; }
	#container{
		padding: 0 15px;
		overflow: hidden;
	}
	main{ margin: 0 0 50px; }
	.box, #push{
		margin: 30px 0 50px;
		padding: 10px;
	}
	.col4 li{
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
		overflow: hidden;
	}
	.col4 li img{
		float: left;
		margin-right: 10px;
		width: 80px;
	}
	.col4 li a{
		position: relative;
		padding-right: 10px;
	}
	.col4 li a:before{
		position: absolute;
		content: "";
		top: 50%;
		right: 2px;
		width: 5px;
		height: 5px;
		border-top: 2px solid;
		border-right: 2px solid;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 li{ font-size: 3vw; }
	#push h2{ text-align: center; }
	#push .col4 li:last-child{ border-bottom: 0; }
}

/* ------------------------------------------------
 styles
------------------------------------------------ */
.li-n{ list-style: none; }
.txtlink{ text-align: right; }
.txtlink:after{
	content: "≫";
	padding-left: 5px;
}
.ml0{ margin-left: 0; }

.f36rem{ font-size: 3.6rem; }
.f18rem{ font-size: 1.8rem; }
.f12rem{ font-size: 1.2rem; }

.black{ color: #000; }
.orange{ color: #FF9800; }
.red{ color: #e01c4d; }