/*
Theme Name: sellgate
Version: 1.0.0
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  
  font-weight: 300;
	font-size: 62.5%;
  height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 400;
}

dfn {
	font-style: italic;
}

h1 {
	line-height: 1;
	margin: 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 400;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #454545;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 200;
	font-size: 3.5rem;
	margin: 0;
	clear: both;
}

p {
	margin: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: 400;
}

dd {
	margin: 0;
}

img {
	width: 100%;
	height: auto; /* Make sure images are scaled correctly. */
	max-width: inherit; /* Adhere to container width. */
	vertical-align: top;
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #454545;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #454545;
}

textarea {
	width: 100%;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #d2d9de inset;
}

input[type="text"]:placeholder-shown,
input[type="email"]:placeholder-shown,
textarea:placeholder-shown,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(5,26,62,.6);
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #454545;
	text-decoration: none;
  transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -ms-transition-duration: .3s;
  cursor: pointer;
}

a:hover,
a:active {
	opacity: .6;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# snipets
--------------------------------------------------------------*/
.switch,
.switch2 {
  visibility: hidden;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.reverse {
  flex-direction: row-reverse;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

/*--------------------------------------------------------------
## Loader
--------------------------------------------------------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99999;
}

#loader {
  display: none;
  position: absolute;
  width: 250px;
  top: 32%;
  left: 0;
  right: 0;
  margin: auto;
}

#loader iframe{
  border: none !important;
  height: 100%;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
#wrapper {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}

#content {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#primary {
  width: 100%;
  height: 100%;
  margin-top: -80px;
  padding: 0;
}

#primary section {
  display: block;
  position: relative;
  overflow: hidden;
}

#content-wrap {
  margin: 0 auto;
  padding: 0;
}

/*--------------------------------------------------------------
## common parts
--------------------------------------------------------------*/
.flex-section .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-section .flex-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
}

.flex-section .content {
  width: 45%;
}

.flex-section .youtube {
  width: 50%;
}

#title-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 0;
  text-align: center;
}

#title-wrap .page-title {
  display: inline-block;
  border: 6px solid #006837;
}

#title-wrap .page-title h1 {
  display: inline-block;
  font-size: 3.0rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #144229;
  padding: 12px 40px;
}

#title-wrap .sub-title {
  display: inline-block;
  border: 3px solid #fff;
}

#title-wrap .sub-title h2 {
  display: inline-block;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 10px 12px;
}

/*--------------------------------------------------------------
## Pagenation
--------------------------------------------------------------*/
#pagenation {
  background: #7ba041;
  position: relative;
}

#pagenation:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 252px;
  border-color: transparent transparent #597837 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

#pagenation .inner {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding: 37px 20px;
  position: relative;
  z-index: 2;
}

.pagenation .wp-pagenavi,
.postnavi {
  position: relative;
  text-align: center;
}

.pagenation .wp-pagenavi a.page,
.pagenation .wp-pagenavi span.current,
.pagenation .wp-pagenavi a.previouspostslink,
.pagenation .wp-pagenavi a.nextpostslink,
.postnavi .prevpost a,
.postnavi .nextpost a,
.postnavi a.topback {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  padding: 8px;
}

.postnavi a.topback {
  letter-spacing: 0.08em;
}

.pagenation .wp-pagenavi a.previouspostslink,
.postnavi .prevpost a {
  letter-spacing: 0.04em;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 30px;
}

.pagenation .wp-pagenavi a.previouspostslink:before,
.postnavi .prevpost a:before {
  content: "";
  background: url(img/common/icon-prev.png) center left no-repeat;
  background-size: contain;
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pagenation .wp-pagenavi a.nextpostslink,
.postnavi .nextpost a {
  letter-spacing: 0.04em;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 30px;
}

.pagenation .wp-pagenavi a.nextpostslink:after,
.postnavi .nextpost a:after {
  content: "";
  background: url(img/common/icon-next.png) center right no-repeat;
  background-size: contain;
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.pagenation .wp-pagenavi span.current {
  opacity: .6;
}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding: 0 20px 37px;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Page Top
--------------------------------------------------------------*/
#page-top {
  width: 120px;
  height: 164px;
  background: #144229;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

#page-top a {
  display: block;
  width: 100%;
  height: 100%;
}

#page-top a span {
  background: url(img/common/btn-gotop.png) no-repeat center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  width: 14px;
  height: 100%;
  display: block;
}

/*--------------------------------------------------------------
## Foot Banner
--------------------------------------------------------------*/
#foot-banner {
  width: 308px;
  height: 74px;
  background: #fff;
  position: fixed;
  bottom: 0;
  right: 74px;
  z-index: 9999;
}

#foot-banner a {
  display: block;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
## Slick Slider
--------------------------------------------------------------*/
.slider .slick-slide {
  outline: none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slider .slick-prev,
.slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: inherit !important;
  bottom: 162px;
  display: block;
  width: 58px;
  height: 58px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  box-shadow: none;
  z-index: 1;
  opacity: 1 !important;
}

.slider .slick-prev:before,
.slider .slick-next:before {
  display: none;
}

.slider .slick-prev,
.slider .slick-prev:hover,
.slider .slick-prev:focus {
  background: url(img/top/top-sec7-icon-prev.png) no-repeat center;
  background-size: contain;
  left: -116px;
}

.slider .slick-next,
.slider .slick-next:hover,
.slider .slick-next:focus {
  background: url(img/top/top-sec7-icon-next.png) no-repeat center;
  background-size: contain;
  right: -116px;
}

/*--------------------------------------------------------------
## Template
--------------------------------------------------------------*/
#foot-contact {
  width: 100%;
  height: 328px;
}

#foot-contact .bg {
  background-image: url(img/common/bg-contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  width: 100%;
  height: 100%;
}

#foot-contact .inner {
  width: 100%;
  max-width: 890px;
  padding: 114px 20px 0;
  margin: 0 auto;
}

#foot-contact .btn {
  text-align: center;
}

#foot-contact .btn a {
  display: block;
  background: rgba(255,255,255,.8);
  padding: 23px 20px;
}

#foot-contact .btn a span {
  font-size: 2.4rem;
  font-weight: 400;
  color: #000;
  padding-left: 52px;
  position: relative;
}

#foot-contact .btn a span:before {
  content: "";
  background: url(img/common/btn-contact.png) no-repeat center center;
  background-size: contain;
  width: 31px;
  height: 31px;
  position: absolute;
  top: -5px;
  left: 0;
}

#foot-news {
  background: #80a85a;
  padding-top: 58px;
}

#foot-news .inner {
  width: 100%;
  max-width: 890px;
  padding: 50px 20px 58px;
  margin: 0 auto;
}

#foot-news .post-list {
  border-top: 1px solid rgba(255,255,255,.5);
  margin-bottom: 40px;
}

#foot-news .list-item {
  border-bottom: 1px solid rgba(255,255,255,.5);
  padding: 14px 20px;
  text-align: center;
}

#foot-news .list-item a {
  display: block;
}

#foot-news .list-item .update,
#foot-news .list-item h3 {
  display: inline;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.73;
  color: #fff;
}

#foot-news .more {
  text-align: center;
}

#foot-news .more a {
  display: inline-block;
  background: #144229;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  padding: 8px 35px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header {
  background: url(img/common/bg-border.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 398px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

header .inner {
  margin: 0 auto;
  padding: 0;
}

header #head-brand {
  background: #fff;
  width: 186px;
  margin: 0 auto;
  padding-top: 110px;
}

header #head-brand a,
header #head-brand a img {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

header #nav-toggle {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 42px;
  height: 34px;
  z-index: 1000;
}

header #nav-toggle span {
  display: block;
  position: absolute;
  height: 8px;
  width: 100%;
  background: #79ae2b;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

header #nav-toggle span:nth-child(1) {
  top: 0;
}

