@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700");
* {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	box-sizing: border-box;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
}
html {
	font-size: 26px;
	overflow-y: scroll;
}
html.sp {
	font-size: 26px !important;
}

body, th, main .contents .format table td, td, input, select, textarea {
	font-size: 26px;
	font-size: 1rem;
	line-height: 28.6px;
	line-height: 1.1rem;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}

body {
	position: relative;
	margin: 0px auto !important;
	padding-top: 120px;
}
.l_tablet body {
	padding-top: 80px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #000000;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
	backface-visibility: hidden;
}
a:hover {
	opacity: 0.7;
}
a.ex {
	padding-right: 22px;
	background: url(../images/ico_blank.svg) no-repeat right;
	background-size: 15px 15px;
}
.l_tablet a.ex {
	padding-right: 15px;
	background-size: 10px 10px;
}
a.pdf:after, a[href$=".pdf"]:after {
	position: relative;
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	width: 16px;
	height: 19px;
	top: -4px;
	margin-left: 5px;
	background: url(../images/ico_pdf.png) no-repeat;
	background-size: 16px 19px;
}
@media all and (-ms-high-contrast: none) {
  a.pdf:after, a[href$=".pdf"]:after {
		top: -5px;
  }
}
a.doc:after, a[href$=".doc"]:after, a[href$=".docx"]:after {
	position: relative;
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	width: 16px;
	height: 18px;
	top: -4px;
	margin-left: 5px;
	background: url(../images/ico_doc.svg) no-repeat;
	background-size: 16px 18px;
}
@media all and (-ms-high-contrast: none) {
  a.doc:after, a[href$=".doc"]:after, a[href$=".docx"]:after {
		top: -5px;
  }
}
a.xls:after, a[href$=".xls"]:after, a[href$=".xlsx"]:after {
	position: relative;
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	width: 16px;
	height: 18px;
	top: -4px;
	margin-left: 5px;
	background: url(../images/ico_xls.svg) no-repeat;
	background-size: 16px 18px;
}
@media all and (-ms-high-contrast: none) {
  a.xls:after, a[href$=".xls"]:after, a[href$=".xlsx"]:after {
		top: -5px;
  }
}

dl, ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
	margin: 0px;
}

.clear {
	clear: both;
}

.sp .view_pc {
	display: none !important;
}

.view_sp {
	display: none !important;
}
.sp .view_sp {
	display: block !important;
}

.view_tablet {
	display: none !important;
}
.tablet .view_tablet {
	display: block !important;
}

.indent01 {
	margin-left: 1em;
	text-indent: -1em;
}

.indent02 {
	display: block;
	margin-left: 1.3em;
	text-indent: -1.3em;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 120px;
	background: #fff;
	z-index: 2000;
}
.l_tablet header {
	height: 80px;
}
header > div.inner {
	position: relative;
	width: 100%;
	max-width: 1256px;
	margin: auto;
	padding: 10px 28px;
	display: table;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
.sp header > div.inner {
	padding: 5px 14px;
}
header > div.inner > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
.sp header > div.inner {
	padding-top: 0;
	padding-bottom: 0;
}
header #logo {
	width: 500px;
	padding-top: 20px;
}
.pc header #logo {
	width: 400px;
}
.l_tablet header #logo {
	width: 200px;
	padding-top: 17px;
}
.l_tablet header #logo img {
	width: 100%;
}
header #globalnavi {
	padding-top: 60px;
}
.l_tablet header #globalnavi {
	display: none;
}
header #globalnavi ul li {
	display: inline-block;
	margin-right: 50px;
}
header #globalnavi ul li a {
	font-weight: bold;
}
header #globalnavi ul li a.ac {
	position: relative;
}
header #globalnavi ul li a.ac:after {
	content: "";
	position: absolute;
	width: 70%;
	height: 2px;
	background: #446919;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -5px;
}
header #contact {
	height: 120px;
	text-align: center;
}
.l_tablet header #contact {
	display: none;
}
header #contact > a {
	display: table;
	height: 120px;
	padding: 0 20px;
	background: #446919;
}
header #contact > a > div {
	display: table-cell;
	vertical-align: middle;
}
header #contact > a > div span {
	display: block;
}
header #contact > a > div span.tel {
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	font-size: 1.23077rem;
	line-height: 48px;
	line-height: 1.84615rem;
}
header #contact > a > div span.contact {
	position: relative;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	font-size: 1.07692rem;
	line-height: 42px;
	line-height: 1.61538rem;
	padding-left: 33px;
}
header #contact > a > div span.contact:before {
	content: "";
	position: absolute;
	width: 29px;
	height: 22px;
	left: 0;
	background: url(../images/ico_contact.png) no-repeat;
}
header #sns {
	padding-top: 60px;
	min-width: 50px;
}
.l_tablet header #sns {
	display: none;
}
header #sns ul {
	text-align: center;
}
header #sns ul li {
	display: inline-block;
}
header #sns ul li + li {
	margin-left: 5px;
}
header #spmenuswitch {
	position: absolute;
	display: none;
	width: 50px;
	height: 50px;
	right: 10px;
	top: 10px;
	bottom: 0;
	margin: auto;
	z-index: 100;
}
.l_tablet header #spmenuswitch {
	display: block;
}
header #spmenuswitch a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -10000px;
	overflow: hidden;
}
header #spmenuswitch a:before {
	content: "";
	display: block;
	position: absolute;
	top: -26px;
	left: 13px;
	width: 24px;
	height: 3px;
	background: #4a4000;
	transform: rotate(45deg);
	-webkit-transition: 400ms;
	transition: 400ms;
}
header #spmenuswitch a:after {
	content: "";
	display: block;
	position: absolute;
	top: -26px;
	left: 13px;
	width: 24px;
	height: 3px;
	background: #4a4000;
	transform: rotate(-45deg);
	-webkit-transition: 400ms;
	transition: 400ms;
}
header #spmenuswitch a.open:before {
	top: 24px;
}
header #spmenuswitch a.open:after {
	top: 24px;
}
header #spmenuswitch a.open span {
	top: 74px;
}
.sp header #spmenuswitch {
	display: block;
}
header #spmenuswitch span {
	position: absolute;
	top: 24px;
	left: 13px;
	width: 24px;
	height: 3px;
	background: #4a4000;
	-webkit-transition: 400ms;
	transition: 400ms;
}
header #spmenuswitch span:before {
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	left: 0px;
	width: 24px;
	height: 3px;
	background: #4a4000;
}
header #spmenuswitch span:after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0px;
	width: 24px;
	height: 3px;
	background: #4a4000;
}

#spnavi {
	position: absolute;
	z-index: 1000;
	width: 100%;
}
.l_tablet #spnavi {
	top: 80px;
}
#spnavi > ul > li {
	position: relative;
	font-size: 36px;
	font-size: 1.38462rem;
	line-height: 61.2px;
	line-height: 2.35385rem;
	background: #446919;
	border-top: 1px solid #fff;
}
.sp #spnavi > ul > li {
	font-size: 16px;
	font-size: 0.61538rem;
	line-height: 27.2px;
	line-height: 1.04615rem;
}
#spnavi > ul > li a {
	display: block;
	padding: 10px;
	color: #fff;
}
#spnavi > ul > li a.ex {
	position: relative;
	background: none;
}
#spnavi > ul > li a.ex:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #f00;
	z-index: 15;
	background: url(../images/ico_blank.svg) no-repeat right;
	background-size: 15px 15px;
	padding-top: 5px;
}
#spnavi > ul.sns {
	text-align: center;
	background: #fff;
	padding: 10px 0;
}
#spnavi > ul.sns li {
	border-top: none;
	display: inline-block;
	background: #fff;
}
#spnavi > ul.sns li a {
	display: inline;
}

