@charset "UTF-8";
/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}

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

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

img {
	vertical-align: bottom;
}

textarea, select, option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
	display: block;
	margin: 0 0 10px auto;
}

/* 配置位置 左 */
.alignleft {
	display: block;
	margin: 0 auto 10px 0;
}

/* 配置位置 右 */
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */
/* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/
/* 後続テキスト右回り込み */
/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px */
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
}

#container {
	position: relative;
}

#main {
	display: block;
}

* {
	box-sizing: border-box;
}

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

/* ヘッダ */
/* -------------------------------------------------- */
#header {
	width: 100%;
	background-color: #FFFF;
}

#headerInner {
	width: 100%;
	height: 120px;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#headerLogo {
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

#headerLogo img {
	width: 199px;
	height: auto;
}

#headerMenu {
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

#headerMenu ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#headerMenu ul li a {
	display: block;
	position: relative;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.025em;
	color: #585858;
	font-weight: 700;
}

#headerMenu ul li:not(:last-child) a:before {
	width: 17px;
	height: 2px;
	display: inline-block;
	position: absolute;
	content: "";
	left: -30px;
	top: 50%;
	background-color: #0D8E52;
}

#headerMenu ul li:last-child {
	margin-left: -30px;
}

#headerMenu ul li.current a {
	color: #0D8E52;
}

/* ヘッダお問い合わせ */
#headerMenu ul li.headerMenuContact a {
	padding: 18px 40px;
	background-color: #0D8E52;
	box-shadow: 0px 6px 0px #02743F;
	color: #FFFFFF;
	border-radius: 54px;
	transition: all 0.3s ease-in-out 0s;
}

#headerMenu ul li.headerMenuContact a:hover {
	transform: translate(0px, 6px);
	-webkit-transform: translate(0px, 6px);
	box-shadow: 0px 0px 0px #02743F;
}

#headerMenu ul li.headerMenuContact a span {
	padding-left: 22px;
	background: url(img/common/ic_btn_mail.png) left center no-repeat;
	background-size: 17px auto;
}

/* フッタ */
/* -------------------------------------------------- */
#footer {
	background-color: #E5F5F0;
}

#footerInner {
	width: 100%;
	height: 230px;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#footerLogo {
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

#footerLogo a {
	margin-bottom: 20px;
	display: block;
}

#footerLogo img {
	width: 179px;
	height: auto;
}

#footerLogoFollow {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.025em;
	color: #333333;
}

#footerLogoFollowTel {
	margin-right: 25px;
	padding-left: 16px;
	background: url(img/common/ic_tel_foot.png) left center no-repeat;
	background-size: 13px auto;
}

#footerLogoFollowFax {
	padding-left: 18px;
	background: url(img/common/ic_fax_foot.png) left center no-repeat;
	background-size: 15px auto;
}

#footerMenu {
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

#footerMenu ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#footerMenu ul li a {
	display: block;
	position: relative;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.025em;
	color: #585858;
	font-weight: 700;
}

#footerMenu ul li a:before {
	width: 15px;
	height: 2px;
	display: inline-block;
	position: absolute;
	content: "";
	left: -25px;
	top: 50%;
	background-color: #0D8E52;
}

/* 共通パーツ */
/* -------------------------------------------------- */
/* レイアウト */
.sectionInner {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}

/* ページ見出し */
#pageTitle {
	margin-bottom: 60px;
	border-top: solid 1px #0D8E52;
	border-bottom: solid 1px #0D8E52;
}

#pageTitleInner {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 100px 30px;
}

#pageTitleHead {
	font-size: 3.8rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0D8E52;
	font-weight: 700;
}

/* 汎用ボタン */
.uniBtn a,
.uniBtn button {
	width: 100%;
	height: 80px;
	display: block;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0em;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	line-height: 80px;
	background-color: #0D8E52;
	border-radius: 40px;
	box-shadow: 0px 7px 0px #02743F;
	transition: all 0.3s ease-in-out 0s;
}

.uniBtn a:hover,
.uniBtn button:hover {
	-webkit-transform: translate(0px, 7px);
	transform: translate(0px, 7px);
	box-shadow: 0px 0px 0px #02743F;
}

/* -------------------------------------------------- */
/* hoverなど */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {
	/* 改行 */
	.brPc:after {
		content: "\A";
		white-space: pre;
	}
	/* hover 汎用 */
	.hoverOpacity,
	a.hoverOpacity {
		transition: 0.3s ease-in-out;
	}
	.hoverOpacity:hover,
	a.hoverOpacity:hover {
		opacity: 0.7 !important;
	}
	/* ヘッダナビ */
	#headerMenu ul li:not(:last-child) a {
		transition: 0.3s ease-in-out;
	}
	#headerMenu ul li:not(:last-child) a:hover {
		color: #0D8E52;
	}
	/* フッタナビ */
	#footerMenu ul li a {
		transition: 0.3s ease-in-out;
	}
	#footerMenu ul li a:hover {
		color: #0D8E52;
	}
}