header #nav-toggle span:nth-child(2) {
  top: 13px;
}

header #nav-toggle span:nth-child(3) {
  top: 26px;
}

header #groval-nav {
  width: 178px;
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

header #main-nav {
  background: #7ba041;
  margin: 0;
  padding: 38px 0 35px;
}

header #main-nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

header #main-nav li {
  display: block;
  padding: 10px;
  text-align: center;
}

header #main-nav li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  padding: 5px;
}

header #main-nav li.current-menu-item a {
  opacity: .6;
}

header #sub-nav {
  background: #144229;
  margin: 0;
  padding: 0;
}

header #sub-nav .sub-nav-left {
  float: left;
  width: 130px;
  padding: 20px 0 26px;
}

header #sub-nav .sub-nav-left ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

header #sub-nav .sub-nav-left li {
  display: block;
  padding: 3px 5px;
  text-align: center;
}

header #sub-nav .sub-nav-left li a {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  padding: 2px;
}

header #sub-nav .sub-nav-left li.current-menu-item a {
  opacity: .6;
}

header #sub-nav .sub-nav-right {
  float: left;
  width: 48px;
  padding: 6px 0 10px;
  background: #221e1e;
  text-align: center;
}

header #sub-nav .sub-nav-right span {
  display: block;
  font-size: 1.128rem;
  font-weight: 300;
  color: #ababab;
  padding-bottom: 5px;
}

header #sub-nav .sub-nav-right ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

header #sub-nav .sub-nav-right li {
  display: block;
  padding: 5px;
  text-align: center;
}

header #sub-nav .sub-nav-right li a {
  display: block;
  width: 30px;
  margin: 0 auto;
  padding: 5px;
}

header #side-banner {
  background: #fff;
  margin: 0;
  padding: 0;
}

header #side-banner a {
  display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

footer #footer-nav {
  width: 100%;
  background: #073120;
  position: relative;
  text-align: center;
}

footer #footer-nav:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 220px 550px;
  border-color: transparent transparent #144229 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

footer #footer-nav .inner {
  width: 100%;
  max-width: 890px;
  padding: 88px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

footer #main-nav {
  margin-bottom: 42px;
}

footer #main-nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
}

footer #main-nav li {
  display: inline-block;
  padding: 0 17px;
}

footer #main-nav li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  padding: 5px;
}

footer #main-nav li.current-menu-item a {
  opacity: .6;
}

footer #sub-nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
}

footer #sub-nav li {
  display: inline-block;
  padding: 0 13px;
}

footer #sub-nav li a {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  padding: 5px;
}

footer #sub-nav li.current-menu-item a {
  opacity: .6;
}

footer #footer-copy {
  text-align: center;
}

footer #footer-copy .address {
  background: url(img/common/bg-border.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 398px;
}

footer #footer-copy .address .footer-logo {
  background: #fff;
  width: 250px;
  margin: 0 auto;
  padding: 110px 0 95px;
}

footer #footer-copy .address .footer-logo a {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  height: 145px;
}

footer #footer-copy .address .footer-iframe {
  position: absolute;
  width: 250px;
  height: 220px;
  top: -55px;
  left: 0;
  right: 0;
  margin: auto;
}

footer #footer-copy .address .footer-iframe iframe {
  border: none !important;
  height: 100%;
}

footer #footer-copy .address .footer-logo img {
  width: 186px;
  height: auto;
}

footer #footer-copy .address span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #808080;
}

footer #footer-copy .copy {
  margin: 80px 0 30px;
}

footer #footer-copy .copy span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #808080;
}

/*--------------------------------------------------------------
## home
--------------------------------------------------------------*/
.home #primary {
  margin-top: -188px;
}

.home #content-1 {
  padding-bottom: 232px;
}

.home #content-1:before {
  content: "";
  background: url(img/top/top-sec1-bg-01.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 669px;
  position: absolute;
  top: 455px;
  left: 0;
  z-index: -1;
}

.home #content-1 .inner {
  width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.home #content-1 .flex {
  justify-content: space-between;
}

.home #content-1 .text {
  width: 688px;
  margin-top: 232px;
  position: relative;
}

.home #content-1 .text:before {
  content: "";
  background: url(img/top/top-sec1-gif-01.png) no-repeat center center;
  background-size: contain;
  width: 408px;
  height: 547px;
  position: absolute;
  top: 25px;
  right: -137px;
  z-index: -1;
}

.home #content-1 .text h2 {
  font-size: 3.0rem;
  font-weight: 500;
  color: #80a85a;
  margin-bottom: 15px;
}

.home #content-1 .text h3 {
  font-size: 3.189rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin-bottom: 50px;
}

.home #content-1 .text h3 span {
  display: inline-block;
  background: #fff;
  border: 3px solid #80a85a;
  padding: 0 6px;
  margin-top: -3px;
}

.home #content-1 .text h3 span:first-child {
  padding: 0 6px 0 0;
}

.home #content-1 .text h3 em {
  display: inline-block;
  font-style: normal;
  color: #fff;
  background: #144229;
  padding: 0 0 0 6px;
}

.home #content-1 .text p {
  font-size: 1.999rem;
  font-weight: 500;
  line-height: 2.55;
  color: #144229;
  margin-bottom: 50px;
}

.home #content-1 .text p:last-child {
  margin-bottom: 0;
}

.home #content-1 .image {
  width: 490px;
}

.home #content-1 .image p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  margin-left: 260px;
  margin-top: -25px;
}

.home #content-2 {
  margin-top: -180px;
  padding-bottom: 145px;
  position: relative;
}

.home #content-2:before {
  content: "";
  background: url(img/top/top-sec2-bg-01.png) no-repeat center center;
  background-size: contain;
  width: 1390px;
  height: 958px;
  position: absolute;
  top: 170px;
  left: 0;
  z-index: -1;
}

.home #content-2 .inner {
  width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
}

.home #content-2 .text {
  background: #7ba041;
  width: 604px;
  height: 604px;
  border-radius: 50%;
  overflow: hidden;
}

.home #content-2 .text .wrap {
  width: 425px;
  margin: 0 auto;
}

.home #content-2 .text h2 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1px;
  padding-top: 74px;
  padding-left: 47px;
}

.home #content-2 .text h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
  color: #032d24;
  margin-bottom: 26px;
}

.home #content-2 .text h3 span {
  display: inline-block;
  background: #fff;
  padding: 1px 10px 1px 120px;
}

.home #content-2 .text h3 span:last-child {
  padding: 1px 0 1px 120px;
}

.home #content-2 .text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.375;
  color: #fff;
}

.home #content-2 .title {
  position: relative;
  margin-left: -74px;
}

.home #content-2 .title .label {
  background: url(img/top/top-sec2-img-01.png) no-repeat center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  width: 89px;
  height: 89px;
  position: absolute;
  top: 0;
  left: 31px;
}

.home #content-2 .image {
  background: url(img/top/top-sec2-img-02.png) no-repeat center center;
  background-size: contain;
  width: 480px;
  height: 788px;
  position: absolute;
  top: 18px;
  left: 992px;
}

.home #content-2 .youtube {
  width: 767px;
  margin: -62px auto 0;
  position: relative;
}

.home #content-2 .youtube:before {
  content: "";
  background: url(img/top/top-sec2-gif-01.png) no-repeat center center;
  background-size: contain;
  width: 653px;
  height: 328px;
  position: absolute;
  top: -75px;
  left: -700px;
  z-index: -1;
}

.home #content-2 .youtube .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 6px solid #006837;
}

.home #content-2 .youtube .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.home #content-3 {
  padding-bottom: 332px;
}

.home #content-3:before {
  content: "";
  background: url(img/top/top-sec3-bg-01.png) no-repeat center center;
  background-size: contain;
  width: 1390px;
  height: 606px;
  position: absolute;
  top: 160px;
  left: 0;
  z-index: -1;
}