#mainvisual {
	position: relative;
	height: calc(100vh - 120px);
}
.sp #mainvisual {
	height: 400px !important;
}
#mainvisual .news {
	position: absolute;
	width: 80%;
	margin: 0 auto;
	bottom: 80px;
	left: 0;
	right: 0;
	background-color: rgba(255, 138, 0, 0.7);
}
.sp #mainvisual .news {
	bottom: 40px;
}
#mainvisual .news dl {
	display: table;
	width: 100%;
	padding: 10px 25px;
}
#mainvisual .news dl > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
.sp #mainvisual .news dl {
	display: block;
	font-size: 16px;
	font-size: 0.61538rem;
	line-height: 24px;
	line-height: 0.92308rem;
}
#mainvisual .news dl > dt {
	width: 200px;
	color: #fff;
}
.sp #mainvisual .news dl > dt {
	display: block;
}
#mainvisual .news dl > dt span {
	display: inline-block;
}
#mainvisual .news dl > dt span + span {
	margin-left: 25px;
}
#mainvisual .news dl > dd {
	color: #fff;
	margin: 0;
}
.sp #mainvisual .news dl > dd {
	display: block;
}
#mainvisual .news dl > dd a, #mainvisual .news dl > dd span {
	color: #fff;
}

#freedom {
	height: 850px;
	background: url(../../images/freedom01.jpg) center center no-repeat;
	background-size: cover;
}
.sp #freedom {
	height: auto;
	padding-bottom: 100px;
}
#freedom .catch {
	padding: 50px 20px;
	text-align: center;
}
.sp #freedom .catch img {
	width: 100%;
}
#freedom .lead {
	background-color: rgba(68, 105, 25, 0.7);
	padding: 50px 0;
}
#freedom .lead > p {
	font-size: 34px;
	font-size: 1.30769rem;
	line-height: 68px;
	line-height: 2.61538rem;
	text-align: center;
	color: #fff;
}
.sp #freedom .lead > p {
	font-size: 18px;
	font-size: 0.69231rem;
	line-height: 36px;
	line-height: 1.38462rem;
}

#home_menu {
	margin-top: -150px;
}
.sp #home_menu {
	margin-top: 0;
	padding-top: 40px;
}
#home_menu > div {
	position: relative;
	width: 100%;
	max-width: 1256px;
	margin: auto;
	padding: 0px 28px;
}
.sp #home_menu > div {
	padding: 0px 14px;
}
#home_menu > div ul:after {
	content: "";
	display: block;
	clear: both;
}
#home_menu > div ul li {
	width: 30%;
	float: left;
	margin-left: 5%;
	margin-bottom: 100px;
	text-align: center;
}
.sp #home_menu > div ul li {
	width: 47%;
	margin-bottom: 40px;
}
#home_menu > div ul li:nth-of-type(3n+1) {
	margin-left: 0;
}
.sp #home_menu > div ul li:nth-of-type(3n+1) {
	margin-left: 5%;
}
.sp #home_menu > div ul li:nth-of-type(2n+1) {
	margin-left: 0;
}
#home_menu > div ul li > div {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
}
#home_menu > div ul li > div a {
	display: block;
}
#home_menu > div ul li > div span.img {
	display: block;
	line-height: 0;
}
#home_menu > div ul li > div span.img img {
	width: 100%;
}
#home_menu > div ul li span.tx {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	text-align: center;
	color: #446919;
	font-size: 30px;
	font-size: 1.15385rem;
	line-height: 60px;
	line-height: 2.30769rem;
}
.sp #home_menu > div ul li span.tx {
	padding-right: 20px;
	font-size: 16px;
	font-size: 0.61538rem;
	line-height: 32px;
	line-height: 1.23077rem;
}
#home_menu > div ul li span.tx:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 29px;
	background: url(../images/arrow01.svg) no-repeat;
	background-size: 16px 29px;
	top: 3px;
	right: -30px;
}
.l_tablet #home_menu > div ul li span.tx:after {
	top: -3px;
}
.sp #home_menu > div ul li span.tx:after {
	top: -1px;
	right: -10px;
}

main {
	display: block;
	overflow: hidden;
}

#footer_link {
	text-align: center;
	padding: 20px 0 80px;
}
.sp #footer_link {
	padding-bottom: 40px;
}
#footer_link li + li {
	margin-top: 30px;
}
.sp #footer_link li + li {
	margin-top: 20px;
}
#footer_link li a {
	display: block;
	padding: 25px 0;
	width: 480px;
	margin: 0 auto;
	background: #446919;
	font-weight: bold;
	color: #fff;
	font-size: 30px;
	font-size: 1.15385rem;
	line-height: 51px;
	line-height: 1.96154rem;
}
.sp #footer_link li a {
	width: 260px;
	font-size: 18px;
	font-size: 0.69231rem;
	line-height: 30.6px;
	line-height: 1.17692rem;
}
#footer_link li a span {
	position: relative;
	padding-right: 50px;
}
#footer_link li a span::after {
	content: "";
	position: absolute;
	width: 29px;
	height: 22px;
	right: 0;
	top: 0px;
	background: url(../images/ico_contact.png) no-repeat;
}
#footer_link li a span.works::after {
	width: 25px;
	height: 25px;
	background: url(../images/ico_works.png) no-repeat;
}

footer {
	display: block;
	background: #4a4000;
	font-size: 24px;
	font-size: 0.92308rem;
	line-height: 36px;
	line-height: 1.38462rem;
}
footer > div {
	position: relative;
	width: 100%;
	max-width: 1256px;
	margin: auto;
	padding: 40px 28px;
	display: table;
	width: 100%;
}
.sp footer > div {
	padding: 20px 14px;
}
footer > div > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
.l_tablet footer > div {
	padding: 20px;
	display: block;
}
.l_tablet footer > div > div {
	display: block;
	width: 100%;
}
footer > div > div.info {
	width: 400px;
}
footer > div > div.info:after {
	content: "";
	display: block;
	clear: both;
}
.l_tablet footer > div > div.info {
	width: auto;
}
.l_tablet footer > div > div.info .logo {
	float: left;
}
.sp footer > div > div.info .logo {
	display: none;
}
footer > div > div.info .address {
	margin-top: 80px;
	color: #fff;
}
.l_tablet footer > div > div.info .address {
	margin-top: 50px;
	padding-left: 40px;
	float: left;
}
.sp footer > div > div.info .address {
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 30px;
	font-size: 12px;
	font-size: 0.46154rem;
	line-height: 18px;
	line-height: 0.69231rem;
}
.l_tablet footer > div > div.link {
	margin-top: 30px;
}
.sp footer > div > div.link {
	display: none;
}
footer > div > div.link > div {
	display: table;
	width: 100%;
}
footer > div > div.link > div > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
footer > div > div.link > div > div {
	width: 25%;
}
footer > div > div.link > div > div a {
	color: #fff;
}
footer > div > div.link > div > div .title {
	font-weight: bold;
}
footer > div > div.link > div > div .title.mb {
	margin-bottom: 30px;
}
footer > div > div.link > div > div ul {
	margin-top: 5px;
	padding-left: 15px;
}

