@charset 'utf-8';

/*---------------------------------------------------------------------- */
/* Global Styles
------------------------------------------------------------------------ */

/* Initialize
---------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, picture {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
}

html, body {
	height: 100%;
}

html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	line-height: 1.8;
	background: #fff;
	color: #000;
	word-break: normal;
	word-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: 100%;
}

main {
	display: block;
}

ul, ol {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

ins {
	background-color: #ff9;
	color: #fff;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #fff;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}

input, select, textarea {
	padding: 2px;
}

input, select, button {
	vertical-align: middle;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

area {
	outline: 0;
}


/* Override
---------------------------------------------------------- */

body {
	line-height: 1.8;
	color: #3f3a39;
	font-weight: 500;
	font-family: 'Noto Sans JP';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}

a {
	color: #00a33e;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

table {
	font-family: 'Noto Sans JP';
	font-weight: 500;
}

input, select, textarea, button {
	box-sizing: border-box;
	box-shadow: none;
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-size: 1.6rem;
}

input, select, textarea {
	border: 0;
	border-radius: 0;
	outline: 0;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input:focus, select:focus, textarea:focus {
	outline: 1px solid #c5c4c4;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
textarea,
select {
	padding: 4px 10px;
}

input::-webkit-input-placeholder{ color: #dbdcdc; }
input:-moz-placeholder { color: #dbdcdc; }
input::-moz-placeholder { color: #dbdcdc; }
input:-ms-input-placeholder { color: #dbdcdc; }
input::-ms-input-placeholder { color: #dbdcdc; }
input:input-placeholder { color: #dbdcdc; }

select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* Utillities
---------------------------------------------------------- */

.break-sp {
	display: block;
}

.nobreak-sp {
	display: none;
}

.grecaptcha-badge {
	display: none;
}

/* Button --------------------------------- */

.btn-fade {
	transition: opacity .3s linear;
}

.btn-fade:hover {
	opacity: .7;
}

.btn-zoom {
	display: block;
	overflow: hidden;
}

.btn-zoom img {
	transition: all .3s ease-out;
}

.btn-zoom:hover img {
	transform: scale(1.1);
}

/* Section --------------------------------- */

.section-header {
	line-height: 1.1;
}

.section-header > .logo {
	margin: 0 auto;
	width: 218px;
}

/* Block --------------------------------- */

/* .block-group */

.block-group {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.block-group > dt > img {
	width: 196px;
}

.block-group > dd {
	margin-top: 18px;
}

.block-group > dd > a > img {
	width: auto;
	height: 17px;
}

/* .block-404 */

.block-404 {
	padding: 60px 0 200px 0;
	text-align: center;
}

.block-404 .txt {
	font-size: 1.3rem;
}

/* List --------------------------------- */

.list-news {
	padding: 10px 0;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

.list-news > li {
	padding: 20px 0;
}

/* Post --------------------------------- */

/* .post-meta */

.post-meta {
	display: flex;
	align-items: center;
	line-height: 1.1;
	font-weight: 700;
}

.post-meta > .date {
	color: #00a33e;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: .05em;
}

.post-meta > .cat {
	margin-left: 15px;
	padding: 5px 10px;
	background: #f2f1f1;
	border: 0;
	font-size: 1.2rem;
}

/* .post-title */

.post-title {
	margin-top: 10px;
}

.post-title > a {
	color: #3f3a39;
}

/* .post-content */

.post-content {
	font-size: 1.3rem;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content p,
.post-content ol,
.post-content ul {
	margin: 1.5em 0;
}

.post-content h1 {
	font-size: 2.4rem;
}

.post-content h2 {
	font-size: 2.2rem;
}

.post-content h3 {
	font-size: 2rem;
}

.post-content h4 {
	font-size: 1.8rem;
}

.post-content h5 {
	font-size: 1.4rem;
}

.post-content ol,
.post-content ul {
	padding-left: 40px;
}

.post-content ol {
	list-style-type: decimal;
}

.post-content ul {
	list-style-type: disc;
}

.post-content li {
	display: list-item;
	margin: 1em 0;
}

/* Align --------------------------------- */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* Animation width inview --------------------------------- */

.fadeIn,
.post-content img {
	visibility: hidden;
}

.fadeIn.inview,
.post-content img.inview {
	visibility: visible;
	animation: fadeIn 1.25s;
}

.elementor-element.fadeIn {
	visibility: visible;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Layout
---------------------------------------------------------- */

/* Base --------------------------------- */

#container {
	position: relative;
	min-width: 320px;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 36px;
	background: #fff;
}

#main {
	padding-top: 36px;
	background: #f2f1f1;
	font-size: 1.2rem;
	letter-spacing: .1em;
}

/* #header --------------------------------- */

/* .logo */

#header .logo {
	position: absolute;
	top: 7px;
	left: 12px;
	z-index: 2;
	width: 117px;
	height: 22px;
}

/* .btn-contact */

#header .btn-contact {
	position: absolute;
	top: 0;
	right: 50px;
}

#header .btn-contact a {
	line-height: 36px;
	border-bottom: 1px solid #3f3a39;
	color: #3f3a39;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: .1em;
}

#header .btn-contact a:hover {
	border-bottom: 0;
}

/* #gnav */

#gnav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	background: rgba(63, 58, 57, .95);
	overflow-y: auto;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s linear;
}

#gnav-inner {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

#gnav-inner > ul {
	margin-top: 24px;
}

#gnav-inner > ul > li {
	margin-bottom: 24px;
	line-height: 1.1;
}

#gnav-inner > ul > li > a {
	display: inline-block;
	position: relative;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 2.4rem;
	color: #6fba2c;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .05em;
}

#gnav-inner > ul > li:first-child > a {
	padding-bottom: 2px;
	border-bottom: 2px solid #00a33e;
	color: #00a33e;
	font-size: 1.2rem;
}

#gnav-inner > ul > li > .txt,
#gnav-inner > ul > li > ul {
	margin-top: 8px;
}

#gnav-inner > ul > li > .txt {
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: .05em;
}

