@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");

/*
	Photon by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
}

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;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #fff;
		height:100%;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #555;
		font-family: 中ゴシックBBB, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
		font-size: 16pt;
		font-weight: 300;
		line-height: 1.65em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		color: inherit;
		text-decoration: none;
	}

	strong, b {
		color: #555;
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 24px 0;
		font-size: 16px;
		line-height: 1.75;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #333;
		line-height: 1em;
		margin: 0 0 1em 0;
		font-weight: bold;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 2em;
		line-height: 1;
	}

	h3 {
		font-size: 1.35em;
		line-height: 1;
	}

	h4 {
		font-size: 1.25em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 1em;
		line-height: 1;
	}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

	.title-s h2 {
		font-size: 20px;
		font-weight: bold;
		color: #ccc;
		font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
	}
	.sp-only{
		display: none;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: calc(100% - 160px);
		width: 1120px;
		min-width: 980px;
	}

		.container.xsmall {
			width: 15em;
		}

		.container.small {
			width: 30em;
		}

		.container.medium {
			width: 45em;
		}

		.container.large {
			width: 75em;
		}

		.container.xlarge {
			width: 90em;
		}

		.container.max {
			width: 100%;
		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0em;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0em;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.5em;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0.5em;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.5em;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.5em;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -1em;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 1em;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -1em;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 1em;
				}

		.row {
			margin-top: 0;
			margin-left: -2em;
		}

			.row > * {
				padding: 0 0 0 2em;
			}

			.row.gtr-uniform {
				margin-top: -2em;
			}

				.row.gtr-uniform > * {
					padding-top: 2em;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -3em;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 3em;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -3em;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 3em;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -4em;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 4em;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -4em;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 4em;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1em;
						}

				.row {
					margin-top: 0;
					margin-left: -2em;
				}

					.row > * {
						padding: 0 0 0 2em;
					}

					.row.gtr-uniform {
						margin-top: -2em;
					}

						.row.gtr-uniform > * {
							padding-top: 2em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -4em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 4em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4em;
						}

		}

		@media screen and (max-width: 1140px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1em;
						}

				.row {
					margin-top: 0;
					margin-left: -2em;
				}

					.row > * {
						padding: 0 0 0 2em;
					}

					.row.gtr-uniform {
						margin-top: -2em;
					}

						.row.gtr-uniform > * {
							padding-top: 2em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -4em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 4em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4em;
						}

		}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #999;
		margin: 0 0 1.5em 0;
		position: relative;
	}

	header h2 + p {
		font-size: 1.25em;
		line-height: 1.5em;
		margin-top: -1em;
	}

	header h3 + p {
		font-size: 1.1em;
		line-height: 1.5em;
		margin-top: -0.8em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		line-height: 1.5em;
		margin-top: -0.6em;
	}

	header.major {
		margin: 0 0 40px 0;
		z-index: 9000;
		position: relative;
	}

		header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
			margin: 0;
		}
		/* #AboutUs .major h2{
			margin-left:-24px;
		} */

		header.major p {
			margin: .25em 0 0 0;
			font-size: 16px;
			font-weight: bold;
			line-height: 1;
		}

	header.special {
		text-align: center;
	}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px rgba(144, 144, 144, 0.5);
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900 !important;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon.style1:before {
			color: #c3e895;
		}

		.icon.style2:before {
			color: #8addaa;
		}

		.icon.style3:before {
			color: #6bd4c8;
		}

		.icon.style4:before {
			color: #57aed3;
		}

		.icon.style5:before {
			color: #4a87d3;
		}

		.icon.style6:before {
			color: #6b88e6;
		}

		.icon.major {
			text-decoration: none;
			color: #555;
			cursor: default;
			display: inline-block;
			margin: 0 0 1.5em 0;
		}

			.icon.major:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 400;
			}

			.icon.major:before {
				font-size: 4em;
				line-height: 1em;
			}

/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 4px;
			display: block;
		}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

/* List */

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(144, 144, 144, 0.5);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 80px;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 1.25em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li .icon:before {
				font-size: 1.5em;
			}

