@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Cinzel');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&subset=japanese');


/*common*/

* {
	box-sizing: border-box;
}

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.3rem;
	word-break: break-word;
	word-wrap: break-word;
	line-height: 1.7;
	color: #303030;
	background: #fff;
	width:100%;
	overflow-x:hidden;
	
}

.bgPaper {
	background:url(../img/bgPaper.png) repeat ;
}


.fontWeight700 {
	font-weight:700;
}

.enSerif {
	font-family: 'Cinzel',  'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.enSerif02 {
	font-family: 'Cormorant Garamond',  'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.jpSerif {
	font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.sp {
	display: none !important;
}

.pc {
	display: block;
}

a {
	text-decoration: none;
	color: #303030;
}

img {
	vertical-align:top;
}

.color {
	color:#6bb035;
}

.links {
	text-decoration:underline;
}

.links:hover {
	text-decoration:none;
}

.imgWrap .wp-post-image ,
.reImg {
	width: 100%;
	height: auto;
}

.reImg02 {
	max-width:100%;
	height:auto;
}

a:hover img {
	opacity:0.7;
}
.tc {
	text-align: center;
}
/*social*/
.social{
	margin: 20px 0;
	margin-bottom: 15px;
}
.social a {
	color: #ffffff;
	font-size: 25px;
	line-height: 1;
	margin: 0 10px;
}
/*btn*/
.btnA {
	display:inline-block;
}
.btnA a {
	color:#89d448;
	font-size:1.5rem;
	position: relative;
	display: inline-block;
	font-weight:bold;
	text-decoration: none;
}

.btnA a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #89d448;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.btnA a:hover::after {
	transform: scale(1, 1);
}

.ico img {
	vertical-align:middle;
	position: relative;
	top: -3px;
}

a:hover .ico img {
	opacity:1;
}

.btnB {
	text-align:center;
	font-size:1.6rem;
	margin-top:40px;
}

.btnB a {
	display:block;
	color:#6bb035;
	text-align:center;
	border:1px solid #6bb035;
	width:300px;
	height:60px;
	line-height:60px;
	margin:0 auto;
}

.btnB a:hover {
	background:#6bb035;
	color:#fff;
}

.btnC {
	font-size:1.4rem;
	display:inline-block;
}

.btnC a {
	display:block;
	color:#ffff;
	text-align:center;
	border:1px solid #fff;
	width:100px;
	height:40px;
	line-height:40px;
}

.btnC a:hover {
	background:#fff;
	color:#6bb035;
}


/*siteHeader*/
.siteHeader {
	width:100%;
	height:80px;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	z-index:10;
}

.siteHeaderInner {
	position:relative;
	padding-left:5%;

}

.logo {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
}

.logo a {
	display:block;
	line-height:1;
}

.logo a:hover img {
	opacity:0.7;
}

.mainNav {
	position:absolute;
	right:5%;
	top:0;
}

.mainNav ul {
	display:table;
}

.mainNav li:first-child {
	padding-left:0;
}

.mainNav li {
	display:table-cell;
	padding-left:20px;
	vertical-align:middle;
	height:80px;
}
.mainNav li.navHome,
.mainNav li.navPrivacy {
	display: none;
}
.mainNav li a:hover {
	text-decoration:underline;
}
	

/*topMain*/
#topMain {
	padding-top:80px;
}

#topMain h2 {
	padding:5% 0 0 5%;
	font-size:5rem;
	letter-spacing:0.1em;
	z-index:2;
	position:relative;
}

#topMain img.main {
	margin-top:-40px;
	vertical-align:bottom;
}

/*twoRow*/
.twoRow {
	width:100%;
	display:table;
	margin-top:-5%;
}

.twoRow:first-child {
	margin-top:0;
}

.innerRow {
	display:table-cell;
	width:50%;
	vertical-align:middle;
	padding:0 5%;
}

.pageCnt .innerRow {
	vertical-align:top;
}

.innerRow.bgNone {
	padding:5% 0 5% 5%;
}

.innerRow.bgPaper {
	padding:5% 5% 5% 0;
}

.bottom .innerRow.bgNone {
	padding:5% 0 calc(5% + 100px) 5%;
}

.bottom .innerRow.bgPaper {
	padding:5% 5% calc(5% + 100px) 0;
}