.home #content-3 .inner {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.home #content-3 .text {
  position: relative;
}

.home #content-3 .text:before {
  content: "";
  background: url(img/top/top-sec3-gif-01.png) no-repeat center center;
  background-size: contain;
  width: 691px;
  height: 286px;
  position: absolute;
  top: 304px;
  right: -314px;
  z-index: 5;
}

.home #content-3 .text h2 {
  font-size: 3.0rem;
  font-weight: 500;
  color: #80a85a;
  margin-bottom: 15px;
}

.home #content-3 .text h3 {
  font-size: 3.189rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin-bottom: 60px;
}

.home #content-3 .text h3 span {
  display: inline-block;
  background: #fff;
  border: 3px solid #80a85a;
  padding: 0 6px;
  margin-top: -3px;
}

.home #content-3 .text h3 span:last-child {
  padding: 0 6px 0 0;
}

.home #content-3 .text h3 em {
  display: inline-block;
  font-style: normal;
  color: #fff;
  background: #144229;
  padding: 0 0 0 6px;
}

.home #content-3 .text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5625;
  color: #000;
}

.home #content-4 {
  background: #80a85a;
  margin-top: -266px;
}

.home #content-4:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1105px 437px 0;
  border-color: transparent transparent #759f5a transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.home #content-4:after {
  content: "";
  background: url(img/top/top-sec4-gif-01.png) no-repeat center center;
  background-size: contain;
  width: 691px;
  height: 328px;
  position: absolute;
  top: 226px;
  left: -410px;
  z-index: 2;
}

.home #content-4 .inner {
  width: 850px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}

.home #content-4 .direction {
  position: relative;
  margin-bottom: 108px;
}

.home #content-4 .direction1 {
  width: 782px;
  height: 158px;
  margin: 126px 0 0 auto;
  position: relative;
  z-index: 2;
}

.home #content-4 .direction1 .move3_1,
.home #content-4 .direction1 .move3_2,
.home #content-4 .direction1 .move3_3,
.home #content-4 .direction1 .move3_4 {
  position: absolute;
  top: 0;
}

.home #content-4 .direction1 .move3_1 {
  width: 158px;
  left: 0;
}

.home #content-4 .direction1 .move3_2 {
  width: 155px;
  left: 183px;
}

.home #content-4 .direction1 .move3_3 {
  width: 355px;
  left: 335px;
}

.home #content-4 .direction1 .move3_4 {
  width: 99px;
  left: 683px;
}

.home #content-4 .direction2 {
  width: 781px;
  margin: -35px auto 0 0;
  position: relative;
  z-index: 1;
}

.home #content-4 .direction img {
  position: relative;
}

.home #content-5 .title-wrap {
  background-image: url(img/top/top-sec5-bg-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  width: 100%;
  height: 351px;
  overflow: hidden;
  position: relative;
}

.home #content-5 .title-wrap .title {
  width: 394px;
  height: 394px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -105px;
  right: 224px;
  text-align: center;
  overflow: hidden;
}

.home #content-5 .title-wrap .title h2 {
  font-weight: 500;
  line-height: 1.25;
  color: #144229;
  padding-top: 175px;
}

.home #content-5 .title-wrap .title h2 em {
  display: block;
  font-size: 3.189rem;
  font-style: normal;
  background: #ffff00;
  margin-bottom: 10px;
}

.home #content-5 .title-wrap .title span {
  display: inline-block;
  font-size: 3.632rem;
  padding-bottom: 3px;
  border-bottom: 4px solid #144229;
}

.home #content-5 .title-wrap .title span strong {
  font-weight: 700;
}

.home #content-5 .title-wrap .title span small {
  font-size: 2.317rem;
  font-weight: 700;
}

.home #content-5 .content-wrap {
  position: relative;
  padding-bottom: 384px;
}

.home #content-5 .content-wrap:before {
  content: "";
  background: url(img/top/top-sec5-bg-02.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 2205px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.home #content-5 .inner {
  width: 1147px;
  padding: 0 20px;
  margin: 0 auto;
}

.home #content-5 .points {
  justify-content: space-between;
  margin-bottom: 150px;
}

.home #content-5 .points .point {
  width: 207px;
  position: relative;
}

.home #content-5 .points .point1 {
  margin-top: -277px;
}

.home #content-5 .points .point2 {
  margin-top: -187px;
}

.home #content-5 .points .point3 {
  margin-top: -100px;
}

.home #content-5 .points .point4 {
  margin-top: -15px;
}

.home #content-5 .points .point5 {
  margin-top: 72px;
}

.home #content-5 .points .point p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9375;
  color: #000;
  margin-top: 25px;
}

.home #content-5 .photos .title {
  position: relative;
}

.home #content-5 .photos .title:after {
  content: "";
  background: url(img/top/top-sec5-gif-01.png) no-repeat center center;
  background-size: contain;
  width: 691px;
  height: 328px;
  position: absolute;
  top: -150px;
  right: -554px;
  z-index: 2;
}

.home #content-5 .photos .title h3 {
  font-size: 3.189rem;
  font-weight: 500;
  line-height: 1.4365;
  color: #144229;
  width: 955px;
  background: #fff;
  margin-bottom: 48px;
}

.home #content-5 .photos .title span {
  display: inline-block;
  background: #ffff00;
  padding: 7px 20px;
}

.home #content-5 .photo-wrap {
  position: relative;
  width: 100%;
  height: 902px;
}

.home #content-5 .photo-wrap .elements {
  position: absolute;
}

.home #content-5 .photo-wrap .elements:nth-child(1) {
  width: 486px;
  top: 0;
  left: 0;
}

.home #content-5 .photo-wrap .elements:nth-child(2) {
  width: 310px;
  top: 123px;
  left: 486px;
}

.home #content-5 .photo-wrap .elements:nth-child(3) {
  width: 310px;
  top: 341px;
  left: 176px;
}

.home #content-5 .photo-wrap .elements:nth-child(4) {
  width: 310px;
  top: 341px;
  left: 486px;
}

.home #content-5 .photo-wrap .elements:nth-child(5) {
  width: 310px;
  top: 341px;
  left: 796px;
}

.home #content-5 .photo-wrap .elements:nth-child(6) {
  width: 487px;
  top: 559px;
  left: 486px;
}

.home #content-6 {
  margin-top: -300px;
  padding-bottom: 465px;
}

.home #content-6:before {
  content: "";
  background: url(img/top/top-sec6-bg-01.png) no-repeat center center;
  background-size: cover;
  width: 1391px;
  height: 1725px;
  position: absolute;
  top: 355px;
  left: -111px;
  z-index: -1;
}

.home #content-6 .inner {
  width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.home #content-6 .flex {
  justify-content: space-between;
}

.home #content-6 .box1 .text {
  width: 670px;
  margin-top: 265px;
  position: relative;
}

.home #content-6 .box1 .text h2 {
  font-size: 3.0rem;
  font-weight: 500;
  color: #80a85a;
  margin-bottom: 15px;
}

.home #content-6 .box1 .text h3 {
  font-size: 3.189rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin-bottom: 50px;
}

.home #content-6 .box1 .text h3 span {
  display: inline-block;
  background: #fff;
  border: 3px solid #80a85a;
  padding: 0 6px;
  margin-top: -3px;
}

.home #content-6 .box1 .text h3 span:last-child {
  padding: 0;
}

.home #content-6 .box1 .text h3 em {
  display: inline-block;
  font-style: normal;
  color: #fff;
  background: #144229;
  padding: 0 6px;
}

.home #content-6 .box1 .text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5625;
  color: #000;
  padding-right: 150px;
}

.home #content-6 .box1 .image {
  width: 480px;
  position: relative;
}

.home #content-6 .box2 {
  margin-top: -95px;
}