/* Major Icons */

	ul.major-icons {
		list-style: none;
		padding-left: 0;
	}

		ul.major-icons li {
			display: inline-block;
			padding: 2.5em;
			text-align: center;
		}

			ul.major-icons li .icon {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				border-radius: 4px;
				border: solid 1px rgba(144, 144, 144, 0.5);
				display: inline-block;
				height: 8em;
				line-height: 8em;
				margin: 0;
				text-align: center;
				width: 8em;
			}

				ul.major-icons li .icon:before {
					-moz-transform: rotate(-45deg);
					-webkit-transform: rotate(-45deg);
					-ms-transform: rotate(-45deg);
					transform: rotate(-45deg);
					display: inline-block;
					line-height: inherit;
				}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 100px;
		border: 0;
		color: #fff !important;
		cursor: pointer;
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		height: 80px;
		letter-spacing: 0.125em;
		line-height: 80px;
		padding: 0 2em;
		text-align: center;
		text-decoration: none;
		text-indent: 0.125em;
		text-transform: uppercase;
		white-space: nowrap;
		display: flex;
		justify-content: center;
		align-items: center;
		background: linear-gradient(to right, #45B2E7 0%, #F59CBC 51%, #184C9D 100%);
		background-size: 200% auto;
		transition: 0.5s;
		transition-duration: 0.5s;
		/* transition: .3s; */
		/* transition: all 0.1s ease; */
	
	}
	.button:hover{
		background-position: right center;
		transition-duration: 0.5s !important;
		
		/* transition: all 0.1s ease; */
	}

	

	.button img {
		width: 24px;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			/* background-color: rgba(144, 144, 144, 0.075); */
			/* opacity: 0.7; */
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			opacity: 1;
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].wide,
		input[type="reset"].wide,
		input[type="button"].wide,
		button.wide,
		.button.wide {
			width: 400px;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			box-shadow: none !important;
			color: #fff !important;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-position: right center; /* change the direction of the change here */
				transition: all 0.5s !important;
				transition-duration: 0.5s !important;
			}
			#Recruit .special a.button{
				transition-duration: 1s !important;
				transition: all 1s !important;

			}
			#Recruit .special a.button:hover{
				transition-duration: 0.5s !important;
				transition: all 0.5s !important;
				background-position: right center;

			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #484848;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			cursor: default;
			opacity: 0.25;
		}

/* Main */

	.main {
		padding: 90px 0;
	}

		.main.style2 {
			color: #333;
		}

				.main.style2 a:hover {
					opacity: 0.7;
				}

			.main.style2 input[type="submit"],
			.main.style2 input[type="reset"],
			.main.style2 input[type="button"],
			.main.style2 button,
			.main.style2 .button {
				box-shadow: inset 0 0 0 1px #ffffff;
				color: #ffffff !important;
			}

				.main.style2 input[type="submit"]:hover,
				.main.style2 input[type="reset"]:hover,
				.main.style2 input[type="button"]:hover,
				.main.style2 button:hover,
				.main.style2 .button:hover {
					background-color: rgba(255, 255, 255, 0.125);
				}

				.main.style2 input[type="submit"]:active,
				.main.style2 input[type="reset"]:active,
				.main.style2 input[type="button"]:active,
				.main.style2 button:active,
				.main.style2 .button:active {
					background-color: rgba(255, 255, 255, 0.25);
				}

				.main.style2 input[type="submit"].primary,
				.main.style2 input[type="reset"].primary,
				.main.style2 input[type="button"].primary,
				.main.style2 button.primary,
				.main.style2 .button.primary {
					background-color: #ffffff;
					box-shadow: inset 0 0 0 1px #ffffff !important;
					color: #333 !important;
				}

					.main.style2 input[type="submit"].primary:hover,
					.main.style2 input[type="reset"].primary:hover,
					.main.style2 input[type="button"].primary:hover,
					.main.style2 button.primary:hover,
					.main.style2 .button.primary:hover {
						background-color: rgba(255, 255, 255, 0.125) !important;
						color: #ffffff !important;
					}

					.main.style2 input[type="submit"].primary:active,
					.main.style2 input[type="reset"].primary:active,
					.main.style2 input[type="button"].primary:active,
					.main.style2 button.primary:active,
					.main.style2 .button.primary:active {
						background-color: rgba(255, 255, 255, 0.25) !important;
					}

			.main.style2 ul.major-icons li .icon {
				border-color: #ffffff;
			}

			.main.style2 .icon.major {
				color: #ffffff;
			}


/* Background */
	#background {
		background-color: #fff;
		background-attachment: fixed;
		background-image: url(images/KV-bg.jpg);
		background-position: center center;
		background-size: cover;
		overflow: hidden;
		position: relative;
	}

	/* #background:after {
		-moz-transition: opacity 1s ease;
		-webkit-transition: opacity 1s ease;
		-ms-transition: opacity 1s ease;
		transition: opacity 1s ease;
		background-color: #fff;
		content: '';
		height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		width: 100%;
	} */

