@charset "UTF-8";
/*---------------------------------
  Basic
---------------------------------*/
body {
	color: #333;
  font-family: 游ゴシック, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Verdana, sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
  position: relative;
}

h1,h2,h3,h4,h5 {
  letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
	border: 0;
	vertical-align: bottom;
  display: block;
}

p,ul,li,dl,dt,dd,th,td {
	margin: 0;
	padding: 0;
}

ol,ul,li {
	list-style: none;
}

i {
	vertical-align: middle;
}

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

*,
*::before,
*::after {
	box-sizing: border-box;
}

::selection {
	background: #95dcb4;
}

::-moz-selection {
	background: #95dcb4;
}

@media screen and (max-width: 896px) {	
	body {
		font-size: 14px;
		min-width: 300px;
	}
}

/*---------------------------------
  ScrollTrigger
---------------------------------*/
.invisible {
  transition: all 1s ease;
  opacity: 0.0;
}

.visible {
  transition: all 1s ease;
  opacity: 1.0;
}

/*---------------------------------
  Link
---------------------------------*/
a:link, a:visited, a:hover, a:active {
	color: #333;
	text-decoration: none;
}

.btn {
  width: 90%;
	max-width: 300px;
	height: 60px;
	line-height: 60px;
	color: #fff !important;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 3px;
	padding: 0 2em;
	display: block;
	position: relative;
}

.btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.btn_forward:after {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 1.5em;
}

.btn_forward:hover:after {
	right: 1.3em;
	opacity: 0.8;
	transition: 0.3s;
}

.btn_back:after {
	content: "\f104";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 1.5em;
}

.btn_back:hover:after {
	left: 1.3em;
	opacity: 0.8;
	transition: 0.3s;
}

/*---------------------------------
  Common
---------------------------------*/
.contents_wrap {
  margin-top: 10em;
}

.background_wrap {
  padding: 5em 0;
}

.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1em;
}

.text_box p:nth-child(n+2) {
  margin-top: 1em;
}

em {
  font-family: 'Public Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
}

.index_title h2 em {
  font-size: clamp(24px, 5vw, 80px);
  margin-bottom: 1em;
}

.index_title h2 em:before,
.index_title h2 em:after {
  color: #dbdbdb;
  padding: 0 5px;
}

.index_title h2 em:before {
  content: '“';
}

.index_title h2 em:after {
  content: '”';
}

.index_title h2 span {
  color: #15973d;
  font-size: clamp(14px, 2vw, 21px);
  vertical-align: bottom;
  margin-left: 1.5em;
}

.page_title_wrap {
  position: relative;
}

.page_title_wrap h2 {
  color: #15973d;
  font-size: clamp(21px, 2vw, 36px);
  background: #fff;
  position: absolute;
  top: 40%;
  left: 4%;
  padding: 0.5em 1em;
}

.page_title_content {
  width: 80%;
  margin-left: auto;
}

.page_title_content img {
  height: 300px;
  object-fit: cover;
}

.page_wrap {
  padding-top: 1em;
}

.page_wrap h3 {
  font-size: clamp(16px, 2vw, 28px);
  border-left: solid 5px #15973d;
  margin-bottom: 2em;
  padding: 0.5em 0.8em;
}

/* 特徴 */
.features_box dl:nth-of-type(n+2) {
  margin-top: 2em;
}

.features_box dl dt {
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  position: relative;
}

.features_box dl dt span:first-of-type {
  width: 50px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #ff9933;
  padding: 0.5em;
}

.features_box dl dt span:last-of-type {
  width: calc(100% - 50px);
  font-size: clamp(16px, 2vw, 21px);
  background: #f6f2ea;
  padding: 0.7em 1em;
}

.features_box dl dd {
  padding-left: 4.5em;
}

/* 画像リスト */
.thumb_list_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.thumb_list_box ul li {
  width: calc(100% / 3 - 2em);
  margin: 1em;
}

@media print, screen and (max-width: 896px) {
  .features_box dl dt span:first-of-type {
    width: 40px;
  }
  
  .features_box dl dt span:last-of-type {
    width: calc(100% - 40px);
  }
  
  .features_box dl dd {
    padding-left: 3em;
  }
  
  .thumb_list_box ul li {
    width: calc(100% / 2 - 2em);
  }
}

@media print, screen and (max-width: 480px) {
  .thumb_list_box ul {
    flex-direction: column;
  }
  
  .thumb_list_box ul li {
    width: 100%;
    margin: 1em 0;
  }
}

