@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

/*---------------------------------------------------------------------------
/* reset
 --------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body, article, aside, details, div, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, p, header, hgroup, main, menu, nav, section, summary, ul, ol, li, dl, dt, dd, span, table, th, td, a, input, textarea {
	box-sizing: border-box !important;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
	background: #fff;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 1em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	letter-spacing: 0.02em;
	height: 100%;
}

@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, body {
     letter-spacing: 0.03em;
	}
}

img {
	border: 0;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
}
ul, dl, ol {
	text-indent: 0;
}
li {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

sup{
	font-size: 75.5%;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: -0.5em;
}
@-moz-document url-prefix() {
sup.sup{margin-top: 0;}
}

sub {
	vertical-align: text-bottom;
}
* html input, * html textarea, * html select {
	font-size: 100%;
	vertical-align: bottom;
}
*:first-child+html+input, *:first-child html+textarea, *:first-child+html select {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
th, td {
	text-align: left;
	vertical-align: top;
}
caption {
	text-align: left;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
}
* html pre, * html code, * html kbd, * html samp, * html tt {
	font-size: 100%;
	line-height: 100%;
}
*:first-child+html pre, *:first-child html+code, *:first-child html+kbd, *:first-child+html+samp, *:first-child+html tt {
	font-size: 108%;
	line-height: 100%;
}
input, select, textarea {
	padding: 2px;
}
* html div#container {
	height: 100%;
}

/*  set tags
 --------------------------------------------------------------------------*/
ul, ol {
	margin : 0;
	padding: 0;
	font-size: 100%;
}
li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
hr {
	border: none;
	border-top: dashed 1px #cccccc;
	height: 1px;
	color: #FFFFFF;
	width: auto;
	margin-bottom: 30px;
}
a {
	transition: .25s;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
section.section a:link {
	text-decoration: underline;
	font-weight: 600;
}
section.section a:hover {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
}
strong {
	font-weight: 600;
	text-transform: none;
}

/*  items
 --------------------------------------------------------------------------*/
 #loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 9999999999999;
}
#loader {
	display: none;
	position: fixed;
	top: calc(50% - 100px);
	left: calc(50% - 80px);
	width: 200px;
	height: 160px;
	text-align: center;
	font-size: .9em;
	z-index: 9999999999999;
}
#loader .loader_Wrap{
	position: relative;
}
#loader .icon{
	width:100px;
	height: 80px;
	margin:0 auto 10px;
}
#loader .en{margin-top: 20px;font-size: 14px; color: #407100;}

/*loader_end*/

.sp { display: none !important; }
.pc { display: block !important; }
.pc-t { display: block !important; }
.sp-t { display: none !important; }

.unk { margin: -220px; padding: 220px; }