/* Header */

	#header {
		width: 1120px;
		max-width: calc(100% - 80px);
		margin: 0 auto;
		padding: 10em 40px 9em 40px ;
		color: #808080;
		height: 100vh;
		position: relative;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

		#header a {
			border-bottom: 0;
		}

			#header a:hover {
				color: #333;
				cursor: pointer;
			}

		#header h1 {
			margin: 0;
		}

		#header p {
			margin: 1em 0 0 0;
		}

		#header .actions-box {
			position: absolute;
			bottom: 100px;
			width: 100%;
		}

		#header .actions {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			margin-top: 4em;
			margin-left: 0;
			position: relative;
			letter-spacing: .05em;
			font-size: 12px;
		}

			#header .actions li:first-child {
				padding-left: 0;
			}

			#header .actions:after {
				background: #F59CBC;
				background-image: linear-gradient(rgba(245,156,188,1), rgba(255,255,255,1));
				content: '';
				height: 100px;
				left: 50%;
				position: absolute;
				top: 100%;
				width: 1px;
				animation: sdl 2.5s cubic-bezier(1, 0, 0, 1) infinite;
			}


@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

		#header .inner {
			-moz-transition: -moz-transform 1.5s ease, opacity 2s ease;
			-webkit-transition: -webkit-transform 1.5s ease, opacity 2s ease;
			-ms-transition: -ms-transform 1.5s ease, opacity 2s ease;
			transition: transform 1.5s ease, opacity 2s ease;
			-moz-transition-delay: 0.25s;
			-webkit-transition-delay: 0.25s;
			-ms-transition-delay: 0.25s;
			transition-delay: 0.25s;
			-moz-transform: scale(1);
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			opacity: 1;
			position: relative;
			z-index: 1;
			margin-top: -80px;
		}

			#header .actions {
				-moz-transition: -moz-transform 1.25s ease;
				-webkit-transition: -webkit-transform 1.25s ease;
				-ms-transition: -ms-transform 1.25s ease;
				transition: transform 1.25s ease;
				-moz-transition-delay: 1s;
				-webkit-transition-delay: 1s;
				-ms-transition-delay: 1s;
				transition-delay: 1s;
				-moz-transform: translateY(0);
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
				opacity: 1;
				color:#999;
				font-size: 10px;
			}

	body.is-preload #header .inner {
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 0;
	}

		body.is-preload #header .actions {
			-moz-transform: translateY(30em);
			-webkit-transform: translateY(30em);
			-ms-transform: translateY(30em);
			transform: translateY(30em);
			opacity: 0;
		}

	body.is-preload #header:after {
		opacity: 1;
	}

	.nav {
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
	}
		.nav li {
			margin-bottom: 16px;
		}

	.KV-logo {
		line-height: 1;
		margin-bottom: 22px;
	}

		.KV-logo img {
			width: 170px;
		}
	
	.KV-title {
		line-height: 1;
		margin-bottom: 40px;
	}

/* About Us */
#AboutUs {
	padding-top: 130px;
	padding-bottom: 20px;
}

.content1 {
	display: flex;
}

.content1 .content-description {
	width: 480px;
	margin-top: 40px;
}
.content1 .content-description h4 {
	line-height: 1;
	margin-bottom: 32px;
}
.content1 .content-description p {
	margin: 0;
	text-align: justify;
}
.content1 .content-description span {
	font-size: 12px;
	line-height: 1.5;
    display: inline-block;
	color: #999;
}

.content1 .content-left {
	width: 50%;
}
	.content1 .content-left .content-left-img {
		position: relative;
	}
	.content1 .content-left img {
		width: 100%;
	}
	.content1 .content-left img.earth{
		margin-left: -10%;
	}
	.content1 .content-left ul {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
	}
	.content1 .content-left ul li {
		margin-bottom: 20px;
	}
	.content1 .content-left ul li:last-child {
		margin-bottom: 0;
	}

.content1 .content-right {
	width: 50%;
	position: relative;
	margin-top: 190px;
}
	.content1 .content-right img {
		width: calc(100% + 60px);
		position: absolute;
		top: 0;
		left: -20px;
	}
	.content1 .content-right ul {
		position: absolute;
		left: 166px;
		top: 18.5%;
	}
		.content1 .content-right ul li p {
			font-size: 12px;
			width: 224px;
			color: #666;
			line-height: 1.5;
			margin: 4px 0 0 0;
		}

