.sp-only { display: block; }
.tb-pc { display: none; }
/* 企業理念 & 経営理念 */
.message1-1,
.message1-2,
.message1-3 {
	display: block;
	margin-bottom: 0.5rem;
	padding: 1rem 0 1rem 2rem;
	font-size: 2rem;
	font-weight: bold;
	background: var(--company);
	line-height: 1.2;
}
.philosophy1-main p,
.message2 {
	font-weight: bold;
	padding: 0rem 1rem;
	background: var(--bg-white);
}
.philosophy1-main p {
	display: inline-block;
	width: auto;
}
.philosophy1-main div {
	text-align: right;
}
.message1-1 {
	width: 20rem;
}
.message1-2 {
	margin-left: 4rem;
	width: 20rem;
}
.message1-3 {
	margin-left: 8rem;
	width: 20rem;
}
.philosophy1-main p {
	margin: 1rem 0 4rem auto;
	width: 32rem;
	background: var(--bg-black);
	color: var(--txt-white);
	font-size: 1.4rem;
	text-align: right;
}
.message2 {
	margin: 1rem 0;
	padding: 1rem 0 1rem 2rem;
	font-size: 1.8rem;
	background: var(--company);
	line-height: 1.2;
}
.philosophy1 .reveal-img-holder img,
.philosophy2 .reveal-img-holder img {
	width: 33.6rem;
	height: 18.9rem;
}
.philosophy1-main .wrap,
.philosophy2 .wrap {
	text-align: right;
}
.philosophy1-sub p {
	margin: 0;
	width: inherit;
	background: inherit;
	color: inherit;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: left;
}
.philosophy1-sub ul {
	margin: 6rem 1rem 4rem 4rem;
	font-size: 1.6rem;
	list-style-type: decimal;
	list-style-position: outside;
}
.message3 {
	display: inline-block;
	margin-bottom: 0.5rem;
	padding: 1rem 0 1rem 2rem;
	width: auto;
	font-size: 2rem;
	font-weight: bold;
	background: var(--company);
	line-height: 1.2;
}
div.philosophy2 div {
	text-align: right;
}
.message3-1 {
	display: inline-block;
	margin: 1rem 0 4rem auto;
	width: auto;
	background: var(--bg-black);
	color: var(--txt-white);
	font-size: 1.4rem;
	font-weight: bold;
}
.philosophy2 p {
	margin-bottom: 2rem;
	padding: 0rem 1rem;
	font-size: 1.6rem;
}
/* 会社までのアクセス */
.map .slide-txt h1 span {
	letter-spacing: 0rem;
}
.map {
	padding: 0 1rem;
}
.gmap {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.map ul {
	list-style-type: square;
	margin: 1rem 0 2rem 4rem;
	font-size: 1.6rem;
}
#access h2 {
	margin-bottom: 0;
	font-size: 1.8rem;
}
#access h3 { 
	margin: 1vmax 0;
}

/* -------------------------------------------------------------------

TABLET

------------------------------------------------------------------- */
@media screen and (min-width: 560px) {
	.tb-pc { display: block; }
	.sp-only { display: none; }
	.philosophy1,
	.philosophy2,
	.about,
	.map  {
		padding: 0 2rem;
	}
	.message1 {
		display: flex;
	}
	.message1-1,
	.message1-2,
	.message1-3 {
		margin: 0 2rem 2rem 0;
		padding: 1rem 2rem;
		width: inherit;
		font-size: 2.2rem;
		text-align: right;
		line-height: inherit;
	}
	.philosophy1-main p,
	.philosophy1-main h2:nth-child(3) {
		display: inline-block;
		width: auto;
		padding:  1rem 2rem;
		font-size: 2rem;
		line-height:inherit;
	}
	div.philosophy2 h2.message3 {
		padding:  1rem 2rem;
	}
	.message3 {
		padding: 1rem 2rem;
		font-size: 2.2rem;
		line-height: inherit;
	}
	p.message3-1 {
		padding:  1rem 2rem;
		width: auto;
		font-size: 2rem;
	}
	.philosophy1 .reveal-img-holder img,
	.philosophy2 .reveal-img-holder img {
		margin-right: 4rem;
		margin-left: 4rem;
		width: 52.8rem;
		height: 29.7rem;
	}
	.philosophy1-sub p {
		margin: 2rem 0 0 0;
	}
	.philosophy1-sub ul {
		margin: 4rem 1rem 0 6rem;
	}
	dl {
		margin-left: 2rem;
		margin-right: 2rem;
	}
	dt,dd {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	section.map div.map {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
/* -------------------------------------------------------------------

PC  1280

------------------------------------------------------------------- */
@media screen and (min-width: 1280px) {
	.philosophy1 .reveal-img-holder img,
	.philosophy2 .reveal-img-holder img {
		width: 72rem;
		height: 40.5rem;
		margin: 6rem 3rem 6rem auto;
	}
	.philosophy1-sub p,
	.philosophy1-sub ul,
	.philosophy2 p {
		font-size: 1.8rem;
	}

}