@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Material+Icons|Lato:400,700|Encode+Sans+Condensed:400|Noto+Sans+JP:400,500,700");


*{
	box-sizing: border-box;
}

html, body {
	overflow-x: hidden;
	position: relative;
	font-size: 16px; /* = 1rem */
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	font-weight: 400;
	min-width: 320px; }


	img { max-width: 100%; max-height: 100%; }


	a {
		transition:
		background 0.3s,
		border 0.3s,
		color 0.3s;
	}

	[data-button]{
		position: relative;
		display: inline-block;
		padding: 1rem 4rem;
		border: 1px solid #d9d9d9;
		border-radius: 4rem;
		background: none;
		color: black;
		font-weight: 700;
		font-size: 1em;
		line-height: 1;
	}
	[data-button]:hover{
		text-decoration: none;
		border: 1px solid red;
	}

	[data-button] .material-icons{
		display: inline-block;
		font-size: 1.2rem;
		vertical-align: middle;
		color: red;
		line-height: 1;
		text-decoration: none;
	}




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

		[data-button]{
			padding: 1rem 2rem;
		}

	}

	a[data-icon]{
		position: relative;
		display: inline-block;
		color: red;
		line-height: 1;
	}
	a[data-icon]:hover{
		text-decoration: none;

	}
	a[data-icon] .material-icons{
		display: inline-block;
		font-size: 1.1em;
		vertical-align: bottom;
		margin: 0 0 0 0;
	}
	a[data-icon] small{
		display: inline-block;
		font-size: 0.8em;
		font-weight: 700;
		vertical-align: bottom;
	}




	[data-float="right"]{
		float: right;
		margin: 0 0 1rem 2rem;
		max-width: 256px;
	}

	[data-float="left"]{
		float: left;
		margin: 0 1rem 2rem 1rem;
		max-width: 256px;
	}

	[data-float="right"].widthOverlimit,
	[data-float="left"].widthOverlimit{
		max-width: none;
	}




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

		[data-float="right"],
		[data-float="left"]{
			float: none;
			margin: 0.5rem auto;
			text-align: center;
		}




	}



	[data-mobileonly]{
		display: none;
	}
	[data-pconly]{
		display: block;
	}
	@media screen and (max-width: 768px) {

		[data-mobileonly]{
			display: inline-block;
		}
		[data-pconly]{
			display: none;
		}
	}

	[type='radio'],
	[type='checkbox'],
	[type='submit'],
	label,
	button {
		cursor: pointer; }


		[role='application'],
		[role='tabpanel'],
		[role='dialog'] {
			display: block; }

			[aria-hidden='false'],
			[aria-expanded='true']{
				display: block; }

				[aria-hidden="true"],
				[aria-expanded='false'] {
					display: none; }

					[aria-modal='true'] {
						overflow-y: auto;
						box-sizing: border-box;
						max-width: 500px;
						max-height: 100vh;
						margin: 3rem;
						padding: 2rem;
						background-color: #fff; }




						#l-modal > [data-modal="background"] {
							position: fixed;
							z-index: 1000;
							top: 0;
							right: 0;
							bottom: 0;
							left: 0;
							display: -webkit-box;
							display: -webkit-flex;
							display: flex;
							-webkit-box-pack: center;
							-webkit-justify-content: center;
							justify-content: center;
							-webkit-box-align: center;
							-webkit-align-items: center;
							align-items: center; }












							.swiper-slide {
								background: #eee;
								display: -webkit-box;
								display: -webkit-flex;
								display: flex;
								-webkit-box-align: center;
								-webkit-align-items: center;
								align-items: center;
								-webkit-box-pack: center;
								-webkit-justify-content: center;
								justify-content: center; }

								.swiper-slide img {
									max-height: 100%;
									max-width: 100%; }











									#l-footer{
										position: relative;
										border-top: 8px solid red;
										background: black;
										color: white;
									}

									#l-footer [data-body]{
										max-width: 1024px;
										margin: 0 auto;
										padding: 2rem 1rem;
										display: flex;
										align-items: stretch;
									}

									#l-footer [data-layout]{
										display: flex;
										flex-direction: column;
										justify-content: space-between;
										align-items: stretch;
									}
									#l-footer [data-layout]:nth-of-type(1){
										flex: 0 0 auto;
									}
									#l-footer [data-layout]:nth-last-of-type(1){
										flex: 1 1 100%;
										margin: 0 0 0 4.5rem;
									}

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


										#l-footer [data-body]{
											display: block;
											max-width: 320px;
										}

										#l-footer [data-layout]{
											display: block;
										}
										#l-footer [data-layout]:nth-of-type(1){
										}
										#l-footer [data-layout]:nth-last-of-type(1){
											margin: 1.5rem 0 0 0;
										}


									}


									.l-footer__logo{
										margin: 0 0 1.5rem 0;
									}



									.l-footer__contact{

									}
									.l-footer__contact dl{
										margin: 0 0 1rem 0;
									}
									.l-footer__contact dt{
										font-size: 1em;
										font-weight: 700;
									}
									.l-footer__contact dd{
										margin: 0.25rem 0 0 0;
										color: #bfbfbf;
										font-size: 0.9em;
										line-height: 1.4;
									}
									.l-footer__contact dd small{
										display: inline-block;
										font-size: 0.8em;
										font-weight: 700;
										margin: 0 0.5em 0 0;
									}
									.l-footer__contact dd b{
										display: inline-block;
										font-size: 1.1em;
										font-weight: 700;
										margin: 0 0.75em 0 0;
									}


									.l-footer__contact [data-button]{
										width: 100%;
										padding: 1rem;
										border: 1px solid #333;
										text-align: center;
										color: #bfbfbf;
									}
									.l-footer__contact [data-button]:hover{
										text-decoration: none;
										border: 1px solid white;
										color: white;
										background: #202020;
									}


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

										.l-footer__contact [data-button]{
											padding: 1rem 2rem;
										}

									}


									.l-footer__copyright{
										color: #333333;
										font-size: 0.75em;
										text-align: right;
									}



















									#l-header{
										position: relative;
										width: 100%;
										background: white;
										border-bottom: 4px solid red;
									}

									#l-header [data-body]{
										margin: 0 auto;
										padding: 1rem 2rem;
										display: flex;
										justify-content: space-between;
										align-items: flex-end;
									}

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

										#l-header [data-body]{
											padding: 1rem 1rem;
										}

										.l-header__logo{
											height: 2em;
										}

									}

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

										#l-header{
											/*
											position: fixed;
											top: 0;
											left: 0;
											z-index: 100;
											*/
										}

										#l-header [data-body]{
											justify-content: center;
										}

									}





									#l-sitemenu{
									}

									.l-sitemenu__list{
										display: flex;
										justify-content: space-between;
										align-items: center;
									}
									.l-sitemenu__list > li{
										transition: margin 0.3s;
										margin: 0 0 0 1.5rem;
										padding: 0 0 0 1.5rem;
										border-left: 1px solid #d9d9d9;
									}
									.l-sitemenu__list > li:nth-of-type(1){
										margin: 0;
										padding: 0;
										border-left: none;
									}

									.l-sitemenu__list > li > a{
										display: flex;
										flex-direction: column;
										justify-content: center;
										align-items: stretch;

										color: black;
										text-align: center;
										line-height: 1;
									}
									.l-sitemenu__list > li > a:hover{
										text-decoration: none;
									}

									.l-sitemenu__list > li > a > b{
										order: 2;
										display: inline-block;
										color: #8c8c8c;
										font-size: 0.7em;
										font-weight: 400; }
										.l-sitemenu__list > li > a:hover > b{
											color: white;background: red;
											font-weight: 700; }
											.l-sitemenu__list > li[aria-current="page"] > a > b{
												color: white;background: red;
												font-weight: 700; }


												.l-sitemenu__list > li > a > i{
													order: 1;
													display: inline-block;
													margin: 0 0 0.25rem 0;

													color: black;
													font-size: 1.1em;
													font-weight: 700;
													font-style: normal; }





													.l-sitemenu__list > li > ul{
														display: none;
													}


													.l-sitemenu__mobile{
														display: none;
													}

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

														.l-sitemenu__list > li{
															margin: 0 0 0 1rem;
															padding: 0 0 0 1rem;
														}
														.l-sitemenu__list > li:nth-of-type(1){
															margin: 0;
															padding: 0;
														}

													}


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

														.l-sitemenu__list{
															display: none;
														}

														.l-sitemenu__mobile{
															position: absolute;
															top: 0;
															right: 0;

															display: flex;
															justify-content: center;
															align-items: center;
															width: 4rem;
															height: 100%;
															color: red;
														}
														.l-sitemenu__mobile:hover{
															text-decoration: none;
														}

													}







													#l-mobilemenu{
														background: rgba(0, 0, 0, 0.9);
														position: relative;
														max-width: none;
														width: 100%;
														height: 100%;
														margin: 0;
														padding: 5rem 3rem;
														color: white; }


														#l-mobilemenu > [data-modal="close"] {
															position: fixed;
															top: 0;
															right: 0;

															display: flex;
															justify-content: center;
															align-items: center;
															width: 4rem;
															height: 4.5rem;
															color: white;
															background: red;
														}



														.l-mobilemenu__list{
															display: flex;
															flex-direction: column;
															justify-content: space-between;
															align-items: center;
														}
														.l-mobilemenu__list > li{
															width: 100%;
															border-bottom: 1px solid rgba(255,255,255,0.16);
														}
														.l-mobilemenu__list > li:nth-last-of-type(1){
															border-bottom: none;
														}


														.l-mobilemenu__list > li > a{
															display: flex;
															flex-direction: column;
															justify-content: center;
															align-items: stretch;

															width: 100%;
															padding: 1.5rem 0;

															color: white;
															text-align: center;
															line-height: 1;
														}
														.l-mobilemenu__list > li > a:hover{
															text-decoration: none;
															background: rgba(255,255,255,0.1);
														}
														.l-mobilemenu__list > li > a[aria-current="page"]{
														}


														.l-mobilemenu__list > li > a > b{
															order: 2;
															display: inline-block;
															font-size: 0.7em;
															font-weight: 400; }


															.l-mobilemenu__list > li > a > i{
																order: 1;
																display: inline-block;
																margin: 0 0 0.5rem 0;

																font-size: 1.1em;
																font-weight: 700;
																font-style: normal; }


																.l-mobilemenu__list > li > ul{
																	display: none;
																}












																#l-sitemap{
																}


																.l-sitemap__list{
																	margin: 0.25rem 0 0 0;
																	display: flex;
																	flex-wrap: wrap;
																	justify-content: space-between;
																	align-items: stretch;
																}

																.l-sitemap__list > li{
																	margin: 0 0 1.5rem 0;
																	width: 22.5%
																	/*width: 48%;*/
																}
																.l-sitemap__list > li:nth-of-type(1){
																	width: 100%;
																}

																.l-sitemap__list > li > a{
																	display: block;
																	width: 100%;
																	padding: 1rem;
																	border: 1px solid #333;
																	text-align: center;
																	color: #bfbfbf;
																}
																.l-sitemap__list > li > a:hover{
																	text-decoration: none;
																	border: 1px solid white;
																	color: white;
																	background: #202020;
																}

																.l-sitemap__list > li[aria-current="page"] > a{
																	text-decoration: none;
																	border: 1px solid white;
																	color: white;
																	background: #202020;
																}


																.l-sitemap__list > li > a > b{ }

																.l-sitemap__list > li > a > i{ display: none; }


																.l-sitemap__list > li > ul{
																	margin: 1.5rem 0.5rem 0 0.5rem; }

																	.l-sitemap__list > li > ul > li{
																		margin: 0 0 1rem 0;
																		padding: 0 0 0 1rem; }

																		.l-sitemap__list > li > ul > li > a{
																			position: relative;
																			display: block;
																			color: #b0b4be;
																			font-size: 0.9em;
																			line-height: 1.5em; }
																			.l-sitemap__list > li > ul > li > a:before{
																				position: absolute;
																				top: calc(50% - 12px);
																				left: -1.5rem;

																				font-family: 'Material Icons';
																				content: 'arrow_right';
																				font-size: 24px;
																				color: #333;
																			}

																			.l-sitemap__list > li > ul > li > a:hover{
																				color: white;}
																				.l-sitemap__list > li > ul > li > a:hover:before{
																					color: red;
																				}



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


																					#l-sitemap{
																						display: none;
																					}



																				}







																				#l-pageHeader{
																					background: #ccc center center no-repeat;
																					background-size: cover;
																				}

																				.l-pageHeader__titleImage{
																					position: relative;
																					height: 320px;
																					background: radial-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.33));
																				}

																				.l-pageHeader__titleText{
																					position: absolute;
																					bottom: 1rem;
																					left: 0;
																					margin: 0 auto;
																					padding: 0 2rem;
																					width: 100%;
																					max-width: 1024px;
																				}
																				.l-pageHeader__titleText b{
																					display: inline-block;
																					font-size: 5em;
																					font-weight: 700;
																					color: rgba(255, 255, 255, 0.75);
																				}
																				.l-pageHeader__titleText i{
																					display: inline-block;
																					font-style: normal;
																					font-size: 1.1em;
																					font-weight: 700;
																					color: rgba(255, 255, 255, 0.5);
																					margin: 0 0 0 0.5rem;
																				}

																				.l-pageHeader__pageName{
																					position: absolute;
																					top: 1rem;
																					left: 2rem;
																					font-style: normal;
																					font-weight: 700;
																					font-size: 1.2em;
																					color: white;
																				}


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


																					.l-pageHeader__titleImage{
																						height: 128px;
																					}

																					.l-pageHeader__titleText{
																						padding: 0 1rem;
																					}

																					.l-pageHeader__titleText b{
																						font-size: 2em;
																					}
																					.l-pageHeader__titleText i{
																						font-size: 1em;
																					}

																					.l-pageHeader__pageName{
																						left: 1rem;
																					}


																				}










																				#l-contents{}


																					#l-contents p{
																						line-height: 1.8;
																						margin: 0 0 0.8em 0;
																					}
																					#l-contents p[data-lead]{
																						font-weight: 500;
																						font-size: 1.2em;
																					}



																					.l-contents__body{

																					}



																					.l-contents__section{
																						clear: both;
																						margin: 8rem auto;
																						padding: 0 2rem;
																						max-width: 1024px;
																					}

																					.l-contents__sectionTitle{
																						position: relative;
																						padding: 0;
																						margin: 2rem 0;
																					}
																					.l-contents__sectionTitle:before{
																						content: '';
																						position: absolute;
																						top: calc(50% - 0.125rem);
																						right: calc(100% + 1rem);
																						height: 0.25rem;
																						width: 4rem;
																						background: red;
																					}


																					.l-contents__sectionTitleText{
																						font-size: 2em;
																						font-weight: 700;
																					}

																					.l-contents__sectionImage{
																						margin-right: calc(50% - 50vw);
																						margin-left: calc(50% - 50vw);
																					}
																					.l-contents__sectionImage img{
																						width: 100%;
																					}



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

																						.l-contents__section{

																							margin: 4rem auto;
																							padding: 0 1rem;
																						}


																					}




																					.l-contents__section2nd{

																						clear: both;
																						margin: 6rem auto;
																					}

																					.l-contents__section2ndTitle{
																						position: relative;
																						padding: 0;
																						margin: 2rem 0;
																					}
																					.l-contents__section2ndTitle:before{
																						content: '';
																						position: absolute;
																						top: calc(50% - 0.125rem);
																						right: calc(100% + 1.5rem);
																						height: 0.25rem;
																						width: 3.5rem;
																						background: #cccccc;
																					}


																					.l-contents__section2ndTitleText{
																						font-size: 1.75em;
																						font-weight: 700;
																					}

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

																						.l-contents__section2nd{

																							margin: 3rem auto;
																						}

																						.l-contents__section2ndTitle{
																							position: relative;
																							padding: 0;
																							margin: 1.5rem 0;
																						}


																					}






																					#p-essence{
																						clear: both;
																						margin: 6rem auto;
																						margin-right: calc(50% - 50vw);
																						margin-left: calc(50% - 50vw);
																						background: #d9d9d9;
																						padding: 2rem 0;
																					}

																					#p-essence > section{
																						margin: 0 auto 2rem auto;
																						max-width: 1024px;
																						padding: 0 2rem;
																					}
																					#p-essence > section:nth-last-of-type(1){
																						margin: 0 auto;
																					}
																					#p-essence > section > header{
																					}
																					#p-essence > section > header > *{
																						text-align: center;
																						padding: 1rem 2rem;
																						background: none;
																						color: black;
																					}
																					#p-essence > section > header > * > b{
																						display: block;
																						font-size: 1.25em;
																						font-weight: 700;

																					}
																					#p-essence > section > header > * > i{
																						display: block;
																						margin: 0.25rem 0 0 0;
																						font-size: 0.8em;
																						font-weight: 400;
																						font-style: normal;
																						color: #666666;
																					}


																					#p-essence dl{
																						background: white;
																						padding: 1rem 2rem 2rem 2rem;
																					}
																					#p-essence dl > dt{
																						text-align: center;
																						margin: 1rem -2rem 1.5rem -2rem;
																						padding: 1rem;
																						background: #666;
																					}
																					#p-essence section:nth-of-type(1) dl > dt{
																						background: red;
																					}

																					#p-essence dl > dt > b{
																						display: block;
																						font-size: 1.1em;
																						font-weight: 700;
																						color: white;
																					}
																					#p-essence dl > dt > i{
																						display: block;
																						margin: 0.5rem 0 0 0;
																						font-size: 0.75em;
																						font-weight: 700;
																						font-style: normal;
																						color: rgba(255,255,255,0.8);
																					}


																					#p-essence dl > dd{
																						font-size: 1em;
																						line-height: 1.8;
																					}

																					#p-essence dl > dd ul{
																						font-size: 0.95em;
																						margin: 1rem 0 0 0;
																						padding: 1rem;
																						border: 1px solid #d9d9d9;
																					}

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


																						#p-essence{
																							margin: 4rem auto;
																							margin-right: calc(50% - 50vw);
																							margin-left: calc(50% - 50vw);
																							padding: 1rem 0;
																						}

																						#p-essence > section{
																							margin: 0 auto 1rem auto;
																							padding: 0 1rem;
																						}
																						#p-essence > section:nth-last-of-type(1){
																							margin: 0 auto;
																						}
																						#p-essence > section > header{
																						}
																						#p-essence > section > header > *{
																							padding: 1rem 1rem;
																						}



																						#p-essence dl{
																							background: white;
																							padding: 1rem 1rem 1rem 1rem;
																						}
																						#p-essence dl > dt{
																							text-align: center;
																							margin: 1rem -1rem 1rem -1rem;
																							padding: 1rem;
																							background: #666;
																						}


																					}





																					[data-layout="Lead"]{

																						max-width: 600px;
																						margin: 8rem auto 0 auto;
																						padding: 0 2rem;
																						text-align: left;

																					}

																					[data-layout="Lead"] figure{

																						max-width: 560px;
																						margin:  0 auto 4rem auto;
																					}

																					[data-layout="Lead"] p{
																						line-height: 2 !important;
																						font-weight: 500;
																					}



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


																						[data-layout="Lead"]{

																							max-width: 320px;
																							margin: 4rem auto 0 auto;
																							padding: 0 1rem;
																							text-align: left;
																						}

																						[data-layout="Lead"] figure{
																							margin:  0 auto 2rem auto;
																						}

																						[data-layout="Lead"] p{
																							font-size: 0.9em;
																						}


																					}



																					[data-layout="CardList"]{

																						max-width: 1024px;
																						margin: 0 auto;
																						display: flex;
																						flex-wrap: wrap;
																						justify-content: space-between;
																					}

																					[data-layout="CardList"] > *{
																						flex: 1 1 256px;
																						margin: 0.5rem;
																						border: 1px solid #cccccc;

																						display: flex;
																						flex-direction: column;
																					}



																					[data-layout="CardList"] > [data-empty]{
																						display: inline-block;
																						height: 0;
																						width: 0;
																						border: none;
																					}


																					[data-description="Name"]{
																						padding: 1.25rem 1rem 0.5rem 1rem;
																						font-weight: 700;
																						font-size: 1.2em;
																						line-height: 1.2;
																					}
																					[data-description="Name"] small{
																						font-size: 0.8em;
																					}

																					[data-description="Address"]{
																						padding: 0 1rem 1rem 1rem;
																						font-size: 0.85em;
																						line-height: 1.2;
																					}

																					[data-description="Information"]{
																						background: #d9d9d9;
																						padding: 1rem;
																						margin: auto 0 0 0;
																						min-height: 185px;
																					}
																					[data-description="Information"] > *{
																						display: flex;
																						align-items: flex-start;
																						margin: 0 0 0.75rem 0;
																					}
																					[data-description="Information"] > *:nth-last-of-type(1){
																						margin: 0;
																					}

																					[data-description="Information"] > * > dt{
																						flex: 0 0 3rem;
																						margin: 0 0.5rem 0 0;

																						display: flex;
																						justify-content: center;
																						align-items: center;
																						width: 3rem;
																						height: 1rem;
																						background: #999;
																						border-radius: 0.25rem;
																						color: white;
																						font-size: 0.65em;
																						font-weight: 700;

																					}
																					[data-description="Information"] > * > dd{
																						flex: 1 1 auto;
																						font-size: 0.9em;
																						line-height: 1.4;
																					}

																					[data-description="Tel"]{

																					}
																					[data-description="Tel"] > dt{
																						background: #d6672b;
																					}
																					[data-description="Time"]{

																					}
																					[data-description="Time"] > dt{
																						background: #5d6e95;
																					}
																					[data-description="Closed"]{

																					}
																					[data-description="Closed"] > dt{
																						background: #d35573;
																					}
																					[data-description="URL"]{

																					}
																					[data-description="URL"] > dt{
																						background: #2c9d56;
																					}
																					[data-description="URL"] > dd{
																						font-family: 'Encode Sans Condensed', sans-serif;
																						font-size: 0.7em;
																						letter-spacing: 0.015rem;
																					}

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

																						[data-description="Name"] small{
																							display: block;
																							margin: 0 0 0.25rem 0;
																						}

																					}


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

																						[data-layout="CardList"] > *{
																							flex: 1 1 100%;
																						}

																						[data-description="Name"] small{
																							display: inline-block;
																							margin: 0;
																						}

																					}





																					.c-tableSimple{
																						margin: 0.5rem;
																						width: 100%;
																					}

																					.c-tableSimple tr{

																					}

																					.c-tableSimple th,
																					.c-tableSimple td{
																						padding: 2rem 3rem;
																					}

																					.c-tableSimple th{
																						white-space: nowrap;
																						font-size: 1.1em;
																						font-weight: 400;
																						text-align: right;
																					}

																					.c-tableSimple td{
																						position: relative;
																						line-height: 1.6;
																					}
																					.c-tableSimple td:before{
																						content: '';
																						position: absolute;
																						top: 1rem;
																						left: 0;
																						height: calc(100% - 2rem);
																						width: 1px;
																						background: #ccc;

																					}

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


																						.c-tableSimple{
																							margin: 0.5rem 0;
																							width: 100%;
																						}

																						.c-tableSimple th,
																						.c-tableSimple td{
																							display: block;
																						}

																						.c-tableSimple th{
																							font-size: 1em;
																							text-align: left;
																							padding: 1.5rem 0 1rem 0;
																						}

																						.c-tableSimple td{
																							font-size: 0.9em;
																							padding: 1rem 0;
																						}
																						.c-tableSimple td:before{
																							top: 0;
																							left: 0;
																							height: 1px;
																							width: 100%;
																						}



																					}




																					[data-layout="unit"]{
																						display: flex;
																						justify-content: space-between;
																						align-items: stretch;
																					}

																					[data-layout="unit"] > *{
																						flex: 1 1 50%;
																						margin: 0.5rem 2rem;
																					}


																					[data-layout="unit"].center{
																						align-items: center;
																					}

																					[data-layout="unit"].ratio7-3{

																					}
																					[data-layout="unit"].ratio7-3 > *:nth-child(1){
																						flex: 1 1 70%;
																					}
																					[data-layout="unit"].ratio7-3 > *:nth-child(2){
																						flex: 1 1 30%;
																					}
																					[data-layout="unit"].ratio7-3 > *:nth-child(2) img {
																						max-width: 65%;
																					}





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

																						[data-layout="unit"]{
																							flex-direction: column;
																							justify-content: space-between;
																							align-items: stretch;
																						}

																						[data-layout="unit"] > *{
																							flex: 1 1 auto;
																							margin: 1rem 0;
																						}


																					}











																					[data-layout="grid1x1"]{
																						display: flex;
																						align-items: stretch;
																						border: 4px solid #d9d9d9;
																					}

																					[data-layout="grid1x1"] > *{
																						flex: 1 1 auto;
																						border: 4px solid #d9d9d9;
																					}



																					[data-layout="grid2x2"]{
																						display: flex;
																						flex-wrap: wrap;
																						justify-content: space-between;
																						align-items: stretch;
																						border: 4px solid #d9d9d9;
																					}

																					[data-layout="grid2x2"] > *{
																						flex: 1 1 50%;
																						border: 4px solid #d9d9d9;
																					}


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

																						[data-layout="grid2x2"]{
																							flex-direction: column;
																							justify-content: space-between;
																							align-items: stretch;
																						}

																						[data-layout="grid2x2"] > *{
																							flex: 1 1 auto;
																						}


																					}





																					.c-place{
																						max-width: 800px;
																						margin: 0 auto;
																					}

																					.c-place__item{
																						width: 100%;
																					}

																					.c-place__item [data-description="Name"]{
																						text-align: center;
																						font-size: 1.25em;
																						font-weight: 700;
																						border-bottom: 1px solid #bfbfbf;
																					}

																					.c-place__item [data-description="GoogleMap"]{
																						margin: 1rem 0;
																						height: 240px;
																						width: 100%;
																						background: #eee;
																					}
																					.c-place__item [data-description="GoogleMap"] iframe{
																						width: 100%;
																						height: 100%;
																					}


																					.c-place__item [data-description="Address"]{
																						margin: 0.5rem 0;
																						padding: 0;
																						text-align: center;
																					}

																					.c-place__item [data-description="Contact"]{
																						margin: 0.5rem 0;
																						text-align: center;
																					}
																					.c-place__item [data-description="Contact"] small{
																						display: inline-block;
																						font-size: 0.8em;
																						font-weight: 700;
																					}
																					.c-place__item [data-description="Contact"] b{
																						display: inline-block;
																					}



																					.c-place__item [data-description="Link"]{
																						margin: 1rem 0 0 0;
																					}

																					.c-place__item a{
																						width: 100%;
																						margin: 0 auto;
																						padding: 1rem 1rem;
																						text-align: center;
																						overflow-wrap: break-word;
																						word-wrap: break-word;
																						word-break: break-all;
																					}

																					.c-place__item [data-description="Link"] .material-icons{
																						display: inline-block;
																						font-size: 1.1em;
																						vertical-align: bottom;
																						color: red;
																						line-height: 1;
																						text-decoration: none;
																					}



																					.c-googlemap{
																						max-width: 960px;
																						margin: 0 auto;
																					}

																					.c-googlemap__area{
																						margin: 0 1rem;
																						height: 320px;
																						width: 100%;
																						background: #eee;
																					}
																					.c-googlemap__area iframe{
																						width: 100%;
																						height: 100%;
																					}


																					.c-googlemap__legend{
																						margin: 2rem 0 0 0;
																						padding: 1rem;
																						background: #d9d9d9;
																						text-align: center;
																					}

																					.c-googlemap__legend dl{
																						display: inline-block;
																						margin: 0 1rem;
																					}
																					.c-googlemap__legend dl > *{
																						display: inline-block;
																					}
																					@media screen and (max-width: 768px) {

																						.c-googlemap__area{
																							margin: 0.5rem 0;
																							height: 240px;
																						}


																					}






																					#p-mainimage{
																						position: relative;
																						height: calc(100vh - 8px - 5rem);
																						max-height: 1080px;
																						width: 100%;

																						background: radial-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.4));

																						color: white;
																						border-bottom: 4px solid red;
																					}

																					.p-mainimage__image {
																						/*opacity: 0;*/
																						position: absolute;
																						z-index: -1;
																						top: 0;
																						bottom: 0;
																						left: 0;
																						right: 0;
																						margin: 0;
																						padding: 0;
																						width: 100%;
																						height: 100%;
																					}

																					.p-mainimage__image .swiper-container{
																						width: 100%;
																						height: 100%;
																					}

																					.p-mainimage__image .swiper-slide {
																						width: 100%;
																						height: 100%;
																					}

																					.p-mainimage__image .swiper-slide img {
																						max-height: none;
																						max-width: none;
																						width: 100%;
																						height: 100%;
																						-o-object-fit: cover;
																						object-fit: cover;
																						font-family: 'object-fit: cover;';
																					}



																					.p-mainimage__logo {
																						position: absolute;

																						bottom: 4rem;
																						left: 4rem;

																						width: 40%;
																						min-width: 192px;
																					}


																					.p-mainimage__menu {
																						position: absolute;

																						bottom: 4rem;
																						right: 0;
																					}

																					.p-mainimage__menuList {
																					}
																					.p-mainimage__menuList > li{
																						margin: 1rem 0 0 0;
																					}
																					.p-mainimage__menuList > li > a{
																						position: relative;
																						padding: 0 3rem 0 0;
																						display: flex;
																						flex-direction: column;
																						text-align: right;
																						color: white;
																					}
																					.p-mainimage__menuList > li > a:hover{
																						text-decoration: none;
																					}


																					.p-mainimage__menuList > li > a:before{
																						transition: all 0.3s;
																						position: absolute;
																						content: '';
																						width: 4px;
																						height: 100%;
																						right: 0;
																						top: 0;
																						background: rgba(255,255,255,0.5);
																					}
																					.p-mainimage__menuList > li > a:hover::before{
																						width: 8px;
																						background: red;
																					}


																					.p-mainimage__menuList > li > a b{
																						order: 2;
																						display: block;
																						color: rgba(255,255,255,0.5);
																						font-weight: 500;
																						font-size: 0.7em;
																						margin: 0.25rem 0 0 0;
																					}
																					.p-mainimage__menuList > li > a:hover b{
																						color: white;
																					}

																					.p-mainimage__menuList > li > a i{
																						order: 1;
																						display: block;
																						font-size: 1.5em;
																						font-style: normal;
																						font-weight: 700;
																					}


																					.p-mainimage__menuList > li > ul{
																						display: none;
																					}


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

																						.p-mainimage__logo {

																							bottom: auto;
																							top: 1rem;
																							left: 1rem;
																							width: 50%;
																						}


																						.p-mainimage__menu {

																							bottom: 2rem;
																							right: 0;
																						}

																						.p-mainimage__menuList > li > a{
																							padding: 0 2rem 0 0;
																						}


																					}





																					#p-includeYouTube{  /** 200827 taminato add **/
																						background: #333333;
																						padding: 4em 0 34px;
																						display: flex;
																						justify-content: center;
																						flex-wrap: wrap;
																					}

																					@media screen and (max-width: 980px) {
																						#p-includeYouTube{
																							padding: 4em 0;
																						}

																						.youtube-item + .youtube-item{
																							margin-bottom: 0 !important;
																						}
																					}

																					.youtube-item{
																						margin-bottom: 30px !important;
																					}




																					#p-includeYouTube > [data-container]{ /** 200827 taminato add **/
																						padding: 0 2rem;
																						margin: 0;  /** 0 auto **/
																						max-width: 640px;
																						width: 50%;
																						text-align: center;
																						flex: 0 1 auto;
																					}

																					@media screen and (max-width: 1000px) {
																						#p-includeYouTube > [data-container]{ /** 200827 taminato add **/
																							padding: 0 2rem;
																							margin: 0;  /** 0 auto **/
																							max-width: 640px;
																							width: 100%;
																							text-align: center;
																							flex: 0 1 auto;
																						}
																					}


																					#p-includeYouTube [data-button]{
																						font-size: 0.9em;
																						width: 100%;
																						max-width: 320px;
																						margin: 1rem 1rem 0 1rem;
																						padding: 1rem;
																						border: 1px solid #666;
																						text-align: center;
																						color: #bfbfbf;
																					}
																					#p-includeYouTube [data-button]:hover{
																						text-decoration: none;
																						border: 1px solid white;
																						color: white;
																						background: #202020;
																					}

																					#p-includeYouTube [data-button] .material-icons{
																						display: inline-block;
																						margin: 0 0 0 0.5rem;
																						font-size: 0.9em;
																						vertical-align: bottom;
																						line-height: 1;
																						text-decoration: none;
																					}


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

																						#p-includeYouTube{
																							padding: 3em 0;
																						}

																					}
																					#p-includeYouTube [data-button]{
																						margin: 1rem 0 0 0;
																					}

																					[data-aspectRatio="16-9"]{
																						position: relative;
																						width:100%;
																						padding-bottom: 56.25%;
																						height:0px;
																					}
																					[data-aspectRatio="16-9"] iframe{
																						position: absolute;
																						top: 0;
																						left: 0;
																						width: 100%;
																						height: 100%;
																					}




																					#p-topFooter{
																						background: #d3d3d3;
																						padding: 8em 0;
																					}

																					#p-topFooter > [data-container]{
																						max-width: 960px;
																						margin: 0 auto;
																						display: flex;
																						justify-content: space-between;
																						align-items: stretch;
																					}

																					#p-topFooter > [data-container] > *{
																						flex: 1 1 auto;
																						width: calc(50% - 1rem);
																						margin: 0 1rem;
																					}

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

																						#p-topFooter{
																							padding: 4em 0;
																						}

																						#p-topFooter > [data-container]{
																							flex-direction: column;
																							justify-content: center;
																							align-items: center;
																						}

																						#p-topFooter > [data-container] > *{
																							flex: 1 1 auto;
																							width: calc(100% - 2rem);
																							margin: 1rem;
																						}


																					}




																					#p-topFooter > [data-container] > ul{
																						flex: 1 1 360px;
																						display: flex;
																						flex-direction: column;
																					}
																					@media screen and (max-width: 768px) {
																						#p-topFooter > [data-container] > ul{
																							flex: 1 1 auto;
																						}

																					}

																					#p-topFooter > [data-container] > ul > li{
																						background: center center no-repeat;
																						background-size: cover;
																						margin: 0 0 1rem 0;
																						flex: 1 1 50%;
																					}
																					#p-topFooter > [data-container] > ul > li:nth-last-of-type(1){
																						margin: 0;
																					}

																					#p-topFooter > [data-container] > ul > li a{
																						background: radial-gradient(rgba(0,0,0,0), rgba(0,0,0,0.33));
																						position: relative;
																						display: block;
																						width: 100%;
																						height: 100%;
																						min-height: 160px;
																					}
																					#p-topFooter > [data-container] > ul > li a:hover{
																						background: radial-gradient(rgba(0,0,0,0), rgba(0,0,0,0.1));
																					}


																					#p-topFooter > [data-container] > ul > li a b{
																						position: absolute;
																						bottom: 2.25rem;
																						left: 1rem;
																						font-size: 1.5em;
																						color: white;
																					}
																					#p-topFooter > [data-container] > ul > li a i{
																						position: absolute;
																						bottom: 1rem;
																						left: 1rem;
																						font-size: 0.75em;
																						font-style: normal;
																						color: red;
																					}


																					.c-contact{
																					}
																					.c-contact [data-container]{
																						display: flex;
																						align-items: stretch;
																					}

																					.c-contact [data-container] [data-layout]{
																						background: black;
																						flex: 1 1 auto;
																						display: flex;
																						flex-direction: column;
																						align-items: stretch;
																						justify-content: center;
																					}

																					.c-contact [data-container] [data-layout]:nth-of-type(1){
																						border-right: 2px solid #d3d3d3;
																					}
																					.c-contact [data-container] [data-layout]:nth-of-type(2){
																						border-left: 2px solid #d3d3d3;
																					}
																					.c-contact [data-container] [data-layout]:nth-of-type(2) dl:nth-of-type(1){
																						border-bottom: 2px solid #d3d3d3;
																					}
																					.c-contact [data-container] [data-layout]:nth-of-type(2) dl:nth-of-type(2){
																						border-top: 2px solid #d3d3d3;
																					}

																					.c-contact [data-container] [data-layout] dl{
																						color: white;
																						text-align: center;
																						padding: 1rem 1rem;
																					}


																					.c-contact [data-container] [data-layout] dl > dt{
																						font-weight: 700;
																						color: red;
																						padding: 0 0 1rem 0;
																					}
																					.c-contact [data-container] [data-layout] dl > dd[data-description="main"]{
																						font-weight: 400;
																						font-size: 2em;
																						margin: 0 0 1.5rem 0;
																					}
																					.c-contact [data-container] [data-layout] dl > dd[data-description="main"] small{
																						font-weight: 400;
																						font-size: 1rem;
																						display: block;
																						margin: 0 0 0.5rem 0;
																					}
																					.c-contact [data-container] [data-layout] dl > dd[data-description="sub"]{
																						font-weight: 400;
																						font-size: 1.5em;
																						margin: 0 0 1rem 0;
																					}
																					.c-contact [data-container] [data-layout] dl > dd[data-description="sub"] small{
																						font-weight: 400;
																						font-size: 1rem;
																						display: block;
																						margin: 0 0 0.5rem 0;
																					}

																					.c-contact [data-container] [data-layout] dl > dd[data-description="mail"]{
																						font-weight: 400;
																						font-size: 1.2em;
																						margin: 0 0 1rem 0;
																					}


																					.c-contact [data-container] [data-layout] dl > dd[data-description="aside"]{
																						font-size: 0.9em;
																						font-weight: 500;
																						margin: 1rem auto 0rem auto;
																						text-align: left;
																						line-height: 2;
																						white-space: nowrap;
																						max-width: 170px;
																					}



																					.c-contact [data-container] [data-layout] dl > dd > a{
																						color: #bfbfbf;
																						padding: 0.5rem 1rem;
																						font-size: 0.9em;
																						width: 100%;
																						border: 1px solid #333;
																						text-align: center;
																					}
																					.c-contact [data-container] [data-layout] dl > dd > a:hover{
																						border: 1px solid white;
																						color: white;
																						background: rgba(255,255,255,0.20)
																					}



																					.c-contact [data-container] [data-layout] dl > dd i{
																						display: inline-flex;
																						justify-content: center;
																						align-items: center;
																						border-radius: 4px;
																						width: 1.2rem;
																						height: 1.2rem;
																						line-height: 1;
																						font-weight: 700;
																						font-size: 0.8rem;
																						background: #666;
																						font-style: normal;
																						margin: 0 0.25rem 0 0;
																						text-indent: 0;
																					}
																					.c-contact [data-container] [data-layout] dl > dd i.ei{
																						background: #5e6e94;
																					}
																					.c-contact [data-container] [data-layout] dl > dd i.kyu{
																						background: #d35473;
																					}

																					.c-contact [data-container] [data-layout] dl > dd .tel-aside-item {
																						margin-left: 23px;
																						text-indent: -23px;
																						line-height: 1.5;
																						white-space: normal;
																					}
																					.c-contact [data-container] [data-layout] dl>dd .tel-aside-item:nth-of-type(1) {
																						margin-bottom: 8px;
																					}

																					.c-contact [data-container] [data-layout] dl>dd .tel-aside-item small {
																						display: block;
																						font-size: 12px;
																						text-indent: 0;
																					}


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

																						.c-contact [data-container]{
																							display: block;
																						}

																						.c-contact [data-container] [data-layout]{
																							display: block;
																						}

																						.c-contact [data-container] [data-layout]:nth-of-type(1){
																							border: none;
																							margin: 0 0 0.25rem 0;
																						}
																						.c-contact [data-container] [data-layout]:nth-of-type(2){
																							border: none;
																						}
																						.c-contact [data-container] [data-layout]:nth-of-type(2) dl:nth-of-type(1){
																							border: none;
																						}
																						.c-contact [data-container] [data-layout]:nth-of-type(2) dl:nth-of-type(2){
																							border-top: 0.25rem solid #d3d3d3;
																						}

																						.c-contact [data-container] [data-layout] dl{
																							display: block;
																						}

																					}


																					/*

																					#p-topFooter > [data-container] > dl{
																					background: #333;
																					display: flex;
																					flex-direction: column;
																					align-items: center;
																					justify-content: center;
																				}
																				#p-topFooter > [data-container] > dl > dt{
																				text-align: center;
																				padding: 2rem 1rem 1.5rem 1rem;
																			}
																			#p-topFooter > [data-container] > dl > dt b{
																			display: block;
																			font-size: 1.5em;
																			color: white;
																		}
																		#p-topFooter > [data-container] > dl > dt i{
																		display: block;
																		font-size: 0.75em;
																		font-style: normal;
																		color: red;
																		margin: 0.5rem 0 0 0;
																	}


																	#p-topFooter > [data-container] > dl > dd{
																	display: flex;
																	width: 100%;
																	background: black;
																}


																#p-topFooter > [data-container] > dl > dd > dl{
																flex: 1 1 auto;
																text-align: center;
																color: white;
																padding: 1.5rem 1rem 1rem 1rem;
															}

															#p-topFooter > [data-container] > dl > dd > dl:nth-of-type(1){
															border-right: 1px solid #333;
														}
														#p-topFooter > [data-container] > dl > dd > dl:nth-of-type(2){
														border-left: 1px solid #333;
													}



													#p-topFooter > [data-container] > dl > dd > dl > dt{
													font-weight: 700;
													color: red;
													padding: 0 0 1rem 0;
												}
												#p-topFooter > [data-container] > dl > dd > dl > dd[data-description="main"]{
												font-weight: 700;
											}
											#p-topFooter > [data-container] > dl > dd > dl:nth-of-type(1) > dd[data-description="main"]{
											font-size: 1.5em;
										}
										#p-topFooter > [data-container] > dl > dd > dl:nth-of-type(2) > dd[data-description="main"]{
										font-size: 1.2em;
									}

									#p-topFooter > [data-container] > dl > dd > dl > dd[data-description="aside"]{
									font-size: 0.9em;
									font-weight: 500;
									margin: 1rem auto 0rem auto;
									text-align: left;
									line-height: 2;
									white-space: nowrap;
									max-width: 160px;
								}



								#p-topFooter > [data-container] > dl > dd > dl > dd > a{
								color: #bfbfbf;
								padding: 1rem;
								font-size: 0.9em;
								width: 100%;
								border: 1px solid #333;
								text-align: center;
							}
							#p-topFooter > [data-container] > dl > dd > dl > dd > a:hover{
							border: 1px solid white;
							color: white;
							background: rgba(255,255,255,0.20)
						}



						#p-topFooter > [data-container] > dl > dd > dl > dd > i{
						display: inline-flex;
						justify-content: center;
						align-items: center;
						border-radius: 4px;
						width: 1.2rem;
						height: 1.2rem;
						line-height: 1;
						font-weight: 700;
						font-size: 0.8rem;
						background: #666;
						font-style: normal;
						margin: 0 0.25rem 0 0;

					}
					#p-topFooter > [data-container] > dl > dd > dl > dd > i:nth-of-type(1){
					background: #5e6e94;
				}
				#p-topFooter > [data-container] > dl > dd > dl > dd > i:nth-of-type(2){
				background: #d35473;
			}
			*/

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

				/*
				#p-topFooter > [data-container] > dl > dd{
				flex-direction: column;
			}

			#p-topFooter > [data-container] > dl > dd > dl:nth-of-type(1){
			border-right: none;
			border-bottom: 1px solid #333;
		}
		#p-topFooter > [data-container] > dl > dd > dl:nth-of-type(2){
		border-left: none;
		border-top: 1px solid #333;
	}


	#p-topFooter > [data-container] > dl > dd > dl > dd[data-description="aside"]{
	margin: 1rem auto;
}
*/
}