main .contents * + .lead, main .contents * + .text, main .contents * + .image, main .contents * + .imagebox, main .contents * + .button, main .contents * + .table, main .contents * + .format, main .contents * + .googlemap {
	margin-top: 32px;
}
.sp main .contents * + .lead, main .contents .sp * + .lead, .sp main .contents * + .text, main .contents .sp * + .text, .sp main .contents * + .image, main .contents .sp * + .image, .sp main .contents * + .imagebox, main .contents .sp * + .imagebox, .sp main .contents * + .button, main .contents .sp * + .button, .sp main .contents * + .table, main .contents .sp * + .table, .sp main .contents * + .format, main .contents .sp * + .format, .sp main .contents * + .googlemap, main .contents .sp * + .googlemap {
	margin-top: 24px;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

main .contents * + .column, main .contents * + .layout, main .contents * + .menu {
	margin-top: 48px;
}

main .contents .lead * + p, main .contents .text * + p, main .contents .text * + ul, main .contents .text * + ol, main .contents .text * + .image.floatright, main .contents .text * + .image.floatleft {
	margin-top: 16px;
}

.h1 {
	padding: 50px 0 30px;
	text-align: center;
}
.sp .h1 {
	padding: 30px 0 30px;
}
.h1 h1 {
	margin: 0px;
	padding: 0px;
	font-size: 110px;
	font-size: 4.23077rem;
	line-height: 165px;
	line-height: 6.34615rem;
	font-weight: normal;
	color: #4a4000;
}
.sp .h1 h1 {
	font-size: 40px;
	font-size: 1.53846rem;
	line-height: 60px;
	line-height: 2.30769rem;
}
.h1 p {
	font-size: 30px;
	font-size: 1.15385rem;
	line-height: 45px;
	line-height: 1.73077rem;
}
.sp .h1 p {
	font-size: 16px;
	font-size: 0.61538rem;
	line-height: 24px;
	line-height: 0.92308rem;
}

.visual {
	background-size: cover;
	background-position: center center;
	height: 500px;
}
.sp .visual {
	height: 300px;
}
.visual.about {
	background-image: url(../../about/images/visual.jpg);
}
.visual.services {
	background-image: url(../../services/images/visual.jpg);
}
.visual.contact {
	background-image: url(../../contact/images/visual.jpg);
}

main .contents {
	position: relative;
	padding: 0px 0px  48px 0px;
}
main .contents:after {
	content: "";
	display: block;
	clear: both;
}
.sp main .contents {
	padding-bottom: 0;
}
main .contents > div:not(.background) {
	position: relative;
	width: 100%;
	max-width: 856px;
	margin: auto;
	padding: 0px 28px;
	padding-bottom: 20px;
}
.sp main .contents > div:not(.background) {
	padding: 0px 14px;
}
.sp main .contents > div:not(.background) {
	width: auto;
	margin-bottom: 40px;
}
main .contents .center {
	text-align: center;
}
main .contents .left {
	text-align: left;
}
main .contents .right_sp_c {
	text-align: right;
}
.sp main .contents .right_sp_c {
	text-align: center;
}
main .contents .content_head {
	padding-top: 80px;
}
main .contents h1 + *, main .contents h2 + *, main .contents h3 + *, main .contents h4 + *, main .contents h5 + *, main .contents h6 + * {
	margin-top: 0px !important;
}
main .contents h2 {
	clear: both;
	display: block;
	margin: 0px 0px 25.6px;
	padding: 20px 0px 0px 0px;
	font-size: 48px;
	font-size: 1.84615rem;
	line-height: 72px;
	line-height: 2.76923rem;
	color: #446919;
	font-weight: normal;
}
.sp main .contents h2 {
	font-size: 22px;
	font-size: 0.84615rem;
	line-height: 33px;
	line-height: 1.26923rem;
}
main .contents h2.border span {
	display: inline-block;
	border-bottom: 1px solid #446919;
	padding-bottom: 5px;
}
main .contents h2.center {
	text-align: center;
}
main .contents * + h2 {
	margin-top: 38.4px;
}
main .contents .div_h2 {
	display: table;
	width: 100%;
	border-bottom: 1px solid #cacaca;
}
main .contents .div_h2 > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: middle;
}
main .contents .div_h2 h2 {
	border-bottom: none;
}
main .contents .div_h2 p {
	text-align: right;
}
.sp main .contents .div_h2 p {
	padding-bottom: 10px;
}
main .contents h3 {
	clear: both;
	position: relative;
	margin: 0px 0px 8px;
	padding: 0px;
	font-size: 34px;
	font-size: 1.30769rem;
	line-height: 51px;
	line-height: 1.96154rem;
}
.sp main .contents h3 {
	font-size: 16px;
	font-size: 0.61538rem;
	line-height: 24px;
	line-height: 0.92308rem;
}
main .contents * + h3 {
	margin-top: 32px;
}
main .contents h4 {
	clear: both;
	display: block;
	margin: 0px 0px 16px;
	padding: 0px;
	font-size: 16px;
	font-size: 0.61538rem;
	line-height: 24px;
	line-height: 0.92308rem;
}
.sp main .contents h4 {
	font-size: 14px;
	font-size: 0.53846rem;
	line-height: 21px;
	line-height: 0.80769rem;
}
main .contents * + h4 {
	margin-top: 32px;
}
main .contents .h4_large {
	font-size: 19.2px;
	font-size: 0.73846rem;
	line-height: 28.8px;
	line-height: 1.10769rem;
	font-weight: bold;
}
main .contents .catch {
	text-align: center;
	padding: 80px 0px;
}
.sp main .contents .catch {
	padding: 40px 0px;
}
main .contents .catch > * + * {
	margin-top: 50px;
}
main .contents .catch img {
	max-width: 100%;
}
main .contents .catch + h2 {
	margin-top: 0;
}
main .contents .catch span {
	display: inline-block;
	background: #f00;
	color: #fff;
	padding: 5px 12px;
}
main .contents .catch ul:after {
	content: "";
	display: block;
	clear: both;
}
main .contents .catch ul li {
	float: left;
	width: 30%;
}
main .contents .catch ul li + li {
	margin-left: 5%;
}
main .contents .catch_tx {
	text-align: center;
	padding: 80px 0px 50px;
}
.sp main .contents .catch_tx {
	padding: 40px 0px;
}
main .contents .catch_tx p {
	font-size: 38px;
	font-size: 1.46154rem;
	line-height: 57px;
	line-height: 2.19231rem;
	color: #446919;
	font-weight: bold;
}
.sp main .contents .catch_tx p {
	font-size: 20px;
	font-size: 0.76923rem;
	line-height: 30px;
	line-height: 1.15385rem;
}
main .contents .content_box {
	display: table;
	width: 100%;
}
main .contents .content_box > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
.sp main .contents .content_box {
	display: block;
}
main .contents .content_box > .content_left {
	width: calc(100% - 300px);
	padding-right: 80px;
}
.l_tablet main .contents .content_box > .content_left {
	width: 100%;
	display: block;
	padding-right: 0px;
}
main .contents .content_box > .content_right {
	width: 300px;
}
main .contents .content_box > .content_right .sidenavi > ul {
	width: 100%;
}
main .contents .content_box > .content_right .sidenavi > ul > li {
	border-top: 3px solid #fff;
}
main .contents .content_box > .content_right .sidenavi > ul > li a {
	font-weight: bold;
	display: block;
	padding: 15px 5px 15px 15px;
	color: #999;
	background: #eef8ee;
	border-left: 8px solid #eef8ee;
}
main .contents .content_box > .content_right .sidenavi > ul > li a:hover {
	color: #000;
}
main .contents .content_box > .content_right .sidenavi > ul > li > a.ac {
	color: #000;
	border-left: 8px solid #446919;
	background: #c5e5c5;
}
main .contents .content_box > .content_right .sidenavi > ul > li.current a {
	color: #000;
}
main .contents .content_box > .content_right .sidenavi > ul > li.current > a {
	border-left: 8px solid #446919;
}
main .contents .content_box > .content_right .sidenavi > ul > li.current > ul {
	display: block;
}
main .contents .content_box > .content_right .sidenavi > ul > li.title > a {
	color: #fff;
	background: #446919;
	border-left: none;
}
main .contents .content_box > .content_right .sidenavi > ul > li > ul {
	display: none;
}
main .contents .content_box > .content_right .sidenavi > ul > li > ul > li {
	border-top: 3px solid #fff;
}
main .contents .content_box > .content_right .sidenavi > ul > li > ul > li.sub a {
	padding-left: 50px;
}
main .contents .content_box > .content_right .sidenavi > ul > li > ul > li > a {
	padding-left: 30px;
}
main .contents .content_box > .content_right .sidenavi > ul > li > ul > li > a.ac {
	color: #000;
	background: #c5e5c5;
	border-left: none;
}
main .contents .content_box > .content_right .sidenavi > ul > li > ul > li > a.ex {
	position: relative;
}
main .contents .content_box > .content_right .sidenavi > ul > li > ul > li > a.ex:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #f00;
	z-index: 15;
	background: url(../images/ico_blank.svg) no-repeat right;
	background-size: 15px 15px;
	margin-top: -2px;
}
.l_tablet main .contents .content_box > .content_right {
	display: none;
}
main .contents .lead.center {
	text-align: center;
}
.sp main .contents .lead.center {
	text-align: left;
}
main .contents .lead p {
	font-size: 29.25px;
	font-size: 1.125rem;
	line-height: 49.725px;
	line-height: 1.9125rem;
	font-weight: bold;
}
.sp main .contents .lead p {
	font-size: 26px;
	font-size: 1rem;
	line-height: 44.2px;
	line-height: 1.7rem;
}
main .contents .img_right {
	display: table;
	width: 100%;
}
main .contents .img_right > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
.sp main .contents .img_right {
	display: block;
}
main .contents .img_right .tx {
	width: calc(100% - 384px);
	padding-right: 20px;
}
.sp main .contents .img_right .tx {
	display: block;
	width: 100%;
	padding-right: 0;
}
main .contents .img_right .img {
	width: 384px;
}
.sp main .contents .img_right .img {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
main .contents .img_right .img img {
	width: 384px;
	height: auto;
}
.sp main .contents .img_right .img img {
	width: 100%;
	height: auto;
}
main .contents .img_right .img.normal {
	text-align: right;
}
.sp main .contents .img_right .img.normal {
	text-align: center;
}
main .contents .img_right .img.normal img {
	width: auto;
}
.sp main .contents .img_right .img.normal img {
	width: auto;
}
main .contents .img_right.border {
	padding-top: 30px;
}
main .contents .img_right + .img_right.border {
	border-top: 1px solid #aaa;
}
main .contents * + .img_right {
	margin-top: 32px;
}
main .contents .stack {
	margin-top: 0px !important;
}
main .contents .text:after {
	content: "";
	display: block;
	clear: both;
}
main .contents .text.bdr + .bdr {
	border-top: 1px solid #cacaca;
	padding-top: 30px;
}
main .contents .text p {
	font-size: 26px;
	font-size: 1rem;
	line-height: 44.2px;
	line-height: 1.7rem;
}
main .contents .text p .required {
	color: #fb3b3b;
	margin-left: 4px;
	margin-right: 4px;
}
main .contents .text p.error_mes {
	color: #fb3b3b;
}
main .contents .text p.center {
	text-align: center;
}
main .contents .text p.right {
	text-align: right;
}
.sp main .contents .text p {
	font-size: 14px;
	font-size: 0.53846rem;
	line-height: 21px;
	line-height: 0.80769rem;
}
main .contents .text p.head {
	font-size: 34px;
	font-size: 1.30769rem;
	line-height: 51px;
	line-height: 1.96154rem;
	font-weight: bold;
}
.sp main .contents .text p.head {
	font-size: 16px;
	font-size: 0.61538rem;
	line-height: 24px;
	line-height: 0.92308rem;
}
main .contents .text p .title {
	font-size: 32px;
	font-size: 1.23077rem;
	line-height: 48px;
	line-height: 1.84615rem;
	font-weight: bold;
}
.sp main .contents .text p .title {
	font-size: 16px;
	font-size: 0.61538rem;
	line-height: 24px;
	line-height: 0.92308rem;
}
main .contents .text .comment {
	font-size: 20.8px;
	font-size: 0.8rem;
	line-height: 35.36px;
	line-height: 1.36rem;
}
main .contents .text ul {
	clear: both;
	font-size: 26px;
	font-size: 1rem;
	line-height: 44.2px;
	line-height: 1.7rem;
}
.sp main .contents .text ul {
	font-size: 14px;
	font-size: 0.53846rem;
	line-height: 21px;
	line-height: 0.80769rem;
}
main .contents .text ul > li {
	margin-left: 14px;
	text-indent: -14px;
}
main .contents .text ul > li:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 4px;
	background: #446919;
}
main .contents .text ul > li + li {
	margin-top: 4px;
}
main .contents .text ol {
	font-size: 26px;
	font-size: 1rem;
	line-height: 44.2px;
	line-height: 1.7rem;
	counter-reset: number;
}
.sp main .contents .text ol {
	font-size: 14px;
	font-size: 0.53846rem;
	line-height: 21px;
	line-height: 0.80769rem;
}
main .contents .text ol > li {
	margin-left: 1.2em;
	text-indent: -0.63em;
}
main .contents .text ol > li:before {
	counter-increment: number;
	content: counter(number) ".";
	display: inline-block;
	margin-right: 0.3em;
}
main .contents .text ol > li + li {
	margin-top: 4px;
}
main .contents .text .image.floatright {
	float: right;
	margin-left: 32px;
	margin-bottom: 16px;
}
.sp main .contents .text .image.floatright {
	margin-left: 16px;
	margin-bottom: 8px;
}
main .contents .text .image.floatleft {
	float: left;
	margin-right: 32px;
	margin-bottom: 16px;
}
.sp main .contents .text .image.floatleft {
	margin-right: 16px;
	margin-bottom: 8px;
}
.sp main .contents .text .image.spclear {
	float: none;
	width: auto !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
main .contents .text .btn {
	text-align: center;
}
main .contents .text .btn a {
	display: inline-block;
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px;
}
main .contents .text .btn a:before {
	display: none;
}
main .contents .image img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}
.sp main .contents .image.w100 img {
	width: 100%;
	height: auto;
}
main .contents .image.half.right {
	text-align: right;
}
.sp main .contents .image.half.right {
	text-align: center;
}
main .contents .image.half img {
	display: inline-block;
}
.sp main .contents .image.half img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
main .contents .image.half img + img {
	margin-left: 15px;
}
.sp main .contents .image.half img + img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
main .contents .image.no_margin img {
	margin: 0;
}
main .contents .image a:hover img {
	opacity: 0.7;
}
main .contents .image p {
	margin: auto;
	font-size: 22.75px;
	font-size: 0.875rem;
	line-height: 34.125px;
	line-height: 1.3125rem;
}
* + main .contents .image p {
	margin-top: 8px;
}
main .contents .image.left img {
	margin-left: 0px;
}
main .contents .image.left p {
	margin-left: 0px;
}
main .contents .image.right img {
	margin-right: 0px;
}
main .contents .image.right p {
	margin-right: 0px;
}
main .contents .imagebox {
	display: table;
	width: 100%;
}
main .contents .imagebox > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
.sp main .contents .imagebox.spcol1 {
	display: block;
}
.sp main .contents .imagebox.spcol1 > * {
	display: block;
	width: auto !important;
}
.sp main .contents .imagebox.spcol1 > * + * {
	padding-top: 32px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
main .contents .imagebox > * {
	margin-top: 0px !important;
}
main .contents .imagebox > * + * {
	padding-left: 32px;
}
main .contents .imagebox.reverse {
	direction: rtl;
}
main .contents .imagebox.reverse > * {
	direction: ltr;
}
main .contents .imagebox.reverse > * + * {
	padding-left: 0px;
	padding-right: 32px;
}
main .contents .imagebox > .image img {
	width: 100%;
}
main .contents .imagebox > .image p {
	width: auto !important;
}
main .contents .column {
	margin-bottom: -48px;
	margin-left: -48px;
	margin-right: -4px;
}
.sp main .contents .column {
	margin-left: -24px;
	margin-bottom: -24px;
}
main .contents .column:after {
	content: "";
	display: block;
	clear: both;
}
main .contents .column > * {
	float: left;
	margin-bottom: 48px;
	margin-left: 48px;
}
.sp main .contents .column > * {
	margin-left: 24px;
	margin-bottom: 24px;
}
main .contents .column.col1 > * {
	width: calc((100% - 48px * 1 - 4px) / 1);
}
.sp main .contents .column.col1 > * {
	width: calc((100% - 24px * 1 - 4px) / 1);
}
.sp main .contents .column.spcol1 > * {
	width: calc((100% - 24px * 1 - 4px) / 1) !important;
}
main .contents .column.col2 > * {
	width: calc((100% - 48px * 2 - 4px) / 2);
}
.sp main .contents .column.col2 > * {
	width: calc((100% - 24px * 2 - 4px) / 2);
}
.sp main .contents .column.spcol2 > * {
	width: calc((100% - 24px * 2 - 4px) / 2) !important;
}
main .contents .column.col3 > * {
	width: calc((100% - 48px * 3 - 4px) / 3);
}
.sp main .contents .column.col3 > * {
	width: calc((100% - 24px * 3 - 4px) / 3);
}
.sp main .contents .column.spcol3 > * {
	width: calc((100% - 24px * 3 - 4px) / 3) !important;
}
main .contents .column.col4 > * {
	width: calc((100% - 48px * 4 - 4px) / 4);
}
.sp main .contents .column.col4 > * {
	width: calc((100% - 24px * 4 - 4px) / 4);
}
.sp main .contents .column.spcol4 > * {
	width: calc((100% - 24px * 4 - 4px) / 4) !important;
}
main .contents .column.col5 > * {
	width: calc((100% - 48px * 5 - 4px) / 5);
}
.sp main .contents .column.col5 > * {
	width: calc((100% - 24px * 5 - 4px) / 5);
}
.sp main .contents .column.spcol5 > * {
	width: calc((100% - 24px * 5 - 4px) / 5) !important;
}
main .contents .layout {
	display: table;
	width: calc(100% + 56px);
	margin-left: -28px;
	margin-right: -28px;
}
main .contents .layout > * {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
main .contents .layout:after {
	content: "";
	display: block;
	clear: both;
}
.sp main .contents .layout {
	width: calc(100% + 28px);
	margin-left: -14px;
	margin-right: -14px;
}
main .contents .layout > * {
	padding: 0px 28px;
}
.sp main .contents .layout > * {
	padding: 0px 14px;
}
main .contents .layout > *.left {
	text-align: left;
}
main .contents .layout > *.right {
	text-align: right;
}
main .contents .layout > *.top {
	vertical-align: top;
}
main .contents .layout > *.bottom {
	vertical-align: bottom;
}
.sp main .contents .layout.spcol1 {
	display: block;
	width: auto;
	margin-left: 0px;
	margin-bottom: -24px;
	margin-right: 0px;
}
.sp main .contents .layout.spcol1 > * {
	display: block;
	margin-bottom: 24px;
	padding: 0px;
	width: auto !important;
}
.sp main .contents .button {
	text-align: center;
}
main .contents .button > div {
	display: inline-block;
	-webkit-perspective: 100px;
	perspective: 100px;
}
main .contents .button > div > * {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-color: #000;
}
main .contents .button > div > *:hover {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: #0d0d0d;
	opacity: 1;
}
main .contents .button > div > *.press {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: black;
	-webkit-transform: translateZ(-5px);
	transform: translateZ(-5px);
}
.sp main .contents .button > div {
	display: block;
}
main .contents .button > div + div {
	margin-left: 20px;
}
.sp main .contents .button > div + div {
	margin-top: 20px;
	margin-left: 0px;
}
main .contents .button a, main .contents .button span {
	position: relative;
	display: inline-block;
	min-width: 190px;
	padding: 12px 20px;
	font-size: 26px;
	font-size: 1rem;
	line-height: 28.6px;
	line-height: 1.1rem;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}
main .contents .button a:before, main .contents .button span:before {
	content: "";
	position: absolute;
	display: block;
	right: 5px;
	bottom: 5px;
	border: 5px solid transparent;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}
main .contents .button a.center, main .contents .button span.center {
	text-align: center;
}
.sp main .contents .button a, .sp main .contents .button span {
	width: 100%;
}
main .contents .button.nega > div {
	-webkit-perspective: 100px;
	perspective: 100px;
}
main .contents .button.nega > div > * {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-color: #ffffff;
}
main .contents .button.nega > div > *:hover {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: white;
	opacity: 1;
}
main .contents .button.nega > div > *.press {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-color: #e6e6e6;
	-webkit-transform: translateZ(-5px);
	transform: translateZ(-5px);
}
main .contents .button.nega a {
	color: #000000;
	border: 1px solid #000000;
}
main .contents .button.nega a:before {
	border-right-color: #000000;
	border-bottom-color: #000000;
}
main .contents .button.center {
	text-align: center;
}
main .contents .button.right {
	text-align: right;
}
.sp main .contents .button.right {
	text-align: center;
}
main .contents .table {
	overflow-x: auto;
	overflow-y: hidden;
}
.sp main .contents .table.scroll {
	width: 100%;
}
.sp main .contents .table.scroll::-webkit-scrollbar {
	height: 5px;
}
.sp main .contents .table.scroll::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.sp main .contents .table.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
.sp main .contents .table.scroll > table {
	width: 600px;
}
main .contents .table > table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
main .contents .table > table > * > tr > th, main .contents .format .table > table > * > tr > td,
main .contents .table > table > tr > th,
main .contents .format .table > table > tr > td {
	position: relative;
	padding: 20px 0px;
	padding-right: 32px;
	padding-left: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 26px;
	font-size: 1rem;
	line-height: 39px;
	line-height: 1.5rem;
	font-weight: normal;
	color: #000000;
	overflow: hidden;
	border-bottom: 1px solid #707070;
}
.sp main .contents .table > table > * > tr > th, .sp main .contents .format .table > table > * > tr > td, .sp
main .contents .table > table > tr > th, .sp
main .contents .format .table > table > tr > td {
	padding: 12px 0px;
	padding-right: 16px;
	white-space: nowrap;
	font-size: 14px;
	font-size: 0.53846rem;
	line-height: 21px;
	line-height: 0.80769rem;
}
.sp main .contents .table > table > * > tr > th span, .sp main .contents .format .table > table > * > tr > td span, .sp
main .contents .table > table > tr > th span, .sp
main .contents .format .table > table > tr > td span {
	display: block;
}
.sp main .contents .table > table > * > tr > th * + span, .sp main .contents .format .table > table > * > tr > td * + span, .sp
main .contents .table > table > tr > th * + span, .sp
main .contents .format .table > table > tr > td * + span {
	margin-top: 4px;
}
main .contents .table > table > tbody > tr > th, main .contents .format .table > table > tbody > tr > td {
	vertical-align: top;
}
main .contents .table > table > tr > td,
main .contents .table > table > * > tr > td {
	padding: 16px 0px;
	padding-right: 32px;
	vertical-align: middle;
	text-align: left;
	font-size: 26px;
	font-size: 1rem;
	line-height: 44.2px;
	line-height: 1.7rem;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #446919;
}
.sp main .contents .table > table > tr > td, .sp
main .contents .table > table > * > tr > td {
	padding: 8px 0px;
	padding-right: 16px;
	font-size: 14px;
	font-size: 0.53846rem;
	line-height: 23.8px;
	line-height: 0.91538rem;
}
main .contents .table > table > tbody > tr:last-child > th, main .contents .format .table > table > tbody > tr:last-child > td, main .contents .table > table > tbody > tr:last-child > td {
	border-bottom: 5px solid #446919;
}
main .contents .table > table > tr > *:last-child,
main .contents .table > table > * > tr > *:last-child {
	padding-right: 0px;
}
.sp main .contents .table > table > tr > *:last-child, .sp
main .contents .table > table > * > tr > *:last-child {
	padding-right: 0px;
}
main .contents .table > table > tbody > tr:first-child > * {
	border-top: 5px solid #446919;
}
main .contents .table > table .left {
	text-align: left;
}
main .contents .table > table .right {
	text-align: right;
}
main .contents .table > table .center {
	text-align: center;
}
main .contents .table > table .top {
	vertical-align: top;
}
main .contents .table > table .bottom {
	vertical-align: bottom;
}
main .contents .table > table .middle {
	vertical-align: middle;
}
main .contents .table > table .nowrap {
	white-space: nowrap;
}
main .contents .table > table a {
	color: #446919;
}
main .contents .table > p {
	font-size: 19.8px;
	font-size: 0.76154rem;
	line-height: 33.66px;
	line-height: 1.29462rem;
}
.sp main .contents .table > p {
	font-size: 11.9px;
	font-size: 0.45769rem;
	line-height: 20.23px;
	line-height: 0.77808rem;
}
main .contents .table > p.right {
	text-align: right;
}
main .contents .table > * + p {
	margin-top: 8px;
}
main .contents .table > p + table {
	margin-top: 8px;
}
main .contents .format table {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	border-bottom: 1px solid #b3b3b3;
}
main .contents .format table th, main .contents .format table td {
	padding: 16px 8px;
	vertical-align: top;
	text-align: left;
	font-size: 26px;
	font-size: 1rem;
	line-height: 44.2px;
	line-height: 1.7rem;
	font-weight: bold;
	color: #000000;
	border-top: 1px solid #b3b3b3;
}
main .contents .format table td {
	font-weight: normal;
}
.sp main .contents .format table {
	display: block;
}
.sp main .contents .format table tbody {
	display: block;
}
.sp main .contents .format table tr {
	display: block;
}
.sp main .contents .format table th, .sp main .contents .format table td {
	display: block;
}
.sp main .contents .format table td {
	display: block;
	padding-top: 0px;
	border-top: 0px;
}
main .contents .menu {
	margin-bottom: -20px;
	margin-left: -20px;
	margin-right: -4px;
}
main .contents .menu:after {
	content: "";
	display: block;
	clear: both;
}
.sp main .contents .menu {
	margin-bottom: -10px;
	margin-left: -10px;
}
main .contents .menu > * {
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
}
.sp main .contents .menu > * {
	margin-left: 10px;
	margin-bottom: 10px;
}
main .contents .menu.col1 > * {
	width: calc((100% - 20px * 1 - 4px) / 1);
}
.sp main .contents .menu.col1 > * {
	width: calc((100% - 10px * 1 - 4px) / 1);
}
.sp main .contents .menu.spcol1 > * {
	width: calc((100% - 10px * 1 - 4px) / 1) !important;
}
main .contents .menu.col2 > * {
	width: calc((100% - 20px * 2 - 4px) / 2);
}
.sp main .contents .menu.col2 > * {
	width: calc((100% - 10px * 2 - 4px) / 2);
}
.sp main .contents .menu.spcol2 > * {
	width: calc((100% - 10px * 2 - 4px) / 2) !important;
}
main .contents .menu.col3 > * {
	width: calc((100% - 20px * 3 - 4px) / 3);
}
.sp main .contents .menu.col3 > * {
	width: calc((100% - 10px * 3 - 4px) / 3);
}
.sp main .contents .menu.spcol3 > * {
	width: calc((100% - 10px * 3 - 4px) / 3) !important;
}
main .contents .menu.col4 > * {
	width: calc((100% - 20px * 4 - 4px) / 4);
}
.sp main .contents .menu.col4 > * {
	width: calc((100% - 10px * 4 - 4px) / 4);
}
.sp main .contents .menu.spcol4 > * {
	width: calc((100% - 10px * 4 - 4px) / 4) !important;
}
main .contents .menu.col5 > * {
	width: calc((100% - 20px * 5 - 4px) / 5);
}
.sp main .contents .menu.col5 > * {
	width: calc((100% - 10px * 5 - 4px) / 5);
}
.sp main .contents .menu.spcol5 > * {
	width: calc((100% - 10px * 5 - 4px) / 5) !important;
}
main .contents .menu > a {
	position: relative;
	display: block;
	padding-bottom: calc(1.625rem + 26px);
	background: #ffffff;
	overflow: hidden;
}
.sp main .contents .menu > a {
	padding-bottom: calc(1.42188rem + 26px);
}
main .contents .menu > a:hover img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
main .contents .menu > a div {
	overflow: hidden;
}
main .contents .menu > a img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
main .contents .menu > a strong {
	display: block;
	font-size: 34px;
	font-size: 1.30769rem;
	line-height: 51px;
	line-height: 1.96154rem;
}
main .contents .menu > a strong span {
	display: inline-block;
}
.sp main .contents .menu > a strong {
	font-size: 29.75px;
	font-size: 1.14423rem;
	line-height: 44.625px;
	line-height: 1.71635rem;
}
main .contents .menu > a > span {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0px;
	padding: 12px 12px 16px;
	color: #ffffff;
	background: #000000;
}
main .contents .menu > a > span p {
	font-size: 22.75px;
	font-size: 0.875rem;
	line-height: 34.125px;
	line-height: 1.3125rem;
}
main .contents .menu > a > span p.more {
	font-weight: bold;
}
main .contents .menu > a > span p + p {
	margin-top: 8px;
}
main .contents .menu > a > span.slide {
	bottom: 50px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
main .contents .menu > a > span.slide strong {
	padding-bottom: 16px;
}
html:not(.sp) main .contents .menu > a:hover > span.slide {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
}
main .contents .menu > a:after {
	content: "";
	position: absolute;
	display: block;
	bottom: 5px;
	right: 5px;
	border: 5px solid transparent;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}
main .contents .menu.simple a {
	padding: 19px 19px 0px;
	border: 1px solid #d9d9d9;
}
.sp main .contents .menu.simple a {
	padding: 9px 9px 0px;
}
main .contents .menu.simple a > span {
	position: static;
	display: table;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 19px;
	color: #000000;
	background: transparent;
}
main .contents .menu.simple a > span > * {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.sp main .contents .menu.simple a > span {
	padding-bottom: 9px;
}
main .contents .menu.simple a > div + span {
	padding-top: 12px;
}
main .contents .menu.simple a:after {
	border-right-color: #000000;
	border-bottom-color: #000000;
}
main .contents .googlemap {
	position: relative;
	padding-top: 50%;
}
.sp main .contents .googlemap {
	padding-top: 75%;
}
main .contents .googlemap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
}
main .contents .youtube {
	max-width: 640px;
	margin: auto;
}
main .contents .youtube > div {
	position: relative;
	padding-top: 56.25%;
}
main .contents .youtube > div > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
}
main .contents .youtube p {
	margin: auto;
	font-size: 22.75px;
	font-size: 0.875rem;
	line-height: 34.125px;
	line-height: 1.3125rem;
}
* + main .contents .youtube p {
	margin-top: 8px;
}
main .contents .contact_ico01 {
	margin-top: 50px;
	background: url(../../contact/images/ico01.png) no-repeat;
	min-height: 104px;
	padding-left: 130px;
}
.sp main .contents .contact_ico01 {
	background-size: 50px 50px;
	min-height: 50px;
	padding-left: 60px;
}
main .contents .contact_ico01 p {
	font-size: 30px;
	font-size: 1.15385rem;
	line-height: 45px;
	line-height: 1.73077rem;
}
.sp main .contents .contact_ico01 p {
	font-size: 16px;
	font-size: 0.61538rem;
	line-height: 24px;
	line-height: 0.92308rem;
}
main .contents .contact_ico01 p.tel {
	padding-top: 20px;
	font-size: 50px;
	font-size: 1.92308rem;
	line-height: 75px;
	line-height: 2.88462rem;
	font-weight: bold;
}
.sp main .contents .contact_ico01 p.tel {
	padding-top: 0px;
	font-size: 20px;
	font-size: 0.76923rem;
	line-height: 30px;
	line-height: 1.15385rem;
}
main .contents .contact_ico02 {
	margin-top: 40px;
	background: url(../../contact/images/ico02.png) no-repeat;
	min-height: 104px;
	padding-left: 130px;
}
.sp main .contents .contact_ico02 {
	background-size: 50px 50px;
	min-height: 50px;
	padding-left: 60px;
}
main .contents .contact_ico02 p {
	font-size: 50px;
	font-size: 1.92308rem;
	line-height: 104px;
	font-weight: bold;
}
.sp main .contents .contact_ico02 p {
	font-size: 18px;
	font-size: 0.69231rem;
	line-height: 50px;
}
main .contents .box_anchor {
	border: 2px solid #446919;
	padding: 20px;
}
main .contents .box_anchor ul:after {
	content: "";
	display: block;
	clear: both;
}
main .contents .box_anchor ul li {
	float: left;
	width: 20%;
}
.sp main .contents .box_anchor ul li {
	width: 50%;
}
main .contents .box_anchor ul li a {
	color: #446919;
	font-size: 30px;
	font-size: 1.15385rem;
	line-height: 60px;
	line-height: 2.30769rem;
}
.sp main .contents .box_anchor ul li a {
	font-size: 16px;
	font-size: 0.61538rem;
	line-height: 30px;
}
main .contents .works_gallery > .img {
	text-align: center;
}
main .contents .works_gallery > .img img {
	height: 500px;
	width: auto;
}
.sp main .contents .works_gallery > .img {
	display: none;
}
main .contents .works_gallery .slider {
	margin-top: 20px;
}
main .contents .works_gallery .slider .box {
	margin: 0 8px;
}
.sp main .contents .works_gallery .slider .box {
	margin: 0;
	text-align: center;
}
main .contents .works_gallery .slider .box img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}
.sp main .contents .works_gallery .slider .box img {
	min-height: 140px;
	width: auto;
	margin: 0 auto;
	object-fit: fill;
}
main .contents .works_gallery .slider {
	padding: 0 40px;
}
main .contents .works_gallery .slider.single {
	padding: 0;
}
main .contents .works_gallery .slider.single img {
	margin-bottom: 15px;
}
main .contents .works_gallery .slider > div {
	width: 100%;
}
main .contents .works_gallery .slider > div:after {
	content: "";
	display: block;
	clear: both;
}
main .contents .works_gallery .slider > div .slide-arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	backface-visibility: hidden;
}
main .contents .works_gallery .slider > div .slide-arrow:hover {
	opacity: 0.7;
}
main .contents .works_gallery .slider > div .slide-arrow:before {
	display: block;
	content: "";
	position: absolute;
	top: 13px;
	left: 14px;
	width: 18px;
	height: 2px;
	background: #000;
}
main .contents .works_gallery .slider > div .slide-arrow:after {
	display: block;
	content: "";
	position: absolute;
	top: 24px;
	left: 14px;
	width: 18px;
	height: 2px;
	background: #000;
}
main .contents .works_gallery .slider > div .slide-arrow.prev-arrow {
	left: -40px;
}
main .contents .works_gallery .slider > div .slide-arrow.prev-arrow:before {
	transform: rotate(140deg);
}
main .contents .works_gallery .slider > div .slide-arrow.prev-arrow:after {
	transform: rotate(40deg);
}
main .contents .works_gallery .slider > div .slide-arrow.next-arrow {
	right: -40px;
}
main .contents .works_gallery .slider > div .slide-arrow.next-arrow:before {
	transform: rotate(40deg);
}
main .contents .works_gallery .slider > div .slide-arrow.next-arrow:after {
	transform: rotate(140deg);
}
main .contents .works_gallery .slider > div div.slick-slide {
	margin: 0 8px;
}
main .contents .works_gallery .slider > div:not(.slick-slider) div {
	width: calc((100% - 48px) / 4);
	float: left;
}
main .contents .works_gallery .slider > div:not(.slick-slider) div + div {
	margin-left: 16px;
}
main .contents .works_gallery .slider > div .slick-disabled {
	visibility: hidden;
}
main .contents .works_gallery .slider > div img {
	width: 100%;
	height: auto;
}