.innerRow.bgPaper .break {
	margin-left:-10%;
	width:110%;
}

.innerRow.bgNone .break {
	margin-right:-10%;
	width:110%;
}

.twoRow .bgNone .txtBox {
	padding-right:15%;
}

.twoRow .bgPaper .txtBox {
	padding-left:15%;
}

.work .twoRow:nth-of-type(n+3) {
	margin-top:-5%;
}


/*twoCnt*/
.twoRow.twoCnt .reImg {
	margin-bottom:30px;
}

.twoRow.twoCnt .bgNone .reImg {
	padding-right:10%;
}

.twoRow.twoCnt .bgPaper .reImg {
	padding-left:10%;
}

.twoRow.twoCnt .bgNone .txtBox {
	padding-left:5%;
}

.twoRow.twoCnt .bgPaper .txtBox {
	padding-left:15%;
	padding-right:5%;
}

/*dl*/
.dlA {
	width:100%;
	display:table;
	border-bottom:1px solid #e3e3e3;
	padding:10px 0;
}

.dlA:first-of-type {
	border-top: 1px solid #e3e3e3;
}

.dlA dt , .dlA dd {
	display:table-cell;
	vertical-align:top;
}

.dlA dt {
	width:30%;
}

.dlA dd {
	width:70%;
}

.dlB {
	margin-bottom:40px;
}

.dlB dt {
	font-size:1.8rem;
	font-weight:bold;
	border-bottom:1px solid #e3e3e3;
	padding-bottom:10px;
	margin-bottom:15px;
}

.dlB li {
	margin-bottom:15px;
	padding-left: 2em;
	text-indent: -2em;
}

.dlB li li {
	margin:15px 0 15px 1.5em;
}

.dlB .number {
	font-style:normal;
	font-weight:bold;
	width: 2em;
	white-space: nowrap;
	display: inline-block;
	text-indent: 0;
	vertical-align: top;
}

.dlB .content {
	width: 100%;
	display: inline-block;
	text-indent: 0;
	vertical-align: top;
}

.dlB .one {
	margin-bottom:15px;
	display:block;
}

.dlC {
	width:100%;
	display:table;
	margin-bottom:10px;
}

.dlC:first-of-type {
}

.dlC dt , .dlC dd {
	display:table-cell;
	vertical-align:top;
}

.dlC dt {
	width:70%;
	background:#f3f3f3;
	border-left:5px solid #b5d79a;
	padding:10px;
}

.dlC dd {
	background:#e1efd7;
	padding:10px;
}


.faqDl dt {
	display:table;
	margin-bottom:1.5em;
}

.faqDl dt .q {
	color:#6bb035;
	display:table-cell;
	font-size:3rem;
	vertical-align:middle;
}

.faqDl dt  .question {
	display:table-cell;
	vertical-align:middle;
	padding-left:1.5em;
	font-size:1.6rem;
	font-weight:bold;
}

.faqDl dd  .answer {
	padding-left:4em;
}
.faqDl {
	width:1000px;
	margin:0 auto;
	padding:20px;
}

/*oneRow*/
.oneRow .bgPaper {
	width:80%;
	max-width:1000px;
	margin:-90px auto 0;
	position:relative;
	padding:50px;
}

.oneRow .num {
	left:-11%;
}

.special .oneRow {
	padding:0 10%;
}


/*blogWrap*/
.blogList {
	width:800px;
	margin: 0 auto;
	border-top:1px solid #6bb035;
}

.blogList li {
	border-bottom:1px solid #6bb035;
}

.blogList li a {
	padding:10px 0;
	display:block;
}

.blogList li a:hover {
	background:#edf9e0;
}

.blogList li .date,
.blogList li .category {
	display:inline-block;
}

.blogList li .category {
	font-style:normal;
	color:#6bb035;
}

.blogList li .date {
	font-size:1.4rem;
	margin-right:10px;
}

.blogList li .ttl {
	margin-top:10px;
}

/*ttl*/
.num {
	color:#b2e77d;
	opacity:0.3;
	font-size:15rem;
	font-style:normal;
	position:absolute;
	bottom:10px;
	left:-13%;
	line-height:1;
	letter-spacing:0;

}