.content1 ul li .large {
	font-size: 50px;
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
}

.content1 ul li .small {
	font-weight: normal;
	font-size: 12px;
	color: #999;
}

.content1 ul li h6 {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 14px 0;
	white-space: nowrap
}

.content1 ul li span {
	color: #12294E;
	font-weight: bold;
	font-size: 20px;
}

/* Our Approach */

#OurApproach header {
	text-align: end;
}

.content2 {
	position: relative;
	/* height: 1000px; */
}

.content2 .content-left {
	margin-left: -240px;
	margin-top: -416px;
	width: calc(100% + 120px);
}
	.content2 .content-left img {
		width: 100%;
	}

.content2 .content-right {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0 0 0 auto;
	padding-right: 40px;
	margin-top: -515px;
}
	.content2 .content-right h4 {
		margin-bottom: 20px;
		line-height: 1;
	}
	.content2 .content-right p {
		width: 480px;
		/* margin-bottom: 16px; */
	}
	.content2 .content-right p.text {
		text-align: justify;
	}
	    
	.content2 .content-right h4 img {
		width: 100%;
	}

a.link {
	color: #F59CBC;
	font-weight: bold;
	line-height: 1.5;
	text-align: end;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
	a.link p {
		margin: 0 15px 0 0;
	}
	a.link img {
		width: 62px;
		height: 62px;
	}

/* youtube */
/* .youtube{
	margin: 0 auto;
} */
.aaaa{

}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* Our Challenge */

#OurChallenge p.lead-text{
	margin: -4rem 0 8rem 0;
	position: relative;
	z-index: 9200;
}
.pc-only h3.description {
	margin-bottom: 40px;
	position: relative;
	margin-top: -100px;
}

.description img {
	width: 100%;
}

h3.description + p {
	margin-bottom: 80px;
	line-height: 1.75;
	margin-top: -100px;
	position: relative;
	z-index: 9100;
}

.case .case-area {
	margin-top: 116px;
}
.case .case-area:first-child {
	margin-top: 0;
}
.case .case-area .case-txt {
	display: flex;
	margin-bottom: 36px;
}
.case .case-area .case-txt h5 {
	height: 184px;
	
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}
.case .case-area .case-txt h5 img{
	max-width: 420px;
}
.case .case-area .case-txt p {
	text-align: left;
	margin-bottom: 1rem;
}

.case a.ex-link{
	font-weight: bold;
	color:#45B2E7;
}
.case a.ex-link img{
	display: inline;
	width: 18px;
	vertical-align: text-bottom;
}
.case a.ex-link:hover{
	opacity: 0.75;
}

.arrow img {
	width: 52px;
	margin-top: 120px;
}

.label {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	padding: 16px 0;
	/* border-radius: 6px; */
}

.problem {
	width: calc(50% - 26px);
	padding-right: 40px;
	letter-spacing: .05em;
}
	/* .problem .label {
		background-color: #45B2E7;
	} */
.problem .label{
	border-top: 4px solid #45B2E7;
	border-bottom: 1px solid #45B2E7;
	color:#45B2E7;
}

.solution {
	width: calc(50% - 26px);
	padding-left: 40px;
	letter-spacing: .05em;
}
	/* .solution .label {
		background-color: #F59CBC;
	} */
.solution  .label{
	border-top: 4px solid #F59CBC;
	border-bottom: 1px solid #F59CBC;
	color:#F59CBC;
}

.case-img {
	/* background-color: #E3EFFA; */
	background-color: #fff;
	padding: 80px 40px;
	border-radius: 20px;
	box-shadow: 0 10px 80px 0 rgba(0, 0, 0, .05);
}
.pc-only .case-img img {
	/* width: 100%; */
	height: 480px;
}
/* .case-img img.case01{
	width: 640px;
	height: 480px;
} */
/* .case-img img.case02{
	width: 880px;
}
.case-img img.case03{
	width: 640px;
} */

.case-end {
	margin-top: 160px;
	line-height: 1;
}

/* Recruit */
#Recruit {
	background: #fff;
	padding: 80px 0;
}
#Recruit header.major {
	margin: 0 0 30px 0;
}

#Recruit h3{
	margin-bottom: 80px;
}


.occupation {
	text-align: left;
	margin-top: 80px !important;
}

.occupation .occupation-list h6 {
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 16px;
	margin-bottom: 24px;
	font-size: 16px;
	letter-spacing: .05em;
}

.occupation .occupation-list ul li {
	font-size: 12px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 20px;
}
.occupation .occupation-list ul li a:hover{
	color:#45B2E7;
	/* font-weight: bold; */
}


