@charset "UTF-8";

html {
	overflow-y: scroll;
}

body {
	color: #000;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
	line-height: 28px;
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

header {
	position: fixed;
	z-index: 1;
}

@media (max-width: 999px) {
	header .wrap {
		position: static;
	}

	header .pcmenu {
		display: none;
	}
}

@media (min-width: 1000px) {
	header {
		width: 100%;
		height: 50px;
	}

	header .wrap {
		position: fixed;
		z-index: 1;
		width: 100%;
	}
}

header img {
	display: block;
}

header .pcmenu {
	height: 45px;
	background-color: rgba(0, 0, 0, 0.25);
}

header .container {
	padding-top: 17px;
	padding-bottom: 0;
}

header .container:after {
	display: block;
	clear: both;
	overflow: hidden;
	content: "";
}

header nav {
	float: right;
	margin-top: 0;
	margin-right: 48px;
}

header nav > ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

header nav > ul:after {
	display: block;
	clear: both;
	overflow: hidden;
	content: "";
}

header nav > ul > li {
	float: left;
}

header nav > ul > li ~ li {
	margin-left: 38px;
}

header nav > ul > li a {
	display: block;
}

header .line {
	overflow: hidden;
	width: 0;
}

header .line img {
	width: 100%;
}

@media (min-width: 1000px) {
	.spmenu .spmenu_button,
	.spmenu .spmenu_overlay {
		display: none;
	}
}

@media (max-width: 999px) {
	.spmenu .spmenu_button {
		position: fixed;
		top: 20px;
		right: 10px;
		z-index: 2;
	}

	.spmenu .spmenu_button a,
	.spmenu .spmenu_button a span {
		display: inline-block;
		box-sizing: border-box;
	}

	.spmenu .spmenu_button a {
		position: relative;
		width: 26px;
		height: 20px;
	}

	.spmenu .spmenu_button a span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		border-radius: 4px;
		background-color: #ccc;
	}

	.spmenu .spmenu_button a span:nth-of-type(1) {
		top: 0;
		transition: transform 0.4s;
	}

	.spmenu .spmenu_button a span:nth-of-type(2) {
		top: 8px;
		transition: opacity 0.4s;
	}

	.spmenu .spmenu_button a span:nth-of-type(3) {
		bottom: 0;
		transition: transform 0.4s;
	}

	.spmenu.active .spmenu_button a span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-315deg);
		transform: translateY(8px) rotate(-315deg);
	}

	.spmenu.active .spmenu_button a span:nth-of-type(2) {
		opacity: 0;
	}

	.spmenu.active .spmenu_button a span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(315deg);
		transform: translateY(-8px) rotate(315deg);
	}

	.spmenu .spmenu_overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		visibility: hidden;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.8);
		opacity: 0;
		transition: visibility 0.4s, opacity 0.4s;
	}

	.spmenu.active .spmenu_overlay {
		visibility: visible;
		opacity: 1;
	}

	.spmenu .spmenu_overlay ul {
		margin: 0;
		padding: 50px 50px;
		list-style-type: none;
	}

	.spmenu .spmenu_overlay ul a {
		color: #fff;
		text-decoration: none;
		font-size: 16px;
		line-height: 38px;
	}
}

#fullpage {
}

#fullpage .inner {
	position: relative;
	width: 100%;
	height: 100%;
}

#fullpage .section {
	height: 100%;
}

#fullpage .section .bg-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

#fullpage .section .bg-container .bg-item {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0;
}

#fullpage .content {
	height: 100%;
}

/* section1 */

#section1 {
	background: url("../img/home/section1/bg.jpg") no-repeat scroll center center;
	background-size: cover;
}

#section1 .bg-container .bg12 {
	background: url("../img/home/section3/bg.jpg") no-repeat scroll center center;
	background-size: cover;
}

#section1 .bg-container .bg13 {
	background: url("../img/home/section4/bg.jpg") no-repeat scroll center center;
	background-size: cover;
}

#section1 img {
	vertical-align: bottom;
}

#section1 .centerbox .box {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}

#section1 .centerbox .box ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	color: #fff;
	list-style-type: none;
	font-size: 12px;
	line-height: 24px;
}

#section1 .centerbox .box ul span {
	padding-right: 1em;
}

#section1 .centerbox .box ul a {
	color: #fff;
	text-decoration: none;
}

#section1 .centerbox .box ul span,
#section1 .centerbox .box ul a {
	display: table-cell;
}