.ttlA {
	letter-spacing:0.2em;
	position:relative;
	line-height:1.4;
	margin-bottom:1em;
}

.ttlA .enSerif02 {
	color:#6bb035;
	font-size:2.4rem;
	display:table;
}

.ttlA .enSerif02 .lineWrap {
	display:table-cell;
	vertical-align:middle;
	padding-right:5px;
}

.ttlA .enSerif02 .line {
	display:block;
	vertical-align:middle;
	width:20px;
	height:1px;
	background:#6bb035;
}


.ttlA .enSerif02 .sentence {
	vertical-align:middle;
	display:table-cell;
}

.ttlA .jpSerif  {
	color:#6bb035;
	font-size:3.5rem;
	display:block;
}

.ttlB {
	font-size:2rem;
	font-weight:bold;
	letter-spacing:0.2em;
	margin-bottom:1em;
}

.ttlC {
	letter-spacing:0.2em;
	position:relative;
	line-height:1.4;
	margin-bottom:1.5em;
	text-align:center;
	color:#6bb035;
}

.ttlC .enSerif02 {
	color:#6bb035;
	font-size:2.4rem;
}

.ttlC .jpSerif  {
	color:#6bb035;
	font-size:3.5rem;
	display:block;
}

.ttlD {
	color:#6bb035;
	font-size:2.4rem;
	display:block;
	letter-spacing:0.2em;
	margin-bottom:1.5em;
}

.ttlD  span {
	padding:10px 0;
	display:block;
}

.ttlD:before {
	content:"";
	display:block;
	width:100px;
	height:1px;
	background:#6bb035;
}

.ttlD:after {
	content:"";
	display:block;
	width:30px;
	height:1px;
	background:#6bb035;
}

.subTtl  {
	font-size:1.4rem;
	color:#6bb035;
	display:block;
}

.ttlE {
	color:#6bb035;
	font-size:2.4rem;
	display:block;
	letter-spacing:0.2em;
	margin-bottom:1em;
}

.subA {
	background:#6bb035;
	color:#fff;
	padding:5px;
	font-size:1.3rem;
	display:table;
	margin-bottom:1.5em;
	letter-spacing:0.3em;
}

.subB {
	font-size:1.4rem;
	color:#6bb035; 
	display:block;
}

	
/*siteFooter*/
.siteFooter {
	margin-top:100px;
	background:url(../img/bg_foot.jpg) no-repeat center center ;
	background-size:cover;
	color:#fff;
	padding:50px 0;
}

#cnt.pages {
	margin-bottom:-100px;
}

.siteFooter a {
	color:#fff;
}
.siteFooter .btnB {
	margin-top:10px;
}

.siteFooter .btnB a {
	color:#fff;
	border:1px solid #fff;
}

.siteFooter .btnB a:hover {
	background:#fff;
	color:#6bb035;
}

.contactWrap {
	text-align:center;
	font-size:0;
}

.contactWrap li {
	display:inline-block;
	vertical-align:top;
}

.contactWrap li dt {
	font-size:1.4rem;
}

.contactWrap li.tel dt {
	margin-bottom:10px;
}

.telNum {
	letter-spacing:0.1em;
}

.contactWrap li.tel {
	border-right:1px solid #fff;
	padding-right:30px;
	margin-right:30px;
}

.contactWrap li.tel dd {
	font-size:3rem;
	line-height:1.3;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	padding:0px 0 10px;
}

.contactWrap li.tel dd small{
	font-size:1.2rem;
	display:block;
}

.addressWrap {
	font-size:0;
	text-align:center;
	margin-top:40px;
}

.addressWrap li {
	display:inline-block;
	font-size:1.4rem;
	vertical-align:middle;
}

.addressWrap li:nth-child(1) {
	border-right:1px solid #fff;
	padding-right:20px;
	margin-right:20px;
}

.addressWrap li {
	margin-right:15px;
}

.addressWrap li:last-child {
	margin-right:0;
}

.footNav {
	font-size:0;
	margin:30px auto;
	text-align:center;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	display:block;
	width:1200px;
}

.footNav  ul {

	padding:10px 0;
}

.footNav li {
	display:inline-block;
	margin-right:1em;
	font-size:1.3rem;
}
.footNav li.navHome {
	display: none;
}
.footNav li:last-child {
	margin-right:0;
}