#p-product{
	padding:6rem 0 8rem 0;
	background: black;
}

#p-product .l-contents__sectionTitle{
}
#p-product .l-contents__sectionTitle::before{
	content: none;
}

#p-product .l-contents__sectionTitleText{
	display: block;
	color: white;
	text-align: center;
	font-style: normal;
	font-size: 1.4em;
	font-weight: 700;
}
#p-product .l-contents__sectionTitleText i{
	display: block;
	margin: 0.5rem 0 0 0;
	color: red;
	font-size: 0.7rem;
	font-style: normal;
}


#p-product [data-layout="unit"]{
	margin: 0 auto;
}

#p-product [data-layout="unit"] a{
	color: white;
	margin: 0;
	padding: 0;
}

.p-product__item{
	width: 100%;
	height: 640px;
	position: relative;
}

.p-product__item [data-description="Name"]{
	position: absolute;
	z-index: 2;
	font-size: 1.25em;
	font-weight: 700;
	bottom: 10rem;
	right: 2rem;
	width: 66%;
	max-width: 480px;
	padding: 0;
	margin: 0;
}

.p-product__item [data-description="Image"]{
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	background: #333;
	top: 0;
	left: 0;

}
.p-product__item [data-description="Image"] img{
	max-height: none;
	max-width: none;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.p-product__item [data-description="Image"]::before{
	content: '';
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
#p-product [data-layout="unit"] a:hover .p-product__item [data-description="Image"]::before{
	background: rgba(0,0,0,0.1);
}

.p-product__item [data-description="Text"]{
	position: absolute;
	z-index: 2;
	bottom: 2rem;
	right: 2rem;
	width: 66%;
	max-width: 480px;
	font-size: 0.85em;
	line-height: 1.8;
	color: rgba(255,255,255,0.8);
}


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

	.p-product__item{
		width: auto;
		height: 320px;
		margin: 0.5rem 1rem;
		position: relative;
	}
	.p-product__item [data-description="Name"]{
		bottom: auto;
		right: auto;
		left: 1rem;
		top: 1rem;
	}

	.p-product__item [data-description="Text"]{
		bottom: 1rem;
		right: 1rem;
	}
}



