@charset "UTF-8";
/* Scss Document */
/* 1280px〜：大型PC*/
/* 960px〜1279px：小型PC */
/* 600px〜959px：タブレット */
/* 480px〜599px：SP横 */
/* 〜479px：SP縦 */
/**------------------------------------------------------------------------

	リセット

------------------------------------------------------------------------*/
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-family: Meiryo,YuGothic,YuGothicM,sans-serif; }

ul li {
	list-style: none; }

strong {
	font-weight: bold; }

.ct {
	text-align: center !important; }

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: "."; }

.clearfix {
	min-height: 1px; }

* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden; }

article, main, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }

/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
	a:link {
		color: #19169a; }
	/*未訪問のリンクの色*/
	a:visited {
		color: #19169a; }
	/*訪問済みのリンクの色*/
	a:hover {
		color: #55b3d8; }
	/*カーソルが乗っているリンクの色*/
	a:active {
		color: #19169a; }
	/*クリック中のリンクの色*/ }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	a:link {
		color: #19169a; }
	/*未訪問のリンクの色*/
	a:visited {
		color: #19169a; }
	/*訪問済みのリンクの色*/
	a:hover {
		color: #55b3d8; }
	/*カーソルが乗っているリンクの色*/
	a:active {
		color: #19169a; }
	/*クリック中のリンクの色*/ }

/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
	a:link {
		color: #19169a; }
	/*未訪問のリンクの色*/
	a:visited {
		color: #19169a; }
	/*訪問済みのリンクの色*/
	a:hover {
		color: #55b3d8; }
	/*カーソルが乗っているリンクの色*/
	a:active {
		color: #19169a; }
	/*クリック中のリンクの色*/ }

/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
	a:link {
		color: #19169a; }
	/*未訪問のリンクの色*/
	a:visited {
		color: #19169a; }
	/*訪問済みのリンクの色*/
	a:hover {
		color: #55b3d8; }
	/*カーソルが乗っているリンクの色*/
	a:active {
		color: #19169a; }
	/*クリック中のリンクの色*/ }

/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
	a:link {
		color: #19169a; }
	/*未訪問のリンクの色*/
	a:visited {
		color: #19169a; }
	/*訪問済みのリンクの色*/
	a:hover {
		color: #55b3d8; }
	/*カーソルが乗っているリンクの色*/
	a:active {
		color: #19169a; }
	/*クリック中のリンクの色*/ }

/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
	header nav ul {
		display: flex;
		align-items: center; }
	header nav ul li a {
		text-decoration: none;
		font-weight: bold;
		padding: 16px; }
	#nav_toggle {
		display: none; } }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	nav {
		display: none;
		position: absolute;
		top: 72px;
		width: 100%;
		background: #0e0aa6;
		left: 0;
		z-index: 100; }
	.sp_head {
		margin-right: auto; }
	header .inner {
		display: flex;
		justify-content: space-between;
		align-items: center; }
	header nav ul {
		display: block;
		margin: 0 auto;
		width: 90%; }
	header nav ul li {
		margin: 0 auto;
		text-align: center;
		padding: 10px;
		border-bottom: 1px solid #312dbb; }
	header nav ul li:last-child {
		border: none; }
	header nav ul li a {
		display: block;
		text-decoration: none;
		color: #fff !important;
		font-weight: bold; }
	.TEL_MENU {
		display: none; }
	#nav_toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 4px;
		z-index: 100; }
	#nav_toggle div {
		position: relative; }
	#nav_toggle span {
		display: block;
		height: 3px;
		background: #0e0aa6;
		position: absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out; }
	#nav_toggle span:nth-child(1) {
		top: 0px; }
	#nav_toggle span:nth-child(2) {
		top: 12px; }
	#nav_toggle span:nth-child(3) {
		top: 24px; }
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg); }
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%; }
	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg); }
	.Menu em {
		display: block;
		font-size: 80%; } }

/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
	nav {
		display: none;
		position: absolute;
		top: 55px;
		width: 100%;
		background: #0e0aa6;
		left: 0;
		z-index: 100; }
	.sp_head {
		margin-right: auto; }
	header .inner {
		display: flex;
		justify-content: space-between;
		align-items: center; }
	header nav ul {
		display: block;
		margin: 0 auto;
		width: 90%; }
	header nav ul li {
		margin: 0 auto;
		text-align: center;
		padding: 10px;
		border-bottom: 1px solid #312dbb; }
	header nav ul li:last-child {
		border: none; }
	header nav ul li a {
		display: block;
		text-decoration: none;
		color: #fff !important;
		font-weight: bold; }
	.TEL_MENU {
		display: none; }
	#nav_toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 5px;
		right: 10px;
		z-index: 100; }
	#nav_toggle div {
		position: relative; }
	#nav_toggle span {
		display: block;
		height: 3px;
		background: #0e0aa6;
		position: absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out; }
	#nav_toggle span:nth-child(1) {
		top: 0px; }
	#nav_toggle span:nth-child(2) {
		top: 12px; }
	#nav_toggle span:nth-child(3) {
		top: 24px; }
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg); }
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%; }
	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg); }
	.Menu em {
		display: block;
		font-size: 80%; } }

/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
	nav {
		display: none;
		position: absolute;
		top: 55px;
		width: 100%;
		background: #0e0aa6;
		left: 0;
		z-index: 100; }
	.sp_head {
		margin-right: auto; }
	header .inner {
		display: flex;
		justify-content: space-between;
		align-items: center; }
	header nav ul {
		display: block;
		margin: 0 auto;
		width: 90%; }
	header nav ul li {
		margin: 0 auto;
		text-align: center;
		padding: 10px;
		border-bottom: 1px solid #312dbb; }
	header nav ul li:last-child {
		border: none; }
	header nav ul li a {
		display: block;
		text-decoration: none;
		color: #fff !important;
		font-weight: bold; }
	.TEL_MENU {
		display: none; }
	#nav_toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 5px;
		right: 10px;
		z-index: 100; }
	#nav_toggle div {
		position: relative; }
	#nav_toggle span {
		display: block;
		height: 3px;
		background: #0e0aa6;
		position: absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out; }
	#nav_toggle span:nth-child(1) {
		top: 0px; }
	#nav_toggle span:nth-child(2) {
		top: 12px; }
	#nav_toggle span:nth-child(3) {
		top: 24px; }
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg); }
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%; }
	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg); }
	.Menu em {
		display: block;
		font-size: 80%; } }

/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
	nav {
		display: none;
		position: absolute;
		top: 45px;
		width: 100%;
		background: #0e0aa6;
		left: 0;
		z-index: 100; }
	.sp_head {
		margin-right: auto; }
	header nav ul {
		display: block;
		margin: 0 auto;
		width: 90%; }
	header .inner {
		display: flex;
		justify-content: space-between;
		align-items: center; }
	header nav ul li {
		margin: 0 auto;
		text-align: center;
		padding: 10px;
		border-bottom: 1px solid #312dbb; }
	header nav ul li:last-child {
		border: none; }
	header nav ul li a {
		display: block;
		text-decoration: none;
		color: #fff !important;
		font-weight: bold; }
	.TEL_MENU {
		display: none; }
	#nav_toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 5px;
		right: 10px;
		z-index: 100; }
	#nav_toggle div {
		position: relative; }
	#nav_toggle span {
		display: block;
		height: 3px;
		background: #0e0aa6;
		position: absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out; }
	#nav_toggle span:nth-child(1) {
		top: 0px; }
	#nav_toggle span:nth-child(2) {
		top: 12px; }
	#nav_toggle span:nth-child(3) {
		top: 24px; }
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg); }
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%; }
	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg); }
	.Menu em {
		display: block;
		font-size: 80%; } }

/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
	.left {
		float: left; }
	.right {
		float: right; }
	#TOP #HeaderArea nav ul li.Menu {
		display: none; }
	#HeaderArea {
		height: 100px; }
		#HeaderArea .PC_MENU {
			float: right; }
	.inner {
		padding: 0 0 0 10px; }
	#SiteKeyword {
		font-size: 10px;
		margin-bottom: 20px;
		margin-top: 10px; }
	#SiteLOGO img {
		width: 285px;
		height: auto; }
	.TEL_MENU {
		margin: 0 20px; }
		.TEL_MENU img {
			width: 320px;
			height: auto; }
	.CONTACT_MENU a {
		width: 150px;
		min-width: 100px;
		background: #0d0aa7;
		color: #fff;
		display: block;
		text-align: center;
		position: relative;
		padding-top: 25px; }
		.CONTACT_MENU a:before {
			content: "";
			background-image: url("../images/img_commons/icon_contact.png");
			display: block;
			width: 30px;
			height: 25px;
			margin: 0 auto 10px;
			background-size: 30px 25px; } }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	.left {
		float: left; }
	.right {
		float: right; }
	#TOP #HeaderArea nav ul li.Menu {
		display: none; }
	#HeaderArea {
		height: 100px; }
		#HeaderArea .PC_MENU {
			float: right; }
	.inner {
		padding: 0 0 0 10px; }
	#SiteKeyword {
		font-size: 10px;
		margin-bottom: 20px;
		margin-top: 10px; }
	#SiteLOGO img {
		width: 285px;
		height: auto;
		margin-top: 10px; }
	.TEL_MENU {
		margin: 0 20px; }
		.TEL_MENU img {
			width: 320px;
			height: auto; }
	.CONTACT_MENU a {
		min-width: 100px;
		background: #0d0aa7;
		color: #fff;
		display: block;
		text-align: center;
		position: relative;
		padding-top: 25px; }
		.CONTACT_MENU a:before {
			content: "";
			background-image: url("../images/img_commons/icon_contact.png");
			display: block;
			width: 30px;
			height: 25px;
			margin: 0 auto 10px;
			background-size: 30px 25px; } }