.footNav li a:hover {
	text-decoration:underline;
}

.siteFooter .copy {
	text-align:center;
	display:block;
	font-size:1.2rem;
}

/*pageVisial*/
.pageVisial {
	margin-top:80px;
	position:relative;
}


.pageVisial .ttlA {
	position:absolute;
	right:10%;
	  top: 45%;
	  transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%);
	z-index:2;
}

.pageVisial .bgTxt {
	color:#b2e77d;
	opacity:0.3;
	font-size:12rem;
	font-style:normal;
	position:absolute;
	right:10%;
	top: 60%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%);
	line-height:1;
	letter-spacing:0;
	z-index:1 ;
}


/*bred*/
.bred {
	border-bottom:1px solid #e3e3e3;
	padding:10px 5%;
}

.bred i {
	margin:0 0.5em;
}
.bred a {
	color:#89d448;
}

.bred a:hover {
	text-decoration:underline;
}

/*下層*/
.cntW1000 {
	width:80%;
	max-width:1000px;
	margin:0 auto;
	padding:50px 0 0 0;
}

.cntW800 {
	width:70%;
	max-width:800px;
	margin:0 auto;
	padding:50px 0 ;
}

.special .cntW800 {
	padding:0px 0 100px 0;
}

.modPCenter {
	text-align:center;
	margin-bottom:4em;
}

.cntUl li {
	border-bottom:1px solid #6bb035;
	display:table;
	width:100%;
	padding:50px 0;
}

.cntUl li .heading {
	font-size:2rem;
	margin-bottom:1em;
}

.cntUl li .image {
	display:table-cell;
	vertical-align:middle;
	width:50%;
}

.cntUl li figcaption {
	display:table-cell;
	vertical-align:middle;
	width:50%;
	padding-left:5%;
}

.cntUl li:last-child {
	border-bottom:none;
}

.voiceUl {
	width:1000px;
	margin:0 auto;
}

.voiceUl  li {
	padding:20px;
}

.voiceUl .heading {
	margin-bottom:0.5em;
}

.voiceUl .heading .lecName {
	display:block;
	color:#6bb035;
	font-size:1.4rem;
	font-style:normal;
}

.flexP {
	margin-bottom:1em;
}

.flexP:last-child {
	margin-bottom:0;
}

.flow .twoRow:nth-of-type(n+3) {
	margin-top:-5%;
}

.cntBox {
	margin-bottom:250px;
}

.cntBox .oneBox {
	margin-bottom:100px;
}

.cntBox .oneBox:last-child {
	margin-bottom:0;
}
.cntBox .oneBox:nth-of-type(n+2) { 
border-top:1px solid #6bb035;
padding-top:100px;
}

.cntBox .oneBox figure {
	display: table;
}

.cntBox .oneBox figure {
	display: table;
}

.cntBox .oneBox .image {
	display:table-cell;
	vertical-align:top;
	width:40%;
}

.cntBox .oneBox figcaption {
	display:table-cell;
	vertical-align:top;
	width:60%;
	padding-left:5%;

}

.cntBox .oneBox  .bgPaper {
	padding:50px;
	margin-top:50px;
}

.blogCnt article {
	font-size:1.6rem;
	line-height:2;
}

.blogCnt .blogInner {
	display:block;
	width:100%;
}

.blogCnt .blogListWrap   {
	display:inline-block;
	width:75%;
	padding-right:5%;
}

.blogCnt article { 
display:inline-block;
	width:75%;
	padding-right:5%;
}

.blogCnt aside {
	display:inline-block;
	width:24%;
	vertical-align:top;
}

.singleContent img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.blogCnt .image img {
	max-width:100%;
	height:auto;
}

.blogCnt .ttlB {
	font-size:3rem;
}

.blogCnt .blogArticleList .line ,
.blogCnt article .line {
	width:50px;
	height:2px;
	background:#6bb035;
	margin-bottom:10px;
}

.meta time {
	font-size:2rem;
	margin-right:10px;
}

.meta  .category a {
	color:#89d448;
	
}

.meta .category a:hover {
	text-decoration:underline;
}