/* main .contents end */
#pagetop {
	display: none;
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 40px;
	height: 40px;
	background: #446919;
	cursor: pointer;
	z-index: 999;
}
#pagetop:hover {
	opacity: 0.7;
}
#pagetop:before, #pagetop:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 20px;
	height: 2px;
	background-color: #fff;
}
#pagetop:before {
	-moz-transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	left: 4px;
}
#pagetop:after {
	-moz-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	right: 4px;
}

#toplead {
	padding: 40px 0;
}
.sp #toplead {
	padding: 20px 10px;
}
#toplead p {
	text-align: center;
	font-size: 30px;
	font-size: 1.15385rem;
	line-height: 51px;
	line-height: 1.96154rem;
	font-weight: bold;
}
.sp #toplead p {
	font-size: 14px;
	font-size: 0.53846rem;
	line-height: 23.8px;
	line-height: 0.91538rem;
	text-align: left;
}
.sp #toplead p br {
	display: none;
}

#newa_area {
	background: #4a4000;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
#newa_area > div {
	position: relative;
	width: 100%;
	max-width: 1256px;
	margin: auto;
	padding: 30px 28px 40px;
}
.sp #newa_area > div {
	padding: 15px 14px 20px;
}
#newa_area > div h2 {
	margin: 0;
	text-align: center;
	color: #446919;
	font-size: 50px;
	font-size: 1.92308rem;
	line-height: 85px;
	line-height: 3.26923rem;
}
.sp #newa_area > div h2 {
	font-size: 30px;
	font-size: 1.15385rem;
	line-height: 51px;
	line-height: 1.96154rem;
}
#newa_area > div .sub {
	font-weight: bold;
	text-align: center;
}
.sp #newa_area > div .sub {
	font-size: 14px;
	font-size: 0.53846rem;
	line-height: 23.8px;
	line-height: 0.91538rem;
}
#newa_area > div .sub + .news {
	margin-top: 10px;
}
#newa_area > div .link {
	margin-top: 20px;
	text-align: center;
}
.sp #newa_area > div .link {
	margin-top: 20px;
}
#newa_area > div .link a {
	display: inline-block;
	padding: 12px 0;
}
.sp #newa_area > div .link a {
	display: block;
	padding: 6px 0;
	font-size: 16px;
	font-size: 0.61538rem;
	line-height: 27.2px;
	line-height: 1.04615rem;
}
#newa_area > div .link a.more {
	color: #446919;
	font-weight: bold;
}
.sp #newa_area > div .link a.more {
	margin-top: 15px;
}
#newa_area > div .link a.more span {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #446919;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: bottom;
	margin-left: 4px;
}
.sp #newa_area > div .link a.more span {
	top: -3px;
}
#newa_area > div .link a.more span:before, #newa_area > div .link a.more span:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 2px;
	background-color: #fff;
	left: 7px;
}
#newa_area > div .link a.more span:before {
	-moz-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	top: 7px;
}
#newa_area > div .link a.more span:after {
	-moz-transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	top: 11px;
}