/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
	.left {
		float: left; }
	.right {
		float: right; }
	#HeaderArea {
		height: 55px; }
	#SiteKeyword {
		display: none; }
	#SiteLOGO {
		padding: 10px; }
		#SiteLOGO img {
			width: 240px;
			height: auto;
			margin-top: 10px; } }

/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
	#HeaderArea {
		height: 55px; }
	#SiteKeyword {
		display: none; }
	#SiteLOGO {
		padding: 5px; }
		#SiteLOGO img {
			width: 210px;
			height: auto;
			margin-top: 10px; } }

/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
	#HeaderArea {
		height: 50px; }
	#SiteKeyword {
		display: none; }
	#SiteLOGO {
		padding: 5px; }
		#SiteLOGO img {
			width: 210px;
			height: auto;
			margin-top: 10px; } }

/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
	#indexVisual {
		position: relative; }
		#indexVisual #SiteCopy {
			background: url("../images/img_index/main_visual_top.jpg") no-repeat center 0;
			height: 790px;
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden; }
		#indexVisual #indexMenu {
			position: absolute;
			top: 475px;
			left: 0;
			right: 0; }
			#indexVisual #indexMenu ul {
				display: flex;
				justify-content: center; }
				#indexVisual #indexMenu ul li {
					margin-right: 25px; }
					#indexVisual #indexMenu ul li:last-child {
						margin-right: 0; } }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	#indexVisual {
		position: relative; }
		#indexVisual #SiteCopy {
			background: url("../images/img_index/main_visual_top.jpg") no-repeat center 0;
			height: 790px;
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden; }
		#indexVisual #indexMenu {
			position: absolute;
			top: 475px;
			left: 0;
			right: 0; }
			#indexVisual #indexMenu ul {
				display: flex;
				justify-content: center; }
				#indexVisual #indexMenu ul li {
					margin-right: 25px; }
					#indexVisual #indexMenu ul li:last-child {
						margin-right: 0; } }

/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
	#indexVisual {
		position: relative; }
		#indexVisual #SiteCopy {
			background: url("../images/img_index/main_visual_top.jpg") no-repeat center 0;
			height: 90vw;
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
			background-size: 420vw; }
		#indexVisual #indexMenu {
			position: absolute;
			top: 50vw;
			left: 0;
			right: 0; }
			#indexVisual #indexMenu ul {
				display: flex;
				justify-content: center; }
				#indexVisual #indexMenu ul li {
					margin-right: 25px; }
					#indexVisual #indexMenu ul li:last-child {
						margin-right: 0; }
					#indexVisual #indexMenu ul li img {
						width: 26vw;
						height: auto; } }

/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
	#indexVisual {
		position: relative; }
		#indexVisual #SiteCopy {
			background: url("../images/img_index/main_visual_top.jpg") no-repeat center 0;
			height: 90vw;
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
			background-size: 420vw; }
		#indexVisual #indexMenu {
			position: absolute;
			top: 50vw;
			left: 0;
			right: 0; }
			#indexVisual #indexMenu ul {
				display: flex;
				justify-content: center; }
				#indexVisual #indexMenu ul li {
					margin-right: 25px; }
					#indexVisual #indexMenu ul li:last-child {
						margin-right: 0; }
					#indexVisual #indexMenu ul li img {
						width: 26vw;
						height: auto; } }

/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
	#indexVisual {
		position: relative; }
		#indexVisual #SiteCopy {
			background: url("../images/img_index/main_visual_top.jpg") no-repeat center 0;
			height: 74vw;
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
			background-size: 420vw; }
		#indexVisual #indexMenu {
			position: absolute;
			top: 180px;
			left: 0;
			right: 0; }
			#indexVisual #indexMenu ul {
				display: flex;
				justify-content: center; }
				#indexVisual #indexMenu ul li {
					margin-right: 10px; }
					#indexVisual #indexMenu ul li:last-child {
						margin-right: 0; }
					#indexVisual #indexMenu ul li a img {
						width: 100px;
						height: auto; } }

/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
	.Contents {
		width: 1000px;
		margin: 0 auto; }
	.TextStyle_01 {
		font-size: 16px;
		line-height: 2; }
	.TextStyle_02 {
		font-size: 16px;
		line-height: 2;
		margin-bottom: 20px; }
	.left {
		float: left; }
	.right {
		float: right; }
	#BrandMessage {
		background: url("../images/img_index/bg_message.jpg") no-repeat center;
		padding: 100px 0;
		background-attachment: fixed;
		background-size: cover;
		margin: 50px 0 100px; }
		#BrandMessage .ContactButton a {
			display: block;
			text-align: center;
			margin-top: 40px; }
	.BrandCopy {
		font-family: 'Noto Serif JP', sans-serif;
		text-align: center;
		font-size: 38px;
		margin-bottom: 40px; } }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	.Contents {
		width: 960px;
		margin: 0 auto; }
	.TextStyle_01 {
		font-size: 16px;
		line-height: 2; }
	.TextStyle_02 {
		font-size: 16px;
		line-height: 2;
		margin-bottom: 20px; }
	#BrandMessage {
		background: url("../images/img_index/bg_message.jpg") no-repeat center;
		padding: 100px 0;
		background-attachment: fixed;
		background-size: cover;
		margin: 50px 0 100px; }
		#BrandMessage .ContactButton a {
			display: block;
			text-align: center;
			margin-top: 40px; }
	.BrandCopy {
		font-family: 'Noto Serif JP', sans-serif;
		text-align: center;
		font-size: 38px;
		margin-bottom: 40px; } }

/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
	.Contents {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
		box-sizing: border-box; }
	.TextStyle_01 {
		font-size: 16px;
		line-height: 2; }
	.TextStyle_02 {
		font-size: 16px;
		line-height: 2;
		margin-bottom: 20px; }
	#BrandMessage {
		background: url("../images/img_index/bg_message.jpg") no-repeat center;
		padding: 100px 0;
		background-attachment: fixed;
		background-size: cover;
		margin: 50px 0 100px; }
		#BrandMessage .ContactButton a {
			display: block;
			text-align: center;
			margin-top: 40px; }
	.BrandCopy {
		font-family: 'Noto Serif JP', sans-serif;
		text-align: center;
		font-size: 38px;
		margin-bottom: 40px; }
	.ContactButton img {
		max-width: 100%;
		height: auto; } }

/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
	.Contents {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
		box-sizing: border-box; }
	.TextStyle_01 {
		font-size: 16px;
		line-height: 2; }
	.TextStyle_02 {
		font-size: 16px;
		line-height: 2;
		margin-bottom: 20px; }
	#BrandMessage {
		background: url("../images/img_index/bg_message.jpg") no-repeat center;
		padding: 100px 0;
		background-attachment: fixed;
		background-size: cover;
		margin: 50px 0 100px; }
		#BrandMessage .ContactButton a {
			display: block;
			text-align: center;
			margin-top: 40px; }
	.BrandCopy {
		font-family: 'Noto Serif JP', sans-serif;
		text-align: center;
		font-size: 30px;
		margin-bottom: 40px; }
	.ContactButton img {
		max-width: 100%;
		height: auto; } }

/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
	.Contents {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
		box-sizing: border-box; }
	.TextStyle_01 {
		font-size: 16px;
		line-height: 2; }
	.TextStyle_02 {
		font-size: 16px;
		line-height: 2;
		margin-bottom: 20px; }
	#BrandMessage {
		background: url("../images/img_index/bg_message.jpg") no-repeat center;
		padding: 100px 0;
		background-attachment: fixed;
		background-size: cover;
		margin: 50px 0 100px; }
		#BrandMessage .ContactButton a {
			display: block;
			text-align: center;
			margin-top: 40px; }
	.BrandCopy {
		font-family: 'Noto Serif JP', sans-serif;
		text-align: center;
		font-size: 20px;
		margin-bottom: 40px; }
	.ContactButton img {
		width: 100%;
		height: auto; } }