.subTtls {
	background:#6bb035;
	color:#fff;
	padding:5px 10px;
	font-size:1.4rem;
}

.categoryDl {
	margin-bottom:40px;
}

.latest li a ,
.categoryDl li a {
	display:block;
	width:100%;
	padding:10px;
	border-bottom:1px solid #e3e3e3;
}

.latest li a:hover ,
.categoryDl li a:hover {
	background: #edf9e0;
}

.latest li time {
	color:#6bb035;
	font-size:1.6rem;
	display:block;
}

.blogArticleList {
	font-size:0;
}

.blogArticleList li {
	display:inline-block;
	vertical-align:top;
	width:47.5%;
	margin-right:5%;
	margin-bottom:10%;
	font-size:1.4rem;
}

.blogArticleList li:nth-child(2n) {
	margin-right:0;
}

.blogCnt .blogArticleList .meta {
	margin-bottom:10px;
}

.blogArticleList li .blogttl {
	font-size:1.6rem;
	margin-top:15px;
}

/*****form*******/
.formWrap {
	background:#f5f5f5;
	width:800px;
	margin:0 auto;
	padding:50px 0;
}

.formWrap dl {
	width:600px;
	margin:0 auto;
}

.formWrap dt {
	font-size:1.6rem;
	font-weight:bold;
}

.formWrap dd {
	margin:15px 0 30px 0 ;
}

.formWrap .required{
	background:#cc391f;
	font-size:1.2rem;
	color:#fff;
	font-weight:normal;
	height:25px;
	line-height:25px;
	display:inline-block;
	padding:0 15px;
	margin-right:10px;
	position:relative;
	top:-2px;
}

.formWrap .any{
	background:#999;
	font-size:1.2rem;
	color:#fff;
	font-weight:normal;
	height:25px;
	line-height:25px;
	display:inline-block;
	padding:0 15px;
	margin-right:10px;
	position:relative;
	top:-2px;
}

.formWrap textarea,
.formWrap input[type="email" ] ,
.formWrap input[type="text" ] {
	border:1px solid #ddd;
	background:#fff;
	height:40px;
	padding-left:15px;
	width:100%;
}

.formWrap textarea{
	height:15em;
}

.formWrap .formBtn {
	font-size:1.6rem;
	position: relative;
	display:block;
	color:#6bb035;
	text-align:center;
	border:1px solid #6bb035;
	width:300px;
	height:60px;
	line-height:60px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor:pointer;
	margin:0 auto;
}

.formWrap .formBtn:hover {
	background:#6bb035;
	color:#fff;
}

.modoruBtn {
	margin-top:30px !important;
}

/*ページャー*/
.pagination .page-of {
	display:none;
}

.pagination-box {
	text-align:center;
	margin-bottom:50px;
}

.pagination-box span {
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	margin-right:10px;
	background:#6bb035;
	color:#fff;
}

.pagination-box span:last-child {
	margin-right:0;
}

.pagination-box span.link {
	background:none;
}

.pagination-box a {
	color:#6bb035;
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	text-decoration:none;
}

.pagination-box span.link:hover {
	background:#6bb035;
	color:#fff;
}

.pagination-box span.link:hover a {
	color:#fff;
}

