@charset "utf-8";
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,caption,canvas,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,form,footer,header,hgroup,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,main,small,span,strike,strong,sub,summary,sup,tt,table,tbody,tfoot,thead,time,tr,th,td,u,ul,var,video,input{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.8;text-align:left;box-sizing: border-box;}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.8;text-align:left}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}img{vertical-align: bottom;margin: 0;padding: 0;}
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: block;
	outline:none;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
input[type="submit"],
input[type="button"],
button {
	font-family: 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 400;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
   -webkit-appearance: none;
   border-radius: 0;
}
select {
	font-family: 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{
	font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	display: none;
}
/*------------------------------------------------*/
html,body {
	font-family: 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-style: normal;
	font-feature-settings: "palt";
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p,ul,ol,li,ul,ol,table,th,td,tr,input,select {
	font-family: 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}
section {
	padding: 150px 0 100px 0;
}
h2 span {
	font-size: 1.4em;
}
.inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 10px;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
@media only screen and ( max-width : 768px ) {
	html,body,p,ul,ol,li,ul,ol,table,th,td,tr,input,select {
		font-size: 14px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	section {
		padding: 100px 0 50px 0;
	}
}
@media only screen and ( max-width : 480px ) {
	html,body,p,ul,ol,li,ul,ol,table,th,td,tr,input,select {
		font-size: 13px;
	}
}
@media only screen and ( max-width : 400px ) {
	html,body,p,ul,ol,li,ul,ol,table,th,td,tr,input,select {
		font-size: 3.8vw;
	}
}
/*-------------------------------------------------

    header

--------------------------------------------------*/
header {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
	padding: 10px 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
header .logo {
	display: flex;
    align-items: flex-end;
}
header .logo h1 {
    letter-spacing: .2em;
    margin-left: 10px;
	line-height: 2;
	font-size: .8rem;
	color:#146133;
}
header .logo img {
	width: 138px;
}
header nav a {
    background: #3D8E3D;
    border:solid 2px #3D8E3D;
    color: #fff;
    padding: 0px 60px;
    text-align: center;
	letter-spacing: .2em;
	font-weight: 700;
	font-size: 1.8rem;
}
header nav a:before {
	display: none;
}
header nav a:hover {
    background: #fff;
    color: #3D8E3D;
    border:solid 2px #3D8E3D;
}
@media only screen and (max-width:768px) {
	header {
		padding: 10px;
		font-size: 1.3rem;
	}
	/*header .logo a {
		display: inline-block;
	}*/
	header .logo img {
		width: 80px;
		margin-bottom: 5px;
	}
	header .logo p {
		font-size: 0.8rem;
		margin-left: 0;
		letter-spacing: 0;
	}
	header nav a {
		padding: 0 30px;
		font-size: 1.5rem;
	}
}
@media only screen and (max-width:500px) {
	header nav a {
    padding: 1px 20px;
    font-size: 1.3rem;
    letter-spacing: .1rem;}
}
/*-------------------------------------------------

    footer

--------------------------------------------------*/
footer {
    background: #3D8E3D;
	padding: 25px 0 0;
	color: #fff;
}
footer ul {
	display: flex;
	justify-content: space-between;
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 50px;
	letter-spacing: .2em;
}
footer a {
	color: #fff;
	font-size: .8rem;
}
footer a:hover {
	color: #666;
}
footer p {
	display: block;
	margin: 0;
	padding:7px 0;
	background:#B3C984;
	text-align: center;
	letter-spacing: .2em;
	font-size: .6rem;
}
@media only screen and (max-width:768px) {
	footer a {
		text-align: center;
	}
	footer ul {
		display: block;
		margin-bottom: 50px;
	}
}
/*-------------------------------------------------

    404 Not Found

--------------------------------------------------*/
#notround .txt {
	margin: 100px 0;
}
#notround p {
	text-align: center;
}
#notround p span {
	display: inline-flex;
	text-align: center;
	margin: 0 auto;
}
#notround p span a {
	text-align: center;
	text-decoration: underline;
	color: #3D8E3D;
}
#notround .back {
	background: #3D8E3D;
	border: 1px solid #3D8E3D;
	max-width: 300px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	letter-spacing: .2em;
	transition: .5s;
}
#notround .back:hover {
	background: #fff;
	color: #3D8E3D;
}