/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
	#BusinessContents .BusinessTitle {
		font-family: 'Noto Serif JP', sans-serif;
		font-size: 32px;
		color: #19169a;
		text-align: center;
		margin-bottom: 70px; }
		#BusinessContents .BusinessTitle:after {
			border-bottom: 1px solid #19169a;
			content: "";
			display: block;
			height: 0;
			margin: 0 auto;
			padding: 0 0 20px;
			width: 70px; }
	.BusinessContents_01 {
		position: relative;
		background: url("../images/img_index/bg_tokucho_gaiheki.jpg") no-repeat center;
		height: 510px;
		margin-bottom: 80px; }
		.BusinessContents_01 .BusinessContents_01_C_TOP {
			position: absolute;
			top: -30px;
			left: 0;
			right: 0; }
			.BusinessContents_01 .BusinessContents_01_C_TOP .BusinessContents_01_C {
				width: 1000px;
				margin: 0 auto; }
	.BusinessContents_02 {
		position: relative;
		background: url("../images/img_index/bg_tokucho_crane.jpg") no-repeat center;
		height: 510px;
		margin-bottom: 80px; }
		.BusinessContents_02 .BusinessContents_02_C_TOP {
			position: absolute;
			top: -30px;
			left: 0;
			right: 0; }
			.BusinessContents_02 .BusinessContents_02_C_TOP .BusinessContents_02_C {
				width: 1000px;
				margin: 0 auto; }
	.BusinessContents_03 {
		position: relative;
		background: url("../images/img_index/bg_tokucho_shuri.jpg") no-repeat center;
		height: 510px;
		margin-bottom: 80px; }
		.BusinessContents_03 .BusinessContents_03_C_TOP {
			position: absolute;
			top: -30px;
			left: 0;
			right: 0; }
			.BusinessContents_03 .BusinessContents_03_C_TOP .BusinessContents_03_C {
				width: 1000px;
				margin: 0 auto; }
	.BusinessText_01 {
		width: 470px;
		padding-top: 200px; }
	.Title_Black {
		font-size: 35px;
		margin-bottom: 20px; } }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	#BusinessContents .BusinessTitle {
		font-family: 'Noto Serif JP', sans-serif;
		font-size: 32px;
		color: #19169a;
		text-align: center;
		margin-bottom: 70px; }
		#BusinessContents .BusinessTitle:after {
			border-bottom: 1px solid #19169a;
			content: "";
			display: block;
			height: 0;
			margin: 0 auto;
			padding: 0 0 20px;
			width: 70px; }
	.BusinessContents_01 {
		position: relative;
		background: url("../images/img_index/bg_tokucho_gaiheki.jpg") no-repeat center;
		height: 510px;
		margin-bottom: 80px; }
		.BusinessContents_01 .BusinessContents_01_C_TOP {
			position: absolute;
			top: -30px;
			left: 0;
			right: 0; }
			.BusinessContents_01 .BusinessContents_01_C_TOP .BusinessContents_01_C {
				width: 960px;
				margin: 0 auto; }
	.BusinessContents_02 {
		position: relative;
		background: url("../images/img_index/bg_tokucho_crane.jpg") no-repeat center;
		height: 510px;
		margin-bottom: 80px; }
		.BusinessContents_02 .BusinessContents_02_C_TOP {
			position: absolute;
			top: -30px;
			left: 0;
			right: 0; }
			.BusinessContents_02 .BusinessContents_02_C_TOP .BusinessContents_02_C {
				width: 960px;
				margin: 0 auto; }
	.BusinessContents_03 {
		position: relative;
		background: url("../images/img_index/bg_tokucho_shuri.jpg") no-repeat center;
		height: 510px;
		margin-bottom: 80px; }
		.BusinessContents_03 .BusinessContents_03_C_TOP {
			position: absolute;
			top: -30px;
			left: 0;
			right: 0; }
			.BusinessContents_03 .BusinessContents_03_C_TOP .BusinessContents_03_C {
				width: 960px;
				margin: 0 auto; }
	.BusinessText_01 {
		width: 470px;
		padding-top: 200px; }
	.Title_Black {
		font-size: 35px;
		margin-bottom: 20px; } }

/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
	#BusinessContents .BusinessTitle {
		font-family: 'Noto Serif JP', sans-serif;
		font-size: 32px;
		color: #19169a;
		text-align: center;
		margin-bottom: 70px; }
		#BusinessContents .BusinessTitle:after {
			border-bottom: 1px solid #19169a;
			content: "";
			display: block;
			height: 0;
			margin: 0 auto;
			padding: 0 0 20px;
			width: 70px; }
	.BusinessContents_01 {
		position: relative;
		background: url("../images/img_index/bg_tokucho_gaiheki.jpg") no-repeat center;
		height: 380px;
		margin-bottom: 80px; }
		.BusinessContents_01 .BusinessContents_01_C_TOP {
			position: absolute;
			top: -30px;
			left: 0;
			right: 0; }
			.BusinessContents_01 .BusinessContents_01_C_TOP .BusinessContents_01_C {
				width: 90vw;
				margin: 0 auto; }
	.BusinessContents_02 {
		position: relative;
		background: url("../images/img_index/bg_tokucho_crane.jpg") no-repeat center;
		height: 380px;
		margin-bottom: 80px; }
		.BusinessContents_02 .BusinessContents_02_C_TOP {
			position: absolute;
			top: -30px;
			left: 0;
			right: 0; }
			.BusinessContents_02 .BusinessContents_02_C_TOP .BusinessContents_02_C {
				width: 90vw;
				margin: 0 auto; }
	.BusinessContents_03 {
		position: relative;
		background: url("../images/img_index/bg_tokucho_shuri.jpg") no-repeat center;
		height: 400px;
		margin-bottom: 80px; }
		.BusinessContents_03 .BusinessContents_03_C_TOP {
			position: absolute;
			top: -30px;
			left: 0;
			right: 0; }
			.BusinessContents_03 .BusinessContents_03_C_TOP .BusinessContents_03_C {
				width: 90vw;
				margin: 0 auto; }
	.BusinessBG_01 {
		text-align: center; }
		.BusinessBG_01 img {
			width: 40vw; }
	.BusinessBG_02 {
		text-align: center; }
		.BusinessBG_02 img {
			width: 40vw; }
	.BusinessBG_03 {
		text-align: center; }
		.BusinessBG_03 img {
			width: 40vw; }
	.BusinessText_01 {
		width: 45vw;
		padding-top: 80px; }
	.Title_Black {
		font-size: 35px;
		margin-bottom: 20px; } }

/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
	#BusinessContents .BusinessTitle {
		font-family: 'Noto Serif JP', sans-serif;
		font-size: 32px;
		color: #19169a;
		text-align: center;
		margin-bottom: 70px; }
		#BusinessContents .BusinessTitle:after {
			border-bottom: 1px solid #19169a;
			content: "";
			display: block;
			height: 0;
			margin: 0 auto;
			padding: 0 0 20px;
			width: 70px; }
	.BusinessContents_01 {
		position: relative;
		background: url("../images/img_index/bg_tokucho_gaiheki.jpg") no-repeat center;
		height: 120vw;
		margin-bottom: 80px; }
		.BusinessContents_01 .BusinessContents_01_C_TOP {
			position: absolute;
			top: -30px;
			left: 0;
			right: 0; }
	.BusinessBG_01 {
		text-align: center; }
		.BusinessBG_01 img {
			width: 55vw; }
	.BusinessBG_02 {
		text-align: center; }
		.BusinessBG_02 img {
			width: 55vw; }
	.BusinessBG_03 {
		text-align: center; }
		.BusinessBG_03 img {
			width: 55vw; }
	.BusinessContents_02 {
		position: relative;
		background: url("../images/img_index/bg_tokucho_crane.jpg") no-repeat center;
		height: 120vw;
		margin-bottom: 80px; }
		.BusinessContents_02 .BusinessContents_02_C_TOP {
			position: absolute;
			top: -30px;
			left: 0;
			right: 0; }
	.BusinessContents_03 {
		position: relative;
		background: url("../images/img_index/bg_tokucho_shuri.jpg") no-repeat center;
		height: 120vw;
		margin-bottom: 80px; }
		.BusinessContents_03 .BusinessContents_03_C_TOP {
			position: absolute;
			top: -30px;
			left: 0;
			right: 0; }
	.BusinessText_01 {
		padding: 20px; }
	.Title_Black {
		font-size: 30px;
		margin-bottom: 20px; } }

/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
	#BusinessContents .BusinessTitle {
		font-family: 'Noto Serif JP', sans-serif;
		font-size: 32px;
		color: #19169a;
		text-align: center;
		margin-bottom: 70px; }
		#BusinessContents .BusinessTitle:after {
			border-bottom: 1px solid #19169a;
			content: "";
			display: block;
			height: 0;
			margin: 0 auto;
			padding: 0 0 20px;
			width: 70px; }
	.BusinessContents_01 {
		position: relative;
		background: url("../images/img_index/bg_tokucho_gaiheki.jpg") no-repeat center;
		height: 150vw;
		margin-bottom: 80px; }
		.BusinessContents_01 .BusinessContents_01_C_TOP {
			position: absolute;
			top: -30px;
			left: 0;
			right: 0; }
	.BusinessBG_01 {
		text-align: center; }
		.BusinessBG_01 img {
			width: 55vw; }
	.BusinessBG_02 {
		text-align: center; }
		.BusinessBG_02 img {
			width: 55vw; }
	.BusinessBG_03 {
		text-align: center; }
		.BusinessBG_03 img {
			width: 55vw; }
	.BusinessContents_02 {
		position: relative;
		background: url("../images/img_index/bg_tokucho_crane.jpg") no-repeat center;
		height: 160vw;
		margin-bottom: 80px; }
		.BusinessContents_02 .BusinessContents_02_C_TOP {
			position: absolute;
			top: -30px;
			left: 0;
			right: 0; }
	.BusinessContents_03 {
		position: relative;
		background: url("../images/img_index/bg_tokucho_shuri.jpg") no-repeat center;
		height: 160vw;
		margin-bottom: 80px; }
		.BusinessContents_03 .BusinessContents_03_C_TOP {
			position: absolute;
			top: -30px;
			left: 0;
			right: 0; }
	.BusinessText_01 {
		padding: 20px; }
	.Title_Black {
		font-size: 28px;
		margin-bottom: 20px; } }