/*map*/
.ggmapSize {
	width:100%;
	margin:0 auto 20px auto;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*margin*/
.mt20 {
margin-top: 20px;
}

.mb20 {
margin-bottom: 20px;
}

.mb30 {
margin-bottom: 30px;
}

.mb40 {
margin-bottom: 40px;
}

.mb50 {
margin-bottom: 50px;
}

.mb70 {
	margin-bottom:70px;
}

.mb80 {
	margin-bottom:80px;
}

.mb90 {
	margin-bottom:90px;
}

.mb100{
	margin-bottom:100px;
}




/********横幅調整***************/
@media screen and (max-width: 1350px){
	.siteHeaderInner{
		padding-left: 1%;
	}
	.mainNav{
		right: 1%;
	}
}
@media screen and (max-width: 1250px){
	.logo {
		height: 70px;
	}
	.mainNav ul {
		font-size: 12px;
	}
	.mainNav li {
		height: 70px;
	}
}
@media screen and (max-width: 1150px){
	.logo {
		position:relative;
		z-index:2;
	}
	.logo img{
		width: 130px;
		height: auto;
	}
	.mainNav ul {
		font-size: 10px;
	}

	.mainNav  li {
		padding-left:15px;
	}
}
@media screen and (max-width: 960px){
	.logo {
		height: 60px;
	}
	.logo img{
		width: 110px;
		height: auto;
	}
	.mainNav ul {
		font-size: 9px;
	}
	.mainNav li {
		height: 60px;
	}
}
@media screen and (max-width: 870px){
	.siteHeaderInner{
		min-width: 870px;
	}
}

/********sp***************/

@media screen and (max-width: 770px) {
	
/*common*/

body {
	font-size:1.3rem;
	padding-top:0px;
	min-width:320px;
}

.pc {
	display: none !important;
}

.sp {
	display: block !important;
}

.spBg {
background:url(../img/bgPaper.png) repeat ; 
}

/*header*/
.spSiteHeader {
	width:100%;
	height:50px;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	background:rgba(255,255,255,0.8);
}

/*.spSiteHeader .spInner {
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height:inherit;
}
*/
.spSiteHeader .spLogo {
	position:absolute;
	left:0;
	top:0;
	line-height:1;
}

.spSiteHeader .spLogo a {
	display:block;
	height:50px;
	padding-left:5%;
}

.spSiteHeader .spLogo a img {
	 position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}

.spSiteHeader .hum {
	position:absolute;
	right:0;
	top:0;
}

.spSiteHeader .hum a {
	background:#6bb035;
	width:50px;
	height:50px;
	text-align:center;
	display:block;
}

.spSiteHeader .hum a img {
 position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
	

.spSiteHeader .phone {
	position:absolute;
	right:50px;
	top:0;
}

.spSiteHeader .phone a {
	background:#cce952;
	width:50px;
	height:50px;
	text-align:center;
	display:block;
}

.spSiteHeader .phone a img {
 position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

/*hamburger*/
.closeBT {
	position: absolute;
	right: 5%;
	top: 5%;
	z-index:99;
}

.humNavi {
	padding-top:10%;
}

.humNavi li:nth-child(1) a {
}

.humNavi li a {
	display:block;
	padding:10px 0;
	color:#fff;
	font-weight:bold;
}

#humTel ,
#hum {
	display:none;
}

.modaal-inline.modaal-fullscreen .modaal-container {
	background:rgba(107,176,53,0.7) ;
}

/*ttl*/
.num {
	left:-20%;
	bottom:-5px;
}

.ttlA {
	letter-spacing:0.1em;
}

.ttlA .jpSerif {
	letter-spacing:0.2em;
}

.twoRow .ttlA {
	margin-top:-10%;
}

.twoCnt.twoRow  .ttlA {
	margin-top:-0%;
}

.ttlC .enSerif02 ,
.ttlA .enSerif02 {
	font-size:1.8rem;
}

.ttlC .jpSerif ,
.ttlA .jpSerif {
	font-size:2rem;
}

.ttlB {
	font-size:1.6rem;
}

.ttlD {
	font-size:1.8rem;
	margin-bottom:1em;
}

.ttlE {
	font-size:1.8rem;
}

/*btn*/
.btnB a {
	width:80%;
	height:50px;
	line-height:50px;
}


/*top*/
#topMain h2 {
	font-size:2rem;
}

#topMain img.main {
	margin-top:-15px;
}

.twoRow {
	display:block;
}


.innerRow {
	display:block;
	width:100%;
	padding:10%;
}


.twoRow .bgPaper {
	padding:10%;
}
.twoRow .bgNone {
	padding:10%;
}

.twoRow .bgNone .txtBox {
	padding-right: 0%;
}

.innerRow.bgNone .break {
	width:100%;
	margin-right:0;
}

.twoRow.twoCnt .bgPaper .reImg ,
.twoRow.twoCnt .bgNone .txtBox ,
.twoRow .bgPaper .txtBox {
	padding-left:0;
}

.twoRow.noTop {
	margin-top:0;
}
.twoRow:first-child {
	margin-top:0;
}

.twoRow.twoCnt .bgNone .reImg {
	padding-right:0;
}

.twoRow.twoCnt .bgPaper .txtBox {
	padding-left:0;
	padding-right:0;
}

.work .twoRow:nth-of-type(n+3) {
	margin-top:0;
}

.oneRow .bgPaper  {
	margin:0px auto 0 auto;
	max-width:inherit;
	width:100%;
	padding:10%;
}

.oneRow .num {
	left: -20%;
	bottom: -20%;
}

.blogList {
	width:80%;
}

/*footer*/
.siteFooter {
	margin-top:50px;
}

.siteFooter .btnB a {
	width:100%;
}

.contactWrap {
	border-bottom:1px solid #fff;
	padding-bottom:50px;
}

.contactWrap li {
	width:80%;
}

.contactWrap li.tel {
	border-right:none;
	padding-right:0;
	margin-right:0;
	margin-bottom:30px;
}

.addressWrap li {
	font-size:1.2rem;
}

.addressWrap li:nth-child(1) {
	border-right:none;
	margin-right:0;
	padding-right:0;
	margin-bottom:20px;
}

.addressWrap .btnC {
	margin:20px 0 ;
}

/*下層*/
.pageVisial {
	margin-top:50px;
}
.pageVisial .bgTxt {
	display:none;
}

.pageVisial .ttlA {
	right:inherit;
	left:5%;
}

.pageVisial .ttlA .jpSerif ,
.pageVisial .ttlA .enSerif02 {
	color:#fff;
}

.home .ttlA .enSerif02 .line {
	background:#6bb035;
}

.ttlA .enSerif02 .line {
	background:#fff;
	width:10px;
}

.pageVisial img {
filter:brightness(65%);
}

.bottom .innerRow.bgPaper ,
.bottom .innerRow.bgNone {
	padding:10%;
}

#cnt.pages {
	margin-bottom:-50px;
}