#gnav-inner > ul > li > ul {
	display: flex;
}

#gnav-inner > ul > li > ul > li {
	margin-right: 16px;
}

#gnav-inner > ul > li > ul > li > a {
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: .05em;
}

#gnav-inner > ul > li > ul > li > a > img {
	width: auto;
	height: 9px;
}

/* #btn-menu */

#btn-menu,
#btn-menu .icons {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
}

#btn-menu {
	left: auto;
	right: 0;
	z-index: 100;
	background: #3f3a39;
	overflow: hidden;
	cursor: pointer;
	pointer-events: auto;
}

#btn-menu .icons {
	transition: all .3s ease-out;
}

#btn-menu .icon {
	display: block;
	position: absolute;
	top: 17px;
	left: 12px;
	width: 14px;
	height: 2px;
	background: #fff;
	transform: rotate(0);
	transition: all .3s ease-out;
}

#btn-menu .icon-top {
	transform: translateY(-6px);
}

#btn-menu .icon-mid {
	transform: translateY(0);
}

#btn-menu .icon-bot {
	transform: translateY(6px);
}

/* Nav Active */

.nav-active {
	position: fixed;
	width: 100%;
}

.nav-active #gnav {
	opacity: 1;
	pointer-events: auto;
}

.nav-active #btn-menu .icons {
	transform: rotate(90deg);
}

.nav-active #btn-menu .icon-top,
.nav-active #btn-menu .icon-bot {
	top: 16px;
	left: 10px;
	width: 18px;
}

.nav-active #btn-menu .icon-top {
	transform: rotate(45deg);
}

.nav-active #btn-menu .icon-mid {
	opacity: 0;
}

.nav-active #btn-menu .icon-bot {
	transform: rotate(-45deg);
}

/* #main --------------------------------- */

/* #main-visual */

#main-visual {
	padding: 0 15px 16px 15px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
}

#main-visual img {
	width: 100%;
}

/* #main-header */

#main-header {
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 30px 0;
	background: #f2f1f1;
	line-height: 1.1;
}

#main-header > .title {
	position: relative;
	padding-bottom: 5px;
	border-bottom: 2px solid #3f3a39;
	color: #3f3a39;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#main-header > .txt {
	margin-top: 25px;
	font-weight: 700;
	font-size: 1.6rem;
}

/* #main-content */

#main-content {
	position: relative;
	padding-bottom: 50px;
}