#p-recruit{
	padding:6rem 1rem 8rem 1rem;
}

#p-recruit .l-contents__sectionTitle{
}
#p-recruit .l-contents__sectionTitle::before{
	content: none;
}

#p-recruit .l-contents__sectionTitleText{
	display: block;
	text-align: center;
	font-style: normal;
	font-size: 1.4em;
	font-weight: 700;
}
#p-recruit .l-contents__sectionTitleText i{
	display: block;
	margin: 0.5rem 0 0 0;
	color: red;
	font-size: 0.7rem;
	font-style: normal;
}


#p-recruit [data-layout="unit"]{
	max-width: 960px;
	margin: 0 auto;
}

.p-recruit__item{
	width: 100%;
}

.p-recruit__item [data-description="Name"]{
	text-align: center;
	font-size: 1.25em;
	font-weight: 700;
	border-bottom: 1px solid #bfbfbf;
}

.p-recruit__item [data-description="Image"]{
	margin: 1rem 0;
	height: 128px;
	width: 100%;
	background: #eee;
}
.p-recruit__item [data-description="Image"] img{
	max-height: none;
	max-width: none;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}


.p-recruit__item [data-description="Text"]{
	margin: 1rem 0 0 0;
	font-size: 0.85em;
	line-height: 1.8;
	color: #333;
}


