@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,500,700,900');
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #dee4e7;
	color: #313131;
}
img {max-width: 100%}
a {
	transition: all 0.3s ease;
}
a:hover {
	opacity: 0.7;
}
#wrap {
	max-width: 1600px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 1px 0px 0px #dddddd;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
header h1 img {
		width: 280px;
	}
header .outer {
	max-width: 1600px;
	margin: 0 auto;
	background: #fff;
}
header .inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 24px 16px;
}
header ul {
	position: absolute;
	top: 10px;
	right: 16px;
	background: #fff;
}
header ul li {
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #707070;
	box-sizing: border-box;
}
header ul .tel {
	margin-right: 10px;
}
header ul .tel a {
	display: block;
	width: 320px;
	min-height: 72px;
	padding: 12px 14px 0 70px;
	box-sizing: border-box;
	background: url(../img/ico01.png) no-repeat 20px center #eceff1;
}
header ul .tel span {
	display: block;
	color: #22b26a;
	font-size: 28px;
	font-weight: 900;
	font-family: 'Lato';
}
header ul .tel .note {
	color: #707070;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
}
header ul .tel .hide {
	display: inline;
	color: #707070;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	
}
header ul .contact a {
	display: block;
	width: 320px;
	min-height: 72px;
	padding: 15px 37px 0 77px;
	color: #fff;
	box-sizing: border-box;
	background: url(../img/ico02.png) no-repeat 20px center #c62828;
}
header ul .contact span {
	display: inline-block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
main {
	margin-top: 95px;
	text-align: center;
	line-height: 1.67;
}
#mv {
	position: relative;
	min-height: 464px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	font-family: 'Noto Sans Japanese', sans-serif;
	overflow: hidden;
}
.bg {
	position: absolute;
	top: -64px;
	left: 0;
	padding-top: 64px;
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg) no-repeat top center;
	background-size: cover;
}
#mv .inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 24px;
	transform: translateY(-50%);
}
#mv .inner .h {
	margin-bottom: 16px;
	font-size: 30px;
}
#mv .inner .h2 {
	font-size: 36px;
	font-weight: 900;
}
#mv .inner .h2 br {
	display: none;
}
#slide-area .guide {
	background: #0d47a1;
	padding: 15px 24px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Noto Sans Japanese', sans-serif;
}
#slide-area .item {
	position: relative;
	min-height: 240px;
	overflow: hidden;
}
#slide-area .item-1 {
	background: url(../img/bg02.jpg) no-repeat center;
	background-size: cover;
}
#slide-area .item-2 {
	background: url(../img/bg03.jpg) no-repeat center;
	background-size: cover;
}
#slide-area .item-3 {
	background: url(../img/bg04.jpg) no-repeat center;
	background-size: cover;
}
#slide-area .lead {
	min-height: 240px;
	background-color: rgba(13,71,161,0.8);
}
#slide-area .lead p {
	color: #ffffff;
	font-size: 28px;
	font-weight: 900;
}
#slide-area .item-1 .lead {
	opacity: 0;
	position: absolute;
	top: 0;
	right: -50%;
	width: 50%;
	transform: skewX(45deg);
	transform-origin: 100% 0;
	transition: all 0.6s ease; 
}
#slide-area .item-1 .on {
	opacity: 1;
	right: 0;
}
#slide-area .item-2 .lead {
	opacity: 0;
	position: absolute;
	top: 0;
	left: -50%;
	width: 50%;
	transform: skewX(-45deg);
	transform-origin: 0 0;
	transition: all 0.6s ease;
}
#slide-area .item-2 .on {
	opacity: 1;
	left: 0;
}
#slide-area .item-3 .lead {
	opacity: 0;
	position: absolute;
	top: 0;
	right: -50%;
	width: 50%;
	transform: skewX(45deg);
	transform-origin: 100% 0;
	transition: all 0.6s ease; 
}
#slide-area .item-3 .on {
	opacity: 1;
	right: 0;
}
#slide-area .item-1 .lead p {
	padding: 77px 0 0 177px;
	text-align: left;
	transform: skewX(-45deg);
	transform-origin: 100% 0;
}
#slide-area  .item-2 .lead p {
	padding: 102px 177px 0 0;
	text-align: right;
	transform: skewX(45deg);
	transform-origin: 0 0;
}
#slide-area .item-3 .lead p {
	padding: 102px 0 0 177px;
	text-align: left;
	transform: skewX(-45deg);
	transform-origin: 100% 0;
}
#service .inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 60px 0;
}
#service h3 {
	margin-bottom: 24px;
	color: #fff;
	font-size: 36px;
	font-weight: 900;
}
#service .col-3 {
	padding: 0 24px;
}
#service .col-3 p {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
#service .list-1 {
	background: #062350;
}
#service .list-2 {
	position: relative;
	padding-top: 34px;
	background: #0d47a1;
}
#service .col-3 ul {
	display: flex;
	margin-top: 36px;
}
#service .col-3 ul li {
	width: 33.3%;
	margin-right: 28px;
}
#service .col-3 ul li:last-child {
	margin-right: 0;
}
#service .col-3 .circle {
	position: relative;
	margin: 0 auto 24px;
	width: 168px;
	height: 168px;
	border-radius: 50%;
}
#service .list-1 .circle {
	opacity: 0;
	transform: translateY(-50px);
	transition: 0.75s ease;
}
#service .list-1 .on {
	opacity: 1;
	transform: translateY(0);
}
#service .list-1 li:nth-child(2) .circle {
	transition-delay: 0.1s;
}
#service .list-1 li:last-child .circle {
	transition-delay: 0.2s;
}
#service .list-2 .circle {
	opacity: 0;
	transform: rotateY(-180deg);
	transition: 0.8s ease;
}
#service .list-2 .on {
	opacity: 1;
	transform: rotateY(0deg) ;
}
#service .list-2 li:nth-child(2) .circle {
	transition-delay: 0.1s;
}
#service .list-2 li:last-child .circle {
	transition-delay: 0.2s;
}
#service .col-3 .circle img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#service .list-1 .circle {
	background: #1565c0;
}
#service .list-2 .circle {
	background: #ffab00;
}
#service .list-2:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -46px;
	border-left: 46px solid transparent;
	border-right: 46px solid transparent;
	border-top: 34px solid #062350;
}
#special .lead-outer {
	padding: 0 24px 32px;
}
#special .h {
	display: inline-block;
	margin: 0 auto 17px;
	padding: 0 32px;
	border-radius: 8px;
	background-color: #42a5f5;
	color: #fff;
}
#special p {
	font-size: 18px;
	font-weight: 700;
}
#special .item {
	position: relative;
	overflow: hidden;
}
#special .item .img-container {
	display: -webkit-flex;
	display: flex;
}
#special .item-2 .img-container {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#special .item .img-container .img {
	width: 50%;
}
#special .item .overlay {
	opacity: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	top: 200px;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(245,247,251,0.9);
	text-align: left;
	transition: all 0.4s ease;
}
#special .item .overlay.on {
	opacity: 1;
	top: 0;
}
#special .item-2 .overlay {
	left: auto;
	right: 0;
}
#special .item .overlay .inner {
	max-width: 560px;
	margin: 0 auto;
	box-sizing: border-box;
}
#special .item .hd {
	margin-bottom: 16px;
	color: #0d47a1;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.5;
}
#special .item p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}
#special .item img {
	vertical-align: middle;
}