/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
	#ContactArea {
		background: #f2f2f2;
		padding: 100px 0 50px;
		margin-top: 100px; }
		#ContactArea .ContactTitle {
			color: #1f328c;
			font-size: 50px;
			font-weight: bold;
			margin-bottom: 50px;
			text-align: center;
			font-family: 'Noto Sans JP', sans-serif; }
		#ContactArea .ContactContents {
			width: 775px;
			margin: 0 auto; }
		#ContactArea .TEL_Text {
			color: #1f328c;
			font-size: 35px;
			text-align: center;
			font-weight: bold;
			font-family: 'Noto Sans JP', sans-serif; }
		#ContactArea .ContactButton {
			background: #484848;
			width: 1000px;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			font-size: 20px;
			padding: 20px 0;
			margin: 20px;
			display: block;
			text-align: center; }
			#ContactArea .ContactButton:before {
				background-position: -140px -170px;
				width: 25px;
				height: 17px;
				top: 50%;
				left: 0;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
				background-image: url("../images/img_commons/icon_contact.png") no-repeat;
				position: absolute;
				display: block;
				content: ""; } }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	#ContactArea {
		background: #f2f2f2;
		padding: 100px 0 50px;
		margin-top: 100px; }
		#ContactArea .ContactTitle {
			color: #1f328c;
			font-size: 50px;
			font-weight: bold;
			margin-bottom: 50px;
			text-align: center;
			font-family: 'Noto Sans JP', sans-serif; }
		#ContactArea .ContactContents {
			width: 775px;
			margin: 0 auto; }
		#ContactArea .TEL_Text {
			color: #1f328c;
			font-size: 35px;
			text-align: center;
			font-weight: bold;
			font-family: 'Noto Sans JP', sans-serif; }
		#ContactArea .ContactButton {
			background: #484848;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			font-size: 20px;
			padding: 20px 0;
			margin: 20px;
			display: block;
			text-align: center; }
			#ContactArea .ContactButton:before {
				background-position: -140px -170px;
				width: 25px;
				height: 17px;
				top: 50%;
				left: 0;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
				background-image: url("../images/img_commons/icon_contact.png") no-repeat;
				position: absolute;
				display: block;
				content: ""; } }

/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
	#ContactArea {
		background: #f2f2f2;
		padding: 100px 0 50px;
		margin-top: 100px; }
		#ContactArea .ContactTitle {
			color: #1f328c;
			font-size: 50px;
			font-weight: bold;
			margin-bottom: 50px;
			text-align: center;
			font-family: 'Noto Sans JP', sans-serif; }
		#ContactArea .ContactContents {
			width: 100%;
			margin: 0 auto; }
		#ContactArea .TEL_Text {
			color: #1f328c;
			font-size: 30px;
			text-align: center;
			font-weight: bold;
			font-family: 'Noto Sans JP', sans-serif; }
			#ContactArea .TEL_Text span {
				display: block; }
		#ContactArea .ContactButton {
			background: #484848;
			width: 100%;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			font-size: 20px;
			padding: 20px 0;
			margin: 2vw 0;
			display: block;
			text-align: center; }
			#ContactArea .ContactButton:before {
				background-position: -140px -170px;
				width: 25px;
				height: 17px;
				top: 50%;
				left: 0;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
				background-image: url("../images/img_commons/icon_contact.png") no-repeat;
				position: absolute;
				display: block;
				content: ""; } }

/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
	#ContactArea {
		background: #f2f2f2;
		padding: 100px 0 50px;
		margin-top: 100px; }
		#ContactArea .ContactTitle {
			color: #1f328c;
			font-size: 50px;
			font-weight: bold;
			margin-bottom: 50px;
			text-align: center;
			font-family: 'Noto Sans JP', sans-serif; }
		#ContactArea .ContactContents {
			width: 100%;
			margin: 0 auto; }
		#ContactArea .TEL_Text {
			color: #1f328c;
			font-size: 27px;
			text-align: center;
			font-weight: bold;
			font-family: 'Noto Sans JP', sans-serif; }
			#ContactArea .TEL_Text span {
				display: block; }
		#ContactArea .ContactButton {
			background: #484848;
			width: 100%;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			font-size: 20px;
			padding: 20px 0;
			margin: 6vw 0;
			display: block;
			text-align: center; }
			#ContactArea .ContactButton:before {
				background-position: -140px -170px;
				width: 25px;
				height: 17px;
				top: 50%;
				left: 0;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
				background-image: url("../images/img_commons/icon_contact.png") no-repeat;
				position: absolute;
				display: block;
				content: ""; } }

/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
	#ContactArea {
		background: #f2f2f2;
		padding: 100px 0 50px;
		margin-top: 100px; }
		#ContactArea .ContactTitle {
			color: #1f328c;
			font-size: 50px;
			font-weight: bold;
			margin-bottom: 50px;
			text-align: center;
			font-family: 'Noto Sans JP', sans-serif; }
		#ContactArea .ContactContents {
			width: 100%;
			margin: 0 auto; }
		#ContactArea .TEL_Text {
			color: #1f328c;
			font-size: 27px;
			text-align: center;
			font-weight: bold;
			font-family: 'Noto Sans JP', sans-serif; }
			#ContactArea .TEL_Text span {
				display: block; }
		#ContactArea .ContactButton {
			background: #484848;
			width: 100%;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			font-size: 20px;
			padding: 20px 0;
			margin: 6vw 0;
			display: block;
			text-align: center; }
			#ContactArea .ContactButton:before {
				background-position: -140px -170px;
				width: 25px;
				height: 17px;
				top: 50%;
				left: 0;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
				background-image: url("../images/img_commons/icon_contact.png") no-repeat;
				position: absolute;
				display: block;
				content: ""; } }

/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
	#FooterArea {
		background: #1f328c;
		padding: 80px 0 120px; }
		#FooterArea .contents {
			width: 1000px;
			margin: 0 auto;
			color: #fff;
			line-height: 2; }
			#FooterArea .contents .FooterTitle {
				margin-bottom: 20px; }
			#FooterArea .contents .tr {
				text-align: right; }
			#FooterArea .contents .FooterMenu li a {
				color: #6478d9;
				text-align: right;
				text-decoration: none; }
				#FooterArea .contents .FooterMenu li a em {
					font-weight: bold; }
	#CopyRight {
		background: #151f4c;
		padding: 15px;
		color: #4e6cf1;
		text-align: center;
		font-size: 14px; } }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	#FooterArea {
		background: #1f328c;
		padding: 80px 0 120px; }
		#FooterArea .contents {
			width: 1000px;
			margin: 0 auto;
			color: #fff;
			line-height: 2; }
			#FooterArea .contents .FooterTitle {
				margin-bottom: 20px; }
			#FooterArea .contents .tr {
				text-align: right; }
			#FooterArea .contents .FooterMenu li a {
				color: #6478d9;
				text-align: right;
				text-decoration: none; }
				#FooterArea .contents .FooterMenu li a em {
					font-weight: bold; }
	#CopyRight {
		background: #151f4c;
		padding: 15px;
		color: #4e6cf1;
		text-align: center;
		font-size: 14px; } }

/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
	#FooterArea {
		background: #1f328c;
		padding: 80px 0 120px; }
		#FooterArea .contents {
			width: 100%;
			margin: 0 auto;
			padding: 20px;
			box-sizing: border-box;
			color: #fff;
			line-height: 2;
			text-align: left; }
			#FooterArea .contents .FooterTitle {
				margin-bottom: 20px; }
				#FooterArea .contents .FooterTitle img {
					max-width: 100%; }
			#FooterArea .contents .tr {
				text-align: right; }
			#FooterArea .contents .FooterMenu li a {
				color: #6478d9;
				text-align: right;
				text-decoration: none; }
				#FooterArea .contents .FooterMenu li a em {
					font-weight: bold; }
	#CopyRight {
		background: #151f4c;
		padding: 15px;
		color: #4e6cf1;
		text-align: center;
		font-size: 14px; } }