#benefit_area {
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
#benefit_area > div {
	position: relative;
	width: 100%;
	max-width: 1256px;
	margin: auto;
	padding: 0px 28px;
	display: table;
	width: 100%;
	padding: 50px 28px 40px;
}
.sp #benefit_area > div {
	padding: 0px 14px;
}
#benefit_area > div > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
.sp #benefit_area > div {
	display: block;
	width: 100%;
	padding: 30px 14px;
}
#benefit_area > div > div {
	width: 50%;
}
.sp #benefit_area > div > div {
	display: block;
	width: 100%;
}
#benefit_area > div > .img {
	padding-right: 50px;
	text-align: center;
}
#benefit_area > div > .img img {
	width: 80%;
	height: auto;
}
.sp #benefit_area > div > .img img {
	max-width: 350px;
}
.sp #benefit_area > div > .img {
	width: 100%;
	padding-right: 0px;
}
#benefit_area > div > .tx p {
	font-size: 30px;
	font-size: 1.15385rem;
	line-height: 51px;
	line-height: 1.96154rem;
}
.sp #benefit_area > div > .tx p {
	margin-top: 20px;
	font-size: 14px;
	font-size: 0.53846rem;
	line-height: 23.8px;
	line-height: 0.91538rem;
}
#benefit_area > div > .tx .link {
	margin-top: 10px;
}
.sp #benefit_area > div > .tx .link {
	margin-top: 0px;
	text-align: center;
}
.sp #benefit_area > div > .tx .link p {
	display: block;
	padding: 6px 0;
	font-size: 16px;
	font-size: 0.61538rem;
	line-height: 27.2px;
	line-height: 1.04615rem;
}
#benefit_area > div > .tx .link p.more {
	text-align: right;
	margin-top: 10px;
}
#benefit_area > div > .tx .link p.more a {
	color: #446919;
	font-weight: bold;
	display: inline-block;
}
#benefit_area > div > .tx .link p.more a span {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #446919;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 4px;
}
.sp #benefit_area > div > .tx .link p.more a span {
	top: -3px;
}
#benefit_area > div > .tx .link p.more a span:before, #benefit_area > div > .tx .link p.more a span:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 2px;
	background-color: #fff;
	left: 7px;
}
#benefit_area > div > .tx .link p.more a span:before {
	-moz-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	top: 7px;
}
#benefit_area > div > .tx .link p.more a span:after {
	-moz-transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	top: 11px;
}
#benefit_area > div > .tx .link p.login {
	text-align: center;
	margin-top: 50px;
}
.sp #benefit_area > div > .tx .link p.login {
	margin-top: 20px;
}
#benefit_area > div > .tx .link p.login a {
	background: #446919;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 6px 15px;
}
.sp #benefit_area > div > .tx .link p.login a {
	margin: 0 auto;
}
#benefit_area > div > .tx .link p.login a span {
	margin-left: 0.5em;
}
.sp #benefit_area > div > .tx .link p.login a span {
	display: block;
	margin-left: 0;
}