#contact {
	padding: 0 24px 60px 24px;
}
#contact p {
	color: #313131;
	font-size: 20px;
	font-weight: 700;
}
#contact ul {
	display: flex;
	max-width: 1280px;
	margin: 0 auto 60px;
}
#contact ul li {
	width: 33.3%;
	margin-right: 40px;
}
#contact ul li:last-child {
	margin-right: 0;
}
#contact ul li .box {
	max-width: 400px;
	margin-top: 20px;
	box-sizing: border-box;
}
#contact ul li:first-child .box {
	height: 160px;
	padding-top: 18px;
	padding-left: 50px;
	border: 4px solid #22b26a;
	text-align: left;
	font-family: 'Lato', sans-serif;
}
#contact ul li:nth-child(2) .box {
	border: 4px solid #22b26a;
	line-height: 152px;
	font-family: 'Lato';
}
#contact ul li:nth-child(2) .box a {
	color: #22b26a;
	font-size: 24px;
	font-weight: 900
}
#contact ul li:last-child .box a {
	display: block;
	background: #c62828;
	background-size: 24px 18px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 160px;
}
#contact ul li:last-child .box .ico {
	display: inline-block;
	width: 24px;
	margin-right: 10px;
}
#contact ul li:last-child .box .ico img {
	width: 24px;
	height: auto;
	vertical-align: middle;
}
#contact ul li .box span {
	padding-left: 10px;
	font-family: 'Lato';
	color: #22b26a!important;
	font-size: 30px;
	font-weight: 900;
	line-height: 40px;
}
#contact ul li .box span a {
	color: #22b26a!important;
}
#contact ul li:last-child .box span {
	padding-left: 0;
}
#contact ul li .box .note {
	color: #707070;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