.p-recruit__item [data-description="Link"]{
	margin: 1rem 0 0 0;
}

.p-recruit__item a{
	width: 100%;
	margin: 0 auto;
	padding: 1rem 1rem;
	text-align: center;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}

.p-recruit__item [data-description="Link"] .material-icons{
	display: inline-block;
	font-size: 1.2em;
	vertical-align: bottom;
	color: red;
	line-height: 1;
	text-decoration: none;
}


/*// 2020.03.04 settenlab edit //*/

/*.p-recruit__link{
	background: black;
	margin: 4rem -1rem 0 -1rem;
	padding: 1rem;
	border-top: 4px solid red;
	border-bottom: 4px solid red;
	text-align: center;
}
.p-recruit__link li{
	display: inline-block;
	margin: 0.5rem;
}
.p-recruit__link li a{
	display: block;
	width: 195px;
	height: 60px;
}*/

.p-recruit__link{
	background: black;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	margin: 4rem -1rem 0 -1rem;
	padding: 1rem;
	border-top: 4px solid red;
	border-bottom: 4px solid red;
	text-align: center;
}
.p-recruit__link li{
	flex:0 0 auto;
	margin: 0.5rem;
}
.p-recruit__link li a{
	display: block;
	/*height: 60px;*/
}
.p-recruit__link li img {
	width:auto;
	height:100%;
}