/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
	#FooterArea {
		background: #1f328c; }
		#FooterArea .contents {
			width: 100%;
			margin: 0 auto;
			box-sizing: border-box;
			color: #fff;
			line-height: 2;
			text-align: center; }
			#FooterArea .contents .left {
				padding: 40px 10px; }
			#FooterArea .contents .FooterTitle {
				margin-bottom: 20px; }
				#FooterArea .contents .FooterTitle img {
					max-width: 100%; }
			#FooterArea .contents .tr {
				text-align: right; }
			#FooterArea .contents .FooterMenu {
				margin: 20px 0 10px; }
				#FooterArea .contents .FooterMenu li a {
					color: #fff;
					text-align: center;
					text-decoration: none;
					background: #151f4c;
					display: block;
					margin-bottom: 1px;
					padding: 10px;
					text-align: center; }
					#FooterArea .contents .FooterMenu li a em {
						font-weight: bold; }
	#CopyRight {
		background: #151f4c;
		padding: 15px;
		color: #4e6cf1;
		text-align: center;
		font-size: 14px; } }

/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
	#FooterArea {
		background: #1f328c; }
		#FooterArea .contents {
			width: 100%;
			margin: 0 auto;
			box-sizing: border-box;
			color: #fff;
			line-height: 2;
			text-align: center; }
			#FooterArea .contents .left {
				padding: 40px 10px; }
			#FooterArea .contents .FooterTitle {
				margin-bottom: 20px; }
				#FooterArea .contents .FooterTitle img {
					max-width: 100%; }
			#FooterArea .contents .tr {
				text-align: right; }
			#FooterArea .contents .FooterMenu {
				margin: 20px 0 10px; }
				#FooterArea .contents .FooterMenu li a {
					color: #fff;
					text-align: center;
					text-decoration: none;
					background: #151f4c;
					display: block;
					margin-bottom: 1px;
					padding: 10px;
					text-align: center; }
					#FooterArea .contents .FooterMenu li a em {
						font-weight: bold; }
	#CopyRight {
		background: #151f4c;
		padding: 15px;
		color: #4e6cf1;
		text-align: center;
		font-size: 14px; } }

/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
	.PC_MENU ul li.Menu {
		text-align: center;
		margin-right: 30px; }
		.PC_MENU ul li.Menu a {
			padding: 16px 0; }
			.PC_MENU ul li.Menu a em {
				color: #19169a;
				font-size: 14px; }
			.PC_MENU ul li.Menu a i {
				color: #414141;
				display: block;
				font-size: 20px; } }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	.PC_MENU ul li.Menu {
		text-align: center;
		margin-right: 30px; }
		.PC_MENU ul li.Menu a {
			padding: 16px 0; }
			.PC_MENU ul li.Menu a em {
				color: #fff;
				font-size: 14px; }
			.PC_MENU ul li.Menu a i {
				color: #fff;
				display: block;
				font-size: 20px; } }

/* 600px〜959px：タブレット */
/* 480px〜599px：SP横 */
/* 〜479px：SP縦 */
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
	#PageVisual_SERVICE {
		background: url("../images/img_service/img_header_service.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageVisual_COMPANY {
		background: url("../images/img_company/img_header_company.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageVisual_WORKS {
		background: url("../images/img_works/img_header_works.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageVisual_CONTACT {
		background: url("../images/img_contact/img_header_contact.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageTitle {
		font-size: 30px;
		color: #414141;
		text-align: center; }
	#SiteEnglish {
		position: absolute;
		top: 130px;
		right: 150px; }
		#SiteEnglish h3 {
			color: #19169a;
			font-size: 40px;
			font-style: italic;
			text-align: center;
			line-height: 1; }
		#SiteEnglish span {
			color: #2aaad4;
			display: block;
			font-size: 15px; } }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	#PageVisual_SERVICE {
		background: url("../images/img_service/img_header_service.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageVisual_COMPANY {
		background: url("../images/img_company/img_header_company.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageVisual_WORKS {
		background: url("../images/img_works/img_header_works.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageVisual_CONTACT {
		background: url("../images/img_contact/img_header_contact.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageTitle {
		font-size: 30px;
		color: #414141;
		text-align: center; }
	#SiteEnglish {
		position: absolute;
		top: 130px;
		right: 150px; }
		#SiteEnglish h3 {
			color: #19169a;
			font-size: 40px;
			font-style: italic;
			text-align: center;
			line-height: 1; }
		#SiteEnglish span {
			color: #2aaad4;
			display: block;
			font-size: 15px; } }

/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
	#PageVisual_SERVICE {
		background: url("../images/img_service/img_header_service.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageVisual_COMPANY {
		background: url("../images/img_company/img_header_company.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageVisual_WORKS {
		background: url("../images/img_works/img_header_works.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageVisual_CONTACT {
		background: url("../images/img_contact/img_header_contact.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageTitle {
		font-size: 30px;
		color: #414141;
		text-align: center; }
	#SiteEnglish {
		position: absolute;
		top: 130px;
		right: 30px; }
		#SiteEnglish h3 {
			color: #19169a;
			font-size: 40px;
			font-style: italic;
			text-align: center;
			line-height: 1; }
		#SiteEnglish span {
			color: #2aaad4;
			display: block;
			font-size: 15px; } }

/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
	#PageVisual_SERVICE {
		background: url("../images/img_service/img_header_service.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageVisual_COMPANY {
		background: url("../images/img_company/img_header_company.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageVisual_WORKS {
		background: url("../images/img_works/img_header_works.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageVisual_CONTACT {
		background: url("../images/img_contact/img_header_contact.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageTitle {
		font-size: 30px;
		color: #414141;
		text-align: center; }
	#SiteEnglish {
		position: absolute;
		top: 130px;
		right: 0;
		left: 0; }
		#SiteEnglish h3 {
			color: #19169a;
			font-size: 40px;
			font-style: italic;
			text-align: center;
			line-height: 1; }
		#SiteEnglish span {
			color: #2aaad4;
			display: block;
			font-size: 15px; } }

/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
	#PageVisual_SERVICE {
		background: url("../images/img_service/img_header_service.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageVisual_COMPANY {
		background: url("../images/img_company/img_header_company.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageVisual_WORKS {
		background: url("../images/img_works/img_header_works.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageVisual_CONTACT {
		background: url("../images/img_contact/img_header_contact.jpg") no-repeat center 0px;
		height: 200px;
		padding: 58px 0;
		box-sizing: border-box;
		position: relative; }
	#PageTitle {
		font-size: 30px;
		color: #414141;
		text-align: center; }
	#SiteEnglish {
		position: absolute;
		top: 130px;
		right: 0;
		left: 0; }
		#SiteEnglish h3 {
			color: #19169a;
			font-size: 40px;
			font-style: italic;
			text-align: center;
			line-height: 1; }
		#SiteEnglish span {
			color: #2aaad4;
			display: block;
			font-size: 15px; } }

/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
	.mb40 {
		margin-bottom: 40px; }
	.mb50 {
		margin-bottom: 50px; }
	.mb60 {
		margin-bottom: 60px; }
	.mb70 {
		margin-bottom: 70px; }
	.mb80 {
		margin-bottom: 80px; }
	.Full_BG {
		padding: 50px 0; }
	.Blue_BG {
		padding: 50px 0;
		background: #e7e9ef; }
	.PageContents {
		width: 950px;
		margin: 0 auto; }
	.ImgR {
		float: right;
		width: 445px; }
	.TextL {
		float: left;
		width: 475px; }
	.ImgL {
		float: left;
		width: 445px; }
	.TextR {
		float: right;
		width: 475px; }
	.Title_Blue {
		color: #19169a;
		font-size: 35px;
		margin-bottom: 20px; }
	.Title_sub {
		color: #414141;
		border-bottom: 3px solid #19169a;
		padding-bottom: 5px;
		margin-bottom: 15px;
		font-size: 25px; }
	.Title_C {
		font-size: 20px;
		color: #414141;
		margin: 0 0 20px;
		line-height: 1.5em;
		font-weight: bold; }
		.Title_C:after {
			border-bottom: 2px solid #19169a;
			content: "";
			display: block;
			height: 0;
			margin: 0 auto;
			padding: 0 0 .9rem;
			width: 3rem; }
	.BoxStyle_01 {
		border: 3px solid #e7e9ef;
		padding: 30px;
		margin-bottom: 30px; }
	.BoxStyle_02 {
		border: 10px solid #e7e9ef;
		padding: 30px;
		margin-bottom: 30px; }
	ul.ListStyle_01 li {
		position: relative;
		font-size: 16px;
		line-height: 2;
		margin-left: 30px; }
		ul.ListStyle_01 li:after {
			display: block;
			content: '';
			position: absolute;
			top: .5em;
			left: -1em;
			width: 6px;
			height: 6px;
			background-color: #19169a;
			border-radius: 100%; } }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	.mb40 {
		margin-bottom: 40px; }
	.mb50 {
		margin-bottom: 50px; }
	.mb60 {
		margin-bottom: 60px; }
	.mb70 {
		margin-bottom: 70px; }
	.mb80 {
		margin-bottom: 80px; }
	.Full_BG {
		padding: 20px 0; }
	.Blue_BG {
		padding: 20px 0;
		background: #e7e9ef; }
	.PageContents {
		width: 950px;
		margin: 0 auto; }
	.ImgR {
		float: right;
		width: 445px; }
	.TextL {
		float: left;
		width: 475px; }
	.ImgL {
		float: left;
		width: 445px; }
	.TextR {
		float: right;
		width: 475px; }
	.Title_Blue {
		color: #19169a;
		font-size: 35px;
		margin-bottom: 20px; }
	.Title_sub {
		color: #414141;
		border-bottom: 3px solid #19169a;
		padding-bottom: 5px;
		margin-bottom: 15px;
		font-size: 25px; }
	.Title_C {
		font-size: 20px;
		color: #414141;
		margin: 0 0 20px;
		line-height: 1.5em;
		font-weight: bold; }
		.Title_C:after {
			border-bottom: 2px solid #19169a;
			content: "";
			display: block;
			height: 0;
			margin: 0 auto;
			padding: 0 0 .9rem;
			width: 3rem; }
	.BoxStyle_01 {
		border: 3px solid #e7e9ef;
		padding: 30px;
		margin-bottom: 30px; }
	.BoxStyle_02 {
		border: 10px solid #e7e9ef;
		padding: 30px;
		margin-bottom: 30px; }
	ul.ListStyle_01 li {
		position: relative;
		font-size: 16px;
		line-height: 2;
		margin-left: 30px; }
		ul.ListStyle_01 li:after {
			display: block;
			content: '';
			position: absolute;
			top: .5em;
			left: -1em;
			width: 6px;
			height: 6px;
			background-color: #19169a;
			border-radius: 100%; } }