/* #footer --------------------------------- */

/* #btn-pagetop */

#btn-pagetop {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 34px;
	height: 34px;
	opacity: 0;
	transition: opacity .2s linear;
}

#btn-pagetop.active {
	opacity: 1;
}

#btn-pagetop.hold {
	position: absolute;
	bottom: 82px;
}

/* .btn-contact */

#footer .btn-contact a {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 238px;
	line-height: 1.1;
	background: #6fba2c;
	color: #fff;
	text-decoration: none;
}

#footer .btn-contact a .txt01 {
	padding-bottom: 7px;
	border-bottom: 2px solid #fff;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 2.254rem;
	text-transform: uppercase;
	letter-spacing: .05em;
}

#footer .btn-contact a .txt02 {
	margin-top: 20px;
	font-weight: 700;
	font-size: 1.484rem;
	letter-spacing: .1em;
}

#footer .btn-contact a .txt03 {
	margin-top: 25px;
	width: 205px;
	height: 58px;
	line-height: 58px;
	background: #fff;
	border-radius: 29px;
	color: #3f3a39;
	font-weight: 700;
	font-size: 1.3rem;
	text-align: center;
	letter-spacing: .1em;
}

/* .block-group */

#footer .block-group {
	padding: 24px 16px 40px 16px;
}

#footer .block-group > dt > a > img {
	width: 196px;
}

#footer .block-group > dd.kitfront > a > img {
	width: 135px;
	height: auto;
}

/* #copyright */

#copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 66px;
	background: #524e4d;
	color: #fff;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	letter-spacing: .05em;
}





/*---------------------------------------------------------------------- */
/* 768px Tablet & PC Styles
------------------------------------------------------------------------ */

@media screen and (min-width: 768px), print {

/* Overlay
---------------------------------------------------------- */

body {
	line-height: 1.8;
}

/* Utillities
---------------------------------------------------------- */

.break-sp {
	display: none;
}

.nobreak-sp {
	display: block;
}

/* Section --------------------------------- */

.section-header > .logo {
	width: 312px;
}

/* Block --------------------------------- */

/* .block-group */

.block-group {
	flex-flow: row wrap;
	justify-content: center;
}

.block-group > dt {
	width: 100%;
	text-align: center;
}

.block-group > dt > img {
	width: 301px;
}

.block-group > dd {
	margin: 35px 47px 0 47px;
}

.block-group > dd > a > img {
	height: 28px;
}

/* .block-404 */

.block-404 {
	padding: 150px 0 300px 0;
}

.block-404 .txt {
	font-weight: 700;
	font-size: 1.8rem;
}

/* List --------------------------------- */

/* .list-news */

.list-news {
	padding: 17px 0;
}

.list-news > li {
	display: flex;
	padding: 15px 0;
}

.list-news > li > .post-title {
	margin-left: 20px;
}

/* Post --------------------------------- */

/* .post-meta */

.post-meta > .date {
	font-size: 1.4rem;
}

.post-meta > .cat {
	font-size: 1.3rem;
}

/* .post-title */

.post-title {
	margin-top: 0;
}

/* .post-content */

.post-content {
	font-size: 1.6rem;
}

.post-content h1 {
	font-size: 3.4rem;
}

.post-content h2 {
	font-size: 3rem;
}

.post-content h3 {
	font-size: 2.6rem;
}

.post-content h4 {
	font-size: 2.2rem;
}

.post-content h5 {
	font-size: 1.8rem;
}

/* Layout
---------------------------------------------------------- */

/* Base --------------------------------- */

#container {
	min-width: 1280px;
}

#header {
	height: 100px;
}

#main {
	padding-top: 100px;
	font-size: 1.6rem;
}

/* #header --------------------------------- */

/* .logo */

#header .logo {
	top: 21px;
	left: 25px;
	width: 308px;
	height: 58px;
}

/* .btn-contact */

#header .btn-contact {
	right: 135px;
}

#header .btn-contact a {
	line-height: 100px;
	font-size: 1.4rem;
}

/* #gnav */

#gnav-inner {
	padding: 100px 0;
}

#gnav-inner > ul {
	display: flex;
	flex-flow: column wrap;
	align-content: space-between;
	position: relative;
	margin-top: 50px;
	padding-top: 70px;
	width: 550px;
	height: 540px;
	box-sizing: border-box;
}