/*// 2020.03.04 settenlab edit //*/

.p-recruit__link li a {
	height: auto;
}
/*// ^2021.05.31 settenlab edit //*/

.c-unit__item{
	width: 100%;
	padding: 0 0 3rem 0;
	position: relative;
}

.c-unit__item [data-description="Name"]{
	text-align: center;
	font-size: 1.25em;
	font-weight: 700;
	border-bottom: 1px solid #bfbfbf;
}

.c-unit__item [data-description="Image"]{
	margin: 1rem 0;
	height: 256px;
	width: 100%;
	background: #eee;
}
.c-unit__item [data-description="Image"] img{
	max-height: none;
	max-width: none;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}


.c-unit__item [data-description="Text"]{
	margin: 1rem 0 0 0;
	font-size: 0.84em;
	line-height: 1.8;
	color: #333;
}


.c-unit__item [data-description="Link"]{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.c-unit__item a{
	display: block;
	width: 256px;
	margin: 0 auto;
	padding: 0.5rem 1rem;
	text-align: center;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
	font-size: 0.85em;
}

.c-unit__item [data-description="Link"] .material-icons{
	display: inline-block;
	font-size: 1.2rem;
	vertical-align: middle;
	color: red;
	line-height: 1;
	text-decoration: none;
}






#l-information{
	position: relative;
	background: #d3d3d3;
	padding: 4rem 1rem;
}