.articles a{
	display: block;
	cursor: pointer;
}
.articles a img{
	margin-bottom: 0.5rem;
}
.articles a span{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 0;
	font-weight: bold;
	display: inline-block;
}
.articles a:hover{
	opacity: 0.5;
}
.articles a span img{
	width: 16px;
	display: inline;
	vertical-align: text-top;
}

/* Footer */

	#footer {
		background: #fff;

	}
	#footer .container{
		padding: 6em 0 1em 0 ;
		width: 60em;
		max-width: calc(100% - 4em);
		margin: 0 auto;
		display: flex;
		align-items: center;
		-webkit-box-align: center;
	}
	#footer a:hover{
		opacity: 0.5;
	}

		#footer .copyright {
			font-size: 0.8em;
			list-style: none;
			padding: 0;
			color: #999;
		}

			#footer .copyright li {
				display: inline-block;
				line-height: 1em;
				margin-left: 1em;
				border-left: 0;
				margin-left: 0;
				padding: 0;
				font-size: 12px;
				vertical-align: super;
			}

	
	.logo-footer {
		width: 137px;
		margin-right: 40px;
	}

/* XLarge */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 14pt;
			}

		/* Header */

			#header {
				padding: 8em 40px 6em 40px ;
			}

	}

/* Large */

	@media screen and (max-width: 1140px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 13pt;
			}

			h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
				display: none;
			}

		/* List */

			ul.major-icons li {
				padding: 2em;
			}

				ul.major-icons li .icon {
					height: 8em;
					line-height: 8em;
					width: 8em;
				}

		/* Main */

			.main {
				padding: 4em 0 2em 0 ;
			}

				.main.style2 {
					background-attachment: scroll;
				}

		/* Header */

			#header {
				padding: 5em 40px 5em 40px ;
				background-attachment: scroll;
			}

				#header br {
					display: inline;
				}
		
		/* About Us */
				

			.content1 ul li h6 {
				font-size: 14px;
			}
			.content1 ul li span {
				font-size: 18px;
			}
			.content1 ul li .large {
				font-size: 44px;
			}

		/* Our Approach */
			.content2 .content-left {
				width: 100%;
				margin-left: -160px;
			}
			.content2 .content-right {
				padding-right: 0;
				margin-top: -400px;
			}


		/* Footer */

			#footer {
				padding: 2em 0 1em 0 ;
				background-attachment: scroll;
				background: #fff;
			}
			#footer a{
				line-height: 0;
			}

	}



	/*SP*/
@media (max-width: 900px) { 

		#background{
			/* width: 100%; */
			/* background-image: none !important;
			background-color: #fff !important; */
			
		}
}


