@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
  -webkit-backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

header,section,article,aside,footer,nav {
 display: block;
}

/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/
body {
	position: relative;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 16px;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 1.8;
	overflow-x: hidden;
}

a:link {
	color: #55B946;
}

a:visited {
	color: #55B946;
}

a:hover, a:active {
	color: #F26400;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.sp {
	display: none;
}



/*-------------------------------------------------common*/


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
	display: flex;
	justify-content: space-between;
	height: 144px;
}

#header h1,
#header p {
	margin: 32px 0 0 30px;
	text-indent: -9999px;
}

#header h1 a,
#header p a {
	display: block;
	width: 508px;
	height: 90px;
	background: url(../image/logo.png) no-repeat 0 0;
}

#header nav.pcnav ul {
	margin: 0 4px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
}

#header nav.pcnav ul li {
	margin: 0 20px;
	padding: 0;
}

#header nav.pcnav ul li a {
	display: flex;
	align-items: end;
	height: 130px;
	background: url(../image/light.png) no-repeat 50% 40px;
	font-size: 17px;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.04em;
}

#header nav.pcnav ul li a:hover {
	background: url(../image/light.png) no-repeat 50% -112px;
}

#header nav.pcnav ul li.sub.mon a {
	background: url(../image/light.png) no-repeat 50% -112px;
}

#header nav.pcnav ul li.sub {
	position: relative;
}

#header nav.pcnav ul li.sub ul.subMenu {
 position: absolute;
 display: none;
	top: 130px;
	left: 0;
	z-index: 12;
 width: 222px;
	border: 1px solid #009844;
}

#header nav.pcnav ul li.sub ul.subMenu li {
	margin: 0;
	border-bottom: 1px solid #CCC;
}

#header nav.pcnav ul li.sub ul.subMenu li:last-child {
	border-bottom: none;
}

#header nav.pcnav ul li.sub ul.subMenu li a {
	display: block !important;
	padding: 6px 10px;
	text-align: left;
	width: 220px;
	height: auto;
	background: none;
	background-color: #FFF;
 align-items: unset;
	font-size: 16px;
}

#header nav.pcnav ul li.sub ul.subMenu li a:hover {
	background-color: #EEFFF5;
}



/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	/*background-color: #FFF9EB;*/
	padding: 50px 0 100px;
}

#footer .cont {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

/*#footer .cont:before {
	position: absolute;
	bottom: -100px;
	right: 0;
	width: 848px;
	height: 60px;
	content: "";
	background: url(../image/footer_car.gif) no-repeat 100% 100%;
}*/

#footer .contL .logo {
	margin-bottom: 40px;
}

#footer .contL .info {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin: 20px 0 0 64px;
}

#footer .contL .info ul {
	display: flex;
	justify-content: center;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 1.3;
}

#footer .contL .info ul li {
	margin: 0 14px 8px;
	padding: 4px 0 4px 28px;
}

#footer .contL .info ul li:nth-child(1) {
	background: url(../image/icon-01.png) no-repeat 0 50%;
}

#footer .contL .info ul li:nth-child(2) {
	background: url(../image/icon-02.png) no-repeat 0 50%;
}

#footer .contL .info ul li:nth-child(3) {
	background: url(../image/icon-03.png) no-repeat 0 50%;
}

#footer .contR ul {
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

#footer .contR ul li {
	margin: 0 10px 10px;
	padding: 0;
	border: 1px solid #CCC;
}

#footer .contR ul li:nth-child(1) {
	border: none;
}

#footerani {
	height: 140px;
	border-bottom: 1px solid #EEE;
	background: url(../image/footer_car.gif) no-repeat center 100%;
}

#copy {
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.04em;
}

#pagetop {
	position: fixed;
	bottom: 40px;
	right: 20px;
}



/*------------------------------------------------------------------------------------------------
  parts
--------------------------------------------------------------------------------------------------*/
.btn1 a {
	display: block;
	width: 260px;
	padding: 8px 20px;
	background: url(../image/arrow-01.png) #0BAD3E no-repeat 94% center;
	border: 2px solid #0BAD3E;
	color: #FFF;
	text-decoration: none;
	border-radius: 100vh;
}

.btn1 a:hover {
	background: url(../image/arrow-02.png) #FFF no-repeat 94% center;
	color: #0BAD3E;
}

.btn2 a {
	display: block;
	width: 260px;
	margin: 0 auto;
	padding: 8px 20px;
	background: url(../image/arrow-02.png) #FFF no-repeat 94% center;
	border: 2px solid #0BAD3E;
	color: #0BAD3E;
	text-decoration: none;
	border-radius: 100vh;
}

.btn2 a:hover {
	background: url(../image/arrow-01.png) #0BAD3E no-repeat 94% center;
	color: #FFF;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.btn3 {
	margin: 0 0 40px;
	text-align: center;
}

.btn3 input[type="submit"] {
	padding: 14px 32px;
	border: 1px solid #AAA;
	margin: 0 10px;
	box-shadow: 3px 3px 3px #EEE;
}




/*------------------------------------------------------------------------------------------------
  secTitle
--------------------------------------------------------------------------------------------------*/
#secTitle .inner {
	position: relative;
	width: 1200px;
	height: 180px;
 margin: 0 auto;
}

