@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Zen+Kaku+Gothic+Antique:wght@400;500&family=Zen+Old+Mincho:wght@400;500&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-weight: 500;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a,
a:link {
	color: #6D6D6D;
	text-decoration: none;
}
a:visited {
	color: #6D6D6D;
}
a:hover {
	color: #6D6D6D;
}
a:active {
	color: #6D6D6D;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #6D6D6D;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
.l-wrapper {
	padding-top: 70px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
#main {
	display: block;
	position: relative;
}
@media all and (min-width: 768px) {
	.l-wrapper {
		width: 375px;
	}
}
@media all and (min-width: 1025px) {
	a {
		transition: all 0.3s ease-out;
	}
	a[href^="tel:"] {
		cursor: default;
		pointer-events: none;
	}
	.sp {
		display: none !important;
	}
	.l-wrapper {
		margin: 0 427px 0 auto;
	}
	.pc-box {
		width: calc(100% - 802px);
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		background: url("../../images/common/pc_bg01.jpg") no-repeat center center / cover;
	}
	.pc-box .pc-img {
		padding: 70px 40px 30px 30px;
		width: 805px;
		height: 868px;
		max-width: 100%;
		max-height: calc(100% - 100px);
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		box-sizing: border-box;
	}
	.pc-box .pc-img img {
		max-width: 100%;
		max-height: 100%;
	}
}
@media all and (max-width: 1024px) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#g-header {
	width: 100%;
	padding: 10px 53px 10px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 200;
	box-sizing: border-box;
}
#g-header h1 {
	margin: 2px 10px 0 0;
	width: 154px;
}
#g-header h1 a {
	display: inline-block;
}
#g-header .h-btn {
	width: 113px;
}
#g-header .h-btn a {
	padding: 13px 10px 14px;
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	border-radius: 29px;
	background: linear-gradient(-90deg, #13c78c 0%, #5ccc69 51.2%, #93d34e 100%);
}
#g-header .h-btn a span {
	position: relative;
	z-index: 1;
}
.menu {
	width: 24px;
	height: 32px;
	position: fixed;
	right: 12px;
	top: 20px;
	cursor: pointer;
	z-index: 400;
}
.menu::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	text-align: center;
	color: #6D6D6D;
	font-size: 0.8rem;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.1em;
	white-space: nowrap;
	content: 'MENU';
	transform: translateX(-50%);
}
.menu.on::after {
	content: 'CLOSE';
}
.menu span {
	width: 100%;
	height: 3px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #6D6D6D;
	transition: 0.3s;
}
.menu span:nth-child(2) {
	top: 7px;
}
.menu span:nth-child(3) {
	width: 63%;
	top: 14px;
}
.menu.on span {
	width: 120%;
	border-radius: 2px;
}
.menu.on span:nth-child(1) {
	transform: translateX(-2px) translateY(6px) rotate(45deg);
}
.menu.on span:nth-child(2) {
	opacity: 0;
}
.menu.on span:nth-child(3) {
	width: 120%;
	transform: translateX(-2px) translateY(-8px) rotate(-45deg);
}
.menu-box {
	width: 100%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	background: #fff;
	overflow-y: auto;
	z-index: 300;
	display: none;
}
.menu-box .menu-wrap {
	padding: 53px 30px;
	box-sizing: border-box;
}
.menu-box .menu-logo {
	margin: 0 auto 39px;
	width: 158px;
}
.menu-box .navi-list > li {
	margin-bottom: 22px;
}
.menu-box .navi-list > li:last-child {
	margin-bottom: 0;
}
.menu-box .navi-list li a {
	padding-left: 16px;
	display: block;
	background: url("../../images/common/icon01.png") no-repeat left center / 8px;
}
.menu-box .navi-list > li > a {
	font-size: 2.1rem;
	letter-spacing: 0.01em;
}
.menu-box .navi-list li .sub-nav {
	margin: 20px 0 -5px 19px;
}
.menu-box .navi-list li .sub-nav li {
	margin-bottom: 14px;
}
.menu-box .navi-list li .sub-nav li:last-child {
	margin-bottom: 0;
}
.menu-box .navi-list li .sub-nav li a {
	font-weight: 400;
	font-size: 1.4rem;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
@media all and (max-width: 374px) {
	.menu-box .navi-list > li > a {
		font-size: 5.6vw;
		letter-spacing: 0;
	}
	.menu-box .navi-list li .sub-nav li a {
		font-size: 3.733vw;
	}
}
@media all and (max-width: 359px) {
	.menu-box .menu-wrap {
		padding: 53px 20px;
	}
}
@media all and (min-width: 768px) {
	#g-header {
		width: 375px;
	}
	.menu {
		right: calc(100% - 363px);
		cursor: default;
	}
	.menu-box {
		width: calc(100% - 375px);
		display: block !important;
	}
	#g-navi {
		width: 100%;
		min-height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		box-sizing: border-box;
	}
	#g-navi::before {
		width: 1px;
		height: 100%;
		position: absolute;
		left: -1px;
		top: 0;
		box-shadow: 0 0 30px 10px #DDF3CF;
		content: '';
	}
	.menu-box .menu-wrap {
		padding: 50px 10px 96px 30px;
		width: 100%;
		max-width: 356px;
	}
}
@media all and (min-width: 1025px) {
	#g-header {
		left: auto;
		right: 427px;
	}
	#g-header .h-btn a::before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 40px;
		background: linear-gradient(90deg, #13c78c 0%, #5ccc69 51.2%, #93d34e 100%);
		opacity: 0;
		transition: all 0.3s ease-out;
	}
	#g-header .h-btn a:hover:before {
		opacity: 1;
	}
	.menu {
		right: 439px;
	}
	.menu-box {
		width: 427px;
	}
	.menu-box .menu-wrap {
		max-width: 375px;
	}
	.menu-box .navi-list li a:hover {
		opacity: 0.7;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#g-footer {
	padding: 63px 10px 76px;
	position: relative;
	text-align: center;
}
#g-footer::before {
	width: 100%;
	height: 478px;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: url("../../images/common/f_bg01.jpg") no-repeat center center / cover;
	content: '';
}
#g-footer address {
	color: #333;
	font-size: 1.3rem;
	font-style: normal;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 10;
}
@media all and (max-width: 359px) {
	#g-footer address {
		letter-spacing: 0;
	}
}