.work .ttlD {
	margin-top:-10%;
}

.work.single .ttlD {
	margin-top:0;
}

.special .oneRow {
	padding:0;
}

.dlC dt, .dlC dd {
	vertical-align:middle;
}

.cntBox {
	margin-bottom:100px;
}

.cntBox .oneBox {
	margin-bottom:50px;
}

.cntW1000 {
	padding:0;
}

.cntBox .oneBox figure {
	display:block;
}

.cntBox .oneBox .image {
	display:block;
	width:100%;
}

.cntBox .oneBox figcaption {
	padding-left:0;
	display:block;
	margin-top:10%;
	width:100%;
}

.dlA {
	display:block;
}

.dlA dt , .dlA dd {
	display:block;
	width:100%;
}

.cntBox .oneBox .bgPaper {
	padding:10%;
	margin-top:30px;
}

.cntBox .oneBox:nth-of-type(n+2) {
	padding-top:50px;
}

.faqDl ,
.voiceUl {
	width:90%;
}

.voiceUl li {
	padding:10%;
}

.voiceUl .heading {
	font-size:1.6rem;
	font-weight:bold;
}

.flow .innerRow .ttlA .enSerif02 .line {
	background:#6bb035;
}

.flow .twoRow:nth-of-type(n+3) {
	margin-top:0;
}

.faqDl dd .answer {
	padding-left:0;
}

.special .cntW800 {
	width:80%;
	padding:0 0 50px 0;
}

.cntUl li {
	display:block;
	padding:10% 0;
}

.cntUl li .image {
	display:block;
	width:100%;
	margin-bottom:10%;
}

.cntUl li figcaption {
	display:block;
	width:100%;
	padding-left:0;
}

.blogCnt .blogInner {
	display:block;
	
}

.blogCnt .blogListWrap, .blogCnt article {
	display:block;
	width:100%;
	padding-right:0;
}

.blogCnt .cntW1000 {
	width:90%;
}

.blogCnt .blogArticleList .meta {
	margin-bottom:8px;
	line-height:1.4;
}

.meta time {
	display:block;
	font-size:1.4rem;
	margin-right:0;
}

.blogCnt .blogArticleList .line, .blogCnt article .line {
	width:30px;
	height:1px;
	margin-bottom:5px;
}

.blogArticleList li {
	margin-bottom:15%;
}

.blogArticleList li .blogttl {
	margin-top:10px;
	font-size:1.4rem;
}

.blogCnt .ttlB {
	font-size:2.4rem;
}

.blogCnt aside {
	display:block;
	width:100%;
}