#contents_area {
	padding: 40px 0 0;
}
#contents_area h2 {
	margin: 0;
	text-align: center;
	color: #446919;
	font-size: 50px;
	font-size: 1.92308rem;
	line-height: 85px;
	line-height: 3.26923rem;
}
.sp #contents_area h2 {
	font-size: 30px;
	font-size: 1.15385rem;
	line-height: 51px;
	line-height: 1.96154rem;
}
#contents_area .sub {
	font-weight: bold;
	text-align: center;
}
.sp #contents_area .sub {
	font-size: 14px;
	font-size: 0.53846rem;
	line-height: 23.8px;
	line-height: 0.91538rem;
}
#contents_area .box_area {
	background: #e6e6e6;
	margin-top: 40px;
}
.sp #contents_area .box_area {
	margin-top: 20px;
}
#contents_area .box_area > div {
	position: relative;
	width: 100%;
	max-width: 1256px;
	margin: auto;
	padding: 40px 28px 40px;
}
.sp #contents_area .box_area > div {
	padding: 20px 14px 20px;
}
#contents_area .box_area > div:after {
	content: "";
	display: block;
	clear: both;
}
#contents_area .box_area > div .box {
	float: left;
	position: relative;
	width: 32%;
	height: 350px;
	background: #fff;
	margin-left: 2%;
	overflow: hidden;
}
.sp #contents_area .box_area > div .box {
	float: none;
	width: 100%;
	margin-left: 0px;
}
.sp #contents_area .box_area > div .box + * {
	margin-top: 20px;
}
#contents_area .box_area > div .box:nth-of-type(3n+1) {
	margin-left: 0px;
}
#contents_area .box_area > div .box:nth-of-type(n+4) {
	margin-top: 20px;
}
#contents_area .box_area > div .box.contents01 {
	background: url(../../images/contents01.svg) center center no-repeat #fff;
	background-size: 112px 121px;
}
#contents_area .box_area > div .box.contents02 {
	background: url(../../images/contents02.svg) center center no-repeat #fff;
	background-size: 73px 128px;
}
#contents_area .box_area > div .box.contents03 {
	background: url(../../images/contents03.svg) center center no-repeat #fff;
	background-size: 130px 111px;
}
#contents_area .box_area > div .box.contents04 {
	background: url(../../images/contents04.svg) center center no-repeat #fff;
	background-size: 144px 104px;
}
#contents_area .box_area > div .box.contents05 {
	background: url(../../images/contents05.svg) center center no-repeat #fff;
	background-size: 119px 117px;
}
#contents_area .box_area > div .box .inner {
	position: absolute;
	width: 100%;
	height: 350px;
	background-color: rgba(81, 185, 72, 0);
	left: 0;
	top: 280px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 10;
}
#contents_area .box_area > div .box .inner.hover {
	background-color: rgba(81, 185, 72, 0.8);
	top: 0px;
}
#contents_area .box_area > div .box .inner.hover h3 {
	color: #fff;
}
#contents_area .box_area > div .box .inner h3 {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	color: #446919;
	font-size: 30px;
	font-size: 1.15385rem;
	line-height: 51px;
	line-height: 1.96154rem;
	transition: color 0.5s;
}
.sp #contents_area .box_area > div .box .inner h3 {
	font-size: 24px;
	font-size: 0.92308rem;
	line-height: 40.8px;
	line-height: 1.56923rem;
}
#contents_area .box_area > div .box .inner ul {
	padding: 0 20px;
}
#contents_area .box_area > div .box .inner ul li {
	font-size: 26px;
	font-size: 1rem;
	line-height: 44.2px;
	line-height: 1.7rem;
}
#contents_area .box_area > div .box .inner ul li.submenu {
	padding-left: 20px;
}
.sp #contents_area .box_area > div .box .inner ul li {
	font-size: 14px;
	font-size: 0.53846rem;
	line-height: 23.8px;
	line-height: 0.91538rem;
}
#contents_area .box_area > div .box .inner ul li + * {
	margin-top: 10px;
}
#contents_area .box_area > div .box .inner ul li a.ex {
	background: url(../images/ico_blank_white.svg) no-repeat right;
	background-size: 15px 15px;
}
#contents_area .box_area > div .box .inner p.more {
	position: absolute;
	width: 100%;
	bottom: 20px;
	text-align: center;
}
.sp #contents_area .box_area > div .box .inner p.more {
	font-size: 14px;
	font-size: 0.53846rem;
	line-height: 23.8px;
	line-height: 0.91538rem;
}
#contents_area .box_area > div .box .inner p.more span {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: bottom;
	margin-left: 4px;
	top: 0px;
}
.sp #contents_area .box_area > div .box .inner p.more span {
	top: -7px;
}
#contents_area .box_area > div .box .inner p.more span:before, #contents_area .box_area > div .box .inner p.more span:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 2px;
	background-color: #446919;
	left: 7px;
}
#contents_area .box_area > div .box .inner p.more span:before {
	-moz-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	top: 7px;
}
#contents_area .box_area > div .box .inner p.more span:after {
	-moz-transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	top: 11px;
}
#contents_area .box_area > div .box .inner a {
	color: #fff;
}

