@charset "utf-8";
/* CSS Document */

/* Reset
------------------------------------------------------------*/
html { overflow-y: scroll; min-width:1000px; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0;padding: 0; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}
address,em { font-style: normal; }
table { border-collapse: collapse; border-spacing: 0; }
th { font-weight:normal; text-align: left; vertical-align: top; }
legend { display: none; }
img,fieldset { border: 0; }
li { list-style-type: none; }
article, main, aside, dialog, figure, footer, header,hgroup, nav, section { display: block;margin: 0;padding: 0; }


/* Fonts
------------------------------------------------------------*/
html, button, input, select, textarea {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-feature-settings: "palt";
	font-size: 62.5%;
	line-height:1.7;
	letter-spacing: 0.12em;
	color:#333;
	}

body{ font-size: 1.4rem; }

/* Form
------------------------------------------------------------*/
button, input, select, textarea { outline: none; box-sizing: border-box; border: none; }

/* Media
------------------------------------------------------------*/
object,embed { vertical-align: top; }
img { max-width: 100%; vertical-align: middle; font-size: 0;line-height: 0;-webkit-backface-visibility: hidden; }

/* link
------------------------------------------------------------*/
a { text-decoration: none; transition: .3s; color: #359d54;}
a:hover{ opacity: .6; }
a.btn01{
	display: inline-block;
	border: 1px solid #359d54;
	line-height: 1;
	text-align: center;
	padding: 15px 30px 15px 40px;
	position: relative;
	}

a.btn01::before{
	content: "";
	display: block;
	border-top: 1px solid #359d54;
	border-right: 1px solid #359d54;
	width: 4px;
	height: 4px;
	transform: rotate(45deg);
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -2px;
	transition: .3s;
	}

a.btn01:hover{
	background-color: #359d54;
	color: #fff;
	opacity: 1;
	}

a.btn01:hover::before{
	border-color: #fff;
	}


*{ box-sizing: border-box; }
.inner{ max-width:960px; margin:0 auto; position:relative; }
.alignL{text-align:left;}
.alignR{text-align:right;}
.alignC{text-align:center;}
.fr{ float:right;}
.fl{ float:left;}
img.fr,figure.fr{ width:40%; margin:0 0 20px 20px;}
img.fl,figure.fl{ width:40%; margin:0 20px 20px 0;}
.mt10{ margin-top: 10px !important;}
.mt20{ margin-top: 20px !important;}
.mt30{ margin-top: 30px !important;}
.mt40{ margin-top: 40px !important;}
.mt50{ margin-top: 50px !important;}
.fs80{ font-size: 80% !important;}
.fs90{ font-size: 90% !important;}
.fs120{ font-size: 120% !important;}

.blank{
	position: relative;
	}

.blank::before,
.blank::after{
	content: "";
	display: block;
	width: 6px;
	height: 5px;
	border: 1px solid #04447c;
	position: absolute;
	top: 50%;
	transition: .3s;
	}

.blank::before{
	right: -15px;
	margin-top: -5px;
	}

.blank::after{
	right: -12px;
	margin-top: -2px;
	border-top: none;	
	border-right: none;
	}

table{
	width: 100%;
	}

table td,
table th{
	border: 1px solid #ddd;
	padding: 15px;
	}

table th{
	background-color: #f5f5f5;
	width: 25%;
	}

ul.disc li{
	list-style: disc;
	margin-left: 20px;
	}

ol li{
	list-style: decimal;
	margin-left: 20px;
	}

.cf:after{
	content:"";
	display:block;
	clear:both;
	}

.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

p + p{
	margin-top: 15px;
	}


/*loader
------------------------------------------------------------*/
#loader{
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	}

#loader div{
	margin: -32px 0 0 -32px;
	position: absolute;
	top: 50%;
	left: 50%;
	}


/*pagetop
------------------------------------------*/
.pagetop{
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 10;
	}

.pagetop a{
	line-height: 50px;
	width: 50px;
	background: #359d54;
	display: block;
	text-align: center;
	transition: .3s;
	}

.pagetop a:hover{
	opacity: .6;
	}


/*header
------------------------------------------*/
header{
	border-top: 2px solid #359d54;
	}

header .upper{
	font-size: 1rem;
	line-height: 3;
	color: #666;
	}

header .upper p a{
	display: inline-block;
	color: #666;
	}

header .lower{
	align-items: center;
	padding: 10px 0 20px;
	}

header figure img{
	height: 50px;
	}

header ul li{
	margin-left: 60px;
	}

header ul li a{
	display: block;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	}

header ul li a span{
	display: block;
	font-size: 1rem;
	font-weight: normal;
	color: #999;
	}

header ul li.ac a,
header ul li.ac a span{
	color: #359d54;
	}

header#home{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-color: rgba(0,0,0,0);
	}

header#home a{
	color: #fff;
	}

header#home .upper{
	color: #fff;
	}


/*nav
------------------------------------------*/
.navBtn,
#open{
	display:none;
	}


/*footer
------------------------------------------*/
footer{
	background-color: #333;
	color: #999;
	padding: 40px 0;
	}