/* set border ( full wrapp ) */
.border { border: 1px solid #666; }
img.border {
	padding: 3px;
	vertical-align: top;
	background-color: #FFFFFF;
}
/* set color */
.cRed { color: #ff173c; }
.cBlue { color: #4870EE; }
.cGreen { color: #407100; }
.cOrange { color: #E55D21; }

/* set position */
.tCenter {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.tCenter img { display: inline;width:100%; }
.tRight {
	margin-left: auto;
	text-align: right;
}
/* set hide contents */
.disp { display: none; }
/* set text */
.txMin { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif; }
.txSmall { font-size: 0.6em; }
.tSmall { font-size: 0.8em; }
.tLead {
	font-size: 1.6em;
	line-height: 2em !important;
}
.tLarge { font-size: 1.4em; }
.txLarge { font-size: 1.8em; }
.tsxLarge { font-size: 2.4em; }
.bold { font-weight: 600; }

/* set rollover transition */
.onCng {
	-webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    -ms-transition: .8s;
	transition: all .8s;
}

/* set image scale up */
.scale_up {
	overflow: hidden;
}
.scale_up img {
	display: block;
	transition-duration: 0.3s;
}
.scale_up img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

/* set flex-box wrapp */
.flexNormal {
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.flexCenter {
	width: 100%;
	height: auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
}

.flexBetween {
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.Start {
	-webkit-box-pack: start;
    -ms-flex-pack: start;
   	justify-content: flex-start;   
}
.Middle {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
.End {
	-webkit-box-pack: end;
    -ms-flex-pack: end;
   	justify-content: flex-end;
}

.flexNormal img, .flexCenter img, .flexBetween img {width:100%;}

/* set button  --> 右の項目は個別にセットする border-radius,width,height */
.button,
.button-backpage {
	position: relative;
	display: block;
}
.button a,
.button span.inner,
.button input[type=submit],
.button-backpage a,
.button-backpage input[type=submit] {
	width: 100%;
	display: block;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	text-decoration: none !important;
	overflow: hidden;
	z-index: 1;
	position: relative;
	transition: .25s;
	background: #fff;
}
.button.border-green a,
.button.border-green span.inner,
.button.border-green input[type=submit],
.button-backpage.border-green a,
.button-backpage.border-green input[type=submit] {
	border: 1px solid #48A40C;
}
.button.border-orange a,
.button.border-orange span.inner,
.button.border-orange input[type=submit],
.button-backpage.border-orange a,
.button-backpage.border-orange input[type=submit] {
	border: 1px solid #E55D21;
}
.button a:hover,
.button span.inner:hover,
.button input[type=submit]:hover,
.button-backpage a:hover,
.button-backpage input[type=submit]:hover {
	background: #EFEFEF;
}
.button a::after,
.button span.inner::after,
.button input[type=submit]::after {
	display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    width: 14px;
    height: 14px;
    margin-top: -7px;
}
.button.border-green a::after,
.button.border-green span.inner::after,
.button.border-green input[type=submit]::after {
    background: url(../img/common/ico_arrow_gr.svg) no-repeat center center;
    background-size: 100%;
}
.button.border-orange a::after,
.button.border-orange span.inner::after,
.button.border-orange input[type=submit]::after {
    background: url(../img/common/ico_arrow_or.svg) no-repeat center center;
    background-size: 100%;
}
.button-backpage a::before,
.button-backpage input[type=submit]::before {
	display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    content: "";
    width: 14px;
    height: 14px;
    margin-top: -7px;
    transform: scale(-1, 1);
}
.button-backpage.border-green a::before,
.button-backpage.border-green input[type=submit]::before {
    background: url(../img/common/ico_arrow_gr.svg) no-repeat center center;
    background-size: 100%;
}
.button-backpage.border-orange a::before,
.button-backpage.border-orange input[type=submit]::before {
    background: url(../img/common/ico_arrow_or.svg) no-repeat center center;
    background-size: 100%;
}
.nonext span,
.nonext span:active,
.nonext span:hover {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff !important;
	background-color: #ddd;
	border:2px solid #ddd;
	cursor: default;
	display: block;
}
.nonext span::before,
.nonext span::after {
	content: " ";
}

/* button detail */
.b-h40-nowrap {
	height:40px;
	line-height: 40px;
}
.b-h40-wrap {
	height:40px;
}
.b-h50-nowrap {
	height:50px;
	line-height: 50px;
}
.b-h50-wrap {
	height:50px;
}

/* set pagenation */
#pagenation {
	text-align: center;
}
#pagenation a {
	padding: 0 10px;
	margin:0 2px;
	font-size: 12px;
	display: inline-block;
	text-decoration: none !important;
  line-height: 40px;
	border:1px solid #fff;
}
#pagenation a.current {
	text-decoration: none;
	border: 1px solid #407100;
	color: #407100;
	background:#fff;
}
#pagenation a:hover {
	text-decoration: none;
	border: 1px solid #407100;
	background: #DEF4FB;
	color: #086EA2;
}
#pagenation .pageselect_wrapp{
 	width: 100%;
 	display:block;
 	padding: 30px 0;
 	font-size: 14px;
}
#pagenation input.pageselect {
	padding: 0 10px;
	display: inline-block;
	margin-right: 5px;
	line-height: 2em;
	height: 2em;
	font-size: 14px;
	width: 30%;
}
#pagenation button[type="submit"] {
	width: auto;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding:4px 10px;
	text-align: center;
	color: #cf1818;
	cursor: pointer;
	text-decoration: none !important;
	border-radius: 0.5em;
	border: 1px solid #407100;
	background:#fff;
	margin-left: 10px;
}
#pagenation button[type="submit"]:hover {
	background-color: #DEF4FB;
	color:#fff;
	text-decoration: none !important;
}

/* set icon */
.ico_onion {
  	display: block;
  	position: relative;
  	padding-left: 110px;

}
.ico_onion::before {
	width: 103px;
	height: 86px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -43px;
	content: "";
	background: url(../img/common/i_onion.png) no-repeat center center;
	background-size: 100%;
}
/* set icon */
.ico_tomato {
  	display: block;
  	position: relative;
  	padding-left: 90px;

}
.ico_tomato::before {
	width: 83px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -40px;
	content: "";
	background: url(../img/common/i_tomato.png) no-repeat center center;
	background-size: 100%;
}

/* set body section */
section {
	margin: 0;
	display: block;
}
section:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
section.section p {
	line-height: 1.6em;
	margin-bottom: 30px;
}
section.section p a {
	font-weight: 600;
}
/* set active link style */
.op a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.op a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* set kadomaru box */
.radi {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* set caution text */
.caution {
    text-indent: -1em;
    margin: 0 0 0 1em;
}
span.caution {display: inline-block;}

/* set drop shadow */
.shad {
	-webkit-box-shadow: rgba(0,0,0,0.25) 0px 2px 6px 1px;
	-moz-box-shadow: rgba(0,0,0,0.25) 0px 2px 6px 1px;
	box-shadow: rgba(0,0,0,0.25) 0px 2px 6px 1px;
}

/* set icon-mark  */
.blank {
	position: relative;
	padding-left: 20px;
}
.blank::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0c1";
	left:0;
}
.pdf {
	position: relative;
	padding-left: 20px;
}
.pdf::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #ed3c3f;
	content: "\f1c1";
	left:0;
}
.exl {
	position: relative;
	padding-left: 20px;
}
.exl::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #088911;
	content: "\f1c3";
	left:0;
}
.doc {
	position: relative;
	padding-left: 20px;
}
.doc::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #083e89;
	content: "\f1c2";
	left:0;
}
.arrow {
	position: relative;
	padding-right: 20px;
}
.arrow::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0da";
	display: block;
	right:0;
}

.arrowdown {
	position: relative;
	padding-right: 20px;
	display: inline-block;
}

.arrowdown::after {
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	content: "\f0d7";
	right:0;
}

/* set list into section */
ul.normal {
	margin: 0;
	padding: 0;
}
ol.normal {
	margin: 0 0 0 1em;
	padding: 0;
}
ul.normal li {
	list-style-type: none;
	margin: 0 0 0.5em 0.5em;
	padding-left: 1em;
	list-style-position: inside;
	line-height: 1.8em;
	font-size: 1em;
	position: relative;
}
ol.normal li {
	list-style-image: none;
	list-style-type: decimal;
	line-height: 1.8em;
	margin: 0 0 0.5em 0;
	padding-left: 1em;
	list-style-position: inside;
	text-indent: -1.25em;
	font-size: 1em;
}
ol.normal li a {
	display: inline-block;
    width: auto;
    padding-left: 1.5em;
}
ul.normal li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #666;
	position: absolute;
	left: 0;
	top: 0.75em;
}

ul.linknext {
	margin: 0;
}

ul.linknext li {
	margin: 0 0 1em 0;
	list-style-image: none;
	text-indent: 0;
}

ul.linknext li a {
	display: block;
	width: auto;
	position: relative;
	padding: 5px 0 5px 20px;
	font-weight: 500 !important;
	border-bottom: 1px solid #eee;
}

ul.linknext li a::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "\f054";
	font-family: FontAwesome;
	font-weight: 500 !important;
	font-size: 10px;
	margin-top: -12px;
	color: #666;
}

/*  float clear */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: block;
}

/*  text styles */
/*  lead text */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
body.home h1 {
	display: none;
}
section.section h2.Type01 {
	width: auto;
	text-align: left;
	margin-bottom: 50px;
    display: block;
	font-weight: 500;
}
section.section h2.Type01 span.txMin {
	display: block;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1em;
}
section.section h2.Type01 span.jp {
	display: block;
	font-size: 2.25em;
}
section.section h2.Type02 {
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	font-weight: 500;
	display: block;
}
section.section h2.Type02 span {
	width: auto;
	line-height: 1.6em;
	padding: 10px 16px;
	font-size: 1.6em;
	display: block;
	position: relative;
	border-bottom: 2px solid #407100;
}
section.section h2.Type03 {
	width: auto;
	text-align: left;
	margin-bottom: 50px;
    display: block;
	font-weight: 500;
}
section.section h2.Type03 span.txMin {
	display: inline-block;
	font-size: 3em;
	margin-right: 10px;
}
section.section h2.Type03 span.jp {
	display: inline-block;
	font-weight: 600;
}