@media (min-width: 1000px) {
	#section1 .content p {
		margin-top: 0;
		margin-bottom: 0;
	}

	#section1 .content .centerbox {
		position: absolute;
		display: table;
		width: 100%;
		height: 100%;
	}

	#section1 .centerbox .logo {
		position: absolute;
		top: 75px;
		left: 62px;
	}

	#section1 .centerbox .centerbox_inner {
		display: table-cell;
		vertical-align: middle;
	}

	#section1 .centerbox .box ul {
		position: absolute;
		right: 27px;
		bottom: 33px;
		width: 392px;
	}

	#section1 .centerbox .box {
		position: absolute;
		bottom: 0;
		display: table;
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 999px) {
	#section1 .centerbox {
		position: absolute;
		display: table;
		width: 100%;
		height: 100%;
	}

	#section1 .centerbox .centerbox_inner {
		display: table-cell;
		vertical-align: middle;
	}

	#section1 .centerbox p {
		margin-top: 0;
		margin-bottom: 0;
	}

	#section1 .centerbox .logo {
		margin-top: 16px;
		margin-bottom: 16px;
		text-align: center;
	}

	#section1 .centerbox .box {
		margin-bottom: 16px;
	}
}

/* section2 */

#section2 {
	background-color: #fff;
	background-size: cover;
}

#section2 .content p {
	margin-top: 0;
	margin-bottom: 0;
}

#section2 .content .centerbox {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
}

#section2 .content .centerbox_inner {
	display: table-cell;
	vertical-align: middle;
}

#section2 .content .column:after {
	display: block;
	clear: both;
	content: "";
}

#section2 .content h1 {
	float: left;
	box-sizing: border-box;
	margin-top: 70px;
	margin-bottom: 0;
	padding-left: 0;
	width: 25%;
	text-align: center;
}

#section2 .content h1 + .columnBody {
	float: left;
	width: 75%;
}

#section2 .content .columnBody div {
	overflow: hidden;
	margin-bottom: 35px;
	width: 465px;
	height: 182px;
	background-image: url(../img/home/section2/text.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#section2 .content .columnBody div p {
	display: none;
}

#section2 .content ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

#section2 .content ul:after {
	display: block;
	clear: both;
	content: "";
}

#section2 .content ul li {
	float: left;
}

#section2 .content ul li ~ li {
	margin-left: 60px;
}

#section2 .content ul li.btn1 a {
	background-color: #a9ff8f;
}

#section2 .content ul li.btn2 a {
	background-color: #dbddff;
}

#section2 .content ul li.btn3 a {
	background-color: #ffc8d8;
}

#section2 .content a {
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #eee;
	box-shadow: 2.5px 4.33px 5px 0 rgba(0, 0, 0, 0.25);
	text-align: center;
	line-height: 150px;
}

#section2 .content a img {
	vertical-align: middle;
}

@media (max-width: 999px) {
	#section2 .content h1 {
		float: left;
		box-sizing: border-box;
		margin-top: 8px;
		margin-bottom: 0;
		padding-left: 0;
		width: 20%;
		text-align: center;
	}

	#section2 .content h1 + .columnBody {
		float: left;
		box-sizing: border-box;
		padding-right: 5%;
		width: 80%;
	}

	#section2 .content .columnBody div {
		overflow: visible;
		margin-bottom: 20px;
		width: auto;
		height: auto;
		background-image: none;
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 12px;
		line-height: 18px;
	}

	#section2 .content .columnBody div p {
		display: block;
	}

	#section2 .content .columnBody div p ~ p {
		margin-top: 18px;
	}

	#section2 .content ul li {
		float: none;
	}

	#section2 .content ul li ~ li {
		margin-top: 16px;
		margin-left: 0;
	}

	#section2 .content a {
		width: 100%;
		height: 50px;
		border-radius: 5px;
		line-height: 50px;
	}
}

/* section3-5 */

#section3 {
	background: url("../img/home/section3/bg.jpg") no-repeat scroll center center;
	background-size: cover;
}

#section3 .bg-container .bg32 {
	background: url("../img/home/section1/bg.jpg") no-repeat scroll center center;
	background-size: cover;
}

#section3 .bg-container .bg33 {
	background: url("../img/home/section4/bg.jpg") no-repeat scroll center center;
	background-size: cover;
}

#section4 {
	background: url("../img/home/section4/bg.jpg") no-repeat scroll center center;
	background-size: cover;
}

#section5 {
	background: url("../img/home/section5/bg.jpg") no-repeat scroll center center;
	background-size: cover;
}

#section3 .content .centerbox,
#section4 .content .centerbox,
#section5 .content .centerbox {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
}

#section3 .content .centerbox_inner,
#section4 .content .centerbox_inner,
#section5 .content .centerbox_inner {
	display: table-cell;
	vertical-align: middle;
}