/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
	.mb40 {
		margin-bottom: 40px; }
	.mb50 {
		margin-bottom: 50px; }
	.mb60 {
		margin-bottom: 60px; }
	.mb70 {
		margin-bottom: 70px; }
	.mb80 {
		margin-bottom: 80px; }
	.Full_BG {
		padding: 20px 0; }
	.Blue_BG {
		padding: 20px 0;
		background: #e7e9ef; }
	.PageContents {
		width: 100%;
		margin: 0 auto;
		padding: 10px;
		box-sizing: border-box; }
	.ImgR {
		margin-bottom: 40px;
		text-align: center; }
		.ImgR img {
			width: 60vw; }
	.ImgL {
		margin-bottom: 40px;
		text-align: center; }
		.ImgL img {
			width: 60vw; }
	.Title_Blue {
		color: #19169a;
		font-size: 30px;
		margin-bottom: 20px; }
	.Title_sub {
		color: #414141;
		border-bottom: 3px solid #19169a;
		padding-bottom: 5px;
		margin-bottom: 15px;
		font-size: 25px; }
	.Title_C {
		font-size: 20px;
		color: #414141;
		margin: 0 0 20px;
		line-height: 1.5em;
		font-weight: bold; }
		.Title_C:after {
			border-bottom: 2px solid #19169a;
			content: "";
			display: block;
			height: 0;
			margin: 0 auto;
			padding: 0 0 .9rem;
			width: 3rem; }
	.BoxStyle_01 {
		border: 3px solid #e7e9ef;
		padding: 30px;
		margin-bottom: 30px; }
	.BoxStyle_02 {
		border: 10px solid #e7e9ef;
		padding: 30px;
		margin-bottom: 30px; }
	ul.ListStyle_01 li {
		position: relative;
		font-size: 16px;
		line-height: 2;
		margin-left: 30px; }
		ul.ListStyle_01 li:after {
			display: block;
			content: '';
			position: absolute;
			top: .5em;
			left: -1em;
			width: 6px;
			height: 6px;
			background-color: #19169a;
			border-radius: 100%; } }

/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
	.mb40 {
		margin-bottom: 40px; }
	.mb50 {
		margin-bottom: 50px; }
	.mb60 {
		margin-bottom: 60px; }
	.mb70 {
		margin-bottom: 70px; }
	.mb80 {
		margin-bottom: 80px; }
	.Full_BG {
		padding: 20px 0; }
	.Blue_BG {
		padding: 20px 0;
		background: #e7e9ef; }
	.PageContents {
		width: 100%;
		margin: 0 auto;
		padding: 10px;
		box-sizing: border-box; }
	.ImgR {
		margin-bottom: 40px;
		text-align: center; }
		.ImgR img {
			width: 50vw; }
	.ImgL {
		margin-bottom: 40px;
		text-align: center; }
		.ImgL img {
			width: 50vw; }
	.Title_Blue {
		color: #19169a;
		font-size: 30px;
		margin-bottom: 20px; }
	.Title_sub {
		color: #414141;
		border-bottom: 3px solid #19169a;
		padding-bottom: 5px;
		margin-bottom: 15px;
		font-size: 25px; }
	.Title_C {
		font-size: 20px;
		color: #414141;
		margin: 0 0 20px;
		line-height: 1.5em;
		font-weight: bold; }
		.Title_C:after {
			border-bottom: 2px solid #19169a;
			content: "";
			display: block;
			height: 0;
			margin: 0 auto;
			padding: 0 0 .9rem;
			width: 3rem; }
	.BoxStyle_01 {
		border: 3px solid #e7e9ef;
		padding: 30px;
		margin-bottom: 30px; }
	.BoxStyle_02 {
		border: 10px solid #e7e9ef;
		padding: 30px;
		margin-bottom: 30px; }
	ul.ListStyle_01 li {
		position: relative;
		font-size: 16px;
		line-height: 2;
		margin-left: 30px; }
		ul.ListStyle_01 li:after {
			display: block;
			content: '';
			position: absolute;
			top: .5em;
			left: -1em;
			width: 6px;
			height: 6px;
			background-color: #19169a;
			border-radius: 100%; } }

/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
	.mb40 {
		margin-bottom: 40px; }
	.mb50 {
		margin-bottom: 50px; }
	.mb60 {
		margin-bottom: 60px; }
	.mb70 {
		margin-bottom: 70px; }
	.mb80 {
		margin-bottom: 80px; }
	.Full_BG {
		padding: 20px 0; }
	.Blue_BG {
		padding: 20px 0;
		background: #e7e9ef; }
	.PageContents {
		width: 100%;
		margin: 0 auto;
		padding: 10px;
		box-sizing: border-box; }
	.ImgR {
		margin-bottom: 40px;
		text-align: center; }
		.ImgR img {
			width: 50vw; }
	.ImgL {
		margin-bottom: 40px;
		text-align: center; }
		.ImgL img {
			width: 50vw; }
	.Title_Blue {
		color: #19169a;
		font-size: 30px;
		margin-bottom: 20px; }
	.Title_sub {
		color: #414141;
		border-bottom: 3px solid #19169a;
		padding-bottom: 5px;
		margin-bottom: 15px;
		font-size: 25px; }
	.Title_C {
		font-size: 20px;
		color: #414141;
		margin: 0 0 20px;
		line-height: 1.5em;
		font-weight: bold; }
		.Title_C:after {
			border-bottom: 2px solid #19169a;
			content: "";
			display: block;
			height: 0;
			margin: 0 auto;
			padding: 0 0 .9rem;
			width: 3rem; }
	.BoxStyle_01 {
		border: 3px solid #e7e9ef;
		padding: 30px;
		margin-bottom: 30px; }
	.BoxStyle_02 {
		border: 10px solid #e7e9ef;
		padding: 30px;
		margin-bottom: 30px; }
	ul.ListStyle_01 li {
		position: relative;
		font-size: 16px;
		line-height: 2;
		margin-left: 30px; }
		ul.ListStyle_01 li:after {
			display: block;
			content: '';
			position: absolute;
			top: .5em;
			left: -1em;
			width: 6px;
			height: 6px;
			background-color: #19169a;
			border-radius: 100%; } }

/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
	table.TableStyle_01 tr th {
		padding: 20px;
		border-bottom: 1px solid #19169a;
		text-align: left;
		font-weight: bold;
		vertical-align: top;
		width: 200px; }
	table.TableStyle_01 tr td {
		padding: 20px;
		border-bottom: 1px solid #a7a7a7;
		text-align: left; } }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	table.TableStyle_01 tr th {
		padding: 20px;
		border-bottom: 1px solid #19169a;
		text-align: left;
		font-weight: bold;
		vertical-align: top;
		width: 200px; }
	table.TableStyle_01 tr td {
		padding: 20px;
		border-bottom: 1px solid #a7a7a7;
		text-align: left; } }

/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
	table.TableStyle_01 tr th {
		padding: 20px;
		border-bottom: 1px solid #19169a;
		text-align: left;
		font-weight: bold;
		vertical-align: top;
		width: 200px; }
	table.TableStyle_01 tr td {
		padding: 20px;
		border-bottom: 1px solid #a7a7a7;
		text-align: left; } }

/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
	table.TableStyle_01 tr th {
		padding: 10px;
		border-bottom: 1px solid #19169a;
		text-align: left;
		font-weight: bold;
		width: 110px;
		vertical-align: top; }
	table.TableStyle_01 tr td {
		padding: 10px;
		border-bottom: 1px solid #a7a7a7;
		text-align: left; } }

/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
	table.TableStyle_01 tr th {
		padding: 10px;
		border-bottom: 1px solid #19169a;
		text-align: left;
		font-weight: bold;
		width: 90px;
		vertical-align: top; }
	table.TableStyle_01 tr td {
		padding: 10px;
		border-bottom: 1px solid #a7a7a7;
		text-align: left; } }