#l-information [data-container]{
	max-width: 640px;
	margin: 0 auto;
}


#l-information header{

}
#l-information header > p{
	text-align: center;
	font-size: 1.25em;
	margin: 0 0 2rem 0;
}



/*// 2020.03.04 settenlab edit //*/

/*#l-information nav{
	text-align: center;
}
#l-information nav li{
	display: inline-block;
	margin: 0.5rem;
	vertical-align: middle;

}
#l-information nav li a{
	display: block;
	width: 195px;
	height: 60px;
}*/

#l-information nav{
	text-align: center;
}
#l-information nav ul {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}
#l-information nav li{
	flex:0 0 auto;
	margin: 0.5rem;
}
#l-information nav li a{
	display: block;
	/*height: 60px;*/
}
#l-information nav li img {
	width:auto;
	height:100%;
}

/*// 2020.03.04 settenlab edit //*/

#l-information nav li a {
	height: auto;
}
/*// ^ 2021.05.31 settenlab edit //*/








p.lead{
	font-size: 1.3em;
	font-weight: 700;
}


[data-layout="imageList"]{
	background: #d8d8d8;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

[data-layout="imageListBody"]{
	max-width: 960px;
	margin: 0 auto;
	padding: 4rem 2rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.l-contents__section3rd [data-layout="imageListBody"]{
	padding: 0 1rem;
}



[data-layout="imageListBody"] > *{
	flex: 0 0 32%;
}



[data-layout="imageList"] a:hover{
	text-decoration: none;
}

[data-layout="imageList"] dl{
	position: relative;
	height: 160px;
	margin: 0.5rem 0;
}
[data-layout="imageList"] dt{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.5rem 1rem;
	width: 100%;
	background: rgba(0,0,0,0.66);
	color: white;
	font-size: 0.75em;
	font-weight: 700;
	text-align: left;
}
[data-layout="imageList"] dt small{
	display: inline-block;
	font-size: 0.8em;
	font-weight: 400;
}

[data-layout="imageList"] dd{
	background: #ccc;
	width: 100%;
	height: 100%;
}
[data-layout="imageList"] dd img{
	max-height: none;
	max-width: none;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

[data-layout="imageList"] a dd::before{
	content: '';
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.1);
	top: 0;
	left: 0;
}
[data-layout="imageList"] a:hover dd::before{
	background: rgba(0,0,0,0);
}


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

	[data-layout="imageList"]{
		margin-right: -1rem;
		margin-left: -1rem;
	}
	[data-layout="imageListBody"]{
		padding: 2rem 1rem;
	}

	[data-layout="imageListBody"] > *{
		flex: 0 0 48%;
	}

	[data-layout="imageList"] dl{
		height: 96px;
	}

}




[data-layout="chart"]{
	background: black;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
[data-layout="chartBody"]{
	text-align: center;
	max-width: 1080px;
	margin: 0 auto 2rem auto;
	padding: 4rem 2rem;
}



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

	[data-layout="chart"]{
		margin-right: -1rem;
		margin-left: -1rem;
	}
	[data-layout="chartBody"]{
		padding: 2rem 1rem;
	}


}



ul.flow{
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	padding: 0 2rem;
}
ul.flow li{
	position: relative;
	/*max-width: 165px;  add */
	width: 17.2244%;  /* add */
	flex: 0 0 auto; /* 1 1 auto */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: white;
	border: 2px solid red;
	margin: 0.5rem;
	padding: 1rem .5rem;  /*1rem*/

	font-size: 0.9em;
	font-weight: 700;
	line-height: 1.4;
	white-space: nowrap;
}
ul.flow li::before{
	position: absolute;
	top: calc(50% - 0.5rem);
	right: -1rem;
	content: '';
	width: 0;
	height: 0;
	border: 0.5rem solid transparent;
	border-left: 0.5rem solid red;
}
ul.flow li:nth-last-of-type(1)::before{
	content: none;
}


ul.flow li small{
	color: #666;
	font-size: 0.75em;
	font-weight: 400;
	display: block;
	flex: 0 0 auto;
}

@media screen and (max-width: 980px) {
	ul.flow{
		padding: 0 .5rem;
	}

	ul.flow li{
		width: 18%;  /* add */
	}

	ul.flow li small{
		color: #666;
		font-size: 0.7em;
		font-weight: 400;
		display: block;
		flex: 0 0 auto;
	}
}


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

	ul.flow{
		flex-direction: column;
		align-items: center; /* add */
		max-width: 320px;
	}

	ul.flow li{
		width: 90%;
	}

	ul.flow li::before{
		top: auto;
		right: auto;
		bottom: -1rem;
		left: calc(50% - 0.5rem);
		border: 0.5rem solid transparent;
		border-top: 0.5rem solid red;
	}

	ul.flow li small{
		color: #666;
		font-size: 0.75em;
		font-weight: 400;
		display: block;
		flex: 0 0 auto;
	}
}