section.section h3.Type01 {
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	display: block;
	font-weight: 500;
}
section.section h3.Type01 span {
	width: auto;
	line-height: 1.6em;
	padding: 10px 16px;
	font-size: 1.4em;
	display: block;
	position: relative;
	background: #eee;
	border-radius: 10px;
}
section.section h4.Type01 {
	position: relative;
	font-size: 1.4em;
	margin: 0 0 30px;
	padding: 10px 16px;
	font-weight: 500;
	line-height: 1.6em;
}
section.section h4.Type02 {
	position: relative;
	font-size: 1.4em;
	margin: 0 0 30px;
	padding: 10px 16px;
	font-weight: 500;
	line-height: 1.6em;
}


@media all and (min-width:769px) and (max-width:1024px) {
	section.section h2 {
		width: auto;
	}
}

@media all and  (max-width:812px) {
	section.section h2 {
		width: 240px;
		height: 240px;
		line-height: 240px;
	}
}

/* spacer */
.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}

.pa10 {padding:10px;}
.pa20 {padding:20px;}
.pa30 {padding:30px;}
.pa40 {padding:40px;}
.pa50 {padding:50px;}

.ml05 {margin-left:5px !Important;}
.ml10 {margin-left:10px !Important;}
.ml15 {margin-left:15px !Important;}
.ml20 {margin-left:20px !Important;}
.ml30 {margin-left:30px !Important;}

.mb00 {margin-bottom:0px !Important;}
.mb10 {margin-bottom:10px !Important;}
.mb20 {margin-bottom:20px !Important;}
.mb30 {margin-bottom:30px !Important;}
.mb40 {margin-bottom:40px !Important;}
.mb50 {margin-bottom:50px !Important;}
.mb60 {margin-bottom:60px !Important;}
.mb70 {margin-bottom:70px !Important;}
.mb80 {margin-bottom:80px !Important;}

.mr05 {margin-right:5px !Important;}
.mr10 {margin-right:10px !Important;}
.mr15 {margin-right:15px !Important;}
.mr20 {margin-right:20px !Important;}
.mr30 {margin-right:30px !Important;}

/* set width */
.w10 {width:9%;}
.w20 {width:19%;}
.w30 {width:29%;}
.w40 {width:39%;}
.w50 {width:49%;}
.w60 {width:59%;}
.w70 {width:69%;}
.w80 {width:79%;}
.w90 {width:89%;}
.w100 {width:100%;}


.w10 img,
.w20 img,
.w30 img,
.w40 img,
.w50 img,
.w60 img,
.w70 img,
.w80 img,
.w90 img,
.w100 img {
	width: 100%;
}

/* corner box */
.b-type01 {
	margin: 0 0 30px;
	padding: 26px 20px;
	width: auto;
	border: 2px solid #407100;
	background: #fff;
	line-height: 1.5em;
	position: relative;
}
.b-type01 > p:last-child {
	margin: 0 !important;
}
.b-type02 {
	margin: 0 0 30px;
	padding: 26px 20px;
	width: auto;
	background-color: #407100;
	color: #fff;
	line-height:1.5em;
}
.b-type02 > p:last-child {
	margin: 0 !important;
}
.b-type03 {
	margin: 0 0 30px;
	padding: 26px 20px;
	width: auto;
	border: 2px solid #ec1818;
	background: #fff;
	line-height: 1.5em;
	position: relative;
}
.b-type03 > p:last-child {
	margin: 0 !important;
}
.b-type04 {
	margin: 0 0 30px;
	padding: 26px 20px;
	width: auto;
	background-color: #e8e8e8;
	line-height:1.5em;
}
.b-type04 > p:last-child {
	margin: 0 !important;
}
.b-type05 {
	margin: 0 0 30px;
	padding: 26px 20px;
	background: rgba(0,0,0,0.6);
	line-height: 1.5em;
	color:#fff;
}
.b-type05 > p:last-child {
	margin: 0 !important;
}

