@charset "utf-8";


/* Base
========================================== */
@import "reset.css";



body,html {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	line-height: 1.8;
	color: #404051;
}

#wrapper {
	width: 100%;
	position: relative;
}

#header {
	width: 100vw;
	width: 100%;
	height: 830px;
	zoom: 1;
}
#headerInner {
	width: 100%;
	height: 830px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat !important;
}
#logo {
	width: 836px;
	height: 247px;
	line-height: 247px;
	text-align: center;
}

#contents {
	position: relative;
	overflow: hidden;
	margin: -5% 0 0;
	padding: 30px 0 0;
}

#contents:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 80%;
	margin: 5% -10% 0;
	background: #fff;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	z-index: -1;
}
#eng {
	position: absolute;
	right: 20px;
	top: 20px;
}
#eng a {
	height: 40px;
	border-radius: 20px;
	color: #fff;
	background: #222;
	text-decoration: none;
	padding: 7px 30px;
	font-weight: bold;
	box-shadow: 4px 1px 10px rgba(0, 0, 0, 0.37);
}
h2 {
	text-align: center;
	margin: 0 0 40px;
}

#intro {
	margin: 0 0 100px;
}
#intro .txt {
	font-size: 18px;
	width: 1100px;
	margin: 0 auto;
}
#point {
	padding: 0 0 80px;
	margin: 0 0 80px;
	background: #EFF5FA;
	overflow: hidden;
	transform: skew(0deg, -2deg);
	zoom: 1;
}
#point:after {content: ""; display: block; clear: both;}
#pointInner {
	padding-top: 50px;
	transform: skew(0deg, 2deg);
	z-index: 100;
}
#point .thumbArea,
#point .txtArea {
	width: 480px;
}
#point #point01,
#point #point02,
#point #point03 {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	zoom: 1;
}
#point #point01 .thumbArea {
	float: left;
}
#point #point01 .txtArea {
	padding: 45px 0 0 40px;
	float: right;
}

#point #point02 .thumbArea {
	float: right;
}
#point #point02 .txtArea {
	padding: 20px 0 0;
	float: left;
}

#point #point03 .thumbArea {
	float: left;
}
#point #point03 .txtArea {
	padding: 45px 0 0 40px;
	float: right;
}



#about {
	width: 1000px;
	margin: 0 auto;
}
#aboutImg {
	width: 400px;
	float: left;
}
#aboutTxt {
	width: 570px;
	float: right;
	text-align: left;
}
#aboutTxt dl dt {
	width: 4em;
	float: left;
	text-align: center;
	margin: 0 0 10px;
	color: #137EC0;
	font-weight: bold;
}
#aboutTxt dl dd {
	text-align: left;
	margin: 0 0 10px 5em;
}


#aboutBtn {
	clear: both;
	text-align: center;
	padding: 40px 0 80px;
	zoom: 1;
}
#aboutBtn:after {content: ""; display: block; clear: both;}


#aboutBtn ul {
	margin: 0 auto;
	width: 780px;
	display: flex;
	justify-content: space-between;
}
#aboutBtn ul li {
}
#aboutBtn ul li a {
	display: block;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	border-radius: 35px;
	width: 380px;
}
#aboutBtn ul li a.btn-A {background: linear-gradient(to right, #0098e6 0%, #007ece 100%);}
#aboutBtn ul li a.btn-B {background: linear-gradient(to right, #00b58e 0%, #00978d 100%);}


#main {
	margin: 0 auto;
	box-sizing: boder-box;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
}

#main h2 {
	margin: 0 auto 50px;
	text-align: center;
}

#main p {
	line-height: 1.8;
}

#footer {
	clear: both;
}

.inner {
	width: 1000px;
	margin: 0 auto;
	zoom: 1;
}

.inner:after {
	content: "";
	display: block;
	clear: both;
}



#copyright {
	width: 100%;
	padding: 20px 0;
	background: #222;
	color: #878787;
	font-size: 80%;
}