/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
	ul.ImageList_01 {
		display: flex;
		flex-wrap: wrap; }
		ul.ImageList_01 li {
			width: 330px;
			border-right: 1px solid #a7a7a7;
			margin-bottom: 20px;
			padding: 40px 0;
			text-align: center; }
			ul.ImageList_01 li:nth-child(3n) {
				border: 0px solid #fff; }
			ul.ImageList_01 li img {
				margin-bottom: 20px; }
			ul.ImageList_01 li p {
				color: #3d3d3d;
				font-size: 16px; }
	ul.ImageList_02 {
		display: flex;
		flex-wrap: wrap; }
		ul.ImageList_02 li {
			width: 330px;
			border-right: 1px dotted #ccc;
			margin-bottom: 20px;
			padding: 15px 30px;
			text-align: center;
			box-sizing: border-box; }
			ul.ImageList_02 li:nth-child(3n) {
				border: 0px dotted #fff; }
			ul.ImageList_02 li img {
				margin-bottom: 20px; }
			ul.ImageList_02 li p {
				color: #3d3d3d;
				font-size: 16px;
				text-align: left !important; }
	ul.ImageList_03 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center; }
		ul.ImageList_03 li {
			margin-right: 20px; }
			ul.ImageList_03 li:last-child {
				margin-right: 0; } }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	ul.ImageList_01 {
		display: flex;
		flex-wrap: wrap; }
		ul.ImageList_01 li {
			width: 28vw;
			border-right: 1px solid #a7a7a7;
			margin-bottom: 20px;
			padding: 40px 0;
			text-align: center; }
			ul.ImageList_01 li:nth-child(3n) {
				border: 0px solid #fff; }
			ul.ImageList_01 li img {
				margin-bottom: 20px; }
			ul.ImageList_01 li p {
				color: #3d3d3d;
				font-size: 16px; }
	ul.ImageList_02 {
		display: flex;
		flex-wrap: wrap; }
		ul.ImageList_02 li {
			width: 28vw;
			border-right: 1px dotted #ccc;
			margin-bottom: 20px;
			padding: 15px 30px;
			text-align: center;
			box-sizing: border-box; }
			ul.ImageList_02 li:nth-child(3n) {
				border: 0px solid #fff; }
			ul.ImageList_02 li img {
				margin-bottom: 20px; }
			ul.ImageList_02 li p {
				color: #3d3d3d;
				font-size: 16px;
				text-align: left !important; }
	ul.ImageList_03 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center; }
		ul.ImageList_03 li {
			margin-right: 20px; }
			ul.ImageList_03 li:last-child {
				margin-right: 0; } }

/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
	ul.ImageList_01 {
		display: flex;
		flex-wrap: wrap; }
		ul.ImageList_01 li {
			width: 100%;
			border-bottom: 1px solid #a7a7a7;
			margin-bottom: 20px;
			padding: 40px 0;
			text-align: center; }
			ul.ImageList_01 li img {
				margin-bottom: 20px; }
			ul.ImageList_01 li p {
				color: #3d3d3d;
				font-size: 16px; }
	ul.ImageList_02 {
		display: flex;
		flex-wrap: wrap; }
		ul.ImageList_02 li {
			width: 100%;
			border-bottom: 1px dotted #ccc;
			margin-bottom: 20px;
			padding: 40px 20px;
			text-align: center; }
			ul.ImageList_02 li img {
				margin-bottom: 20px; }
			ul.ImageList_02 li p {
				color: #3d3d3d;
				font-size: 16px;
				text-align: left !important; }
	ul.ImageList_03 {
		display: flex;
		flex-wrap: wrap; }
		ul.ImageList_03 li {
			padding: 40px 20px;
			text-align: center; } }

/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
	ul.ImageList_01 {
		display: flex;
		flex-wrap: wrap; }
		ul.ImageList_01 li {
			width: 100%;
			border-bottom: 1px solid #a7a7a7;
			margin-bottom: 20px;
			padding: 40px 0;
			text-align: center; }
			ul.ImageList_01 li img {
				margin-bottom: 20px; }
			ul.ImageList_01 li p {
				color: #3d3d3d;
				font-size: 16px; }
	ul.ImageList_02 {
		display: flex;
		flex-wrap: wrap; }
		ul.ImageList_02 li {
			width: 100%;
			border-bottom: 1px dotted #ccc;
			margin-bottom: 20px;
			padding: 40px 20px;
			text-align: center; }
			ul.ImageList_02 li img {
				margin-bottom: 20px; }
			ul.ImageList_02 li p {
				color: #3d3d3d;
				font-size: 16px;
				text-align: left !important; }
	ul.ImageList_03 {
		display: flex;
		flex-wrap: wrap; }
		ul.ImageList_03 li {
			padding: 40px 20px;
			text-align: center; } }

/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
	ul.ImageList_01 {
		display: flex;
		flex-wrap: wrap; }
		ul.ImageList_01 li {
			width: 100%;
			border-bottom: 1px solid #a7a7a7;
			margin-bottom: 20px;
			padding: 40px 0;
			text-align: center; }
			ul.ImageList_01 li img {
				margin-bottom: 20px; }
			ul.ImageList_01 li p {
				color: #3d3d3d;
				font-size: 16px; }
	ul.ImageList_02 {
		display: flex;
		flex-wrap: wrap; }
		ul.ImageList_02 li {
			width: 100%;
			border-bottom: 1px dotted #ccc;
			margin-bottom: 20px;
			padding: 40px 20px;
			text-align: center; }
			ul.ImageList_02 li img {
				margin-bottom: 20px; }
			ul.ImageList_02 li p {
				color: #3d3d3d;
				font-size: 16px;
				text-align: left !important; }
	ul.ImageList_03 {
		display: flex;
		flex-wrap: wrap; }
		ul.ImageList_03 li {
			padding: 40px 20px;
			text-align: center; } }

/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
	.GoogleMap iframe {
		width: 100%;
		height: 400px; } }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	.GoogleMap iframe {
		width: 100%;
		height: 400px; } }

/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
	.GoogleMap iframe {
		width: 100%;
		height: 400px; } }

/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
	.GoogleMap iframe {
		width: 100%;
		height: 300px; } }

/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
	.GoogleMap iframe {
		width: 100%;
		height: 300px; } }

/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
	input, textarea {
		border: 2px solid #d0d7ec;
		width: 90%;
		padding: 10px;
		margin: 3px 0; }
	input {
		line-height: normal; }
	.buttonArea {
		text-align: center;
		margin: 20px 0 40px; }
		.buttonArea input {
			width: 330px;
			background: #0d0aa7;
			border: none;
			padding: 10px 0;
			color: #fff;
			margin: 0 auto;
			font-size: 16px; }
	button, html input[type="button"], input[type="reset"], input[type="submit"] {
		-webkit-appearance: button;
		cursor: pointer; }
	input.backBtn {
		background: #848484;
		margin-right: 15px; } }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	input, textarea {
		border: 2px solid #d0d7ec;
		width: 90%;
		padding: 10px;
		margin: 3px 0; }
	input {
		line-height: normal; }
	.buttonArea {
		text-align: center;
		margin: 20px 0 40px; }
		.buttonArea input {
			width: 330px;
			background: #0d0aa7;
			border: none;
			padding: 10px 0;
			color: #fff;
			margin: 0 auto;
			font-size: 16px; }
	button, html input[type="button"], input[type="reset"], input[type="submit"] {
		-webkit-appearance: button;
		cursor: pointer; }
	input.backBtn {
		background: #848484;
		margin-right: 15px; } }

/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
	input, textarea {
		border: 2px solid #d0d7ec;
		width: 90%;
		padding: 10px;
		margin: 3px 0; }
	input {
		line-height: normal; }
	.buttonArea {
		text-align: center;
		margin: 20px 0 40px; }
		.buttonArea input {
			width: 280px;
			background: #0d0aa7;
			border: none;
			padding: 10px 0;
			color: #fff;
			margin: 0 auto;
			font-size: 16px; }
	button, html input[type="button"], input[type="reset"], input[type="submit"] {
		-webkit-appearance: button;
		cursor: pointer; }
	input.backBtn {
		background: #848484;
		margin-right: 15px; } }

/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
	input, textarea {
		border: 2px solid #d0d7ec;
		width: 90%;
		padding: 10px;
		margin: 3px 0; }
	input {
		line-height: normal; }
	.buttonArea {
		text-align: center;
		margin: 20px 0 40px; }
		.buttonArea input {
			width: 220px;
			background: #0d0aa7;
			border: none;
			padding: 10px 0;
			color: #fff;
			margin: 0 auto;
			font-size: 16px; }
	button, html input[type="button"], input[type="reset"], input[type="submit"] {
		-webkit-appearance: button;
		cursor: pointer; }
	input.backBtn {
		background: #848484;
		margin-right: 15px; } }