/* table */
table {
	margin: 0;
	padding: 0;
}
table ul {
	margin: 0 !important;
	padding: 0 !important;
}
table li {
	line-height: 1.6em;
	margin: 0 !important;
	font-size: 1em !important;
}
table p {
	margin: 0 !important;
}
table dl {
	margin: 0;
	zoom: 1;
	position: relative;
}
table dt {
	float: left;
	clear: left;
	width: 12em;
	padding: 3px 0 3px;
	zoom: 1;
}
table dd {
	padding: 3px 0 3px 12em;
	zoom: 1;
}
table.table01{
  border-collapse:collapse;
  margin: 0;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc
}
table.table01 td,
table.table01 th {
  padding:16px 20px;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
table.table01 thead th {
	font-weight: 600;
	text-align: center;
	background: #eee;
}
table.table01 tbody td,
table.table01 tbody th {
	background: #fff;
}
table.table01 tbody th {
	font-weight: 600;
	background: #eee;
}

table.table02 {
	border: #ccc;
	border-style: dotted;
	border-width: 1px 0;
	border-collapse:collapse;
	margin:0;
	font-size: 1em;
}
table.table02 td,
table.table02 th {
  padding:16px 20px;
}
table.table02 th {
	border-color: #ccc;
	border-style: dotted;
	border-width: 0 0 1px 0;
	line-height: 1.6em;
	font-weight: 600;
	vertical-align: top;
	text-align: left;
}
table.table02 td {
	border-color: #ccc;
	border-style: dotted;
	border-width: 0 0 1px 0px;
	line-height: 1.6em;
	vertical-align: top;
}

table.none {
	border: none;
	margin-bottom: 10px;
}
table.none td {
	background-color: #ffffff;
	padding: 5px;
	line-height: 1.5em;
}
table.table01 table {
	border: none;
	margin: 0;
	padding: 0;
}
table.table01 table th {
	border: none;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	font-weight: 600;
}

table.table01 tbody tr th {
	text-align: left;
}
table.table01 table td {
	border: none;
	font-size: 1em;
	line-height: 1.6em;
	margin: 0;
	padding: 2px;
}
table th.c, td.c {
	text-align: center !important;
}
table th.m, td.m {
	vertical-align: middle;
}
table th.r, td.r {
	text-align: right !important;
}


/* photo gallery */
.photogallery {
	width: auto;
	overflow: hidden;
	margin: 0;
}
.photogallery .photo {
	margin: 0 0 20px;
}

.photogallery .clm2,
.photogallery .clm3,
.photogallery .clm4 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.photogallery .clm3:after{
    content:"";
    display:block;
    width: 32%;
    height:0;
}

.photogallery .clm4:before{
    content:"";
    display:block;
    width: 23%;
    height:0;
    order:1;
}
.photogallery .clm4:after{
    content:"";
    display:block;
    width: 150px;
    height:0;
}
.photogallery .photo img {
	width:100%;
}
.photogallery .clm3 .photo {
	width: 32%;
}
.photogallery .clm2 .photo {
	width: 48%;
}
.photogallery .clm4 .photo {
	width: 23%;
}

.photogallery p {
	margin: 0 !important;
	overflow: hidden;
}

.photogallery span {
	font-size: 14px;
	padding: 10px 0;
	display: inline-block;
	overflow: hidden;
}
.photogallery a:hover img {
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
}

/* tab menu */
ul.tab-menu{
	list-style: none;
	padding:0;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
ul.tab-menu li.tab-item{
 	flex:1;
	text-decoration: none;
	margin: 0 !important;
	padding: 0 !important;
}

ul.tab-menu li.tab-item a,
ul.tab-menu li.tab-item span{
	height: 0;
	line-height: 40px;
	width: auto;
	display: block;
	border-bottom: 40px solid #D7EFC9;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top-left-radius:25px 35px;
	border-top-right-radius:25px 35px;
	text-decoration: none !important;
	font-size:18px;
}
ul.tab-menu li.tab-item span{
	border-bottom: 40px solid #45B505;
	color: #fff;
}

ul.tab-menu li.tab-item a:hover{
	border-bottom: 40px solid #45B505;
	color: #fff;
	text-decoration: none !important;
}

ul.tab-menu li.tab-item a {
	position: relative;
	padding-right: 20px;
}
ul.tab-menu li.tab-item a::after {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0da";
	display: block;
	top: 50%;
	right: 10px;
}

/* anchor */
.anc {
	padding-top: 100px;
	margin-top: -100px;
}

/*---------------------------------------------------------------------------
/* layout block
 --------------------------------------------------------------------------*/
/* =======================================
   wrapper
========================================== */
#container {
	width: 100%;
	min-height: 100%;
	margin: 0;
	position: relative;
	min-width: 100%;
	text-align: center;
	transition: all 0.25s;
	overflow: hidden;
}
body > #container {
	height: auto;
	min-height: 100%;
}
#main {
	padding-bottom: 200px;
}
#contents-wrapp {
	background: #fff;
}

#contents {
	position: relative;
}

/* pankuzu navi
-------------------------------------- */
#pankuzu {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
	background: rgba(255,255,255,.8);
  position: absolute;
  bottom: 0;
  z-index: 11;
  transition: all .25s;
  z-index: 3333;
}

#pankuzu ul {
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	display: block;
	text-align: left;
	vertical-align: top;
	list-style-type: none;
}
#pankuzu ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: top;
	position: relative;
	zoom: 1;
	font-size: 12px;
}
#pankuzu ul li a,
#pankuzu ul li span {
	width: auto;
	text-align: left;
	display: inline-block;
	margin: 0;
	padding:16px 0 16px 20px;
}

#pankuzu ul li a:hover {
}
#pankuzu ul li a::after,
#pankuzu ul li span::after {
	display: block;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url(../img/common/ico_arrow_gr.svg) no-repeat center center;
    background-size: 100%;
}

@media all and (min-width:769px) and (max-width:1140px) {
	#pankuzu ul {
		width: auto;
		margin: 0 20px;
	}
}

/* header section
========================================== */
header {
	width: 100%;
	position: fixed;
	top: 0;
	transition: 0.25s;
	z-index: 999999999;
	background: #fff;
}

/* transition */
.headerpain {
	margin: 0;
	width: 100%;
	height: 100px;
	transition: 0.25s;
	position: relative;
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header-logo {
	padding: 0;
	height: auto;
	position: absolute;
	z-index: 99999999;
	width: 30%;
	top: 20px;
	left: 30px;
	transition: 0.25s;
}

#header-logo img {
	width:80%;
	transition: 0.25s;
}
#header {
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	z-index: 1111;
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
   	justify-content: flex-end;
}
html.fixed header {
	position: fixed;
	top: 0;
	height: 60px;
	z-index: 99999999;
}
html.fixed .headerpain {
	position: fixed;
	top: 0;
	height: 60px;
	z-index: 99999999;
}
html.fixed #header-logo {
	width: 16%;
	top: 10px;
}

@media all and (min-width:769px) and (max-width: 1200px) {
	header {
		position: fixed;
		top: 0;
		height: 60px;
		z-index: 99999999;
	}
	.headerpain {
		position: fixed;
		top: 0;
		height: 60px;
		z-index: 99999999;
	}
	#header-logo {
	    top: 14px;
	}
	#header-logo img {
		width: 90% !important;
	}
}

/* =======================================
   header contact
========================================== */
#header-contact {
	width: auto;
	padding:  10px 30px 10px 0;
	transition: all .25s;
}
#header-contact span.telno {
	text-align: left;
	padding-left: 45px;
	font-size: 1.75em;
	letter-spacing: -1px;
	position: relative;
	display: flex;
	justify-content: center;
}
#header-contact span.time {
	height: 26px;
	line-height: 26px;
	border: 1px solid #407100;
	border-radius: 13px;
	font-size: 0.8em;
	display: block;
}
#header-contact span.telno:before {
	width: 34px;
	height: 34px;
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -17px;
	content: "";
	background: url(../img/common/ico_tel.svg) no-repeat center center;
	background-size: 100%;
}

html.fixed #header-contact span.time {
	display: none;
}