#contact .map {
	margin-top: 20px;
}
#contact .map-area img {
	width: 280px;
}
#contact .map p {
	display: inline;
	color: #313131;
	font-size: 14px;
	font-weight: 400;
}
#contact .map a {
	margin-left: 20px;
	color: #2962ff;
	font-size: 14px;
	font-weight: 400;
}
#contact .map a:before {
	display: inline-block;
	content: "";
	padding-right: 2px;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 4px solid #2962ff;
}
#performance-area {
	padding-bottom: 60px;
	background: #f5f7f8;
}
#performance-area .inner {
	max-width: 980px;
	margin: 0 auto;
}
#performance-area .inner p {
	color: #313131;
	font-size: 18px;
	font-weight: 700;
}
#performance-area .inner .h {
	margin-bottom: 58px;
}
#performance-area .top {
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 24px;
	background: #4a75b9;
	border-radius: 8px;
	color: #fff;
}
#performance-area .inner h3 {
	margin-bottom: 30px;
	color: #313131;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}
#performance-area .inner h3 .min {
	font-size: 13px;
	font-weight: 400;
}
#performance-area .inner .client h4 {
	background: #4a75b9;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 48px;
}
#performance-area .inner .client ul {
	padding: 30px 0 40px 0;
	-webkit-column-count: 3;
    -webkit-column-gap: 28px;
	column-count: 3;
	column-gap: 28px;
	text-align: left;
}
#performance-area .inner .client ul li {
	margin-bottom: 8px;
	font-size: 14px;
}
#performance-area .inner .client .note {
	color: #0d47a1;
}

footer {
	padding: 0 24px;
	background: #313131;
}
footer a {
	color: #fff;
}
footer .inner {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	padding: 30px 0;
}
footer ul {
	max-width: 980px;
	margin: 0 auto;
}
footer ul li {
	position: relative;
	display: inline-block;
	margin-right: 47px;
	padding-left: 15px;
	color: #fff;
	font-size: 13px;
}
footer ul li:first-child:before,
footer ul li:nth-child(2):before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
}
footer ul li:first-child:after,
footer ul li:nth-child(2):after {
	content: "";
	position: absolute;
	top: 3px;
	left: 5px;
	height: 0;
	width: 0;
	border: 3px solid transparent;
	border-left: 4px solid #313131;
}
footer ul li:nth-child(3):before {
	content: "";
	position: absolute;
	top: 3px;
	left: 5px;
	height: 0;
	width: 0;
	border: 3px solid transparent;
	border-left: 4px solid #fff;
}
footer .copy {
	position: absolute;
	top: 50%;
	right: 0;
	float: right;
	margin-top: -9px;
	color: #fff;
}

/*font-size*/
.s12 {font-size: 12px}
.s17 {
	font-size: 17px !important;
	font-weight: 900 !important}
.s20 {font-size: 20px !important}
.s30 {font-size: 30px}