.home #content-6 .box2 .text {
  width: 522px;
  margin-top: 190px;
  margin-left: 188px;
  position: relative;
}

.home #content-6 .box2 .text h3 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.75;
  color: #000;
  margin-bottom: 40px;
  position: relative;
}

.home #content-6 .box2 .text h3:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #80a85a;
  position: absolute;
  top: 0;
  left: -50px;
}

.home #content-6 .box2 .text h3 em {
  font-style: normal;
  background: #ffff00;
}

.home #content-6 .box2 .text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5625;
  color: #000;
  padding-right: 40px;
}

.home #content-6 .box2 .image {
  width: 645px;
  margin-right: -75px;
  position: relative;
}

.home #content-7 {
  margin-top: -480px;
}

.home #content-7 .inner {
  width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.home #content-7 .flex {
  justify-content: space-between;
}

.home #content-7 .box1 .text {
  width: 670px;
  margin-top: 90px;
  position: relative;
}

.home #content-7 .box1 .text:after {
  content: "";
  background: url(img/top/top-sec7-gif-01.png) no-repeat center center;
  background-size: contain;
  width: 691px;
  height: 328px;
  position: absolute;
  top: 13px;
  left: 402px;
  z-index: 2;
}

.home #content-7 .box1 .text h2 {
  font-size: 3.0rem;
  font-weight: 500;
  color: #80a85a;
  margin-bottom: 15px;
}

.home #content-7 .box1 .text h3 {
  font-size: 3.189rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin-bottom: 50px;
}

.home #content-7 .box1 .text h3 span {
  display: inline-block;
  background: #fff;
  border: 3px solid #80a85a;
  padding: 0 6px;
  margin-top: -3px;
}

.home #content-7 .box1 .text h3 span:last-child {
  padding: 0;
}

.home #content-7 .box1 .text h3 em {
  display: inline-block;
  font-style: normal;
  color: #fff;
  background: #144229;
  padding: 0 6px;
}

.home #content-7 .box1 .text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5625;
  color: #000;
  padding-right: 150px;
}

.home #content-7 .box1 .image {
  width: 480px;
  position: relative;
}

.home #content-7 .box2 {
  background: #144229;
  margin-top: -402px;
  padding: 85px 0;
}

.home #content-7 .box2:before {
  content: "";
  background: url(img/top/top-sec7-gif-02.png) no-repeat center center;
  background-size: contain;
  width: 691px;
  height: 328px;
  position: absolute;
  bottom: 85px;
  left: -330px;
  z-index: 1;
}

.home #content-7 .box2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 440px 1107px;
  border-color: transparent transparent #103120 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.home #content-7 .box2 .slider-wrap {
  width: 670px;
  padding-right: 195px;
  position: relative;
  z-index: 2;
}

.home #content-7 .box2 .slider {
  width: 100%;
}

.home #content-7 .box2 .slider .title {
  margin-top: 1px;
}

.home #content-7 .box2 .slider h3 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 38px;
}

.home #content-7 .box2 .slider h3 span {
  display: inline-block;
  background: #144229;
  border: 1px solid #fff;
  padding: 0 8px;
  margin-top: -1px;
}

.home #content-7 .box2 .slider p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9375;
  color: #fff;
}

.home #content-7 .box2 .slider img {
  margin-top: 25px;
}

.home #content-7 .box2 .space {
  width: 480px;
}

.home .anchor {
  position: absolute;
  width: 100%;
  height: 1px;
  visibility: hidden;
}

.home #intro {
  top: 95px;
}

.home #essentialism {
  top: -50px;
}

.home #human-iot {
  top: 220px;
}

.home #casestudy {
  top: 40px;
}

/*--------------------------------------------------------------
## company
--------------------------------------------------------------*/
.company #content-1 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.company #content-1 .inner {
  width: 100%;
  max-width: 675px;
  margin: 0 auto;
  padding: 0 20px;
}

.company #content-1 .container {
  padding-bottom: 40px;
  border-bottom: 1px solid #80a85a;
}

.company #content-1 .container .image {
  margin-bottom: 60px;
  text-align: center;
}

.company #content-1 .container .image img {
  width: 187px;
  height: auto;
}

.company #content-1 .container p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4056;
  letter-spacing: 0.02em;
  color: #144229;
}

.company #content-2 {
  padding-bottom: 50px;
}

.company #content-2 .inner,
.company #content-4 .inner {
  width: 100%;
  max-width: 675px;
  margin: 0 auto;
  padding: 0 20px;
}

.company #content-2 h2,
.company #content-4 h2 {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #144229;
  margin-bottom: 32px;
}

.company #content-2 .company-table dl,
.company #content-4 .company-table dl {
  width: 100%;
  margin: 0;
  padding: 13px 0;
  display: table;
}

.company #content-2 .company-table dt,
.company #content-4 .company-table dt {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.215;
  letter-spacing: 0.02em;
  color: #454545;
  display: table-cell;
  vertical-align: top;
  padding-top: 4px;
  width: 94px;
}

.company #content-2 .company-table dd,
.company #content-4 .company-table dd {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.749;
  letter-spacing: 0.02em;
  color: #454545;
  display: table-cell;
  vertical-align: top;
}

.company #content-3 {
  background: #80a85a;
  padding-top: 45px;
  padding-bottom: 68px;
  position: relative;
}

.company #content-3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 995px 384px 0;
  border-color: transparent transparent #759f5a transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.company #content-3 .inner {
  width: 100%;
  max-width: 675px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.company #content-3 h2 {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 25px;
}

.company #content-3 .container .image {
  text-align: center;
}

.company #content-3 .container .image img {
  width: 636px;
  height: auto;
}

.company #content-4 {
  padding-top: 58px;
  padding-bottom: 70px;
}

.company #content-4 .company-table dt {
  width: 110px;
}

/*--------------------------------------------------------------
## access
--------------------------------------------------------------*/
.access #content-1 {
  padding-bottom: 55px;
}

.access #content-1 .inner {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  padding: 0 20px;
}

.access #content-1 .access-table {
  margin: 78px 0 40px;
}

.access #content-1 .access-table dl {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
}

.access #content-1 .access-table dt {
  display: table-cell;
  vertical-align: top;
  width: 75px;
}

.access #content-1 .access-table dt h2 {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #144229;
}

.access #content-1 .access-table dd {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.749;
  letter-spacing: 0.02em;
  color: #454545;
  vertical-align: top;
  display: block;
}

.access #content-1 .access-table dd.mb {
  margin-bottom: 22px;
}

.access #content-1 .map-wrap {
  border: 4px solid #80a85a;
}

.access #content-1 .map-wrap #gmap {
  width: 100%;
  height: 0;
  padding-top: 56%;
}

/*--------------------------------------------------------------
## privacy
--------------------------------------------------------------*/
.privacy #content-1 {
  padding-top: 80px;
  padding-bottom: 40px;
}

.privacy #content-1 .inner {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  padding: 0 20px;
}

.privacy #content-1 .container h2 {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.6676;
  letter-spacing: 0.04em;
  color: #144229;
  margin-bottom: 25px;
}

.privacy #content-1 .container h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.89;
  letter-spacing: 0.04em;
  color: #454545;
  margin-bottom: 4px;
}

.privacy #content-1 .container p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.749;
  letter-spacing: 0.04em;
  color: #454545;
  margin-bottom: 25px;
}

.privacy #content-1 .container p:last-child {
  margin-bottom: 0;
}

.privacy #content-1 .container .wrap {
  margin-bottom: 48px;
}

/*--------------------------------------------------------------
## news（一覧）
--------------------------------------------------------------*/
.post-type-archive-news #list-news {
  padding-top: 46px;
  padding-bottom: 80px;
}

.post-type-archive-news #list-news .inner {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding: 0 20px;
}