[data-layout="description"]{
	margin: 0 1rem;
}

[data-layout="description"] header{
	border-bottom: 1px solid #666666;
	color: white;
	padding: 0 0 1rem 0;
	margin: 0 0 1rem 0;
}
[data-layout="description"] header h4{
	font-size: 1.4em;
}


[data-layout="description"] [data-body]{
	background: white;
	border: 2px solid red;
	padding: 2rem;
	height: calc(100% - 5.6rem);
}

[data-layout="description"] [data-body] ul{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	font-size: 0.9em;
	line-height: 1.8;
}

[data-layout="description"] [data-body] li{
	margin: 0 0 1rem 0;
	text-align: left;
}

[data-layout="description"] [data-body] .withBorder li{
	margin: 0 0 1rem 0;
	padding: 0 0 1rem 0;
	border-bottom: 1px solid #d8d8d8;
}

[data-layout="description"] [data-body] li:nth-last-of-type(1){
	margin: 0;
	border: none;
	padding: 0;
}


[data-layout="description"] [data-body] dl{
	display: flex;
}
[data-layout="description"] [data-body] dl dt{
	flex: 0 0 8rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: bold;
}
[data-layout="description"] [data-body] dl dd{
	flex: 1 1 auto;
	margin: 0 0 0 1rem;
	padding: 1rem 0 1rem 1rem;
	border-left: 2px solid #d8d8d8;
	text-align: left;
}


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

	[data-layout="description"]{
		margin: 0 1rem;
	}
	[data-layout="description"]:nth-of-type(1){
		margin: -2rem 1rem 0 1rem;
	}


	[data-layout="description"] header{
		margin: 2rem 0 1rem 0;
	}

	[data-layout="description"] [data-body]{
		padding: 1rem;
		height: auto;
	}

	[data-layout="description"] [data-body] dl{
		display: block;
	}
	[data-layout="description"] [data-body] dl dt{
		display: block;
		text-align: left;
	}
	[data-layout="description"] [data-body] dl dd{
		display: block;
		margin: 0.5rem 0 0 0;
		padding: 0.5rem 0 0 0;
		border: none;
		border-top: 2px solid #d8d8d8;
	}
}




[data-layout="center"]{
	width: 100%;
	display: flex;
	padding: 2rem 0;
}


.center__inner{
	margin: 0 auto;
}


[data-layout="center"] ul{
	margin: 0 0 1rem 0;
	text-align: center;
}
[data-layout="center"] ul li{
	display: inline-block;
	margin: 0.5rem;
}

[data-layout="center"] .note{
	font-size: 0.85em;
	text-align: center; /*200827 taminato add */
	color: #333;
}

/*// 2020.03.04 settenlab edit //*/
[data-layout="center"] .entry-mid-bnrs {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
[data-layout="center"] .entry-mid-bnrs__item {
	flex:0 0 auto;
}
[data-layout="center"] .entry-mid-bnrs__item a {
	display:block;
	height:60px;
}
[data-layout="center"] .entry-mid-bnrs img {
	width:auto;
	height:100%;
}
/*// 2020.03.04 settenlab edit //*/

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

	[data-layout="center"]{
		text-align: left;
	}

	[data-layout="center"] ul{
		text-align: center
	}


}



.l-contents__sectionSP{
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 4rem 2rem;
	color: white;

	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.l-contents__sectionSP > header{
	position: relative;
	flex: 0 0 auto;
	width: 360px;
	padding: 0 2rem;
	text-align: center;
}

.l-contents__sectionSP > header > h4{
	color: white;
	font-size: 2rem;
	line-height: 1.4;
}
.l-contents__sectionSP > header > h4 i{
	color: rgba(255,255,255,0.5);
	font-style: normal;
	font-weight: 700;
	font-size: 4rem;
	display: block;
	margin: 0 0 1rem 0;
}

.l-contents__sectionSP > header figure{
	position: absolute;
	bottom: 0;
	left: 0;
}
.l-contents__sectionSP > header figure figcaption{
	font-size: 0.75em;
	margin: 0 0 1rem 0;
	line-height: 1.4;
}

.l-contents__sectionSP > header figure a{
	background: white;
	padding: 0.75rem 4rem;
}


.l-contents__sectionSP > [data-body]{

}

.l-contents__sectionSP > [data-body] > section{
	border-bottom: 1px solid rgba(255,255,255,0.33);
	padding: 2rem 0;
}

.l-contents__sectionSP > [data-body] > section:nth-of-type(1){
	padding: 0 0 2rem 0;
}

.l-contents__sectionSP > [data-body] > section:nth-last-of-type(1){
	border: none;
	padding: 2rem 0 0 0;
}

.l-contents__sectionSP > [data-body] > section > header{
	margin: 0 0 1rem 0;
}
.l-contents__sectionSP > [data-body] > section > header > h5{
	font-size: 1.5em;
	line-height: 1.4;
}
.l-contents__sectionSP > [data-body] > section > header > h5 strong{
	font-size: 2rem;
	display: block;
	margin: 0 0 1rem 0;
}
.l-contents__sectionSP > [data-body] > section > header > h5 strong b{
	font-size: 3rem;
}

.l-contents__sectionSP > [data-body] > section > [data-body]{
}

.l-contents__sectionSP > [data-body] > section > [data-body] small{
	font-size: 0.8em;
}



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

	.l-contents__sectionSP{
		margin-right: -1rem;
		margin-left: -1rem;

		display: block;
	}

	.l-contents__sectionSP > header{
		width: auto;
		padding: 0;
		margin: 0 0 2rem 0;
	}

	.l-contents__sectionSP > header figure{
		position: static;
		margin: 2rem 0 0 0;
	}

}






.l-contents__sectionRecruit{
	position: relative;
	z-index: 10;
	width: 66%;
	background: white;
	border: 1px solid #D8D8D8;
	padding: 3rem;
	margin: 0 0 4rem 0;
}



.l-contents__sectionRecruit > header{
	position: relative;
	padding: 0;
	margin: 0 0 2rem 0;
}
.l-contents__sectionRecruit  > header:before{
	content: '';
	position: absolute;
	top: calc(50% - 0.125rem);
	right: calc(100% + 1rem);
	height: 0.25rem;
	width: 2rem;
	background: #cccccc;
}

.l-contents__sectionRecruit > header > h5{
	font-size: 1.44em;
}


[data-layout="withPhoto"]{
	position: relative;
}

[data-layout="withPhoto"] > figure{
	position: absolute;
	z-index: -1;
	bottom: -2rem;
	right: 0;
	width: 50%;
	max-width: 360px;
}



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


	.l-contents__sectionRecruit{
		width: 90%;
		padding: 2rem;
		margin: 0 0 2rem 0;
	}



	.l-contents__sectionRecruit > header{
		position: relative;
		padding: 0;
		margin: 0 0 1rem 0;
	}
	.l-contents__sectionRecruit  > header:before{
		width: 1rem;
	}

	.l-contents__sectionRecruit > header > h5{
		font-size: 1.3em;
	}


	[data-layout="withPhoto"] > figure{
		position: static;
		display: block;
		max-width: none;
		width: 100%;
		text-align: right;
		margin: -3rem 0 2rem 0;

	}
	[data-layout="withPhoto"] > figure img{
		width: 240px;
	}




}