/* 店舗概要 */
.shop_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shop_inner:nth-of-type(n+2) {
  margin-top: 5em;
}

.shop_overview,
.shop_map {
  width: 48%;
}

.shop_overview h4 {
  font-size: clamp(16px, 2vw, 21px);
  background: #f6f2ea;
  margin-bottom: 1em;
  padding: 0.7em 1em;
}

.shop_overview dl {
  display: flex;
  flex-wrap: wrap;
}

.shop_overview dl dt,
.shop_overview dl dd {
  border-bottom: solid 1px #dfe1e5;
  padding: 1em 0.5em;
}

.shop_overview dl dt {
  width: 90px;
  font-weight: 600;
}

.shop_overview dl dd {
  width: calc(100% - 90px);
}

.shop_map iframe {
  width: 100%;
}

.shop_overview dl+p {
  font-weight: 600;
  margin-top: 2em;
}

.shop_overview .btn {
  background: #ff9933;
  margin-top: 3em;
}

@media print, screen and (max-width: 896px) {
  .shop_inner {
    flex-direction: column;
  }
  
  .shop_overview,
  .shop_map {
    width: 100%;
  }
  
  .shop_map {
    margin-top: 3em;
  }
}

@media print, screen and (max-width: 480px) {
  .shop_overview dl {
    flex-direction: column;
  }
  
  .shop_overview dl dt,
  .shop_overview dl dd {
    width: 100%;
  }
  
  .shop_overview dl dt {
    border-bottom: none;
    padding-bottom: 0;
  }
  
  .shop_overview dl dd {
    padding-top: 0.5em;
  }
}

@media print, screen and (max-width: 896px) {
  .contents_wrap {
    margin-top: 7em;
  }
  
  .background_wrap {
    padding: 3em 0;
  }
  
  .wrapper {
    padding: 0 4%;
  }
}

/*---------------------------------

  Header

---------------------------------*/
header {
  font-weight: 600;
  padding: 0 0 1em 4%;
}

.header_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header_content h1 {
  width: fit-content;
  margin-right: auto;
}

.header_content h1 a {
  color: #15973d;
  font-size: clamp(16px, 2vw, 21px);
}

.header_content h1 a span {
  color: #666;
  font-size: clamp(12px, 1.5vw, 14px);
  display: block;
}

.header_content h1 a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.header_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.header_inner,
.header_inner ul,
.header_box nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.header_inner p {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 600;
}

.header_inner p:before,
.header_inner ul li a:before {
	font-family: 'Font Awesome 5 Free';
  font-size: clamp(16px, 2vw, 18px);
  margin-right: 5px;
}

.header_inner p:before {
	content: "\f095";
  font-weight: 600;
}

.header_inner ul {
  margin-left: 1.5em;
}

.header_inner ul li:first-of-type a:before {
	content: "\f007";
}

.header_inner ul li:last-of-type a:before {
	content: "\f0e0";
}

.header_inner ul li a {
  color: #fff;
  font-size: clamp(12px, 1.5vw, 14px);
  display: inline-block;
  padding: 0.5em 1.5em;
}

.header_inner ul li:first-of-type a {
  background: #137480;
}

.header_inner ul li:last-of-type a {
  background: #15973d;
}

.header_inner ul li a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.header_box nav {
  padding-right: 1em;
}

.header_box nav li a {
  display: block;
  padding: 0.5em 0.8em;
}

.header_box nav li a:hover {
  color: #15973d;
  transition: 0.3s;
}

@media print, screen and (max-width: 996px) {
  header {
    padding-top: 1em;
  }
  
  header h1 {
    letter-spacing: 0.05em;
  }
  
  header h1 span {
    line-height: 1.5em;
  }
  
  .header_box {
    display: none;
  }
}

/*---------------------------------
  Burger
---------------------------------*/
.burger_area {
	position: absolute;
	top: 5px;
	right: 0;
}

.btn_burger {
	display: flex;
	justify-content: flex-end;
}

.btn_burger a {
  z-index: 20;
  position: relative;
  width: 30px;
  height: 26px;
	display: block;
  cursor: pointer;
	margin: 15px;
}

.btn_burger a,
.btn_burger a span {
	display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
}

.btn_burger a span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #137480;
  border-radius: 4px;
}