#secTitle h1 {
	position: absolute;
	font-size: 26px;
	font-weight: 600;
	color: #009844;
	letter-spacing: 0.04em;
	line-height: 1.2;
 top: 50%;
 left: 0;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
}

#secTitle h1 span {
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
}

#secTitle .inner:before {
	position: absolute;
	width: 80px;
	height: 4px;
	content: "";
	top: calc( 50% - 13px );
	left: -94px;
	background-color: #009844;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#second {
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}

#second h2.c {
	position: relative;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 30px;
	padding: 0 0 4px;
	letter-spacing: 0.06em;
	border: none;
}

#second h2.c:before {
	position: absolute;
	width: 80px;
	height: 4px;
	content: "";
	bottom: 0;
	left: calc( 50% - 40px );
	background-color: #009844;
}

#second h2 {
	position: relative;
	font-size: 26px;
	font-weight: 500;
	margin: 0 0 30px;
	padding: 0 0 4px;
	letter-spacing: 0.06em;
	border-bottom: 4px solid #EEEEEE;
}

#second h2:before {
	position: absolute;
	width: 160px;
	height: 4px;
	content: "";
	bottom: -4px;
	left: 0;
	background-color: #009844;
}

#second p {
	margin: 0 0 40px;
}

.hamburger {
	display: none;
}

#header nav.spnav {
	display: none;
}


@media all and (max-width: 1219px) {

img {
	max-width: 100%;
	height: auto;
}

.sp {
	display: block;
}


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/

#header {
	height: 80px;
	position: relative;
}

#header h1, #header p {
	margin: 20px 10px 0;
}

#header h1 a,
#header p a {
	display: block;
	width: 254px;
	height: 45px;
	background: url(../image/logo.png) no-repeat 0 0;
	background-size: 254px;
}

#header nav.pcnav {
	display: none;
}

#header nav.spnav {
	display: none;
}

#header nav.spnav.show {
	display: block;
}

.hamburger {
	top: 20px;
	right: 10px;
        display: block;
        padding: 6px 6px 0;
        cursor: pointer;
        width: 45px;
								height: 45px;
        border-radius: 4px;
        background-color: #84C44D;
        position: relative;
        z-index: 20000;
    }

    .hamburger span {
        height: 3px;
        background-color: #fff;
        border-radius: 3px;
        display: block;
        margin: 6px 0px;
        transition: 0.3s ease;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(40deg) translate(2.5px, -4px);
        transform-origin: top left;
        transition-delay: 0.2s;
    }

    .hamburger.active span:nth-child(2) {
        transform: translateX(8px);
        opacity: 1;
        visibility: hidden;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-40deg) translate(2.5px, 4px);
        transform-origin: bottom left;
        transition-delay: 0.2s;
    }

#header nav.spnav {
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 100;
	width: 100%;
}

#header nav.spnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	background-color: #FFF;
}

#header nav.spnav ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #84C44D;
}

#header nav.spnav ul li a {
	display: block;
	background: none;
	font-size: 17px;
	height: auto;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.04em;
	background-color: #eaf1e4;
	padding: 4px 0;
}

#header nav.spnav ul li ul {
	display: flex;
	flex-wrap: wrap;
}

#header nav.spnav ul li ul li {
	border: none;
	width: 50%;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	border-right: 1px dashed #CCC;
}

#header nav.spnav ul li ul li:nth-child(2n) {
	border-right: none;
}

#header nav.spnav ul li ul li:nth-child(3) {
	border-top: none;
	border-bottom: none;
}

#header nav.spnav ul li ul li a {
	background-color: transparent;
}

#header nav.spnav ul li:nth-child(6) a {
	color: #FFF;
	background-color: #84C44D;
}

#header nav.spnav ul li:nth-child(6) a img {
	width: 16px;
	height: 30px;
	margin-right: 8px;
}




/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	margin: 0;
	padding: 50px 0 0;
}

#footer .cont {
	width: 96%;
	margin: 0 auto;
}

#footer .contL .info {
	margin-left: 0;
}

#footer .contL .logo img {
	width: 300px;
	height: auto;
}

#footer .contL .info ul {
	display: block;
	text-align: left;
}

#footer .contL .info ul li {
	padding-left: 34px;
}

#footer .contR ul {
	display: block;
}

#footer .contR ul li {
	border: none;
}

#footer .contR ul img {
	display: block;
	margin: 0 auto;
	border: 1px solid #CCC;
}

#footer .contR ul li:nth-child(1) img {
	border: none;
}

#footerani {
	background-size: 800px;
	background-position: 100% 100%;
}

#pagetop a img {
	width: 60px;
	height: 60px;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#secTitle .inner {
	width: 100%;
	height: 100px;
}

#secTitle h1 {
	padding: 0 20px;
	font-size: 22px;
}

#secTitle h1 span {
	font-size: 18px;
}

#second {
	width: 96%;
	margin: 0 auto;
	padding: 40px 0;
}

#second h2 {
	font-size: 22px;
}

#second h2.c {
	font-size: 22px;
}





}