@media all and (min-width:769px) and (max-width:1200px) {
	#header-contact {
		width: auto;
		padding:  6px 30px 6px 0;
		transition: all .25s;
	}
	#header-contact span.telno {
		text-align: left;
		padding-left: 45px;
		font-size: 1.25em;
		letter-spacing: -1px;
		position: relative;
		display: flex;
		justify-content: left;
	}
	#header-contact span.time {
		height: 20px;
		line-height: 20px;
		border-radius: 10px;
		font-size: 0.6em;
		padding: 0 6px;
	}
	#header-contact span.telno:before {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 50%;
		left: 6px;
		margin-top: -10px;
		content: "";
		background: url(../img/common/ico_tel.svg) no-repeat center center;
		background-size: 100%;
	}
}

/* =======================================
   global navigation
========================================== */
#g-menu {
	width: auto;
	height: 100px;
	transition: all .25s;
	z-index: 99999999;
}


/* --------------------------------------------------- menu */
#g-menu ul {
	width: auto;
	height: 100px;
	max-width: auto;
	height: auto;
	display: block;
	padding: 0 20px;
}
html.fixed #g-menu ul {
	height: 60px;
}
#g-menu ul > li {
	display: inline-block;
}
#g-menu ul li a {
	display: block;
	position: relative;
  height: 100px;
  line-height: 100px;
  padding: 0 20px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}
#g-menu ul li a span {
	display: block;
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
	text-align: center;
	font-size: 11px;
}
html.fixed #g-menu ul li a,
html.fixed #g-menu ul li a:hover {
    height: 60px;
    line-height: 60px;
}
#g-menu ul li a:hover,
#g-menu ul li a.current {
	background: #e6f1d8;
}

#g-menu ul li a:hover::after,
#g-menu ul a.current::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 16px;
	height: 16px;
	border-radius: 15px;
	background: #F13522;
	margin-left: -8px;
}
#g-menu ul::before,
#g-menu ul::after {
	content: "";
	display: table;
}
#g-menu ul::after {
	clear: both;
}

@media all and (min-width:1400px) and (max-width:1600px) {
	#g-menu ul li a {
	  font-size: 1vw;
	}
	#g-menu ul li a span, #g-menu ul li p span {
		font-size: 0.4vw;
	}
}
@media all and (min-width: 1200px) and (max-width:1399px) {
	#g-menu ul li a {
	  font-size: 1vw;
	}
	#g-menu ul li a span, #g-menu ul li p span {
		font-size: 0.4vw;
	}
}

@media all and (min-width:769px) and (max-width:1200px) {
	#g-menu {
		height: 60px;
	}
	#g-menu ul {
		height: 60px;
	}
	#g-menu ul li a {
		height: 60px;
	  line-height: 60px;
	  padding: 0 10px;
	  font-size: 1vw;
	}
	#g-menu ul li a span, #g-menu ul li p span {
		font-size: 0.4vw;
	}
}

/* =======================================
   footer section
========================================== */
#page-back {
	position: fixed;
	width:56px;
	height:61px;
	right:40px;
	bottom: 80px;
	z-index:99999999999;
}
#page-back a {
	position: relative;
	width:56px;
	height:61px;
	display: block;
}
#page-back a img {
	width: 100%;
}
footer {
	width: 100%;
	height: auto;
	padding: 30px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 6px solid #48A40C;
	z-index:9999;
}
.footer-wrapp {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	display: flex;
  justify-content: space-between;
}
#footer-logo {
	width: 50%;
}
#footer-logo span.logo {
	display: block;
	width: 60%;
	margin-bottom: 20px;
}
#footer-logo img {
	width: 100%;
}
#footer-logo .copy {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
#footer-menu {
	padding: 0;
	margin: 0;
	width: 50%;
	text-align: left;
	display: flex;
	position: relative;
}
#footer-menu dl {
	width: 32%;
	margin-right: 5px;
}
#footer-menu dd {
	display: block;
	position: relative;
}
#footer-menu a {
	width: auto;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 0.8em;
	font-weight: 600;
	margin: 0;
	padding: 0 5px 0 26px;
	position: relative;
}
#footer-menu a::before {
	display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url(../img/common/ico_arrow_gr.svg) no-repeat center center;
  background-size: 100%;
}
#footer-menu a:hover {
	background: #EFEFEF;
}
@media all and (min-width:769px) and (max-width:1200px) {
	.footer-wrapp {
		width: auto;
		margin: 0 20px;
	}
	#footer-menu dl:nth-child(1),
	#footer-menu dl:nth-child(2) {
		width: 28%;
	}
	#footer-menu dl:nth-child(3) {
		width: 44%;
	}
}

/* =======================================
   contents section
========================================== */
/* set inner contents
--------------------------------------------*/
#sub-contents {
	width: 100%;
	position: relative;
	background-size: 100%;
}
.contents-inner {
	margin: 0 auto;
	padding:50px 0;
	width: 1200px;
	text-align: left;
	position: relative;
	display: block;
	z-index: 2222;	
}
section.section {
    margin: 0 0 30px;
    padding: 30px 0;
    width: auto;
}
.contents-inner::before {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.back-gl {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	position: relative;
	display: block;
	background: #F3F3F3;
	z-index: 2222;
}
.back-gl::before {
	width: 100%;
	height: 60px;
	margin: 0;
	display: block;
	position: absolute;
	top: -59px;
	left: 0;
	content: "";
	background: url(../img/common/i_basecolor_gl_top.svg) no-repeat bottom left;
	background-size: 100%;
	z-index: 2222;
}
.back-gr {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	position: relative;
	display: block;
	background: #E9F5E1;
	z-index: 2222;
}

@media all and (min-width:769px) and (max-width:1200px) {
	.contents-inner {
		padding: 0 20px;
		width: auto;
	}
}

/* =======================================
   Top page
========================================== */
/* slider
---------------------------------------- */
@-webkit-keyframes zoomUp {
	0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	}
	100% {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	}
	}

	@keyframes zoomUp { //1.15倍させる指定
	0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	}
	100% {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	}
}
.swiper-container {
    margin: 100px auto 0 !important;
    height: 70vh;
    overflow: hidden;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}
.slide-img img{
  display: block;
}
.swiper-wrapper {
	position: relative;
}
.swiper-wrapper .slider-text {
	position: absolute;
	width: 1200px;
	text-align: left;
	top: 37%;
	left: 50%;
	margin-left: -600px;
	z-index: 9999;
}
.swiper-wrapper .slider-text span.text {
	color: #fff;
	font-size: 3em;
	font-weight: 600;
}
.swiper-wrapper .slider-text span.image img {
	width: 100%;
}