@media (min-width: 1000px) {
	#section3 .column,
	#section4 .column,
	#section5 .column {
		display: table;
		margin-right: auto;
		margin-left: auto;
		width: 1000px;
		height: 100%;
	}

	#section3 .column .header,
	#section3 .column .text,
	#section3 .column .link,
	#section4 .column .header,
	#section4 .column .text,
	#section4 .column .link,
	#section5 .column .header,
	#section5 .column .text,
	#section5 .column .link {
		display: table-cell;
		box-sizing: border-box;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 80px;
		padding-bottom: 70px;
		height: 100%;
	}

	#section3 .column .header,
	#section4 .column .header,
	#section5 .column .header {
		width: 192px;
		vertical-align: top;
		text-align: center;
	}

	#section3 .column .text,
	#section4 .column .text,
	#section5 .column .text {
		width: 626px;
		vertical-align: bottom;
	}

	#section3 .column .link,
	#section4 .column .link,
	#section5 .column .link {
		width: 182px;
		vertical-align: middle;
		text-align: center;
	}

	#section3 .column img,
	#section4 .column img,
	#section5 .column img {
		vertical-align: bottom;
	}
}

@media (max-width: 999px) {
	#section3 .column .header,
	#section4 .column .header,
	#section5 .column .header {
		float: left;
		margin-top: 0;
		margin-bottom: 0;
		width: 20%;
		text-align: center;
	}

	#section3 .column .header img,
	#section4 .column .header img,
	#section5 .column .header img {
		width: 28px;
		height: auto;
	}

	#section3 .column .text,
	#section4 .column .text,
	#section5 .column .text {
		float: right;
		width: 80%;
	}

	#section3 .column .text img,
	#section4 .column .text img,
	#section5 .column .text img {
		height: auto;
	}

	#section3 .column .text img {
		width: 137px;
	}

	#section4 .column .text img {
		width: 240px;
	}

	#section5 .column .text img {
		width: 168px;
	}

	#section3 .column .link,
	#section4 .column .link,
	#section5 .column .link {
		clear: both;
		text-align: center;
	}
}

/* section6 */

#section6 {
	background-color: #eaeaea;
	background-size: cover;
}

#section6 .content .column img {
	vertical-align: bottom;
}

#section6 .content p {
	margin-top: 0;
	margin-bottom: 0;
}

#section6 .content .centerbox {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
}

#section6 .content .centerbox_inner {
	display: table-cell;
	vertical-align: middle;
}

#section6 .content nav {
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	width: 880px;
	font-size: 14px;
	line-height: 18px;
}

#section6 .content nav:after {
	display: block;
	clear: both;
	content: "";
}

#section6 .content nav ul {
	float: left;
	margin: 0;
	padding-left: 0;
	width: 220px;
	list-style-type: none;
}

#section6 .content nav ul li ~ li {
	margin-top: 8px;
}

#section6 .content nav ul li:before {
	margin-right: 1em;
	content: "▹";
}

#section6 .content nav ul li a {
	color: #000;
	text-decoration: none;
}

#section6 .content .column {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

#section6 .content .column:after {
	display: block;
	clear: both;
	content: "";
}

#section6 .content .column h1 {
	float: left;
	margin: 0 33px 0 51px;
}

#section6 .content .column > dl {
	float: left;
	margin-top: 6px;
	margin-right: 32px;
	margin-bottom: 0;
}

#section6 .content .column > dl > dt {
	margin-bottom: 24px;
	font-size: 12px;
	line-height: 1;
}

#section6 .content .column > dl > dd {
	margin-left: 0;
}

#section6 .content .column > dl > dd > dl {
	margin-top: 0;
	margin-bottom: 0;
}

#section6 .content .column > dl > dd > dl > dt:nth-of-type(1) {
	margin-bottom: 19px;
	margin-left: 13px;
	font-size: 18px;
	line-height: 1;
}

#section6 .content .column > dl > dd > dl > dd:nth-of-type(1) {
	margin-bottom: 45px;
	margin-left: 32px;
}

#section6 .content .column > dl > dd > dl > dt:nth-of-type(2) {
	margin-bottom: 13px;
	margin-left: 7px;
	font-size: 11px;
	line-height: 1;
}

#section6 .content .column > dl > dd > dl > dd:nth-of-type(2) {
	margin-left: 19px;
}

#section6 .content .column > div {
	float: left;
	padding-top: 18px;
	padding-bottom: 22px;
	width: 183px;
	border: 1px solid #979797;
	background-color: #fff;
	text-align: center;
}

#section6 .content .column > div p {
	margin-top: 0;
	margin-bottom: 0;
}

#section6 .content .column > div p:first-child {
	margin-bottom: 15px;
}
