@charset "utf-8";

/* GoogleFonts ------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* body
-------------------------- */
/* 10px @ 768px increasing to 16px @ 1280px */
@media (min-width: 768px) {
	:root {
		font-size: calc(.625rem + ((1vw - 7.68px) * 1.1719));
		min-height: 0vw;
	}
}
@media (min-width: 1280px) {
	:root {
		font-size: 16px;
	}
}
html {
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	overflow-x: auto;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
}
body {
	background: #fff;
	color: #2f2f2f;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	text-align: left;
	position: relative;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
.spSet {
	display: none !important;
}
.pcSet {
	display: block !important;
}
/* base
--------------------------------- */
a {
	color: #2f2f2f;
	text-decoration: underline;
}
a:hover {
	filter: brightness(115%) opacity(.85);
}
a,
a img,
.easing {
	transition: .5s ease-in-out;
	border: none;
	outline: none;
	position: relative;
}
p {
	font-size: 1rem;
	letter-spacing: .075rem;
	text-align: left;
}
main {
	position: relative;
	z-index: 1;
}
section {
	margin: auto;
	position: relative;
}
.inner {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	position: relative;
	/*border: 1px solid #ededed;*/
}
/* header
--------------------------------- */
header {
	width: 100%;
	position: relative;
}
header h1 {
	width: 15rem;
	position: absolute;
	top: 2.75rem;
	left: 4.25rem;
}
header h2 {
	color: #fff;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 700;
	font-size: 3.375rem;
	line-height: 1.63;
	letter-spacing: .23rem;
	position: absolute;
	top: 38%;
	left: 8.25%;
}
/* #sec01
--------------------------------- */
#sec01 .inner {
	padding: 5.25rem 6.25rem;
}
#sec01 .inner:after {
	content: '';
	width: 19.875rem;
	height: 19.875rem;
	background: url(/assets/img/mark_logo.svg);
	background-size: cover;
	position: absolute;
	top: -2.75rem;
	right: 7.25rem;
}
#sec01 h2 {
	color: #171717;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 700;
	font-size: 2.5625rem;
	line-height: 1.6;
	letter-spacing: .06rem;
	padding: 3rem 0;
}
#sec01 p {
	font-weight: 500;
	line-height: 2.5;
	padding: 2.5rem 0;
}
#sec01 p span {
	font-weight: 600;
	font-size: 1.125rem;
}
/* #sec02
--------------------------------- */
#sec02 {
	background: #fdf9f4;
}
#sec02 .inner {
	padding: 5.25rem 6.25rem;
}
#sec02 h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
}
#sec02 h2 strong {
	color: #171717;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 500;
	font-size: 2.375rem;
	line-height: 1.6;
	letter-spacing: .06rem;
}
#sec02 h2 span {
	color: #7db212;
	font-family: montserrat, sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: .06rem;
}
#sec02 .flexBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 3rem 0 0;
	gap: 2.25rem;
}
#sec02 dl {
	width: calc((100% - 4.5rem)/3);
}
#sec02 dl dt {
	width: 95%;
	margin: 1.5rem auto;
	text-align: center;
}
#sec02 dl dt span {
	display: inline-block;
	color: #7db212;
	font-family: montserrat, sans-serif;
	font-weight: 600;
	font-size: 3.5rem;
	line-height: 1.4;
	border-bottom: .45rem solid #d7934c;
	margin: 1.5rem auto;
}
#sec02 dl dd {
	margin: 1.5rem auto;
	text-align: center;
}
#sec02 dl dd h3 {
	color: #171717;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.625;
}
#sec02 dl dd p {
	letter-spacing: .05rem;
	margin: 1.5rem auto;
}
/* #sec03
--------------------------------- */
#sec03 .inner {
	padding: 6.25rem 6.25rem 0;
}
#sec03 .greenBox {
	background: #7db212;
	color: #fff;
	border-radius: 2.5rem;
	padding: 5.5rem 3rem;
	text-align: center;
}
#sec03 h2 strong {
	display: block;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 500;
	font-size: 2.375rem;
	line-height: 1.6;
	letter-spacing: .06rem;
}
#sec03 h2 span {
	display: block;
	font-family: montserrat, sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: .06rem;
	margin: 1.25rem auto 4rem;
}
#sec03 p {
	text-align: center;
	line-height: 2.3;
}
#sec03 p span {
	font-weight: 600;
	font-size: 1.125rem;
}
/* #sec04
--------------------------------- */
#sec04 .inner {
	padding: 5.25rem 6.25rem;
}
#sec04 h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
}
#sec04 h2 strong {
	color: #171717;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 500;
	font-size: 2.375rem;
	line-height: 1.6;
	letter-spacing: .06rem;
}
#sec04 h2 span {
	color: #7db212;
	font-family: montserrat, sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: .06rem;
}
#sec04 div.order {
	border-top: 1px solid #cbcbcb;
	margin: 3rem 0;
}
#sec04 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec04 dl dt {
	width: 35%;
	color: #171717;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 500;
	font-size: 1.625rem;
	letter-spacing: .03rem;
	padding: 2rem;
	border-bottom: 1px solid #cbcbcb;
	display: flex;
	align-items: center;
}
#sec04 dl dt span {
	color: #7db212;
	font-family: montserrat, sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	padding-right: 3rem;
}
#sec04 dl dd {
	width: 65%;
	font-size: 1.125rem;
	letter-spacing: .05rem;
	padding: 2rem 2rem 2rem 0;
	border-bottom: 1px solid #cbcbcb;
}
/* #sec05
--------------------------------- */
#sec05 {
	background: #fdf9f4;
}
#sec05 .inner {
	padding: 6.75rem 6.25rem;
}
#sec05 h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
}
#sec05 h2 strong {
	color: #171717;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 500;
	font-size: 2.5625rem;
	line-height: 1.6;
	letter-spacing: .06rem;
}
#sec05 h2 span {
	color: #7db212;
	font-family: montserrat, sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: .06rem;
}
#sec05 .flexBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 2.5rem 0 0;
	gap: 5rem;
}
#sec05 .flexBox>img {
	width: 36%;
}
#sec05 p {
	line-height: 2.25;
	letter-spacing: .08rem;
}
#sec05 p span {
	display: block;
	font-weight: 600;
	font-size: 1.125rem;
	text-align: right;
	margin: 2rem 0 0;
}
/* #sec06
--------------------------------- */
#sec06 .inner {
	padding: 6.75rem 6.25rem;
}
#sec06 h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
}
#sec06 h2 strong {
	color: #171717;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 500;
	font-size: 2.5625rem;
	line-height: 1.6;
	letter-spacing: .06rem;
}
#sec06 h2 span {
	color: #7db212;
	font-family: montserrat, sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: .06rem;
}
#sec06 dl {
	border-top: 1px solid #cbcbcb;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 3rem 0 0;
}
#sec06 dl dt {
	width: 17.5%;
	color: #171717;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 500;
	letter-spacing: .03rem;
	padding: 1.5rem 2rem;
	border-bottom: 1px solid #cbcbcb;
}
#sec06 dl dd {
	width: 82.5%;
	line-height: 2.25;
	padding: 1.5rem 2rem;
	border-bottom: 1px solid #cbcbcb;
}
#sec06 ul li {
	padding: .125rem 0;
}
#sec06 ul li:before {
	content: '・ ';
}
a.link_out {
	padding-right: 1.5rem;
	background: url(/assets/img/link_out.svg) no-repeat bottom right;
	background-size: 1em;
}
/* footer
--------------------------------- */
a.to_top {
	display: none;
	position: fixed;
	right: 1.5rem;
	bottom: 1.5rem;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 50%;
	background: #7db212;
	z-index: 5;
}
a.to_top:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: .25rem;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-radius: 1.5px;
	transform: rotate(-45deg);
}
footer .inner {
	padding: 6.75rem 6.25rem;
}
footer h1 {
	width: 16.875rem;
	margin: 0 auto;
}
footer .copy {
	display: block;
	width: 100%;
	color: #9d9d9d;
	font-family: dm-sans, sans-serif;
	font-weight: 500;
	font-size: .875rem;
	line-height: 1.75;
	letter-spacing: .075rem;
	text-align: center;
	padding: 3rem 0 0;
}

/* style
--------------------------------- */