.btn_burger a span:nth-of-type(1) {
  top: 0;
}

.btn_burger a span:nth-of-type(2) {
  top: 11px;
}

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

.btn_burger a.active span:nth-of-type(1) {
  background: #fff;
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.btn_burger a.active span:nth-of-type(2) {
  opacity: 0;
}

.btn_burger a.active span:nth-of-type(3) {
  background: #fff;
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.burger {
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10;
}

.burger.open {
	display: block;
}

.burger.close {
	display: none;
}

.burger_menu {
	height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.burger_menu li {
	font-weight: 600;
  display: block;
  margin: 2em;
}
	
.burger_menu li:before {
	color: #fff;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	vertical-align: middle;
	margin-right: 1em;
}

.burger_menu li a {
  color: #fff !important;
}

@media print, screen and (min-width: 997px) {
	.burger_area {
		display: none;
	}
}

/*---------------------------------

  Index

---------------------------------*/
/*---------------------------------
  Hero
---------------------------------*/
.hero_wrap,
.hero_content {
  position: relative;
}

.hero_box {
  height: calc(100vh - 102px);
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-left: 8%;
}

.hero_box:before {
  content: '';
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: -1;
}

.hero_1:before {
  background: url("images/top/hero_1.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero_2:before {
  background: url("images/top/hero_2.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero_3:before {
  background: url("images/top/hero_3.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero_4:before {
  background: url("images/top/hero_4.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero_5:before {
  background: url("images/top/hero_5.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero_6:before {
  background: url("images/top/hero_6.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}


.hero_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

.hero_inner h2,
.hero_inner h3 {
  color: #15973d;
  background: #fff;
  margin: 0.1em 0;
  padding: 0.8em 1em 0.8em 0;
}

.hero_inner h2 {
  font-size: clamp(14px, 2vw, 28px);
}

.hero_inner h3 {
  font-size: clamp(21px, 4vw, 48px);
}

.hero_inner .btn {
  width: 300px;
  background: #137480;
  margin-top: 3em;
}

.hero_inner .btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.scrolldown {
  position: absolute;
	bottom: 1em;
	left: 4%;
	z-index: 2;
}

.scrolldown span {
  position: absolute;
  left: 10px;
  bottom: 35px;
  color: #333;
  font-size: 14px;
	font-weight: 600;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333;
  animation:
  circlemove 2s ease-in-out infinite,
  cirlemovehide 2s ease-out infinite;
	z-index: 2;
}

@keyframes circlemove {
      0%{bottom:115px;}
     100%{bottom:-5px;}
}

@keyframes cirlemovehide {
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
}

.scrolldown:after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 120px;
  background: #333;
}

/*---------------------------------
  Index Service
---------------------------------*/
.index_sub_content {
  height: 400px;
  position: relative;
  display: block;
}

.index_sub_content:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(19, 116, 128, 0.6);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.index_fakegreen_content {
  background: url("images/top/fakegreen_bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.index_revolution_content {
  background: url("images/top/revolution_bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.index_sub_content .index_service_text {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.index_sub_box {
  height: 100%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2em;
  position: relative;
  z-index: 2;
}

.index_sub_box h3 {
  font-size: clamp(21px, 2vw, 36px);
  line-height: 1.5em;
  margin-bottom: 1em;
}

.index_sub_box h4 {
  font-size: clamp(14px, 2vw, 16px);
}

.index_service_wrap {
  position: relative;
  margin-top: 7em;
  padding-bottom: 5em;
}

.index_service_wrap:before {
  content: '';
  width: 75%;
  height: 100%;
  background: #e0eaec;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.index_service_content_bg {
  position: relative;
  padding: 5em 0 0 0;
}

.index_service_content_bg:before {
  content: '';
  width: 60%;
  height: 85%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5em;
  z-index: -1;
}

.index_foliageplant_bg .index_service_content_bg:before {
  background: url("images/top/foliageplant.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.index_landscaping_bg .index_service_content_bg:before {
  background: url("images/top/landscaping.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  right: inherit;
  left: 0;
}

.index_service_text {
  color: rgba(19, 116, 128, 0.5);
  font-size: clamp(28px, 4.5vw, 70px);
  position: absolute;
  top: -0.2em;
  right: 5%;
}

.index_service_logo {
  width: 300px;
  position: absolute;
  right: 5%;
  bottom: 7em;
}

.index_landscaping_bg .index_service_text {
  left: 5%;
  right: inherit;
}

.index_landscaping_bg .index_service_content {
  margin-left: auto;
}

.index_service_content {
  width: 55%;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  padding: 3em;
}

.index_service_content h3 {
  font-size: clamp(21px, 2vw, 36px);
  line-height: 1.5em;
  margin-bottom: 1em;
}

.index_service_content h3 span {
  color: #15973d;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.5em;
  display: block;
  margin-bottom: 0.5em;
}

.index_landscaping_bg h3 {
  text-align: right;
}

.service_area_box {
  font-size: 13px;
  font-weight: 600;
  margin-top: 3em;
}

.service_area_box p {
  color: #fff;
  font-size: 14px;
  border-radius: 3px 3px 0 0;
  background: #137480;
  padding: 0 1.5em;
  display: inline-block;
}

.service_area_box p i {
  transform: rotate(45deg);
  margin-right: 0.8em;
}

.service_area_inner {
  border-radius: 0 0.5em 0.5em 0.5em;
  background: #f6f2ea;
  margin-top: -1px;
  padding: 1.5em;
}

.service_area_inner dl,
.service_area_inner dl dd ul {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.5em;
}

.service_area_inner dl dt {
  width: 80px;
  color: #137480;
}

.service_area_inner dl dt:before {
  content: '';
  width: 15px;
  height: 2px;
  background: #137480;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.service_area_inner dl dd {
  width: calc(100% - 80px);
}

.service_area_inner dl dd ul li {
  color: #666;
  padding: 0 0.5em;
}

.index_service_fuature_content {
  max-width: 90%;
  margin: 0 auto;
  padding: 4em 0 2em 0;
}

.index_service_fuature_content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.index_service_fuature_content ul li {
  width: calc(100% / 3 - 2em);
  color: #137480;
  font-weight: 600;
  text-align: center;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  margin: 1em 0.5em;
  padding: 1.5em 0.5em 1em 0.5em;
  position: relative;
}

.index_service_fuature_content ul li p:first-of-type {
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  background: #ff9933;
  padding: 0 1em;
  position: absolute;
  top: -15px;
  left: 15px;
}

.index_service_btn {
  position: relative;
}

.index_service_btn:before {
  content: '';
  width: 2px;
  height: 80px;
  background: #333;
  margin: 0 auto;
  display: block;
}

.index_service_btn .btn {
  background: #333;
  margin: 0 auto;
}

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

.index_others_box {
  width: 47%;
  text-align: center;
  position: relative;
}

.index_others_box:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.index_others_box:hover:before {
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.index_fukuyoshi_box {
  height: 400px;
  background: url("images/top/fukuyoshi.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 5em 1em;
  cursor: pointer;
}

.index_amazones_box {
  height: 400px;
  background: url("images/top/amazones.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 5em 1em;
  cursor: pointer;
}

.index_others_inner {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.index_others_inner h2 {
  font-size: clamp(21px, 2vw, 36px);
  margin-bottom: 0.5em;
}

.index_others_inner h3 {
  font-size: clamp(14px, 1.5vw, 16px);
}

.index_others_inner a {
  border: solid 1px #fff;
  margin: 2em auto 0 auto;
}

@media print, screen and (max-width: 896px) {
  .index_service_content_bg {
    padding: 300px 0 0 0;
  }
  
  .index_service_content_bg:before {
    width: 80%;
    height: 400px;
  }
  
  .index_service_content {
    width: 90%;
    padding: 2em;
  }
  
  .index_service_fuature_content ul li {
    width: calc(100% - 2em);
  }
  
  .index_service_text {
    top: -0.5em;
  }
  
  .index_others_content {
    flex-direction: column;
  }
  
  .index_others_box {
    width: 100%;
  }
  
  .index_others_box:nth-of-type(n+2) {
    margin-top: 3em;
  }
  
  .index_fakegreen_content,
  .index_revolution_content {
    background-attachment: inherit;
  }
}

/*---------------------------------
  Index About
---------------------------------*/
.index_about_wrap {
  padding-bottom: 5em;
  position: relative;
}

.index_about_wrap:before {
  content: '';
  width: 75%;
  height: 100%;
  background: url("images/top/bg_about.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}

.index_about_wrap h2 {
  margin-bottom: 3em;
}

.index_about_content ul {
	display: flex;
	flex-wrap: wrap;
}

.index_about_content ul li {
	width: calc(100% / 4 - 2em);
	font-weight: 600;
	text-align: center;
	margin: 0 1em;
}

.index_about_content ul li i {
	color: #ebfafc;
	font-size: 21px;
	display: block;
	margin-bottom: 0.5em;
}

.index_about_content ul li a {
	color: #ebfafc;
	border-radius: 0.5em;
	background: #137480;
	padding: 2em 0.5em;
	display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
	overflow: hidden;
}

.index_about_content ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ebfafc;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.index_about_content ul li a:hover,
.index_about_content ul li a:focus,
.index_about_content ul li a:active,
.index_about_content ul li a:hover i,
.index_about_content ul li a:focus i,
.index_about_content ul li a:active i {
  color: #137480;
}

.index_about_content ul li a:hover:before,
.index_about_content ul li a:focus:before,
.index_about_content ul li a:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media print, screen and (max-width: 896px) {
  .index_about_content ul li {
    width: calc(100% / 2 - 2em);
  }
  
  .index_about_content ul li:nth-of-type(n+3) {
    margin-top: 2em;
  }
}

/*---------------------------------
  Index Recruit
---------------------------------*/
.index_recruit_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.index_recruit_content:before {
  content: '';
  width: 70%;
  height: 80%;
  background: #e0eaec;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.index_recruit_box {
  width: 60%;
  padding: 5em 0;
}

.index_recruit_box h2 {
  margin-bottom: 2em;
}

.index_recruit_box .btn {
  background: #333;
  margin-top: 3em;
}

.index_recruit_thumb {
  width: 40%;
}

.index_recruit_thumb img {
  height: 300px;
  object-fit: cover;
}

@media print, screen and (max-width: 896px) {
  .index_recruit_content {
    flex-direction: column-reverse;
    padding-top: 3em;
  }
  
  .index_recruit_content:before {
    height: 100%;
  }
  
  .index_recruit_box {
    width: 100%;
  }
  
  .index_recruit_thumb {
    width: 100%;
  }
  
  .index_recruit_box .btn {
    margin: 3em auto 0 auto;
  }
}

/*---------------------------------

  Landscaping

---------------------------------*/
.thumb_list_content h4 {
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 2em;
}

.revolution_content h4 {
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 2em;
}

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

.revolution_box ul li {
  width: 49%;
}

@media print, screen and (max-width: 896px) {
  .revolution_box ul {
    flex-direction: column;
  }
  
  .revolution_box ul li {
    width: 100%;
  }
  
  .revolution_box ul li:nth-of-type(n+2) {
    margin-top: 2em;
  }
}

/*---------------------------------

  Foliageplant

---------------------------------*/
.foliageplant_price_wrap {
  background: #e0eaec;
  padding: 7em 0;
}

.foliageplant_price_box {
  display: flex;
  flex-wrap: wrap;
}

.foliageplant_price_inner {
  width: calc(100% / 3 - 2em);
  background: #fff;
  margin: 1em;
  padding: 1.5em 1.5em 0.5em 1.5em;
}

.foliageplant_price_inner h4 {
  font-size: clamp(16px, 2vw, 21px);
  text-align: center;
  margin: 1em 0 0.5em 0;
}

.foliageplant_price_inner dl {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #dfe1e5;
}

.foliageplant_price_inner dl dt,
.foliageplant_price_inner dl dd {
  padding: 1em 0;
}

.foliageplant_price_inner dl dt:nth-of-type(n+2),
.foliageplant_price_inner dl dd:nth-of-type(n+2) {
  border-top: solid 1px #dfe1e5;
}

.foliageplant_price_inner dl dt {
  width: 70px;
  font-weight: 600;
}

.foliageplant_price_inner dl dd {
  width: calc(100% - 70px);
  text-align: right;
}

.foliageplant_price_inner dl dd span {
  color: #d84200;
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 600;
  padding-right: 5px;
}

.fakegreen_content h4 {
  font-size: clamp(16px, 2vw, 21px);
  margin-bottom: 1em;
}

.fakegreen_content h4 span {
  font-size: clamp(12px, 1.5vw, 14px);
  vertical-align: super;
}

.fakegreen_content .text_box {
  font-size: clamp(12px, 1.5vw, 14px);
  line-height: 1.8em;
  text-indent: -1em;
  margin-bottom: 3em;
  padding-left: 1em;
}

@media print, screen and (max-width: 896px) {
  .foliageplant_price_box {
    flex-direction: column;
  }
  
  .foliageplant_price_inner {
    width: 100%;
    max-width: 400px;
    margin: 1em auto;
  }
}

/*---------------------------------

  Others

---------------------------------*/
.others_catch_content h3 {
  font-size: clamp(16px, 2vw, 21px);
  margin-bottom: 1em;
}

/*---------------------------------

  About

---------------------------------*/
.greeting_box h4 {
  font-size: clamp(16px, 2vw, 21px);
  margin-bottom: 2em;
}

.greeting_box .text_box p {
  text-indent: 1em;
}

.greeting_box .text_box+p {
  text-align: right;
  margin-top: 3em;
}

.overview_box dl {
  display: flex;
  flex-wrap: wrap;
}

.overview_box dl dt,
.overview_box dl dd {
  border-bottom: solid 1px #dfe1e5;
  padding: 1em 0.5em;
}

.overview_box dl dt {
  width: 20%;
  font-weight: 600;
}

.overview_box dl dd {
  width: calc(100% - 20%);
}

@media print, screen and (max-width: 896px) {
  .overview_box dl {
    flex-direction: column;
  }
  
  .overview_box dl dt,
  .overview_box dl dd {
    width: 100%;
  }
  
  .overview_box dl dt {
    border-bottom: none;
    padding-bottom: 0;
  }
  
  .overview_box dl dd {
    padding-top: 0.5em;
  }
}

.history_box {
	padding: 2em 0;
	position: relative;
}

.history_box:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #dfe1e5;
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
}

.history_box dl {
	display: flex;
	flex-wrap: wrap;
	padding-left: 16px;
}

.history_box dl dt,
.history_box dl dd {
	padding: 0.5em;
}

.history_box dl dt {
	width: 150px;
  font-weight: 600;
}

.history_box dl dt:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
	color: #137480;
	font-weight: 600;
	margin-right: 1.5em;
	position: relative;
	z-index: 1;
}

.history_box dl dd {
	width: calc(100% - 150px);
}

@media print, screen and (max-width: 896px) {
	.history_box:before {
		left: 12px;
	}
	
	.history_box dl {
		flex-direction: column;
		padding-left: 0;
	}
	
	.history_box dl dt,
	.history_box dl dd {
		width: 100%;
	}
	
	.history_box dl dt {
		font-weight: 600;
		padding-bottom: 0;
	}
	
	.history_box dl dt:nth-of-type(n+2) {
		padding-top: 1em;
	}
	
	.history_box dl dd {
		padding: 0 0 0 40px;
	}
}

/*---------------------------------

  Recruit

---------------------------------*/
/*---------------------------------
  
---------------------------------*/





/*---------------------------------

  Privacy

---------------------------------*/
.privacy_box ul li,
.disclaimer_box ul li {
  list-style: disc inside;
  text-indent: -1.4em;
  padding-left: 1.4em;
}

.privacy_box ul li:nth-of-type(n+2),
.disclaimer_box ul li:nth-of-type(n+2) {
  margin-top: 1em;
}

.policy_content,
.disclaimer_content {
  margin-top: 4em;
}

.policy_box dl > dd > p {
  padding-left: 0.8em;
}

.policy_box dl > dd > dl > dd > p {
  padding-left: 2.6em;
}

.policy_box dl:nth-of-type(2) > dd > p,
.policy_box dl:nth-of-type(3) > dd > p {
  padding-left: 2.6em;
}

.policy_box dl:last-of-type {
  margin-top: 1em;
}

/*---------------------------------

  Thanks

---------------------------------*/
.thanks_content .text_box p:nth-last-child(2)	{
	font-size: 21px;
	font-weight: 600;
  letter-spacing: 0.1em;
}

.thanks_content .text_box p:nth-last-child(2):before {
  content: "\f095";
	font-family: 'Font Awesome 5 Free';
  font-size: 21px;
  font-weight: 600;
  display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}

.thanks_content .btn {
  background: #333;
  margin: 5em auto 0 auto;
}

@media print, screen and (max-width: 896px) {
  .thanks_content .text_box p:nth-last-child(2)	{
    font-size: 18px;
  }
  
  .thanks_content .text_box p:nth-last-child(2):before {
    font-size: 16px;
  }
}

/*---------------------------------

  Common Contact

---------------------------------*/
.f_contact_wrap {
	background: #f6f2ea;
  margin-top: 7em;
	padding: 2em 0;
}

.f_contact_content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.f_contact_box,
.f_contact_btn {
	padding: 2em;
}

.f_contact_box {
	width: 55%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	border-right: solid 1px #dfe1e5;
}

.f_contact_box h2 {
	font-size: 28px;
  font-weight: 600;
	margin-bottom: 1em;
}

.f_contact_box h2:after {
	content: "";
	width: 50px;
	height: 3px;
	background: #15973d;
	display: block;
	margin-top: 1em;
}

.f_contact_box p {
	font-size: 14px;
	line-height: 1.8em;
}

.f_contact_btn {
	width: 45%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.f_contact_btn ul li {
	padding: 0.5em;
}

.f_contact_btn ul li:first-of-type {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
}

.f_contact_btn ul li:first-of-type img {
  width: 50px;
  display: inline-block;
  margin-right: 5px;
}

/*
.f_contact_btn ul li:first-of-type:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
*/

.f_contact_btn ul li:first-of-type span {
	color: #999;
	font-size: 12px;
	margin-top: 0.5em;
	display: block;
}

.f_contact_btn ul li:last-of-type a {
	min-width: 300px;
	height: 60px;
	line-height: 60px;
	color: #fff !important;
	font-weight: 600;
	text-align: center;
	border-radius: 3px;
	background: #15973d;
	display: block;
}

.f_contact_btn ul li:last-of-type a:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
	font-size: 21px;
	font-weight: 500;
	vertical-align: middle;
	margin-right: 0.5em;
}

.f_contact_btn ul li:last-of-type a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

@media print, screen and (max-width: 896px) {
	.f_contact_content {
		flex-direction: column;
	}
	
	.f_contact_box,
	.f_contact_btn {
		width: 100%;
		text-align: center;
	}
	
	.f_contact_box {
		border-right: none;
		border-bottom: solid 1px #dfe1e5;
	}
	
	.f_contact_box h2 {
		font-size: 24px;
	}
	
	.f_contact_box h2:after {
		margin: 1em auto 0 auto;
	}
	
	.f_contact_box p br {	
		display: none;
	}
}

@media print, screen and (max-width: 480px) {
	.f_contact_box h2 {
		font-size: 21px;
	}
	
	.f_contact_btn ul li:first-of-type {
		font-size: 21px;
	}
	
	.f_contact_btn ul li:last-of-type a:before {
		font-size: 18px;
	}
}

/*---------------------------------

  Footer

---------------------------------*/
footer {
  color: #fff;
  font-size: 14px;
  background: #333;
  padding: 5em 0;
}

footer a {
  color: #fff !important;
}

.footer_content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.footer_box {
  width: 320px;
  margin-right: auto;
}

.footer_box h2 {
  font-size: clamp(14px, 2vw, 18px);
  margin-bottom: 0.5em;
}

.sitemap_box {
  width: 50%;
}

.sitemap_box ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}

.sitemap_box ul li {
  margin: 0 0.5em;
}

.sitemap_box ul li:before {
  content: '\f138';
	font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-right: 5px;
}

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

address {
	color: #fff;
	font-size: 0.7em;
	font-style: normal;
  text-align: right;
  margin-top: 2em;
}

@media print, screen and (max-width: 1091px) {
  .footer_content {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  
  .footer_box {
    width: 100%;
    margin-bottom: 2em;
  }
  
  .sitemap_box {
    width: 100%;
  }
  
  .sitemap_box ul {
    justify-content: center;
  }
  
  address {
    text-align: center;
  }
}

@media print, screen and (max-width: 480px) {
  .f_contact_btn ul li:first-of-type img {
    width: 45px;
  }
}

/*---------------------------------
  PageTop
---------------------------------*/
.pagetop {
	width: 60px;
	height: 60px;
	line-height: 55px;
	border-radius: 50%;
	color: #fff !important;
	font-size: 18px;
	text-align: center;
	background: rgba(51, 51, 51, 0.9);
	display: block;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 1000;
}

.pagetop:hover {
	opacity: 0.8;
	transition: 0.3s;
}

@media screen and (max-width: 896px) {
	.pagetop {
		width: 50px;
		height: 50px;
		line-height: 45px;
		font-size: 14px;
		right: 10px;
		bottom: 10px;
	}
}

@media screen and (max-width: 480px) {
  .pagetop {
    display: none !important;
  }
}