@media all and (min-width:769px) and (max-width:1200px) {
	.swiper-container {
	    margin: 60px auto 0 !important;
	    height: auto;
	    overflow: hidden;
	}
	.swiper-wrapper .slider-text {
			width: auto;
			top: 37%;
			left: 5%;
			margin-left: 0;
	}
}


/* newstopics
---------------------------------------- */
#toppage-newsblock {
	width: 100%;
	margin: 0;
	padding: 0 0 80px;
	height: auto;
	position: relative;
	display: block;
	z-index: 3333;
}
#toppage-newsblock .button-wrapp {
	width: 1200px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: flex-end;
}
#toppage-newsblock .button-wrapp p {
	width: 200px;
}
.news-title-wrapp {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	display: flex;
	justify-content: center;
}
.news-title-wrapp h2 {
	width: 480px;
	font-weight: 500;
	text-align: center;
	position: relative;
}
.news-title-wrapp h2:before {
	width: 62px;
	height: 90px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../img/common/i_aspara_left.png) no-repeat center center;
	background-size: 100%;
}
.news-title-wrapp h2:after {
	width: 62px;
	height: 90px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background: url(../img/common/i_aspara_right.png) no-repeat center center;
	background-size: 100%;
}
.news-title-wrapp h2 span.txMin {
	display: block;
	font-size: 50px;
	line-height: 50px;
	margin: 0;
}
.news-title-wrapp h2 span.jp {
	display: block;
	font-weight: 600;
}
.news-list-wrapp {
	width: 1200px;
	margin: 0 auto;
	position:relative;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list-wrapp::after {
	display: block;
	content:"";
	width: 32%;
}
.news-list-wrapp dl {
	position: relative;
	width: 32%;
	height: 160px;
	display: block;
  text-align: left;
  border-radius: 10px;
  transition: .25s;
  margin-bottom: 30px;
  z-index: 2;
}
.news-list-wrapp .cover {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 160px;
	content: "";
	display: block;
  background: #48A40C;
  border-radius: 10px;
  z-index: 1;
 }
.news-list-wrapp dd.date{
	padding: 0 0 10px;
	width: auto;
	display: inline-block;
  font-size: .9em;
}
.news-list-wrapp dd.ico {
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
	display: inline-block;
  font-size: .9em;
  background: #48A40C;
  color: #fff;
  margin-right: 10px;
  border-radius: 15px;
}
.news-list-wrapp dd.text {
	width: 100%;
	display: block;
	height: 60px;
	overflow: auto;
  z-index: 2;
}
.news-list-wrapp dl.link a,
.news-list-wrapp dl.nolink span {
	position: relative;
	width: auto;
	display:block;
  padding: 30px 20px;
  background: #EFEFEF;
  border-radius: 15px;
  z-index: 2;
}
.news-list-wrapp dl.link a:hover {
    background: #ccc;
}
.news-list-wrapp .new{
	position: absolute;
	display: block;
	top: 40px;
	right: 20px;
	font-size: .8em;
	color: #e66060;
	width: auto;
	height: 30px;
	line-height: 30px;
}
@media all and (min-width:769px) and (max-width:1200px) {
	.news-title-wrapp,
	.news-list-wrapp {
		width: auto;
		margin: 0 20px;
	}
	#toppage-newsblock .button-wrapp {
		width: auto;
		margin: 0 20px 50px;
}
}

/* toppage-strength
---------------------------------------- */
#toppage-strength .icatch-image {
	width: 1200px;
	margin: 0 auto;
	display: block;
	position: absolute;
	top: -300px;
	left: 50%;
	margin-left: -600px;
}
#toppage-strength .icatch-image::before {
	width: 643px;
	height: 351px;
	margin: 0;
	display: block;
	position: relative;
	content: "";
	background: url(../img/common/i_vesi_fruits.png) no-repeat bottom left;
	background-size: 100%;
}
#toppage-strength .toppage-strength-inner {
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	background: #F3F3F3;
	z-index: 2222;
}
#toppage-strength .text-wrapp {
	width: 46%;
	text-align: left;
	order: 1;
}
#toppage-strength .text-wrapp-inner {
	width: 100%;
	margin: 0;
	display: block;
}
#toppage-strength .text-wrapp h2 {
	font-weight: 500;
	text-align: left;
	margin-bottom: 30px;
  width: auto;
  display: block;
}
#toppage-strength .text-wrapp p {
	margin-bottom: 30px;
	font-weight: 500;
	text-align: left;
  display: block;
}
#toppage-strength .text-wrapp h2 span.txMin {
	display: block;
	font-size: 50px;
	line-height: 50px;
}
#toppage-strength .text-wrapp h2 span.jp {
	display: block;
	font-weight: 600;
}
#toppage-strength .lead-text {
	display: block;
	font-size: 30px;
	line-height: 1.6em;
	margin-bottom: 30px;
}
#toppage-strength .text-wrapp .button {
	width: 200px;
}
#toppage-strength .image-wrapp {
	width: 46%;
	display: block;
}
#toppage-strength .image-wrapp img {
	width: 100%;
}

@media all and (min-width:769px) and (max-width:1200px) {
	#toppage-strength .toppage-strength-inner {
		width: auto;
		margin: 0 0 20px;
		padding: 50px 20px;
	}
}

/* toppage-services
---------------------------------------- */
#toppage-services {
	margin: 0;
	padding: 80px 0;
	height: auto;
	position: relative;
	z-index: 1111;
}
#toppage-services .toppage-services-inner {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
#toppage-services .text-wrapp {
	width: 46%;
	text-align: left;
}
#toppage-services .text-wrapp-inner {
	width: 100%;
	margin: 0;
  display: block;
}
#toppage-services .text-wrapp h2 {
	font-weight: 500;
	text-align: left;
	margin-bottom: 30px;
  width: auto;
  display: inline-block;
	width:100%;
}
#toppage-services .text-wrapp p {
	width: auto;
	font-weight: 500;
	text-align: left;
  display: inline-block;
  margin-bottom: 30px;
}
#toppage-services .text-wrapp h2 span.txMin {
	display: block;
	font-size: 50px;
	line-height: 50px;
}
#toppage-services .text-wrapp h2 span.jp {
	display: block;
	font-weight: 600;
}
#toppage-services .lead-text {
	display: block;
	font-size: 30px;
	line-height: 1.6em;
	margin-bottom: 30px;
}
#toppage-services .text-wrapp .button {
	width: 200px;
}
#toppage-services .image-wrapp {
	width: 46%;
	display: block;
}
#toppage-services .image-wrapp img {
	width: 100%;
}