footer a{
	color: #999;
	}

footer .inner{
	align-items: flex-start;
	}

footer ul.flex{
	justify-content: flex-start;
	width: 420px;
	}

footer ul li{
	width: 140px;
	line-height: 2;
	}

footer ul li a::before{
	content: "";
	display: inline-block;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	width: 4px;
	height: 4px;
	transform: rotate(45deg);
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -2px;
	}

footer p strong{
	font-size: 120%;
	}

.copyright{
	text-align: center;
	padding: 20px;
	color: #999;
	font-size: 1.2rem;
	}


/*top
------------------------------------------*/
#kv{
	background: url(../img/kv_bg.jpg) no-repeat center top;
	height: 640px;
	display: flex;
	justify-content: center;
	align-items: center;
	}

#kv figure{
	margin-top: 50px;
	}

#contents{
	padding: 80px 0;
	}

main{
	display: block;
	width: 700px;
	}

aside{
	display: block;
	width: 220px;
	}

ul.home01 li{
	width: 335px;
	}

ul.home01 li figure{
	position: relative;
	}

ul.home01 li figure figcaption{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 2.6rem;
	font-weight: bold;
	color: #fff;
	}

ul.home01 li h2{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	color: #359d54;
	margin: 20px 0 10px;
	}

ul.home01 li .btn01{
	display: block;
	}

#cta{
	background-color: #359d54;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding-bottom: 15px;
	}

#cta h3{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	padding: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
	}

#cta p{
	padding: 0 15px;
	font-size: 1.2rem;
	}

#cta p .call{
	display: block;
	font-size: 2.2rem;
	line-height: 1;
	}

#cta a.btn01{
	background-color: #fff;
	border-color: #fff;
	padding: 10px;
	margin: 15px 15px 0;
	display: block;
	}

#cta a.btn01:hover{
	background-color: #359d54;
	}

#cta a.btn01::before{
	content: none;
	}


/*sub
------------------------------------------*/
#title{
	background: url(../img/kv_bg.jpg) no-repeat center;
	text-align: center;
	padding: 50px 0;
	}

#title h2{
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	}

#title h2 span{
	display: block;
	font-size: 40%;
	margin-top: 10px;
	}

#pankuzu{
	background-color: #f5f5f5;
	padding: 10px 0;
	font-size: 1.2rem;
	}

#pankuzu ul.flex{
	justify-content: flex-start;
	}

#pankuzu ul li:not(:first-child)::before{
	content: "/";
	margin: 0 10px;
	}

main h3{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	background-color: #f5f5f5;
	padding: 20px;
	margin: 50px 0 20px;
	border-top: 2px solid #359d54;
	}

main h3:first-child{
	margin-top: 0;
	}

main h4{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 10px;
	margin: 30px 0 10px;
	border-bottom: 2px solid #eee;
	position: relative;
	}

main h4::after{
	content: "";
	width: 150px;
	height: 2px;
	background-color: #359d54;
	position: absolute;
	left: 0;
	bottom: -2px;
	}


ul.sitemap li{
	margin-bottom: 15px;
	}

ul.sitemap li a{
	display: block;
	border: 1px solid #359d54;
	padding: 15px;
	position: relative;
	}

ul.sitemap li a::after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #359d54;
	border-right: 1px solid #359d54;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	}


/*form
------------------------------------------*/
form span{
	font-size:10px;
	color:#999;
	}

form table th{
	width: 200px;
	}

form th span{
	font-weight:normal;
	display:inline-block;
	background:#ff0000;
	color:#FFF;
	padding:3px;
	float:right;
	}

form th span.option{
	background:#359d54;
	}

form input[type="text"],
form input[type="tel"],
form input[type="email"]{
	width:100%;
	border: 1px solid #ddd;
	padding: 7px;
	}

form textarea{
	width:100%;
	height:150px;
	border: 1px solid #ddd;
	padding: 7px;
	}

form input[type="submit"]{
	width:150px;
	height:40px;
	background-color: #359d54;
	border: none;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	font-size: 1.4rem;
	}

form input[type="submit"]:hover{
	opacity: 0.6;
	}




/*SP
================================================================================================================================*/
@media screen and (max-width: 480px){

/*common
------------------------------------------*/
html{
	min-width:initial;
	}

table td,
table th{
	display: block;
	padding: 10px;
	margin-bottom: -1px;
	}

table th{
	width: 100%;
	}


/*pagetop
------------------------------------------*/
.pagetop{
	bottom: 15px;
	right: 15px;
	}

.pagetop a{
	line-height: 30px;
	width: 30px;
	}


/*header
------------------------------------------*/
header .upper{
	display: none;
	}

header .lower{
	padding: 10px;
	}

header figure img{
	height: 40px;
	}

header nav{
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	display: none;
	z-index: 10;
	}

header ul li{
	margin-left: 0;
	border-top: 1px solid #333;
	width: 100%;
	}

header ul li a{
	background-color: rgba(0,0,0,0.9);
	padding: 10px;
	color: #fff;
	}

header#home{
	position: static;
	}