div.news > div {
	display: table;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px dotted #cacaca;
}
div.news > div > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: top;
}
.sp div.news > div {
	display: block;
	font-size: 14px;
	font-size: 0.53846rem;
	line-height: 23.8px;
	line-height: 0.91538rem;
}
div.news > div > * {
	line-height: 1.5;
}
.sp div.news > div > * {
	display: block;
}
div.news > div > .date {
	width: 120px;
}
.sp div.news > div > .date {
	width: auto;
}
.sp div.news > div > .title {
	margin-top: 5px;
}
div.news > div > .title > a {
	display: table;
	width: 100%;
}
div.news > div > .title > a > * {
	display: table-cell;
	height: 100%;
	text-align: left;
	vertical-align: middle;
}
.sp div.news > div > .title > a {
	display: block;
}
div.news > div > .title > a.pdf:after {
	display: none;
}
div.news > div > .title > a .tx {
	padding-right: 30px;
}
.sp div.news > div > .title > a .tx {
	display: block;
	padding-right: 0px;
}
div.news > div > .title > a .tx p.pdf:after {
	position: relative;
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	width: 16px;
	height: 19px;
	top: -4px;
	margin-left: 5px;
	background: url(../images/ico_pdf.png) no-repeat;
	background-size: 16px 19px;
}
@media all and (-ms-high-contrast: none) {
  div.news > div > .title > a .tx p.pdf:after {
		top: -5px;
  }
}
div.news > div > .title > a .tx p.ex:after {
	position: relative;
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	width: 15px;
	height: 15px;
	top: -4px;
	margin-left: 5px;
	background: url(../images/ico_blank.svg) no-repeat;
	background-size: 15px 15px;
}
@media all and (-ms-high-contrast: none) {
  div.news > div > .title > a .tx p.ex:after {
		top: -5px;
  }
}
div.news > div > .title > a .arrow {
	width: 80px;
	line-height: 0;
	text-align: center;
	border-left: 1px solid #000;
}
.sp div.news > div > .title > a .arrow {
	display: none;
}
div.news > div > .title > a .arrow span {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #446919;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
div.news > div > .title > a .arrow span:before, div.news > div > .title > a .arrow span:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 2px;
	background-color: #fff;
	left: 7px;
}
div.news > div > .title > a .arrow span:before {
	-moz-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	top: 7px;
}
div.news > div > .title > a .arrow span:after {
	-moz-transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	top: 11px;
}