@media all and (min-width:769px) and (max-width:1200px) {
	#toppage-services {
		padding: 50px 0;
	}
	#toppage-services .toppage-services-inner {
		width: auto;
		margin: 0 0 20px;
		padding: 0 20px;
	}
}

/* toppage-aboutus
---------------------------------------- */
#toppage-aboutus {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	position: relative;
	display: block;
	z-index: 2222;
}
#toppage-aboutus .toppage-aboutus-inner {
	width: auto;
	margin: 0;
	padding: 30px 30px 0;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
#toppage-aboutus .text-wrapp {
	width: 50%;
	text-align: left;
	background: #E9F5E1;
	border-radius: 100px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#toppage-aboutus .text-wrapp-inner {
	width: auto;
	margin: 0 20%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#toppage-aboutus .text-wrapp h2 {
	font-weight: 500;
	margin-bottom: 30px;
  width: auto;
  text-align: center;
}
#toppage-aboutus .text-wrapp p {
	margin-bottom: 30px;
	font-weight: 500;
  width: auto;
}
#toppage-aboutus .text-wrapp h2 span.txMin {
	display: block;
	font-size: 50px;
	line-height: 50px;
}
#toppage-aboutus .text-wrapp h2 span.jp {
	display: block;
	font-weight: 600;
}
#toppage-aboutus .lead-text {
  width: 60%;
	font-size: 30px;
	line-height: 1.6em;
	margin-bottom: 30px;
}
#toppage-aboutus .text-wrapp .button {
	width: 200px;
}
#toppage-aboutus .image-wrapp {
	width: 50%;
	height: 420px;
	display: block;
	border-radius: 0 0 100px 0;
	content: "";
	position: relative;
	background: url(../img/home/ph_aboutus.jpg) no-repeat top center;
	background-size: cover;
}

@media all and (min-width:769px) and (max-width:1200px) {
	#toppage-aboutus .toppage-aboutus-inner {
		margin: 0 0 0 20px;
		padding: 0 20px;
	}
	#toppage-aboutus .text-wrapp-inner {
		width: auto;
		margin: 0 50px;
	}
	#toppage-aboutus .text-wrapp h2 {
		width: 100%;
	}
	#toppage-aboutus .text-wrapp p {
		width: 100%;
		margin-left: 0;
	}
}

/* toppage-blog
---------------------------------------- */
#toppage-blog {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	position: relative;
	display: block;
	z-index: 2222;
}
#toppage-blog .toppage-blog-inner {
	width: auto;
	margin: 0;
	padding: 0 30px 30px;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
#toppage-blog .text-wrapp {
	width: 50%;
	text-align: left;
	background: #F5E9E4;
	border-radius: 0 0 100px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	order: 1;
}
#toppage-blog .text-wrapp-inner {
	width: auto;
	margin: 0 20%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#toppage-blog .text-wrapp h2 {
	font-weight: 500;
	margin-bottom: 30px;
  width: auto;
  text-align: center;
}
#toppage-blog .text-wrapp p {
	margin-bottom: 30px;
	font-weight: 500;
  width: auto;
}
#toppage-blog .text-wrapp h2 span.txMin {
	display: block;
	font-size: 50px;
	line-height: 50px;
}
#toppage-blog .text-wrapp h2 span.jp {
	display: block;
	font-weight: 600;
}
#toppage-blog .lead-text {
  width: 60%;
	font-size: 30px;
	line-height: 1.6em;
	margin-bottom: 30px;
}
#toppage-blog .text-wrapp .button {
	width: 200px;
}
#toppage-blog .image-wrapp {
	width: 50%;
	height: 420px;
	display: block;
	border-radius: 100px 0 0 0;
	content: "";
	position: relative;
	background: url(../img/home/ph_staffblog.jpg) no-repeat top center;
	background-size: cover;
}

@media all and (min-width:769px) and (max-width:1200px) {
	#toppage-blog .toppage-aboutus-inner {
		margin: 0 0 0 20px;
		padding: 0 20px;
	}
	#toppage-blog .text-wrapp-inner {
		width: auto;
		margin: 0 50px;
	}
	#toppage-blog .text-wrapp h2 {
		width: 100%;
	}
	#toppage-blog .text-wrapp p {
		width: 100%;
		margin-left: 0;
	}
}


/* =======================================
   Contents common element
========================================== */
/* Contents page common element
---------------------------------------- */
/* contents title */
#contents-title {
	background: url(../img/common/back_h1.jpg) center center no-repeat;
	background-size: cover;
	height: 200px;
	margin-top: 100px;
	display: block;
	position: relative;
	z-index: 1;
}
#contents-title::after {
	width: 100%;
	height: 200px;
	background: rgba(0,0,0,0.2);
	display: block;
	position: absolute;
	top: 0;
	content: "";
	z-index: 1;
}
html.fixed #contents-title {
	margin-top: 60px;
}
#contents-title h1 {
	width: 1200px;
	margin: 0 auto;
	padding:  50px 0 0 0;
	display: block;
	position: relative;
	text-align: left;
	height: auto;
	color: #fff;
	z-index: 2;
}
#contents-title h1 span {
	font-size: 40px;
}
@media all and (min-width:769px) and (max-width:1200px) {
	#contents-title {
		margin-top: 80px;
	}
	#contents-title h1 span {
		width: auto;
		margin: 0 20px;
	}
}