.post-type-archive-news #list-news .list-item {
  justify-content: space-between;
  padding: 30px 2px;
  border-bottom: 1px solid rgba(128,168,90,.5);
}

.post-type-archive-news #list-news .list-item .update {
  width: 80px;
}

.post-type-archive-news #list-news .list-item .update span {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.749;
  letter-spacing: 0.02em;
}

.post-type-archive-news #list-news .list-item .news-title {
  width: 80%;
  width: -webkit-calc(91.5% - 80px);
  width: -moz-calc(91.5% - 80px);
  width: calc(91.5% - 80px);
}

.post-type-archive-news #list-news .list-item .news-title a {
  display: block;
}

.post-type-archive-news #list-news .list-item .news-title h2 {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.749;
  letter-spacing: 0.02em;
}

/*--------------------------------------------------------------
## news（詳細）
--------------------------------------------------------------*/
.single-news #post-content {
  padding-top: 75px;
  padding-bottom: 70px;
}

.single-news #post-content .inner {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  padding: 0 20px;
}

.single-news #post-content .posthead {
  padding-bottom: 42px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(128,168,90,.5);
}

.single-news #post-content .posthead .post-title {
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #144229;
  margin-bottom: 7px;
}

.single-news #post-content .posthead .update {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #051a3e;
}

.single-news #post-content .postbody {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.single-news #post-content .postbody h2 {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.02em;
  color: #144229;
  margin-top: 3em;
  margin-bottom: 1.5em;
  padding-left: 14px;
  position: relative;
}

.single-news #post-content .postbody h2:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #80a85a;
  position: absolute;
  top: 0;
  left: 0;
}

.single-news #post-content .postbody h3 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.63;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
}

.single-news #post-content .postbody p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-bottom: 2em;
}

.single-news #post-content .postbody a {
  font-weight: 300;
  color: #358cda;
}

.single-news #post-content .postbody ul {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 2.5em;
}

.single-news #post-content .postbody ol {
  list-style: decimal;
  padding-left: 18px;
  margin-bottom: 2.5em;
}

.single-news #post-content .postbody ul li,
.single-news #post-content .postbody ol li {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.63;
  letter-spacing: 0.02em;
  margin-bottom: 0.2em;
}

.single-news #post-content .postbody blockquote {
  display: block;
  quotes: none;
  width: 100%;
  border: 4px solid #80a85a;
  padding: 15px 18px;
  margin: 3.5em 0;
}

.single-news #post-content .postbody blockquote p {
  color: #144229;
}

.single-news #post-content .postbody blockquote p:last-child {
  margin-bottom: 0;
}

.single-news #post-content .postbody img {
  width: inherit;
  height: auto;
  max-width: 100%;
  margin-top: 3.2em;
  margin-bottom: 3.2em;
}

.single-news #post-content .postbody figure {
  margin-top: 0;
  margin-bottom: 0;
}

.single-news #post-content .postbody .wp-caption {
  margin-top: 3.2em;
  margin-bottom: 3.2em;
}

.single-news #post-content .postbody .wp-caption-text {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #144229;
  text-align: center;
  margin: 0.7em 5px;
}

.single-news #post-content .postbody .wp-caption img {
  margin-top: 0;
  margin-bottom: 0;
}

.single-news #pagenation .inner {
  max-width: 670px;
}


/*--------------------------------------------------------------
## contact
--------------------------------------------------------------*/
.page-template-page-contact #contact {
  padding-top: 78px;
  padding-bottom: 90px;
}

.page-template-page-contact #contact .inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-template-page-contact #contact .container h2 {
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.358;
  letter-spacing: 0.03em;
  color: #144229;
  margin-bottom: 30px;
}

.page-template-page-contact #contact .container p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.947;
  letter-spacing: 0.05em;
  color: #144229;
}

.page-template-page-contact #contact .container span.call {
  border-bottom: 1px solid #144229;
}

.page-template-page-contact .mw_wp_form {
  margin-top: 85px;
}

.page-template-page-contact .mw_wp_form .required {
  font-size: 1.4rem;
  font-weight: 200;
  letter-spacing: 0.08em;
  color: #ff1720;
}

.page-template-page-contact #form {
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
}

.page-template-page-contact #form th {
  display: block;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-align: left;
  padding-bottom: 10px;
}

.page-template-page-contact #form tr.message th {
  margin-top: 15px;
}

.page-template-page-contact #form th span {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #ff1720;
}

.page-template-page-contact #form td {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: left;
  padding-bottom: 25px;
}

.page-template-page-contact #form td.textarea {
  padding-bottom: 15px;
}

.page-template-page-contact #form tr.address {
  font-size: 0;
}

.page-template-page-contact #form tr.address th {
  display: inline-block;
  width: 17%;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
  padding-bottom: 20px;
}

.page-template-page-contact #form tr.hide th {
  font-weight: 500;
}

.page-template-page-contact #form tr.address td {
  display: inline-block;
  width: 57%;
}

.page-template-page-contact #form input[type="text"],
.page-template-page-contact #form input[type="email"],
.page-template-page-contact #form textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.74;
  padding: 18px 25px;
  background: #f2f6ef;
  border: 0;
  border-radius: 1px;
  outline: none;
}

.page-template-page-contact #form td.col2 {
  font-size: 0;
}

.page-template-page-contact #form td.col2 span {
  margin-left: 3%;
  position: relative;
}

.page-template-page-contact #form td.col2 span:first-child {
  margin-left: 0;
}

.page-template-page-contact #form td.col2 span input[type="text"] {
  width: 48.5%;
}

.page-template-page-contact #form td.age input[type="text"] {
  width: 15.5%;
  margin-right: 2%;
  text-align: center;
}

.page-template-page-contact #form tr.address-head th {
  padding-bottom: 16px;
}

.page-template-page-contact #form tr.address td.col2 {
  font-size: 1.4rem;
}

.page-template-page-contact #form tr.address td.col2 span {
  margin-left: 3%;
}

.page-template-page-contact #form tr.address td.col2 span:first-child {
  margin-left: 0;
  margin-right: 3%;
}

.page-template-page-contact #form tr.address td.col2 span input[type="text"] {
  width: 46%;
}

.page-template-page-contact #form textarea {
  padding: 15px 25px;
  resize: vertical;
}

.page-template-page-contact #form td.checkbox {
  padding-top: 5px;
  padding-bottom: 15px;
}

.page-template-page-contact #form td.checkbox .horizontal-item {
  display: inline-block;
  margin-right: 7.5%;
  margin-bottom: 15px;
}

.page-template-page-contact #form td.checkbox .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.page-template-page-contact #form td.checkbox .horizontal-item:nth-child(3) {
  margin-right: 0;
}

.page-template-page-contact #form td.checkbox.privacy {
  padding-top: 0;
  padding-bottom: 0;
}

.page-template-page-contact #form td.checkbox.privacy .horizontal-item {
  display: block;
  margin-right: 0;
  margin-bottom: 6px;
}

.page-template-page-contact #form td.checkbox label {
  font-size: 1.5rem;
  font-weight: 200;
  letter-spacing: 0.02em;
  line-height: 25px;
  padding-left: 40px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}

.page-template-page-contact #form td.checkbox.privacy label {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #454545;
}

.page-template-page-contact #form td.checkbox label:before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid rgba(69,69,69,.6);
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.page-template-page-contact #form td.checkbox label:after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  border-right: 2px solid #454545;
  border-bottom: 2px solid #454545;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  position: absolute;
  top: 6px;
  left: 9px;
  z-index: 1;
}

.page-template-page-contact #form td.checkbox label input[type="checkbox"] {
  display: block;
  width: 25px;
  height: 25px;
  box-shadow: 25px 0 #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -25px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 2;
}

.page-template-page-contact #form td.checkbox label input[type="checkbox"]:checked {
  box-shadow: none;
}

