@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 (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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 2.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #ccc;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
}
#container::before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	mix-blend-mode: multiply;
	background: url(../img/common/bg.png) repeat-y left top / 100%;
	pointer-events: none;
}
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 {
		min-width: inherit;
		font-size: 1.8rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 7.3rem;
	padding: 5.3rem 0 5.3rem;
	font-size: 2rem;
	color: #fff;
	position: relative;
	z-index: 1;
	background: url(../img/common/bg01.jpg) no-repeat center top / cover;
	box-shadow: 0 0.2rem 2rem #231815;
}
#gHeader .imgBox {
	display: flex;
	justify-content: flex-end;
}
#gHeader .logoBox {
	padding: 14.6rem 4rem 6rem 6.3rem;
	width: 44.6rem;
}
#gHeader .logo {
	margin: 0 auto 2.5rem;
	width: 33.1rem;
}
#gHeader .logo a {
	display: block;
}
#gHeader .photoBox {
	width: calc(50% + 23.7rem);
}
#gHeader .photoBox .image {
	width: 100%;
	aspect-ratio: 920/739;
	display: block !important;
}
#gHeader .photoBox .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#gHeader p {
	line-height: 1.64;
	font-feature-settings: "palt";
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 3rem 0;
		font-size: 1.6rem;
	}
	#gHeader .imgBox {
		display: block;
	}
	#gHeader .logoBox {
		padding: 3rem 2rem;
		width: 100%;
	}
	#gHeader .photoBox {
		width: 100%;
	}
	#gHeader .logo {
		margin: 0 0 2rem;
		width: 20rem;
	}
	#gHeader p {
		text-shadow: 0 0 1rem #231815;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .logoBox {
	margin-top: 6.2rem;
	padding: 4.1rem 0 3rem;
	line-height: 1.347;
	box-shadow: 0 0.2rem 1.5rem #231815;
	background: url(../img/common/bg02.png) no-repeat center top / cover;
	position: relative;
	z-index: 1;
}
#gFooter .logoBox a {
	display: inline-block;
	width: fit-content;
}
#gFooter .logoBox .logo {
	width: 29.7rem;
}
#gFooter .logoBox .info {
	display: flex;
	margin: 1.3rem 0.6rem 1.6rem;
	gap: 1.3rem;
	letter-spacing: 0.05em;
}
#gFooter .content {
	width: 103rem;
}
#gFooter address {
	padding: 0.2rem 2rem 0.3rem;
	color: #fff;
	text-align: center;
	background: #736357;
	position: relative;
	z-index: 1;
}
#gFooter .text {
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	gap: 1.9rem;
}
#gFooter .text img {
	width: 8.6rem;
}
@media all and (max-width: 896px) {
	#gFooter .logoBox {
		margin-top: 3rem;
	}
	#gFooter .logoBox .logo {
		width: 17rem;
	}
	#gFooter .logoBox .info {
		margin: 2rem 0;
		display: block;
	}
	#gFooter .text img {
		width: 5.6rem;
	}
	#gFooter .text {
		font-size: 1.5rem;
		gap: 0.9rem;
	}
	#gFooter address {
		font-size: 1.2rem;
	}
}
/* ksgroup */
.ksgroup {
	padding: 7.5rem 0 5.8rem;
	background: #E7EAEA;
	position: relative;
	z-index: 1;
}
.ksgroup .inner {
    max-width: 960px;
    margin: auto;
}
.ksgroup__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.ksgroup__content__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-preferred-size: 74.9%;
	flex-basis: 74.9%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.ksgroup__content__item {
	display: block;
	width: 24.9%;
	border-right: 1px solid rgba(45, 48, 51, 0.3);
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.ksgroup__content__item:nth-child(1), .ksgroup__content__item:nth-child(5) {
	border-left: 1px solid rgba(45, 48, 51, 0.3)
}
.ksgroup__content__item:nth-child(-n+4) {
	position: relative;
	margin-bottom: 40px
}
.ksgroup__content__item:nth-child(-n+4)::before {
	position: absolute;
	left: -1px;
	bottom: -20px;
	content: "";
	width: calc(100% + 1px);
	height: 1px;
	background-color: rgba(45, 48, 51, 0.3)
}
.ksgroup__content__item:nth-child(4)::before {
	width: calc(100% + 2px)
}
.ksgroup__content__item__logo {
	text-align: center;
	width: 110px;
	height: 30px;
	margin: auto;
	margin-bottom: 10px
}
.ksgroup__content__item h3 {
	font-weight: bold
}
.ksgroup__content__item__logo > img {
	width: 100%;
	height: auto
}
.ksgroup__content__item__list {
	display: inline-block;
	text-align: center
}
.ksgroup__content__item__list__item {
	list-style: none;
	text-align: left;
	margin-bottom: .5rem;
	line-height: 1.1;
    letter-spacing: 0.05em;
}
.ksgroup__content__item__list__item > a {
	font-size: 1.3rem;
	text-decoration: underline;
	white-space: nowrap;
	position: relative
}
.ksgroup__content__item__list__item > a:link, .ksgroup__content__item__list__item > a:visited, .ksgroup__content__item__list__item > a:hover, .ksgroup__content__item__list__item > a:active {
	color: #333
}
.ksgroup__content__item__list__item > a::before {
	background: url(../img/common/icon.svg) no-repeat;
	position: absolute;
	background-size: contain;
	content: "";
	top: 50%;
	left: -10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 10px
}
.ksgroup__content__kslogo {
	width: 25%
}
.ksgroup__content__kslogo > img {
	margin: auto;
	width: 150px;
	display: block;
}
@media all and (min-width: 897px) {
	.ksgroup__content__item__list__item > a:hover {
		opacity: 0.7;
	}
}
@media only screen and (max-width: 896px) {
	.ksgroup__content__item__list {
		display: block;
		text-align: left;
		text-indent: 1rem
	}
	.ksgroup__content__item__list__item {
		text-align: left
	}
	.ksgroup__content__item__list__item > a {
		font-size: 1.4rem
	}
	.ksgroup__content__kslogo > img {
		width: 140px
	}
	.ksgroup .inner {
		padding: 0
	}
	.ksgroup {
		padding-bottom: 0
	}
	.ksgroup__content {
		display: block
	}
	.ksgroup__content__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
	.ksgroup__content__item {
		padding: 20px;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		width: 49.9%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 1px solid rgba(45, 48, 51, 0.3);
		border-right: 1px solid rgba(45, 48, 51, 0.3)
	}
	.ksgroup__content__item:nth-of-type(even) {
		border-right: 0
	}
	.ksgroup__content__item:nth-child(n+5) {
		padding-top: 20px
	}
	.ksgroup__content__item:nth-child(-n+4) {
		margin: 0
	}
	.ksgroup__content__item:nth-child(-n+4)::before {
		display: none
	}
	.ksgroup__content__item__list__item {
		text-align: left;
		line-height: 1.335;
	}
	.ksgroup__content__kslogo {
		max-width: inherit;
		width: 100%;
		display: block;
		padding: 0;
		border: 0;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(45, 48, 51, 0.3)
	}
}