header#home figure{
	width: 80px;
	height: 40px;
	background: url(../img/logo.png) no-repeat left center;
	background-size: contain;
	}

header#home figure img{
	display: none;
	}


/*footer
------------------------------------------*/
footer{
	padding: 0;
	}

footer ul.flex{
	width: 100%;
	}

footer ul li{
	width: 50%;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	line-height: 3;
	}

footer ul li a{
	display: block;
	text-align: center;
	}

footer ul li a::before{
	content: none;
	}

footer p{
	padding: 15px;
	}

.copyright{
	padding: 10px;
	}


/*top
------------------------------------------*/
#kv{
	background-size: cover;
	height: 250px;
	}

#kv figure{
	margin-top: 0;
	}

#contents{
	padding: 0;
	}

main{
	width: 100%;
	padding: 20px 15px;
	}

aside{
	width: 100%;
	padding: 20px 15px;
	}

ul.home01 li{
	width: 100%;
	margin-bottom: 30px;
	}

#cta p .call{
	line-height: 1.2;
	}

#cta p .call a{
	color: #fff;
	}


/*sub
------------------------------------------*/
#title{
	padding: 20px 0;
	background-size: cover;
	}

#title h2{
	font-size: 2.4rem;
	}

#pankuzu{
	padding: 5px;
	overflow-x: scroll;
	white-space: nowrap;
	}

main h3{
	font-size: 2rem;
	padding: 15px;
	}

main h4{
	font-size: 1.7rem;
	}


/*form
------------------------------------------*/
form table th{
	width: 100%;
	}

form input[type="radio"]{
	border: 1px solid #ddd;	
	}

form input[type="submit"]{
	border-radius: 0;
	-webkit-appearance: none;
	}

.navBtn{
	position:absolute;
	display:block;
	width:30px;
	height:20px;
	z-index:99999;
	top:22px;
	right:15px;
	}

.navBtn span{
	display:inline-block;
	position:absolute;
	left:0;
	width:100%;
	height:3px;
	background-color:#359d54;
	}

.navBtn.active span{
	background-color:#359d54;
	}

.navBtn	span:nth-of-type(1){
	top:-1px;
	}

.navBtn	span:nth-of-type(2){
	top:8px;
	}

.navBtn	span:nth-of-type(3){
	bottom:0;
	}

.navBtn	span:nth-of-type(1){
	-webkit-animation:menu-ber01 .75s forwards;
	animation:menu-ber01 .75s forwards;
	}
	
.navBtn	span:nth-of-type(2){
	transition:all .25s .25s;
	opacity:1;
	}

.navBtn	span:nth-of-type(3){
	-webkit-animation:menu-ber02 .75s forwards;
	animation:menu-ber02 .75s forwards;
	}

.active span:nth-of-type(1){
	-webkit-animation:active-menu-ber01 .75s forwards;
	animation:active-menu-ber01 .75s forwards;
	}

.active span:nth-of-type(2){
	opacity:0;
	}
.active span:nth-of-type(3){
	-webkit-animation:active-menu-ber03 .75s forwards;
	animation:active-menu-ber03 .75s forwards;
	}

@-webkit-keyframes menu-ber01{
	0%{-webkit-transform:translateY(8px) rotate(45deg);}
	50%{-webkit-transform:translateY(8px) rotate(0);}
	100%{-webkit-transform:translateY(0) rotate(0);}
	}

@keyframes menu-ber01{
	0%{transform:translateY(8px) rotate(45deg);}
	50%{transform:translateY(8px) rotate(0);}
	100%{transform:translateY(0) rotate(0);}
	}

@-webkit-keyframes menu-ber02{
	0%{-webkit-transform:translateY(-8px) rotate(-45deg);}
	50%{-webkit-transform:translateY(-8px) rotate(0);}
	100%{-webkit-transform:translateY(0) rotate(0);}
	}

@keyframes menu-ber02{
	0%{transform:translateY(-8px) rotate(-45deg);}
	50%{transform:translateY(-8px) rotate(0);}
	100%{transform:translateY(0) rotate(0);}
	}

@-webkit-keyframes active-menu-ber01{
	0%{-webkit-transform:translateY(0) rotate(0);}

	50%{-webkit-transform:translateY(10px) rotate(0);}
	100%{-webkit-transform:translateY(10px) rotate(45deg);}
	}

@keyframes active-menu-ber01{
	0%{transform:translateY(0) rotate(0);}
	50%{transform:translateY(10px) rotate(0);}
	100%{transform:translateY(10px) rotate(45deg);}
	}

@-webkit-keyframes active-menu-ber03{
	0%{-webkit-transform:translateY(0) rotate(0);}
	50%{-webkit-transform:translateY(-8px) rotate(0);}
	100%{-webkit-transform:translateY(-8px) rotate(-45deg);}
	}

@keyframes active-menu-ber03{
	0%{transform:translateY(0) rotate(0);}
	50%{transform:translateY(-8px) rotate(0);}
	100%{transform:translateY(-8px) rotate(-45deg);}
	}

#open{
	display:none;
	}

}