.single .subWrap  {
	margin-top:50px;
}

.seoTtl01 {
	font-size:20px !important;
}

.formWrapOuter {
	width:80%;
	margin:0 auto;
}

.modPCenter {
	margin-bottom:2em;
}
.formWrapOuter .modPCenter {
	text-align: left;
}
.formWrap {
	width:100%;
	padding:10% 5%;
}

.formWrap dl {
	width:100%;
}

.formWrap dt {
	font-size:1.4rem;
}

.formWrap .formBtn {
	width:100%;
	height:50px;
	line-height:50px;
	font-size:1.4rem;
}

.privacy.cntW1000 {
	padding:30px 0 0 0;
}

.dlB .number {
	display:block;
	background:#f5f5f5;
	padding:5px;
	margin-bottom:10px;
	width:100%;
}

.dlB dt {
	font-size:1.6rem;
}
.dlB li {
	padding-left:0;
	text-indent:0;
}
.dlB li li  {
	margin:15px 0;
	padding-left:3em;
	text-indent:-3em;
}
.dlB li li .number {
	background:none;
	display:inline-block;
	width:3em;
	margin: 0;
	padding: 0;
}

/*topへ戻る*/
#topBtn {
	display:none;
	position:fixed;
	right:0;
	bottom:0;
}

#topBtn a {
	background:#6bb035;
	width:50px;
	height:50px;
	text-align:center;
	display:block;
}

#topBtn a img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}

#pgTop {
	padding-top:50px;
	margin-top:-50px;
}


/*margin*/
.mb20 {
margin-bottom: 10px;
}

.mb30 {
margin-bottom: 15px;
}

.mb40 {
margin-bottom: 20px;
}

.mb50 {
margin-bottom: 25px;
}

.mb70 {
	margin-bottom:35px;
}

.mb80 {
	margin-bottom:40px;
}

.mb90 {
	margin-bottom:45px;
}

.mb100{
	margin-bottom:50px;
}

}

/*blog*/
.tableContents {
	background:#fff !important;
	border:1px solid #e3e3e3 !important;
}

.singleContent {
	width:100%;
}

.singleContent img { width:100% !important;}

.blogCnt .cntW1000 {
	width:1000px;
}

@media screen and (max-width: 770px) {
	.blogCnt .cntW1000 {
	width:90%;
}

}

/*form*/
.mwform-checkbox-field label, .mwform-radio-field label {
	white-space:nowrap;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: auto !important;
	margin-right: 10px !important;
}
dl.formWrapDl select.date, .formWrap input[type="text"].hasDatepicker {
	width:auto;
}

.formWrap textarea ,
.formWrap input {
	border-radius:0;
	box-shadow:none;
	-webkit-appearance:none;
}
input[type="radio"] {
	position: relative;
	-webkit-appearance: button;
	appearance: button;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	content: "";
	background-color: #FFFFFF;
	border: 1px solid #999999;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	vertical-align: middle;
	cursor: pointer;
}
input[type="radio"]:checked:after {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	content: "";
	width: 12px;
	height: 12px;
	background: #de0029;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
input[type=checkbox] {
	display: none;
}
.mwform-checkbox-field-text {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 0 0 24px;
}
.mwform-checkbox-field-text:after {
	position: absolute;
	top: 50%;
	left: 6px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #de0029;
	border-bottom: 3px solid #de0029;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mwform-checkbox-field-text:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	border: 1px solid #999999;
	background-color: #fff;
	content: '';
}
input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
	opacity: 1;
}
.mw_wp_form .formWrap .horizontal-item {
	margin-left: 0;
	margin-right: 10px;
}
.mw_wp_form .formWrap .horizontal-item + .horizontal-item {
	margin-left: 0;
}
.mw_wp_form_input .formMessage01,
.mw_wp_form_confirm .formMessage02 {
	display: block;
}
.mw_wp_form_confirm .formMessage01,
.mw_wp_form_input .formMessage02 {
	display: none;
}
.mt0 {
	margin-top: 0;
}

a.link {
	color:#6bb035;
	text-decoration:underline;
}
.mainNav li:nth-last-child(-n+2) {
	display:none;
}

.privacyBox {
	width:auto;
	height:300px;
	overflow:auto;
}