.page-template-page-contact #form td.privacy a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #9f9f9f;
  text-decoration: underline;
  margin-left: 40px;
}

.page-template-page-contact #form .error {
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #ff1720;
  padding: 3px 0 0;
}

.page-template-page-contact #form td.col2 span .error {
  position: absolute;
  left: 0;
  bottom: -47px;
  margin: 0 !important;
  padding: 0 !important;
}

.page-template-page-contact #form td.textarea .error {
  padding: 5px 0 0;
}

.page-template-page-contact #form td.checkbox .error {
  padding: 0 0 10px;
}

.page-template-page-contact #form .error + br {
  display: none;
}

.page-template-page-contact .submit {
  margin-top: 65px;
  font-size: 0;
  text-align: center;
}

.page-template-page-contact .submit input[type="submit"],
.page-template-page-contact .submit a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.12em;
  color: #fff;
  width: 175px;
  height: 45px;
  background: #144229;
  border: 0;
  margin: 0 10px;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.page-template-page-contact .submit input[type="submit"]:hover,
.page-template-page-contact .submit a:hover {
  opacity: .6;
}

.page-template-page-contact .attention p,
.page-template-page-contact .attention a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.607;
  letter-spacing: -0.02em;
  color: #9f9f9f;
}

.page-template-page-contact .attention span.call {
  border-bottom: 1px solid #9f9f9f;
}

.page-template-page-contact .mw_wp_form_confirm .required {
  display: none;
}

.page-template-page-contact .mw_wp_form_confirm #form {
  margin: 20px 0 10px;
}

.page-template-page-contact .mw_wp_form_confirm #form th {
  color: #144229;
}

.page-template-page-contact .mw_wp_form_confirm #form td {
  line-height: 1.74;
  color: #fff;
  background: #144229;
  border-radius: 1px;
  padding: 18px 25px;
  margin-bottom: 20px;
}

.page-template-page-contact .mw_wp_form_confirm #form td.col2 {
  font-size: 1.4rem;
}

.page-template-page-contact .mw_wp_form_confirm #form td.textarea {
  padding: 18px 25px 50px;
}

.page-template-page-contact .mw_wp_form_confirm #form td a,
.page-template-page-contact .mw_wp_form_confirm #form tr.hide {
  display: none;
}

.page-template-page-contact .mw_wp_form_complete {
  margin-top: 35px;
}

/*--------------------------------------------------------------
## media query
--------------------------------------------------------------*/
@media screen and (min-width: 769px) and (max-width: 1280px) {

  body.home {
    width: 1280px;
    margin: 0 auto;
    overflow-x: visible;
  }

  .home header #groval-nav {
    position: absolute;
  }

  .home #page-top {
    position: absolute;
  }

}

