@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

:root {
	--primary-green: #3eb37c;
	--light-green: #f1f8f1;
	--accent-green: #32cd32;
	--line-green: #06c755;
	--line-green-hover: #05ae4a;
	--gold: #d4af37;
	--text-main: #333;
	--text-black: #000;
	--text-white: #fff;
	--border-color: #eee;
	--border-light: #f9f9f9;
	--font-ja: 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	--font-en: 'Modern Antiqua', 'Noto Sans JP', serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

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

object,
embed {
	vertical-align: top;
}

legend {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
	border: 0;
}

body {
	font: 14px/1.9 var(--font-ja);
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	color: var(--text-black);
	background: var(--text-white);
}

a {
	color: #0066ff;
	text-decoration: none;
	transition: opacity 0.3s;
}

a:hover,
.active {
	text-decoration: underline;
}

a:active,
a:focus,
input:active,
input:focus {
	outline: 0;
}

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

#wrapper {
	width: 100%;
}

#content {
	width: 100%;
	padding-top: 60px;
}

#sidebar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: var(--text-white);
	border-bottom: 1px solid var(--border-color);
	z-index: 1000;
}

#sidebarWrap {
	max-width: 1000px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

#sidebar h1 {
	padding: 15px 0 0 20px;
}

#sidebar h1 img {
	max-height: 25px;
	width: auto;
}

#mainnav {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	text-align: right;
}

#mainnav a {
	color: var(--text-black);
	font-family: var(--font-en);
}

a#menu {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

#menuBtn {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 2px;
	margin: -1px 0 0 -12px;
	background: var(--text-main);
	transition: .2s;
}

#menuBtn:before,
#menuBtn:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 2px;
	background: var(--text-main);
	transition: .3s;
}

#menuBtn:before {
	margin-top: -8px;
}

#menuBtn:after {
	margin-top: 8px;
}

a#menu.close #menuBtn {
	background: transparent;
}

a#menu.close #menuBtn:before {
	margin-top: 0;
	transform: rotate(-45deg);
}

a#menu.close #menuBtn:after {
	margin-top: 0;
	transform: rotate(-135deg);
}

.panel {
	display: none;
	position: absolute;
	top: 60px;
	right: 0;
	width: 300px;
	background: var(--text-white);
	border: 1px solid var(--border-color);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	text-align: left;
}

#mainnav ul {
	padding: 20px 0;
}

#mainnav li a {
	display: block;
	padding: 15px 30px;
	color: var(--text-main);
	font-weight: bold;
	border-bottom: 1px solid var(--border-light);
}

#mainnav #sns {
	padding: 20px 30px;
	border-top: 1px solid var(--border-color);
}

#mainnav #sns li {
	display: inline-block;
	margin-right: 15px;
}

section {
	clear: both;
}

section h2 {
	width: 60%;
	margin: 70px auto;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	font-family: var(--font-en);
}

section h2 span {
	padding-bottom: 20px;
	border-bottom: 3px solid var(--text-black);
}

.inner {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#sec01 {
	background: var(--text-white);
}

.innerS {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 0 100px;
	line-height: 2.2;
	letter-spacing: 0.1em;
	text-align: left;
	color: var(--text-main);
	font-size: 15px;
}

#sec03 {
	background: var(--light-green);
	padding: 120px 0 100px;
}

#sec03 h3 {
	font-size: 18px;
	margin: 20px 0 10px;
	padding: 2px 0 2px 12px;
	border-left: 4px solid var(--accent-green);
	font-family: var(--font-en);
	line-height: 1.4;
}

#sec03 ul.service-list {
	padding-left: 0;
}

#sec03 ul.service-list li {
	display: block;
	width: 100%;
	padding: 5px 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
}

#sec03 ul.service-list li:before {
	content: "・";
}

.col3 .img,
.col4 .img {
	margin: 0 auto;
}

#sec04 {
	padding-bottom: 0;
}

.article {
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e0e0e0;
}

.article:last-child {
	border-bottom: none;
}

.article h3 {
	font-size: 20px;
	margin: 5px 0 15px;
	font-weight: bold;
}

.article img {
	float: left;
	margin: 5px 40px 20px 0;
}

.article p {
	margin-bottom: 20px;
}

#sec05 {
	background: var(--primary-green);
	padding: 100px 0 60px;
	color: var(--text-white);
}

#sec05 h2 span {
	border-bottom-color: var(--text-white);
}

#sec05 .inner {
	max-width: 800px;
	margin: 0 auto;
}

#sec05 dl {
	margin-top: 30px;
}

#sec05 dt {
	float: left;
	width: 140px;
	padding: 20px 0;
	clear: both;
	font-weight: bold;
	color: var(--text-white);
}

#sec05 dd {
	margin-left: 140px;
	padding: 20px 0 20px 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	min-height: 1.5em;
	color: var(--text-white);
}

#sec05 dd:last-child {
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

#contact {
	background: var(--primary-green);
	padding-bottom: 100px;
}

.contact-box {
	border: 6px double var(--gold);
	padding: 40px 20px;
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	background: linear-gradient(to bottom, #fff, #fefdf5);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.contact-box:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	border: 1px solid rgba(212, 175, 55, 0.4);
	pointer-events: none;
	z-index: 1;
}

.contact-box h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: var(--text-main);
	letter-spacing: 0.1em;
	position: relative;
	z-index: 2;
}

.contact-box p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #555;
	position: relative;
	z-index: 2;
}

.line-btn {
	display: inline-block;
	background: var(--line-green);
	color: var(--text-white) !important;
	font-weight: bold;
	border-radius: 5px;
	transition: 0.3s;
	text-decoration: none;
}

.line-btn:hover {
	background: var(--line-green-hover);
	text-decoration: none;
	opacity: 1;
}

.contact-box .line-btn {
	padding: 12px 35px;
	font-size: 16px;
	border-radius: 50px;
	box-shadow: 0 4px 15px rgba(6, 199, 85, 0.3);
	position: relative;
	z-index: 2;
}

.contact-box .line-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(6, 199, 85, 0.4);
}

#footer {
	clear: both;
	padding: 30px 10px 70px 0;
	text-align: center;
	font-size: 12px;
	background: var(--primary-green);
	color: var(--text-white);
}

@media only screen and (min-width: 641px) {
	.col2 li {
		display: inline-block;
		width: 60%;
		vertical-align: top;
		margin: 20px 0;
	}

	.col2 li:first-child {
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (min-width: 800px) {
	.col4 {
		text-align: center;
	}

	.col4 li,
	.col3 li {
		display: inline-block;
		width: 18%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
	}

	.col3 li {
		width: 26%;
	}
}

@media only screen and (max-width: 640px) {
	.panel {
		width: 100%;
	}

	.innerS {
		width: 90%;
		padding-bottom: 60px;
		font-size: 14px;
		line-height: 2.0;
		text-align: justify;
	}

	.article img {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}

	#sec05 dt {
		float: none;
		width: 100%;
		padding: 20px 0 5px;
	}

	#sec05 dd {
		margin-left: 0;
		padding: 0 0 15px 0;
	}

	.contact-box {
		margin: 0 10px;
		padding: 40px 15px;
	}

	.contact-box h3 {
		font-size: 20px;
	}

	#footer {
		padding: 0 10px 50px 0;
	}
}