#gnav-inner > ul > li {
	margin-bottom: 50px;
}

#gnav-inner > ul > li:first-child {
	position: absolute;
	top: 0;
	left: 0;
}

#gnav-inner > ul > li > a {
	font-size: 3.4rem;
}

#gnav-inner > ul > li:first-child > a {
	padding-bottom: 5px;
	font-size: 1.9rem;
}

#gnav-inner > ul > li > .txt,
#gnav-inner > ul > li > ul {
	margin-top: 15px;
}

#gnav-inner > ul > li .txt {
	font-size: 1.3rem;
}

#gnav-inner > ul > li > ul > li {
	margin-right: 25px;
}

#gnav-inner > ul > li > ul > li > a {
	font-size: 1.3rem;
}

#gnav-inner > ul > li > ul > li > a > img {
	height: 12px;
}

/* #btn-menu */

#btn-menu,
#btn-menu .icons {
	width: 100px;
	height: 100px;
}

#btn-menu .icon {
	top: 49px;
	left: 32px;
	width: 36px;
	height: 4px;
}

#btn-menu .icon-top {
	transform: translateY(-17px);
}

#btn-menu .icon-mid {
	transform: translateY(0);
}

#btn-menu .icon-bot {
	transform: translateY(17px);
}

/* Nav Active */

.nav-active #btn-menu .icon-top,
.nav-active #btn-menu .icon-bot {
	top: 47px;
	left: 27px;
	width: 48px;
}

/* #main --------------------------------- */

/* #main-visual */

#main-visual {
	padding: 0 34px 34px 34px;
}

/* #main-header */

#main-header {
	padding: 60px 0;
}

#main-header > .title {
	padding-bottom: 10px;
	font-size: 2.2rem;
}

#main-header > .txt {
	margin-top: 50px;
	font-size: 2.6rem;
}

/* #main-content */

#main-content {
	padding-bottom: 100px;
}

/* #footer --------------------------------- */

/* #btn-pagetop */

#btn-pagetop {
	right: 40px;
	bottom: 40px;
	width: 49px;
	height: 49px;
}

#btn-pagetop.hold {
	bottom: 120px;
}

/* .btn-contact */

#footer .btn-contact a {
	flex-flow: column wrap;
	align-items: flex-start;
	align-content: center;
	height: 231px;
}

#footer .btn-contact a .txt01,
#footer .btn-contact a .txt02 {
	margin-left: 35px;
}

#footer .btn-contact a .txt01 {
	margin-top: 50px;
	font-size: 2.7rem;
}

#footer .btn-contact a .txt02 {
	margin-bottom: 50px;
	font-size: 1.6rem;
}

#footer .btn-contact a .txt03 {
	margin: 0 0 0 75px;
	width: 285px;
	height: 80px;
	line-height: 80px;
	border-radius: 40px;
	font-size: 1.6rem;
}

/* #footer .block-group */

#footer .block-group {
	padding: 52px 0 86px 0;
}

#footer .block-group > dt > a > img {
	width: 301px;
}

#footer .block-group > dd {
	margin: 35px 30px 0 30px;
}

#footer .block-group > dd.kitfront {
	margin: 40px 0 0 0;
	width: 100%;
	text-align: center;
}

#footer .block-group > dd.kitfront > a > img {
	width: 218px;
	height: auto;
}

/* #copyright */

#copyright {
	height: 81px;
	font-size: 1.2rem;
}

}





/*---------------------------------------------------------------------- */
/* Print Styles
------------------------------------------------------------------------ */

@media print {

	#container {
		width: 1240px;
	}

	#header {
		position: static;
	}

	#main {
		padding-top: 0;
	}

}


/*---------------------------------------------------------------------- */
/* Guide
------------------------------------------------------------------------ */

/* body {
	background: url(../images/guide/contact-pc.jpg) no-repeat center top;
	background-size: 1240px;
}

#container {
	opacity: .3;
}

@media screen and (max-width: 768px) {

	body {
		background: url(../images/guide/contact-sp.jpg) no-repeat center top;
		background-size: 320px;
	}

	#container {
		opacity: .3;
	}

} */