@media (max-width: 900px) {
		#background{
			background:none;
			/* background-image: url(images/KV-bg_sp.jpg);
			background-position:center;
			background: url(images/KV-bg_sp.jpg) top center no-repeat;
			background-attachment: fixed;
			background-size: 100% auto; */
			/* min-height: 900px; */
		}
		#background .background-inner::before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background-repeat:no-repeat;
		background-position:0% 0%;
		background-image:url("images/KV-bg_sp.jpg");
		background-size:cover;
		/* min-height: 900px;  */
		
		}
		#background .background-inner{
			/* min-height:900px; */
			/* height:1278px; */
		}
		.sp-only{
		display:contents;
		}
		.pc-only{
		display:none;
		}
		#header{
			width: 100% !important;
			/* background-color: #000; */
			padding: 5em 0px;
			max-width: calc(100% - 40px);
		}
		#header .inner{
			margin-top: 0px;
		}
		    
		#header .KV-title img{
			width: 100%;
		}
		#header .KV-logo {
			margin-bottom: 10px;
		}
		#header .KV-logo img{
			width: 40%;
		}
		#header .nav{
			font-size: 12px;
		}
		.container{
			width: 100% !important;
			max-width: calc(100% - 20px);
			min-width: auto;
		}
		.major h2 img{
			height: 40px;
		}
		.content1 {
			/* max-width: calc(100% - 40px); */
		}

		.main{
		padding: 90px 20px;
		}
		#AboutUs{
			padding: 130px 20px 20px 20px;
		}
		#AboutUs .content1{
			display: block;
		}
		#AboutUs .sp-only{
			width: 100%;
		}
		#AboutUs .world-jp-map .sp-only img{
			/* width: calc(120% - 40px); */
			width: 110%;
			margin-left: -5%;
			margin-top: -10%;
		}
		#AboutUs .content1 .content-description .sp-only h4 img{
			width: 100%;
			max-width: 280px;
		}
		#AboutUs .content1 .content-description,
		#AboutUs .content1 .content-left{
			width: 100%;
		}

		#AboutUs .content1 .content-left{
			margin-top: -40px;
		}

		#AboutUs .content1 .content-left img {
			/* width: 100%; */
			max-width: 600px;
		}
		#AboutUs .content1 .content-description p{
			max-width: 700px;

		}
		#AboutUs .content1 .content-left .content-left-img,
		#AboutUs .content1 .content-right{
			display: none;
		}

		#OurApproach .content2{
			margin-top: -40px;
		}

		#OurApproach .content-left{
			display: none;
		}
		#OurApproach .sp-only img.flow{
			/* width: calc(120% - 40px); */
			width: 120%;
			margin-left: -10%;
			margin-bottom: 64px;
		}
		#OurApproach .sp-only img.catchcopy{
			width: 95%;
			max-width: 600px;
			margin: 0 auto 24px auto;
			display: block;
		}
		/* #OurApproach .content-left{
			margin:0;
			width: 100%;
		} */
		#OurApproach .content-right{
			margin: 0;
			width: 100%;
			display: inline-block;
		}
		#OurApproach .content2 .content-right p.text {
			width: 100%;
			text-align: center;
			margin-bottom: 24px;
		}
		#OurApproach .content2 .content-right a.link p {
			font-size: 14px;
			/* width: 100%;
			text-align: center; */
		}

		#OurChallenge .sp-only h3.description {
			margin-bottom: 40px;
			position: relative;
			margin-top: -10%;
			margin: -10% auto 0 auto;
			display: inline-block;
			
		}
		#OurChallenge .sp-only h3.description img{
			width: 120%;
			margin-left: -10%;
			max-width: 600px;
		}

		#OurChallenge .container p br{
			display: none;
		}
		#OurChallenge .container .problem{
			width: calc(50% - 8px);
			padding-right: 8px;
		}
		#OurChallenge .container .solution{
			width: calc(50% - 8px);
			padding-left: 8px;

		}
		#OurChallenge .case .case-area .case-txt h5{
			height: 120px;
		}
		#OurChallenge .case .case-area .case-txt .sp-only h5 img{
			height: 80px;
			width: 90%;
			max-width: 370px;
		}
		#OurChallenge .case .case-area .case-txt .sp-only h5 img.montre-logo{
			max-height: 46px;
		}

		

		#OurChallenge .case .case-area .label{
			font-size: 14px;
		}
		#OurChallenge .case .case-area .arrow img {
			width: 20px;
			margin-top: 100px;
		}
		#OurChallenge .case .case-area .case-txt p{
			font-size: 14px;
		}
		#OurChallenge .case a.ex-link{
			display: block;
		}
		#OurChallenge .case-img{
			padding: 40px;
		}
		#OurChallenge .case-img .sp-only img{
			width: 100%;
			max-width: 600px;
		}
		#OurChallenge .case-end {
			margin-top: 80px;
		}
		#OurChallenge .case-end img{
			width: 100%;
			max-width: 640px;
		}
		#Recruit h3 {
			margin-bottom: 40px;
		}
		#Recruit h3 img{
			width: 100%;
			max-width: 480px;
		}
		
		#Recruit .container{
			padding:0 5%;
		}
		#Recruit .row > .col-4{
			width: 100%;
		}
		#Recruit .occupation-list ul{
			margin-bottom: 40px;
		}
		#Recruit ul.actions{
			display: block;

		}
		#Recruit ul.actions li{
			padding: 0;
			width: 100%;
		}
		#Recruit ul.actions li a{
			margin: 0 auto;
			text-align: center;
			width: 100%;
			max-width: 400px;
		}
		#Recruit ul.actions.special li:last-child{
			margin-top: 40px;
		}
		#Recruit ul.actions.special li a.button{
			font-size: 14px;
			height: 64px;
		}
		#Recruit .articles a span{
			font-size: 14px;
			display: inline-block;
			line-height: 1.5;
			margin-bottom: 2rem;
			margin-top: 0;
		}
		#Recruit .articles a span img{
			margin-top: 0;
		}
		#Recruit .articles a img{
			margin-top: 1rem;
		}
		#footer .copyright li {
			line-height: 0;
			font-size: 10px;
		}

		#footer .logo-footer {
			width: 120px;
			margin-right: 20px;
		}
}