/* image + test set */
.img-text-wrapp {
	width:100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.img-text-wrapp .image {
	width: 40%;
}
.img-text-wrapp .image img {
	width: 100%;
}
.img-text-wrapp .text {
	width: 55%;
}
.img-text-wrapp.right-image .text {
	order: 1;
}

/* =======================================
   out strength   
========================================== */
h2.strength {
	width: 100%;
	display: block;
	padding: 0 0 0 180px;
	font-size: 1.5em;
	position: relative;
}
h2.strength span {
	display: block;
	height: 130px;
	line-height: 130px;
}
h2.strength::before {
	display: block;
	width: 171px;
	height: 130px;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -65px;
	background-size: 100%;
}
h2.strength.point01::before {
	background: url(../img/our_strength/i_point01.png) no-repeat top left;
}
h2.strength.point02::before {
	background: url(../img/our_strength/i_point02.png) no-repeat top left;
}
h2.strength.point03::before {
	background: url(../img/our_strength/i_point03.png) no-repeat top left;
}
.areamap-inner {
	margin: 0 auto;
	padding:0 0 50px;
	width: 1200px;
	text-align: left;
	position: relative;
	display: block;
	z-index: 2222;	
}
.areamap-wrapp {
	max-height: 550px;
}
.areamap {
	width:100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.areamap .image {
	width: 40%;
	order: 1;
}
.areamap .image img {
	width: 100%;
}
.areamap .text {
	width: 55%;
}

/*body.our_strength article {
	padding-bottom: 100px;
}*/

@media all and (min-width:769px) and (max-width:1200px) {
	.areamap-inner {
		margin: 0 20px;
		width: auto;
	}
	.areamap-wrapp {
		max-height: 450px;
	}
}

/* =======================================
   services
========================================== */
ul.service-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
ul.service-list li {
	width: 24%;
	padding: 0 !important;
	margin: 0 0.5% 10px !important;
	background: #fff;
	height: 50px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.service-list li span {
	width: auto;
	display: block;
	font-size: 18px;
	font-weight: 600;
}
@media all and (min-width:769px) and (max-width:1200px) {
}


/* =======================================
   Aboutus
========================================== */
.access-map {
	width: 100%;
}
.access-map iframe {
	width: 100%;
	height: 450px;
}

/* =======================================
   Sitemap
========================================== */
ul.sitemapNavi{
	overflow:hidden;
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.sitemapNavi li{
	overflow:hidden;
	width:33%;
	padding:0!important;
	margin:0 0 30px!important;
	border-bottom: 1px solid #ccc;
}
ul.sitemapNavi li div.role{
	position: relative;
	overflow:hidden;
	width:100%;
}
ul.sitemapNavi li p.title{
	width:calc(100% - 2em);
	margin:0 auto 10px;
	margin-top: 10px;
	padding:10px 1em;
	border:1px solid #ccc;
	color: #666;
}

ul.sitemapNavi li a{
	position: relative;
	display: block;
	width:100%;
	padding:10px 1em 10px 2em;
	text-decoration: none!important;
}
ul.sitemapNavi li a:hover{
	background: #EFEFEF;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
}
ul.sitemapNavi li .category_title a:before{
	display: block;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url(../img/common/ico_arrow_gr.svg) no-repeat center center;
    background-size: 100%;
}
ul.sitemapNavi li a strong{
	color: #48A40C;
}
ul.sitemapNavi li a:hover strong{
	color: #48A40C;
}
@media all and (min-width:769px) and (max-width:1200px) {
}

/* =======================================
   Contact form
========================================== */
/* step navigation */
div.contact-step-navi{
	width:100%;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
div.contact-step{
	overflow: hidden;
    position: relative;
    width: calc(100% / 3);
    height: 60px;
    background: #efefef;
    text-align: left;
    padding-left: 10px;
}

div.contact-step dl{
    margin:0;
    padding:0;
    font-size:1em;
}
div.contact-step dt{
    margin-bottom:-1px;
    padding-top:12px;
    font-weight:500;
    color:#3e3e3e;
    font-size:10px;
    margin:0 0 0 20px;
}

div.contact-step dd{
    font-weight:600;
    color:#3e3e3e;
    margin:0 0 0 20px;
}
div.contact-current{
    background: #407100;
}
div.contact-current dt{
  color: #fff;
}
div.contact-current dd{
  color: #fff;
}
/* form table */
table.form{
	width: 100%;
	font-size:18px !important;
	border-collapse:collapse;
	background: #fff;
}
table.form th,table.form td{
	padding:20px;
	font-size: 0.9em;
	line-height:2em;
	position: relative;
}

table.form th {
	width: 30%;
}

table.form th span.text {
  padding-right: 60px;
  display: block;
  width: auto;
}

table.form th span.required {
  position: absolute;
  top: 16px;
  right: 0;
  padding: 3px 6px;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 3px;
  zoom:1;
  background-color: #fff;
  border: 2px solid #ff173c;
  color: #ff173c;
}

table.form th span.any {
  position: absolute;
  top: 16px;
  right: 0;
  padding: 3px 6px;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 3px;
  zoom:1;
  background-color: #fff;
  border: 2px solid #fff;
}

table.form .cRed {
	color: #fff;
    background: #ff8585;
    padding: 5px 10px;
}

table.form th small {font-weight: normal;}
table.form input{
   width: 100%;
   padding: 16px;
   display: inline;
   border-width: 1px;
   border-style: solid;
   border-color: rgb(169, 169, 169);
   font-size:16px;
}

table.form input.table-w-xsmall{
   width: 25%;
   display: inline;
}
table.form input.table-w-xxsmall{
   width: 10%;
   display: inline;
}

table.form input.table-w-middle{width: 45%;}
table.form input.table-w-small{
    width:50%;
    display: inline;
}

table.form select {width: 50%; padding:16px;font-size:16px;}
table.form select.table-w-xsmall{width:25%;}
table.form option{
   width: auto;
}

table.form textarea{
   width: 100%;
   padding:16px 10px;
   -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
   border-width: 1px;
   border-style: solid;
   border-color: rgb(169, 169, 169);
   font-size:16px;
}

input[type="button"].button-w-s{
   width: 45%;
}

input[type="button"].button-w-s-gl{
   width: 45%;
}

input[type="button"].button-formback{
  border:none; 
  padding:10px !important;
}

table.form input[type="radio"],
table.form input[type="checkbox"]{
   width: auto;
   display: inline;
   width: 20px;
   height: 20px;
   -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
}

table.form td label{margin-right: 1em;}

table.form input.address-auto{
   width: auto;
   margin-top: 3.125%;
}

input[type="submit"] ,
input[type="button"] ,
input[type="reset"] {
    border:none;
}

table.form .input-group {
	display: flex;
	flex-wrap: wrap;
}
table.form .input-group label {
	display: flex;
	align-items: center;
}
table.form .input-group label span {
	padding-left: 10px;
}

.thanks_message{
	padding:50px 0;
	text-align: center;
	font-size:18px;
}
