@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	html {
		font-size: calc(1000vw / 1200);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #1E1210;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #1E1210;
}
a:hover {
	color: #1E1210;
}
a:active {
	color: #1E1210;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #1E1210;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	border: 3rem solid #1E1210;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		font-size: 1.4rem;
	}
	#container {
		border-width: 1.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	padding: 6.6rem 0 1.9rem;
	height: calc(100dvh - 6rem);
	min-height: 65.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .imgBox {
	width: 115.2rem;
	margin: 0 auto 8.3rem;
}
#main .imgBox .logo {
	width: 44.8rem;
	margin-top: -2.1rem;
}
#main .imgBox .textBox {
	width: 66.4rem;
}
#main .imgBox .ttl {
	margin-bottom: 3.1rem;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.6;
}
#main .imgBox p {
	line-height: 1.8;
}
#main .imgBox span {
	margin: 0.9rem 0;
	display: block;
	font-size: 3rem;
}
#main .linkList {
	margin-left: 3rem;
}
#main .linkList li {
	margin: 0 1.3rem;
	width: 25.6rem;
}
#main .linkList a {
	height: 6.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFF;
	font-size: 2.4rem;
	background-color: #1E1210;
}
#main .linkList a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#main {
		padding: 1.7rem 1.7rem 3.8rem;
		height: calc(100dvh - 3rem);
		min-height: 70.7rem;
	}
	#main .imgBox {
		width: auto;
		display: block;
		margin: 0 auto 5.2rem;
	}
	#main .imgBox .logo {
		width: 20rem;
		margin: 0 auto 1.8rem;
	}
	#main .imgBox .textBox {
		width: auto;
	}
	#main .imgBox .ttl {
		margin-bottom: 2.3rem;
		font-size: 2.4rem;
		line-height: 1.5;
		text-align: center;
	}
	#main .imgBox p {
		line-height: 1.71;
	}
	#main .imgBox span {
		margin: 0.7rem 0 1.4rem;
		font-size: 1.6rem;
	}
	#main .linkList {
		margin-left: 0;
		display: block;
	}
	#main .linkList li {
		margin: 0 auto 1.9rem;
		width: 25.6rem;
	}
	#main .linkList li:last-child {
		margin-bottom: 0;
	}
	#main .linkList a {
		height: 5rem;
		font-size: 2rem;
	}
}