.l-contents__section3rd{
	background: #D8D8D8;
	margin-top: 4rem;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 3rem 2rem;
}

.l-contents__section3rd > *{
	max-width: 960px;
	margin: 0 auto;
}
.l-contents__section3rd > header{
	margin: 0 auto 1rem auto;
}

.l-contents__section3rd > header > h5{
	font-weight: 700;
	font-size: 1.44rem;
}

.l-contents__section3rd + .l-contents__section3rd {
	margin-top: -4rem;
}


.l-contents__section3rd ul{
	line-height: 1.8;
}

.c-loading {
	position: fixed;
	text-align: center;
	width: 100%;
	height: 100vh;
	z-index: 120;
	background: #fff;
}
.c-loading:before {
	/* content: '';
	position: absolute;
	width: 100%;
	height: 100vh;
	display: block;
	 */
}

.c-loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 640px;
}

@media screen and (max-width: 768px) {
	.c-loading img {
		width: 72%;
	}
}








[data-layout="AllContents"]{
	opacity: 0;
}

[data-layout="Splash"]{
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
}
[data-layout="Splash"] img{
	animation: SplashImage 5.5s;
	width: 72%;
	max-width: 640px;
}

@keyframes SplashImage {
	0% {
		opacity:  0;
		transform: scale(1, 1);
	}
	5% {
		transform: scale(0.95, 0.95);
	}
	10%{
		opacity:  1;
	}
	75% {
		opacity:  1;
	}
	100% {
		opacity:  0;
		transform: scale(0.85, 0.85);
	}
}

.recruit-entry__chemical {

}
.recruit-entry__chemicalItem {
	position: relative;
	background: white;
	border: 2px solid red;
	padding: 30px 20px;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	position: relative;
	align-items: center;
	/* justify-content: center; */
	margin-bottom: 35px;
}
.recruit-entry__chemicalItem-inner {
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	position: relative;
	align-items: center;
	/* justify-content: center; */
	width: 330px;
	margin: auto;
	transform: translate(26px,0px);
}
.recruit-entry__chemicalItem.if-has-child-1:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #ff0000 transparent transparent transparent;
}
.recruit-entry__chemicalItem.if-has-child-2:before {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 150px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #ff0000 transparent transparent transparent;
}
.recruit-entry__chemicalItem.if-has-child-2:after {
	content: '';
	position: absolute;
	bottom: -15px;
	right: 150px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #ff0000 transparent transparent transparent;
}

.recruit-entry__chemicalItem.if-vertical {
	flex-direction: column;
}
.recruit-entry__chemical-header {
	position: relative;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;

}
.recruit-entry__chemicalItem.if-vertical .recruit-entry__chemical-content {
	margin: 15px 0 0  0;
	padding: 15px 0 0 0;
}
.recruit-entry__chemical-content {
	position: relative;
	margin: 0 0 0 25px;
	padding: 0 0 0 25px;
}
.recruit-entry__chemicalItem.if-vertical .recruit-entry__chemical-content {
	width: 100%;
}
.recruit-entry__chemical-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 34px;
	display: block;
	background: #c7c4c4;
}
.recruit-entry__chemicalItem.if-vertical .recruit-entry__chemical-content:after {
	width: 225px;
	height: 1px;
	top: -30px;
	left: 0;
	right: 0;
}
.recruit-entry__chemical-bottom {
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
}
.recruit-entry__chemical-bottom .recruit-entry__chemicalItem {
	flex: 1;
}
.recruit-entry__chemical-bottom .recruit-entry__chemicalItem:first-child {
	margin-right: 25px;
}
.recruit-entry__chemical-number {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: #c7c4c4;
	margin-right: 30px;
}
.recruit-entry__chemical-title {
	font-size: 15px;
	font-weight: bold;
}
.recruitentry__chemical-text {
	font-size: 13px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.recruit-entry__chemicalItem {
		margin-bottom: 25px;
    padding: 15px 10px;
	}
	.recruit-entry__chemicalItem-inner {
		width: auto;
		margin: initial;
		transform: translate(0,0);
	}
	.recruit-entry__chemicalItem.if-has-child-1:after {
		bottom: -10px;
		border-width: 10px 10px 0 10px;
	}
	.recruit-entry__chemicalItem.if-has-child-2:before {
		bottom: -10px;
		left: 19%;
		border-width: 10px 10px 0 10px;
	}
	.recruit-entry__chemicalItem.if-has-child-2:after {
		bottom: -10px;
		right: 19%;
		border-width: 10px 10px 0 10px;
	}
	.recruit-entry__chemicalItem.if-vertical .recruit-entry__chemical-content {
		margin: 10px 0 0  0;
		padding: 10px 0 0 0;

	}
	.recruit-entry__chemical-content {
		margin: 0 0 0 15px;
		padding: 0 0 0 15px;
	}
	.recruit-entry__chemical-content:after {
		height: 17px;
	}
	.recruit-entry__chemicalItem.if-vertical .recruit-entry__chemical-content:after {
		width: 75px;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.recruit-entry__chemical-bottom .recruit-entry__chemicalItem:first-child {
		margin-right: 20px;
	}
	.recruit-entry__chemical-number {
		font-size: 20px;
		margin-right: 10px;
	}
	.recruit-entry__chemical-title {
		font-size: 11px;
	}
	.recruitentry__chemical-text {
		font-size: 10px;
		font-weight: bold;
		line-height: 2;
	}
	.recruit-entry__chemicalItem.if-vertical .recruitentry__chemical-text {
		line-height: 1;
	}
}

.products-industry {
	position: relative;
	margin-bottom: 25px;
}
.products-industry__image {
	position: absolute;
	right: 0;
	top: -5px;
}
.products-industry__image.if-length-2 {
	top: -60px;
}
.products-industry__text {
	width: 45%;
}
.products-industry-next {
	margin-top: 0;
}

.product-industry__list dl {
	height: auto;
}

@media screen and (max-width: 768px) {
	.products-industry__text {
		width: 100%;
	}
	.products-industry__image {
		position: static;
		margin: 0.5rem auto;
	}
	.products-industry-next {
		margin-top: 4rem;
	}
}

.recruit-introduction__listItem .l-contents__sectionSP {
	max-width: 1024px;
	margin: auto;
	padding: 4rem 0;
}
.recruit-introduction__listItem {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.recruit-introduction__listItem:nth-of-type(1){
	background: #D86784;
}
.recruit-introduction__listItem:nth-of-type(2){
	background: #39A968;
}
.recruit-introduction__listItem:nth-of-type(3){
	background: #6F80A1;
}

.recruit-introductionItems {
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
}
.recruit-introduction__image {
	width: 256px;
	margin: 0 0 0 2rem;
}
.recruit-introduction__text {
	flex: 1;
}
@media all and (-ms-high-contrast: none){
	.recruit-introduction__text {
		flex: none;
		width: 400px;
	}
}
.recruit-introduction__text p {
	margin-bottom: 0!important;
}
.recruit-introduction__text header {
	margin: 0 0 1rem 0;
}
.recruit-introduction__text h5 {
	font-size: 1.5em;
	line-height: 1.4;
}
.recruit-introduction__text h5 strong {
	font-size: 2rem;
	display: block;
	margin: 0 0 1rem 0;
}
.recruit-introduction__text h5 b {
	font-size: 3rem;
}
.recruit-introduction__text small {
	font-size: 0.8em;
}
@media screen and (max-width: 768px) {
	.recruit-introduction__listItem .l-contents__sectionSP {
		padding: 4rem 2rem;
	}
	.recruit-introductionItems {
		width: 100%;
		flex-direction: column;
	}
	.recruit-introduction__image {
		width: 100%;
		text-align: center;
		margin: 0 0 1rem 0;
	}
}

.date-bady__note{
	font-size: 1.2rem;
	color:red;
}

.shop__note{
	font-size: 0.7em !important;
}


#l-information nav li a.recruit-link__entry{
	background: #fff;
		border:red solid 1px;
		width: 188px;
		height: 58px;
		display: flex;
		justify-content: center;
		align-items: center;
		color:#000;
		font-weight: bold;
}

.recruit-link__entry:hover{
	text-decoration: none !important;
}


.recrut__border-red{
	border: 1px solid red!important;
}

.recrut__border-red > header:before{
	content: '';
position: absolute;
top: calc(50% - 0.125rem);
right: calc(100% + 1rem);
height: 0.25rem;
width: 2rem;
background: red;
}

.introduction-message{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.introduction-message-text{
	width: 80%;
}

.introduction-message-img{
	margin-left: 50px;
}
.introduction-message-img img{
	width: 70%;
}

@media screen and (max-width: 768px) {
	.introduction-message{
		display: block;

	}

	.introduction-message-text{
		width: 100%;
	}

	.introduction-message-img{
		margin-left: 0px;
		margin-top: 30px;
		margin-right: 30px;
		text-align: center;
	}
	}