/*lead-block*/
.lead-block {
	max-width: 980px;
	margin: 0 auto;
	padding: 60px 24px 40px;
	font-size: 20px;
	font-weight: 700;
}
.lead-block h2 {
	color: #0d47a1;
	font-size: 36px;
	font-weight: 900;
}
.lead-block:after {
	content: "";
	display: block;
	width: 88px;
	height: 8px;
	margin: 30px auto 0;
	background: #42a5f5;
}
.btTop {
	opacity: 0.6;
	position: fixed;
	z-index: 8000;
	bottom: -100px;
	right: 56px;
	width: 56px;
	height: 56px;
	background: #42a5f5;
	cursor: pointer;
	transition: all 0.3s ease;
}
.btTop:hover {
	opacity: 1;
}
.btTop:after {
	content: "";
	display: block;
	position: absolute;
	top: 38%;
	left: 32%;
	width: 16px;
	height: 16px;
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
	-webkit-transform-origin: center center;
	-webkit-transform: rotate(45deg);
	transform-origin: center center;
	transform: rotate(45deg);
}
.btTop.on {
	bottom: 56px;
}
@media only screen and (max-width: 1328px) {
	#contact ul li {
		margin-right: 20px;
	}
	#contact ul li p {
		font-size: 16px;
	}
	#contact ul li:first-child .box {
		height: 128px;
		padding-top: 5px;
		padding-left: 0;
	}
	#contact ul li:first-child .box .inner {
		width: 230px;
		margin: 0 auto;
		text-align: center;
	}
	#contact ul li .box .note {
		font-size: 13px !important;
	}
	#contact ul li:first-child .box p {
		font-size: 15px;
	}
	#contact ul li .box span {
		font-size: 20px;
	}
	#contact ul li:nth-child(2) .box {
		line-height: 120px;
	}
	#contact ul li:nth-child(2) .box a {
		font-size: 15px;
	}
	#contact ul li:last-child .box a {
		font-size: 15px;
		line-height: 128px;
	}
	
}
@media only screen and (max-width: 1280px) {
	#special .item .overlay {
		display: block;
		position: static;
		width: 100%;
		padding: 32px 24px;
		box-sizing: border-box;
	}
	#special .item .overlay .inner {
		max-width: 980px;
	}
}
@media only screen and (max-width: 1140px) {
	#slide-area .item .lead {
		width: 60%;
	}
}
@media only screen and (max-width: 1023px) {
	
	header {
		position: static;
	}
	header .inner {
		padding: 13px 16px;
	}
	header ul {
		position: fixed;
		top: inherit;
		right: 0;
		bottom: 0;
		width: 100%;
		z-index: 10;
	}
	header ul li {
		width: 50%;
	}
	header ul .tel {
		margin-right: 0;
	}
	header ul .tel a {
		padding-left: 100px;
		width: 100%;
		background-position: 40px;
	}
	header ul .contact a {
		padding-left: 110px;
		width: 100%;
		background-position: 40px;
	}
	main {
		margin-top: 0;
	}
	#mv {
		min-height: 380px;
	}
	#slide-area .lead {
		position: static;
		background-color: rgba(13,71,161,0.4);
	}
	#slide-area .item {
		min-height: 120px;
	}
	#slide-area .item .lead {
		display: table;
		width: 100%;
		min-height: 120px;
		transform: none;
   		transform-origin: 0;
	}
	#slide-area .item .lead p {
		display: table-cell;
		padding: 0;
		font-size: 18px;
		text-align: center;
		vertical-align: middle;
		transform: none;
		transform-origin: 0;
	}
	#performance-area .inner {
		padding: 0 24px;
	}
	footer {
		margin-bottom: 72px;
		padding-bottom: 45px;
	}
	.btTop.on {
	bottom: 85px;
}
}
@media only screen and (max-width: 767px) {
	
	header h1 img {
		width: 152px;
	}
	main {
		font-size: 14px;
	}
	#mv {
		min-height: 240px;
	}
	#mv .inner {
		font-size: 14px;
	}
	#mv .inner .lead br {
		display: none;
	}
	#mv .inner .h {
		margin-bottom: 0;
		font-size: 15px;
	}
	#mv .inner .h2 {
		font-size: 19px;
	}
	#mv .inner .h2 br {
	display: inline;
	}
	#service .inner {
		padding: 30px 0;
	}
	#special p {
		font-size: 16px;
		font-weight: 500;
	}
	#special .h {
		padding: 0 16px;
		font-size: 14px;
		font-weight: 700;
	}
	#special .item .hd {
		font-size: 18px;
	}
	#special .item .img-container {
		display: block;
	}
	#special .item .img-container .img {
		width: 100%;
	}
	#slide-area .guide {
		padding: 12px 24px;
		font-size: 14px;
	}
	#slide-area .lead {
		position: static;
		background-color: rgba(13,71,161,0.4);
	}
	#service h3 {
		margin-bottom: 12px;
		font-size: 18px !important;
		font-weight: 700;
	}
	#service .col-3 p {
		font-size: 14px !important;
		font-weight: 500 !important;
	}
	#service .col-3 .inner .s20 {
		margin-bottom: 8px;
	}
	#service .col-3 ul {
		flex-direction: column;
		margin-top: 15px;
	}
	#service .col-3 ul li {
		margin-right: 0;
		margin-bottom: 15px;
		width: 100%;
	}
	#service .col-3 ul .circle {
		margin: 0 auto 15px;
		width: 120px;
		height: 120px;
	}
	#service .col-3 ul p {
		font-size: 16px !important;
		font-weight: 500 !important;
		vertical-align: middle;
	}
	#service .col-3 .circle img {
		width: 50%;
		height: auto;
	}
	#service .list-2 li:last-child .circle img {
		width: 37%;
		height: auto;
	}
	#contact {
		padding-bottom: 30px;
	}
	#contact ul {
		flex-direction: column;
		margin-bottom: 60px;
	}
	#contact ul li {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	#contact ul li .box {
		margin-top: 10px;
		max-width: 100%;
	}
	#contact ul li p {
		font-size: 18px;
	}
	#contact ul li .box span {
		font-size: 24px;
	}
	#contact ul li:first-child .box p {
		font-size: 16px;
	}
	#contact ul li:nth-child(2) .box {
		line-height: 64px;
	}
	#contact ul li:nth-child(2) .box a {
		font-size: 18px;
	}
	#contact ul li:last-child {
		margin-bottom: 0;
	}
	#contact ul li:last-child .box a {
		background-position: 20px center;
		font-size: 16px;
		line-height: 64px;
	}
	#contact .map-area img {
	width: 280px;
	}
	#contact .map p {
		display: block;
	}
	#contact .map a {
		margin-left: 0;
	}
	#performance-area .inner h3 {
		font-size: 20px;
	}
	#performance-area .top {
		padding: 0 16px;
		font-size: 14px;
	}
	#performance-area .inner .h {
		margin-bottom: 30px;
	}
	#performance-area .inner p {
		font-size: 16px;
		font-weight: 500;
	}
	#performance-area .inner .client h4 {
		font-size: 18px;
	}
	#performance-area .inner .client ul {
    -webkit-column-count: auto;
    -webkit-column-gap: 0;
    column-count: auto;
    column-gap: 0;
	}
	footer {
		margin-bottom: 50px;
	}
	footer .inner {
		padding: 24px 0 12px 0;
	}
	footer ul li {
		display: block;
		margin-bottom: 12px;
	}
	footer .copy {
		float: none;
		position: static;
		margin-top: 24px;
		text-align: center;
	}
	.lead-block {
		padding: 30px 24px;
		font-size: 16px;
		font-weight: 500;
	}
	.lead-block h2 {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.lead-block:after {
		width: 44px;
		height: 4px;
		margin-top: 10px;
	}
	#special .lead-block,
	#contact .lead-block {
		padding: 30px 0;
	}
	#contact .lead-block p {
		font-size: 16px;
		font-weight: 500;
	}
	.s30 {
		font-size: 18px;
	}
	.btTop {
	right: 16px;
	width: 32px;
	height: 32px;
	}
	.btTop:after {
		width: 8px;
		height: 8px;
	}
	.btTop.on {
		bottom: 60px;
	}
}
@media only screen and (max-width: 720px) {
			header ul {
		position: fixed;
		top: inherit;
		right: 0;
		bottom: 0;
		width: 100%;
		z-index: 10;
	}
	header ul li {
		width: 50%;
		font-size: 10px;
		color: #fff;
	}
	header ul .tel span {
		margin-bottom: 4px;
		font-size: 14px;
		font-weight: 700;
		color: #fff;
	}
	header ul .tel .note {
		margin-bottom: 0;
		font-size: 10px;
		color: #fff;
		line-height: 1;
	}
	header ul .tel a {
		padding: 12px 0 0 30px;
		min-height: 50px;
		background: url(../img/ico01_sp.png) no-repeat 10px center #22b26a;
		background-size: 12px 16px;
	}
	header ul li a {
		width: 100% !important;
	}
	header ul .tel {
		margin-right: 0;
	}
	header ul .tel .hide {
	display: none;
	}
	header ul .contact span {
		margin-bottom: 6px;
		font-size: 12px;
	}
	header ul .contact a {
		padding: 11px 0 0 28px;
		min-height: 50px;
		background-size: 13px 10px;
		background-position: 9px center;
	}
}