@charset "UTF-8";
html,
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.78;
	color: #3e3a39;
	letter-spacing: 0.075em;
	background: #fff none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}
*::-moz-selection {
	background: rgba(0, 0, 0, 0.2);
}
*::-moz-selection,
*::selection,
*::-moz-selection {
	background: rgba(0, 0, 0, 0.2);
}
.inner {
	max-width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
}
/* ------ option ------ */
.oh-open {
	overflow: hidden;
}
/* ------ option ------ */
.ff_inter {
	font-family: "Inter", sans-serif;
}
/* ------ option ------ */
.bg__beige {
	background-color: #f5f1ee;
}
/* ------ option ------ */
.mb0 {
	margin-bottom: 0 !important;
}
/*================ header ================*/
#header {
	width: 100%;
	position: relative;
}
.header__in {
	width: 100%;
	max-width: 760px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 48px 0 0;
}
.flogo {
	width: 120px;
	display: block;
}
.header__items {
}
.flogo__txt {
	width: 156px;
	display: block;
	margin-left: auto;
	margin-bottom: 30px;
}
.hnav {
}
.hnav__list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: bold;
}
.hnav__list li:not(:last-child) {
	margin-right: 20px;
}
@media screen and (min-width: 768px) {
	.hnav__list li a:hover {
		text-decoration: underline;
	}
}
/*================ pagetop ================*/
.pagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 19px;
}

/*================ footer ================*/
#footer {
	background-color: #e6e1dc;
	margin-top: 60px;
	padding: 20px 0 22px;
}
.fnav {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 11px;
	margin-bottom: 25px;
}
.fnav li:not(:last-child) {
	margin-right: 20px;
}
.footer_copy {
	font-size: 9px;
	text-align: center;
}
/*================ blk__ttl ================*/
.blk__ttl {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	background-color: #e6e1dc;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
}
/*================ linkarw ================*/
.linkarw {
	display: flex;
	align-items: center;
}
.linkarw::after {
	content: "";
	width: 40px;
	height: 8px;
	border-bottom: solid 1px #3e3a39;
	border-right: solid 1px #3e3a39;
	transform: skew(45deg);
	margin-left: 5px;
	margin-top: 0.4em;
}
/* ------ option ------ */
.linkarw--wh::after {
	border-bottom-color: #fff;
	border-right-color: #fff;
}
/*================ linkbtn ================*/
.linkbtn {
	width: 243px;
	height: 53px;
	background: #8c827d;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	border-radius: 6px;
	color: #fff;
	padding-left: 25px;
	font-size: 16px;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.linkbtn {
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}
	.linkbtn:hover {
		opacity: 0.5;
	}
}
/*================ pagemain ================*/
.pagemain {
	padding: 78px 0 50px;
}
.pagemain__ttl {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}
/* ------ option ------ */
.cnt__wrp {
	line-height: 2.08333333;
}
.cnt__wrp p {
	margin-bottom: 25px;
}
.cnt__wrp h2 {
	font-weight: bold;
}
.cnt__wrp ol {
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	html,
	body {
		font-size: 13px;
		/* line-height: 1.78; */
	}
	/*================ SP ================*/
	.header__in {
		padding: 32px 30px 0;
	}
	.flogo {
		width: 70px;
		position: relative;
		z-index: 3;
	}
	/* ------ option ------ */
	.header__items {
		display: none;
		position: fixed;
		width: 100%;
		background: #fff;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: 2;
	}
	.flogo__txt {
		display: none;
	}
	/* ------ option ------ */
	.spmenu__btn {
		position: absolute;
		right: 30px;
		width: 20px;
		height: 20px;
		top: 52px;
		z-index: 3;
	}
	.spmenu__line {
		width: 100%;
		height: 1px;
		background-color: #3e3a39;
		display: block;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		position: relative;
	}
	.spmenu__line:nth-child(2) {
		margin-top: 9px;
	}
	.spmenu__btn.is_active .spmenu__line:nth-child(1) {
		transform: rotate(45deg);
		top: 5px;
	}
	.spmenu__btn.is_active .spmenu__line:nth-child(2) {
		transform: rotate(-45deg);
		top: -5px;
	}
	/* ------ option ------ */
	.header__items.is_active {
		display: block;
	}
	.hnav {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.hnav__list {
		display: block;
		font-size: 20px;
		text-align: center;
	}
	.hnav__list li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.hnav__txt {
		text-align: center;
		margin-top: 85px;
	}
	/*================ footer ================*/
	.pagetop {
		bottom: 30px;
		right: 20px;
	}
	/* ------ option ------ */
	#footer {
		margin-top: 50px;
		padding: 7px 0;
	}
	.fnav {
		display: none;
	}
	.footer_copy {
		font-size: 8px;
	}
	/*================ blk__ttl ================*/
	.blk__ttl {
		font-size: 16px;
		padding: 2px 0;
	}
	/*================ linkbtn ================*/
	.linkbtn {
		width: 214px;
		height: 46px;
		font-size: 14px;
	}
	/*================ pagemain ================*/
	.pagemain {
		padding: 23px 0 32px;
	}
	.pagemain__ttl {
		font-size: 15px;
	}
}