@media screen and (max-width: 768px) {

  html {
    -ms-overflow-style: none;
  }

  html::-webkit-scrollbar {
    display: none;
  }

  img {
    max-width: 100%;
  }

  /*# snipets*/
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .reverse {
    flex-direction: inherit;
  }


  /*## Loader*/
  #loader {
    display: none;
    top: 25%;
  }

  /*## Layout*/
  #primary {
    margin-top: 0;
  }

  /*## common parts*/
  .flex-section .content {
    width: 100%;
  }

  .flex-section .youtube {
    width: 100%;
    margin-top: 25px;
  }

  /*## Pagenation*/
  #pagenation:after {
    border-width: 0 0 66px 145px;
  }

  #pagenation .inner {
    width: 100%;
    padding: 22px 20px;
  }

  /*## Breadcrumb*/
  .breadcrumb {
    padding: 0 30px 45px;
  }

  /*## slick slider*/
  .slider .slick-prev,
  .slider .slick-next {
    bottom: 19%;
    width: 54px;
    height: 54px;
  }

  .slider .slick-prev,
  .slider .slick-prev:hover,
  .slider .slick-prev:focus {
    left: 15px;
  }

  .slider .slick-next,
  .slider .slick-next:hover,
  .slider .slick-next:focus {
    right: 15px;
  }

  /*## Template*/
  #foot-contact {
    height: 242px;
  }

  #foot-contact .bg {
    background-image: url(img/common/bg-contact-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: top center;
    width: 100%;
    height: 100%;
  }

  #foot-contact .inner {
    width: 100%;
    padding: 85px 20px 0;
  }

  #foot-news .inner {
    width: 100%;
    padding: 50px 20px 58px;
  }

  /*## Header*/
  header {
    background: url(img/common/bg-border-sp.png) no-repeat center center;
    background-size: cover;
    height: 283px;
  }

  header #head-brand {
    background: #fff;
    width: 44.7%;
    max-width: 186px;
    margin: 0 auto;
    padding-top: 80px;
  }

  header #nav-toggle {
    display: block;
  }

  .open header #nav-toggle span {
    background: #221e1e;
  }

  .open header #nav-toggle span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .open header #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open header #nav-toggle span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  header #groval-nav {
    display: none;
    width: 100%;
    height: 100%;
    height: 100vh;
    background: rgba(255,255,255,.65);
  }

  .open header #groval-nav {
    display: block;
    animation: show .4s linear 0s;
  }

  header #main-nav {
    padding: 38px 0 35px;
  }

  header #main-nav li a {
    font-size: 1.773rem;
  }

  header #sub-nav .sub-nav-left {
    width: 50%;
  }

  header #sub-nav .sub-nav-left li a {
    font-size: 1.552rem;
  }

  header #sub-nav .sub-nav-right {
    width: 50%;
    padding: 15px 0 20px;
  }

  header #sub-nav .sub-nav-right span {
    font-size: 1.428rem;
  }

  header #side-banner {
    display: none;
  }

  /*## Footer*/
  footer #footer-nav:after {
    border-width: 0 0 120px 300px;
  }

  footer #footer-nav .inner {
    width: 100%;
    padding: 45px 20px;
  }

  footer #main-nav {
    margin-bottom: 25px;
  }

  footer #main-nav li {
    padding: 0 10px;
  }

  footer #sub-nav li {
    padding: 0 7px;
  }

  footer #footer-copy .address {
    background: url(img/common/bg-border-sp.png) no-repeat center center;
    background-size: cover;
    height: 283px;
  }

  footer #footer-copy .address .footer-logo {
    background: #fff;
    width: 44.7%;
    max-width: 186px;
    margin: 0 auto;
    padding: 80px 0 70px;
  }

  footer #footer-copy .address .footer-logo a {
    height: auto;
  }

  footer #footer-copy .address .footer-iframe {
    display: none !important;
  }

  footer #footer-copy .address .footer-logo img {
    width: 100%;
    display: block !important;
  }

  footer #footer-copy .copy {
    margin: 80px 20px 150px;
  }

  /*## home*/
  .home #primary {
    margin-top: 0;
  }

  .home #content-1 {
    padding-bottom: 50px;
  }

  .home #content-1:before {
    display: none;
  }

  .home #content-1 .inner {
    width: 100%;
  }

  .home #content-1 .flex {
    flex-wrap: wrap;
  }

  .home #content-1 .text {
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
  }

  .home #content-1 .text:before {
    content: "";
    background: url(img/top/top-sec1-bg-01-sp.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 59.66%;
    position: absolute;
    top: 350px;
    left: 0;
    right: 0;
    z-index: -1;
  }

  .home #content-1 .text:after {
    content: "";
    background: url(img/top/top-sec1-gif-01-sp.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 55.31%;
    display: block;
    margin-top: 10px;
    z-index: -1;
  }

  .home #content-1 .text h2 {
    font-size: 2.7rem;
    margin-bottom: 10px;
  }

  .home #content-1 .text h3 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }

  .home #content-1 .text p {
    font-size: 1.7rem;
    margin-bottom: 40px;
  }

  .home #content-1 .text p br {
    display: none;
  }

  .home #content-1 .image {
    width: 100%;
    padding: 0 20px;
  }

  .home #content-1 .image p {
    font-size: 1.7rem;
    margin-left: 0;
    margin-top: -40px;
  }

  .home #content-2 {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .home #content-2:before {
    content: "";
    background: url(img/top/top-sec2-bg-01-sp.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 186.2%;
    position: absolute;
    top: 0;
  }

  .home #content-2 .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .home #content-2 .text {
    background: transparent;
    width: 100%;
    height: auto;
    border-radius: 0;
  }

  .home #content-2 .text:before {
    content: "";
    background: url(img/top/top-sec2-bg-02-sp.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 145.9%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .home #content-2 .text .wrap {
    width: 100%;
  }

  .home #content-2 .text h2 {
    font-size: 2.16rem;
    margin-bottom: 15px;
    padding-top: 50px;
    padding-left: 0;
    text-align: center;
  }

  .home #content-2 .text h3 {
    font-size: 2.16rem;
    letter-spacing: -0.035em;
  }

  .home #content-2 .text h3 span {
    padding: 2px 10px 0px 0;
    margin-left: 26%;
  }

  .home #content-2 .text h3 span:last-child {
    padding: 0px 10px 2px 0;
    margin-left: 26%;
  }

  .home #content-2 .text p {
    font-size: 1.5rem;
    padding: 0 20px;
  }

  .home #content-2 .title {
    background: #fff;
    margin-left: 0;
  }

  .home #content-2 .title .label {
    width: 21.5%;
    height: 79px;
    left: 15px;
  }

  .home #content-2 .image {
    display: none;
  }

  .home #content-2 .youtube {
    width: 100%;
    padding: 0 20px;
    margin: 30px auto 0;
  }

  .home #content-2 .youtube:before {
    display: none;
  }

  .home #content-2 .youtube .video {
    border: 3px solid #006837;
  }

  .home #content-3 {
    padding-bottom: 60px;
  }

  .home #content-3:before {
    top: 365px;
  }

  .home #content-3 .inner {
    width: 100%;
  }

  .home #content-3 .text:before {
    display: none;
  }

  .home #content-3 .text h2 {
    font-size: 2.7rem;
    margin-bottom: 10px;
  }

  .home #content-3 .text h3 {
    font-size: 2.8rem;
    letter-spacing: -0.09em;
    margin-bottom: 40px;
  }

  .home #content-3 .text h3 em {
    padding: 0 4px;
  }

  .home #content-3 .text h3 span {
    padding: 0 4px;
  }

  .home #content-3 .text h3 span.em {
    padding: 0;
  }

  .home #content-3 .text h3 span:last-child {
    padding: 0 4px;
  }

  .home #content-3 .text p {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }

  .home #content-3 .text p br {
    display: none;
  }

  .home #content-4 {
    margin-top: 0;
  }

  .home #content-4:before {
    border-width: 0 411px 285px 0;
  }

  .home #content-4:after {
    display: none;
  }

  .home #content-4 .inner {
    width: 100%;
    padding: 0;
  }

  .home #content-4 .direction {
    margin-bottom: 0;
  }

  .home #content-4 .direction1 {
    width: 100%;
    height: auto;
    margin: 0 auto 60px;
  }

  .home #content-4 .direction2 {
    width: 100%;
    margin: 0 auto 0;
  }

  .home #content-5 .title-wrap:before {
    content: "";
    width: 110%;
    height: 0;
    padding-top: 110%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -50%;
    left: -5%;
    z-index: 1;
  }

  .home #content-5 .title-wrap .title {
    width: 100%;
    height: auto;
    border-radius: 0;
    background: transparent;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
  }

  .home #content-5 .title-wrap .title h2 {
    padding-top: 60px;
  }

  .home #content-5 .title-wrap .title h2 em {
    font-size: 2.8rem;
  }

  .home #content-5 .title-wrap .title span {
    font-size: 3.2688rem;
  }

  .home #content-5 .content-wrap {
    padding-bottom: 275px;
    background: #144229;
    margin-bottom: -3px;
  }

  .home #content-5 .content-wrap:before {
    content: "";
    background: url(img/top/top-sec5-bg-02-sp.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 1904px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .home #content-5 .content-wrap:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 414px 171px 0;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 3px;
    left: 0;
    z-index: 1;
  }

  .home #content-5 .inner {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 2;
  }

  .home #content-5 .points {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 0 auto 150px;
    padding: 0 20px;
  }

  .home #content-5 .points .point {
    float: left;
    width: 48.5%;
    max-width: 240px;
    margin-left: 3%;
  }

  .home #content-5 .points .point1 {
    margin-top: 35px;
    margin-left: 0;
  }

  .home #content-5 .points .point2 {
    margin-top: 112px;
  }

  .home #content-5 .points .point3 {
    margin-top: -10px;
    margin-left: 0;
  }

  .home #content-5 .points .point4 {
    margin-top: 64px;
  }

  .home #content-5 .points .point5 {
    margin-top: -10px;
    margin-left: 0;
  }

  .home #content-5 .points .point p {
    font-size: 1.5rem;
    margin-top: 15px;
  }

  .home #content-5 .points .point5:after {
    content: "";
    background: url(img/top/top-sec5-gif-01-sp.png) no-repeat center center;
    background-size: contain;
    width: 353px;
    height: 547px;
    position: absolute;
    bottom: -25%;
    right: -200%;
    z-index: -1;
  }

  .home #content-5 .photos .title:after {
    display: none;
  }

  .home #content-5 .photos .title h3 {
    font-size: 2.8rem;
  }

  .home #content-5 .photo-wrap {
    height: auto;
    padding: 0 20px;
  }

  .home #content-5 .photo-wrap:after {
    content: "";
    background: url(img/top/top-sec5-gif-02-sp.png) no-repeat center center;
    background-size: contain;
    width: 276px;
    height: 197px;
    position: absolute;
    bottom: -230px;
    right: -25%;
    z-index: -1;
  }

  .home #content-5 .photo-wrap .elements {
    position: relative;
  }

  .home #content-5 .photo-wrap .elements:nth-child(1) {
    width: 100%;
    top: inherit;
    left: inherit;
  }

  .home #content-5 .photo-wrap .elements:nth-child(2) {
    width: 64%;
    top: inherit;
    left: inherit;
    margin: 0 0 0 auto;
  }

  .home #content-5 .photo-wrap .elements:nth-child(3) {
    width: 64%;
    top: inherit;
    left: inherit;
    margin: 0 auto 0 0;
  }

  .home #content-5 .photo-wrap .elements:nth-child(4) {
    width: 100%;
    top: inherit;
    left: inherit;
  }

  .home #content-5 .photo-wrap .elements:nth-child(5) {
    display: none;
  }

  .home #content-5 .photo-wrap .elements:nth-child(6) {
    display: none;
  }

  .home #content-6 {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .home #content-6 .inner {
    width: 100%;
    padding: 0 20px;
  }

  .home #content-6 .flex {
    flex-wrap: wrap;
  }

  .home #content-6 .box1 .text {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
  }

  .home #content-6 .box1 .text h2 {
    font-size: 2.7rem;
    margin-bottom: 10px;
  }

  .home #content-6 .box1 .text h3 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }

  .home #content-6 .box1 .text p {
    font-size: 1.5rem;
    padding-right: 0;
  }

  .home #content-6 .box1 .image {
    width: 100%;
  }

  .home #content-6 .box2 {
    margin-top: 50px;
  }

  .home #content-6 .box2 .text {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .home #content-6 .box2 .text h3 {
    font-size: 2.52rem;
    padding-left: 25px
  }

  .home #content-6 .box2 .text h3:before {
    left: 0;
  }

  .home #content-6 .box2 .text h3 br {
    display: none;
  }

  .home #content-6 .box2 .text p {
    font-size: 1.5rem;
    padding-right: 0;
  }

  .home #content-6 .box2 .image {
    width: 100%;
    margin-right: 0;
  }

  .home #content-7 {
    margin-top: 0;
  }

  .home #content-7 .inner {
    width: 100%;
  }

  .home #content-7 .flex {
    flex-wrap: wrap;
  }

  .home #content-7 .box1 .inner {
    padding: 0 20px;
  }

  .home #content-7 .box1 .text {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .home #content-7 .box1 .text:after {
    display: none;
  }

  .home #content-7 .box1 .text h2 {
    font-size: 2.7rem;
    margin-bottom: 10px;
  }

  .home #content-7 .box1 .text h3 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }

  .home #content-7 .box1 .text p {
    font-size: 1.5rem;
    padding-right: 0;
  }

  .home #content-7 .box1 .text p br {
    display: none;
  }

  .home #content-7 .box1 .image {
    width: 100%;
  }

  .home #content-7 .box2 {
    margin-top: -220px;
    padding: 280px 0 60px;
  }

  .home #content-7 .box2:before {
    display: none;
  }

  .home #content-7 .box2:after {
    border-width: 0 0 197px 414px;
  }

  .home #content-7 .box2 .slider-wrap {
    width: 100%;
    padding-right: 0;
  }

  .home #content-7 .box2 .slider .title {
    padding: 0 20px;
  }

  .home #content-7 .box2 .slider h3 {
    font-size: 2.16rem;
    margin-bottom: 30px;
  }

  .home #content-7 .box2 .slider p {
    font-size: 1.5rem;
    padding: 0 20px;
  }

  .home #content-7 .box2 .slider img {
    margin-top: 40px;
  }

  .home #content-7 .box2 .space {
    display: none;
  }

  .home .anchor {
    position: relative;
  }

  .home #intro {
    top: inherit;
  }

  .home #essentialism {
    top: inherit;
  }

  .home #human-iot {
    top: inherit;
  }

  .home #casestudy {
    top: inherit;
  }

  /*## company*/
  .company #content-1 {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .company #content-1 .inner {
    width: 100%;
  }

  .company #content-1 .container .image img {
    width: 168px;
  }

  .company #content-1 .container p {
    line-height: 1.77;
  }

  .company #content-2 .inner,
  .company #content-4 .inner {
    width: 100%;
  }

  .company #content-2 .company-table dl,
  .company #content-4 .company-table dl {
    padding: 13px 0 16px;
  }

  .company #content-2 .company-table dt,
  .company #content-4 .company-table dt {
    font-size: 1.5rem;
    font-weight: 500;
    display: block;
    padding-top: 0;
    padding-bottom: 8px;
    width: 100%;
  }

  .company #content-2 .company-table dt br,
  .company #content-4 .company-table dt br {
    display: none;
  }

  .company #content-2 .company-table dd,
  .company #content-4 .company-table dd {
    display: block;
  }

  .company #content-3:before {
    border-width: 0 414px 289px 0;
  }

  .company #content-3 .inner {
    width: 100%;
  }

  .company #content-3 .container .image img {
    width: 354px;
    height: auto;
  }

  .company #content-4 .company-table dt {
    width: 100%;
  }

  /*## access*/
  .access #content-1 .inner {
    width: 100%;
  }

  .access #content-1 .access-table {
    margin: 70px 0 40px;
  }

  .access #content-1 .access-table dt {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  .access #content-1 .access-table dt {
    line-height: 1.8746;
  }

  .access #content-1 .map-wrap {
    border: 3px solid #80a85a;
  }

  /*## privacy*/
  .privacy #title-wrap .page-title h1 {
    padding: 12px 10px;
  }

  .privacy #content-1 {
    padding-top: 70px;
  }

  .privacy #content-1 .inner {
    width: 100%;
  }

  .privacy #content-1 .container h2 {
    font-size: 1.6rem;
    line-height: 1.594;
  }

  .privacy #content-1 .container h3 {
    line-height: 1.523;
  }

  .privacy #content-1 .container p {
    line-height: 1.632;
  }

  .privacy #content-1 .container .wrap {
    margin-bottom: 35px;
  }

  /*## news（一覧）*/
  .post-type-archive-news #list-news {
    padding-bottom: 50px;
  }

  .post-type-archive-news #list-news .inner {
    width: 100%;
  }

  .post-type-archive-news #list-news .list-item {
    display: block;
    padding: 21px 2px;
  }

  .post-type-archive-news #list-news .list-item:last-child {
    border-bottom: 0;
  }

  .post-type-archive-news #list-news .list-item .update {
    width: 100%;
    margin-bottom: 4px;
  }

  .post-type-archive-news #list-news .list-item .update span {
    font-weight: 400;
  }

  .post-type-archive-news #list-news .list-item .news-title {
    width: 100%;
  }

  .post-type-archive-news #list-news .list-item .news-title h2 {
    font-weight: 400;
  }

  /*## news（詳細）*/
  .single-news #post-content {
    padding-top: 65px;
    padding-bottom: 50px;
  }

  .single-news #post-content .inner {
    width: 100%;
  }

  .single-news #post-content .posthead {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }

  .single-news #post-content .postbody h2 {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .single-news #post-content .postbody h3 {
    font-weight: 400;
  }

  .single-news #post-content .postbody p {
    line-height: 1.63;
  }

  .single-news #post-content .postbody ul li,
  .single-news #post-content .postbody ol li {
    font-size: 1.4rem;
  }

  .single-news #post-content .postbody blockquote {
    border: 2px solid #80a85a;
  }

  .single-news #post-content .postbody .wp-caption-text {
    font-size: 1.2rem;
  }

  /*## contact*/
  .page-template-page-contact #contact {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .page-template-page-contact #contact .inner {
    width: 100%;
  }

  .page-template-page-contact #contact .container h2 {
    line-height: 1.559;
    margin-bottom: 25px;
  }

  .page-template-page-contact #contact .container p {
    line-height: 1.594;
  }

  .page-template-page-contact .mw_wp_form {
    margin-top: 60px;
  }

  .page-template-page-contact #form td.textarea {
    padding-bottom: 20px;
  }

  .page-template-page-contact #form tr.address th {
    width: 32%;
  }

  .page-template-page-contact #form tr.address td {
    width: 68%;
  }

  .page-template-page-contact #form td.col2 span {
    margin-left: 0;
  }

  .page-template-page-contact #form td.col2 span input[type="text"] {
    width: 100%;
  }

  .page-template-page-contact #form td.col2 span:first-child input[type="text"] {
    margin-bottom: 20px;
  }

  .page-template-page-contact #form td.age input[type="text"] {
    width: 35.5%;
  }

  .page-template-page-contact #form tr.address td.col2 span {
    margin-left: 8.5%;
  }

  .page-template-page-contact #form tr.address td.col2 span:first-child {
    margin-right: 8.5%;
  }

  .page-template-page-contact #form tr.address td.col2 span input[type="text"] {
    width: 40%;
  }

  .page-template-page-contact #form tr.address td.col2 span:first-child  input[type="text"] {
    margin-bottom: 0;
  }

  .page-template-page-contact .submit input[type="submit"],
  .page-template-page-contact .submit a {
    width: 46%;
    margin: 0 2%;
  }

}

@media screen and (min-width: 600px) and (max-width: 768px) {

  /*## Page Top*/
  #page-top {
    width: 74px;
    height: 74px;
  }

}

@media screen and (max-width: 599px) {

  /*## Page Top*/
  #page-top {
    width: 19.2%;
    height: 0;
    padding-top: 19.5%;
  }

  #page-top a {
    position: absolute;
    top: 0;
  }

  /*## Foot Banner*/
  #foot-banner {
    width: 80.8%;
    height: auto;
    right: inherit;
    left: 0;
  }

}