/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
	input, textarea {
		border: 2px solid #d0d7ec;
		width: 90%;
		padding: 10px;
		margin: 3px 0; }
	input {
		line-height: normal; }
	.buttonArea {
		text-align: center;
		margin: 20px 0 40px; }
		.buttonArea input {
			width: 200px;
			background: #0d0aa7;
			border: none;
			padding: 10px 0;
			color: #fff;
			margin: 0 auto;
			font-size: 16px; }
	button, html input[type="button"], input[type="reset"], input[type="submit"] {
		-webkit-appearance: button;
		cursor: pointer; }
	input.backBtn {
		background: #848484;
		margin-right: 15px; } }

/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
	.buttonArea {
		display: flex;
		justify-content: center; } }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	.buttonArea {
		display: flex;
		justify-content: center; } }

/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
	.buttonArea {
		display: flex;
		justify-content: center; } }

/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
	.buttonArea {
		display: flex;
		justify-content: center; } }

/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
	.buttonArea {
		display: flex;
		justify-content: center; } }

/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
	.error {
		display: block;
		color: #C00003;
		font-size: 16px;
		font-weight: bold;
		margin-top: 10px; } }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	.error {
		display: block;
		color: #C00003;
		font-size: 16px;
		font-weight: bold;
		margin-top: 10px; } }

/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
	.error {
		display: block;
		color: #C00003;
		font-size: 16px;
		font-weight: bold;
		margin-top: 10px; } }

/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
	.error {
		display: block;
		color: #C00003;
		font-size: 16px;
		font-weight: bold; } }

/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
	.error {
		display: block;
		color: #C00003;
		font-size: 16px;
		font-weight: bold;
		margin-top: 10px; } }

#newsContents {
	margin-top: 50px; }
	@media screen and (min-width: 1280px) {
		#newsContents .Contents {
			width: 700px; } }
	@media screen and (min-width: 600px) and (max-width: 959px) {
		#newsContents .Contents {
			width: 100%;
			margin: 0 auto;
			padding: 0 10px;
			box-sizing: border-box; } }
	@media screen and (min-width: 480px) and (max-width: 599px) {
		#newsContents .Contents {
			width: 100%;
			margin: 0 auto;
			padding: 0 10px;
			box-sizing: border-box; } }
	@media screen and (max-width: 479px) {
		#newsContents .Contents {
			width: 100%;
			margin: 0 auto;
			padding: 0 10px;
			box-sizing: border-box; } }
	#newsContents h2 {
		font-family: 'Noto Serif JP', sans-serif;
		text-align: center; }
		@media screen and (min-width: 1280px) {
			#newsContents h2 {
				font-size: 38px;
				margin-bottom: 40px; } }
		@media screen and (min-width: 600px) and (max-width: 959px) {
			#newsContents h2 {
				font-size: 38px;
				margin-bottom: 40px; } }
		@media screen and (min-width: 480px) and (max-width: 599px) {
			#newsContents h2 {
				font-size: 20px;
				margin-bottom: 1rem; } }
		@media screen and (max-width: 479px) {
			#newsContents h2 {
				font-size: 20px;
				margin-bottom: 1rem; } }
	#newsContents .newsList_item a, #newsContents .newsList_item .oneline_news {
		text-decoration: none;
		border-bottom: 1px solid #ccc;
		width: 100%; }
		@media screen and (min-width: 960px) {
			#newsContents .newsList_item a, #newsContents .newsList_item .oneline_news {
				display: table; } }
		@media screen and (max-width: 959px) {
			#newsContents .newsList_item a, #newsContents .newsList_item .oneline_news {
				display: block; } }
		@media screen and (min-width: 960px) {
			#newsContents .newsList_item a span, #newsContents .newsList_item .oneline_news span {
				display: table-cell;
				padding: .5rem 1rem; } }
		@media screen and (max-width: 959px) {
			#newsContents .newsList_item a span, #newsContents .newsList_item .oneline_news span {
				display: block; } }
		#newsContents .newsList_item a .newsDate, #newsContents .newsList_item .oneline_news .newsDate {
			color: #666; }
			@media screen and (min-width: 960px) {
				#newsContents .newsList_item a .newsDate, #newsContents .newsList_item .oneline_news .newsDate {
					width: 20%; } }
			@media screen and (max-width: 959px) {
				#newsContents .newsList_item a .newsDate, #newsContents .newsList_item .oneline_news .newsDate {
					font-size: 14px; } }

@media screen and (min-width: 960px) {
	.newsBtn {
		width: 35%;
		margin: 50px auto 0; } }

@media screen and (max-width: 959px) {
	.newsBtn {
		margin-top: 2rem; } }

.newsBtn a {
	display: block;
	line-height: 1.4;
	text-align: center;
	background-color: #484848;
	text-decoration: none;
	color: #fff;
	box-sizing: border-box; }
	@media screen and (min-width: 960px) {
		.newsBtn a {
			padding: 10px 0; } }
	@media screen and (max-width: 959px) {
		.newsBtn a {
			padding: .5rem 1rem; } }

#articleDate {
	text-align: right;
	font-size: 12px; }

#articleBody {
	margin-top: 50px; }

.wp-pagenavi {
	margin-top: 50px;
	text-align: center; }
	.wp-pagenavi a {
		border: none; }
	.wp-pagenavi .current {
		border: 1px solid #484848;
		background-color: #484848;
		color: #fff; }

#OTHER_WORKS #HeaderArea {
	border-bottom: 1px solid #dedede; }

#OTHER_WORKS .ContentsArea {
	padding-top: 50px;
	background-color: #fff; }

@media screen and (min-width: 960px) {
	.WorksArticles {
		float: left;
		width: 700px; } }

.WorksArticles .article {
	background-color: #fff;
	border-radius: 6px;
	border: 4px solid #dfdff3; }
	.WorksArticles .article a {
		text-decoration: none; }
	@media screen and (min-width: 960px) {
		.WorksArticles .article {
			padding: 1rem 1.5rem; } }
	@media screen and (max-width: 959px) {
		.WorksArticles .article {
			padding: 1rem 0.5rem; } }
	.WorksArticles .article .article_title {
		font-size: 20px;
		color: #0d0aa7; }
	.WorksArticles .article .article_info {
		background-color: #0d0aa7;
		border-radius: 6px; }
		@media screen and (min-width: 960px) {
			.WorksArticles .article .article_info {
				padding: .1rem .5rem; } }
		@media screen and (max-width: 959px) {
			.WorksArticles .article .article_info {
				padding: .1rem .3rem;
				font-size: 12px; } }
		.WorksArticles .article .article_info .article_date {
			color: #fff;
			font-size: 14px;
			display: inline-block;
			margin-right: 1rem; }
		.WorksArticles .article .article_info .article_category {
			display: inline-block;
			font-size: 14px;
			color: #fff; }
			.WorksArticles .article .article_info .article_category .post-categories {
				display: inline-block; }
				.WorksArticles .article .article_info .article_category .post-categories li {
					display: inline-block; }
					.WorksArticles .article .article_info .article_category .post-categories li a {
						color: #fff; }
						.WorksArticles .article .article_info .article_category .post-categories li a:hover {
							text-decoration: underline; }
	.WorksArticles .article .article_excerpt {
		margin-top: 1rem;
		font-size: 14px;
		color: #666; }
	.WorksArticles .article .btn_continue {
		margin-top: 1rem;
		text-align: right; }
		.WorksArticles .article .btn_continue a {
			border-radius: 6px;
			font-size: 14px;
			padding: .5rem 1rem;
			display: inline-block;
			background-color: #484848;
			color: #fff;
			line-height: 1;
			transition: all 0.4s ease; }
			.WorksArticles .article .btn_continue a:hover {
				background-color: #ccc; }
			.WorksArticles .article .btn_continue a:before {
				content: "\f0da";
				margin-right: .5rem;
				display: inline-block;
				font-family: "FontAwesome"; }

.WorksArticles .article + .article {
	margin-top: 2rem; }

@media screen and (min-width: 960px) {
	.WorksAside {
		float: right;
		width: 240px; } }

@media screen and (max-width: 959px) {
	.WorksAside {
		margin-top: 2rem;
		padding-top: 2rem;
		border-top: 1px solid #ccc; } }

.WorksAside .widget {
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #dedede; }
	.WorksAside .widget .widgettitle {
		display: block;
		font-size: 16px;
		padding: .3rem 0;
		border-radius: 6px 6px 0 0;
		background-color: #0d0aa7;
		text-align: center;
		color: #fff; }
	.WorksAside .widget .screen-reader-text {
		display: none; }
	.WorksAside .widget ul {
		padding: 1rem 1rem; }
		.WorksAside .widget ul li {
			font-size: 14px; }
	.WorksAside .widget #searchform #s {
		width: 70%;
		box-sizing: border-box;
		font-size: 14px; }
	.WorksAside .widget #searchform #searchsubmit {
		border: none;
		padding: .6rem 1rem;
		line-height: 1;
		margin: 0 auto;
		width: auto;
		font-size: 16px;
		color: #fff;
		display: inline-block;
		background-color: #484848; }

.WorksAside .widget + .widget {
	margin-top: 1rem; }

.WorksAside .widget_search {
	padding: 0;
	margin: 0;
	border: none; }

.pagenation {
	margin-top: 50px; }
	.pagenation .next {
		float: right; }
	.pagenation .prev {
		float: left; }
