html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: 'Noto Sans JP', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
::selection {
  color: #ffffff;
  background: #333333;
}
img {
  vertical-align: bottom;
}
body {
  width: 100%;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', YuGothic, Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.78;
  color: #333333;
}
a {
  color: #00911a;
  text-decoration: none;
}
a:visited {
  outline: none;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%
}
#page_top {
  width: 75px;
  height: 75px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 1;
}
#page_top a {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  text-decoration: none;
}
.container {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}
.pc-vis {
  display: block;
}
.sp-vis {
  display: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
i {
  margin: 0 0.3em;
}
.sp_br {
  display: block;
}
.pc_br {
  display: none;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  border: 0;
  background: transparent;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
button:hover {
  cursor: pointer;
}
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.box {
  opacity: 0;
}
/*==================================================
ふわっ
===================================*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* header */
header {
  padding: 20px 0;
  position: static;
  width: 100%;
  background-color: #ffffff;
  z-index: 1;
}
header .container {
  font-size: 18px;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header h1 {
  font-weight: normal;
  display: flex;
  align-items: center;
}
header h1 img {
  width: 176px;
  height: auto;
}
header h1 {
  font-weight: normal;
}
header h1 img {
  margin-right: 20px;
}
header h1 a, header a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
header h1 a:hover, header li a:hover {
  color: #00911a;
  text-decoration: none;
}
/* home */
.slider_box {
  position: relative;
  width: 100%;
  height: 55vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
}
.slider img {
  width: 100%;
  height: auto;
}
.slider_box .logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: fadezoom 10s 0s forwards;
}
.go {
  padding: 250px 0;
  text-align: center;
}
.go p.mainreed {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 50px;
  text-align: center;
}
.go p {
  font-size: 14px;
  margin: 50px 0 150px;
  text-align: center;
}
.go .econ {
  display: flex;
  justify-content: flex-start;
}
.go .econ h5 {
  color: #49a141;
  font-size: 28px;
  padding-top: 30px;
}
.go .econ span {
  display: block;
  color: #000000;
  font-size: 16px;
}
.go .econ p {
  margin: 20px 0 0;
}
/* photo */
.photo {
  position: relative;
  width: 100%;
  height: 85vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-image: url("../../images/photo.jpg");
}
/* SUSTAINABLE */
.sus {
  padding: 150px 0 0;
  text-align: center;
  background-color: #f7f7f7;
}
.sus h3 {
  font-size: 36px;
  padding: 0 0 80px;
}
.sus .sus_box {
  font-size: 14px;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sus .sus_box div {
  width: 50%;
  text-align: left;
  padding: 0 0 100px;
}
.sus h4 {
  color: #49a141;
  font-size: 24px;
  padding: 30px 0 0 40px;
}
.sus p {
  padding: 0 40px;
}
.voice {
  padding: 200px 0 150px;
}
.voice h3 {
  padding-bottom: 50px;
  text-align: center;
}
.voice .voice_box {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
}
.voice .voice_box div {
  margin: 0 3.17%;
  width: 26.98%;
}
.voice .voice_box p {
  padding-bottom: 30px;
}
.concept {
  color: #ffffff;
  padding: 130px 0 50px;
  text-align: center;
  background-color: #49a141;
}
.concept h3 {
  font-size: 38px;
  padding: 5px 0;
}
.concept p {
  font-size: 14px;
  padding-bottom: 80px;
}
.partner {
	padding: 80px 0 0 0;
	text-align: center;
}
.partner .part_box {
  font-size: 13px;
  width: 800px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner .part_box div {
	padding: 5px;
}
.partner .part_box img {
	width: 70px;
	height: auto;
}
.link {
  padding: 130px 0 50px;
  text-align: center;
}
.link .link_box {
  display: flex;
  justify-content: center;
}
.link .link_box a {
  width: 33.33%;
  color: #000000;
  font-size: 16px;
  padding: 10px 0;
  font-weight: bold;
  border: solid 2px #49a141;
  border-radius: 100px;
  margin: 0 20px;
  transition: all 0.3s ease 0s;
}
.link .link_box a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #49a141;
  border: solid 2px #49a141;
}
/* footer */
footer {
  margin-top: 100px;
  padding: 50px;
  text-align: center;
  background-color: #f7f7f7;
}
footer small {
  font-size: 12px;
}
@media screen and (max-width: 1259px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .pc-vis {
    display: none !important;
  }
  .sp-vis {
    display: block;
  }
  .sp_br {
    display: none;
  }
  .pc_br {
    display: block;
  }
  header {
    padding: 15px 0 10px;
  }
  header .container {
    padding: 0 15px;
  }
  header h1 img {
    width: 150px;
    height: auto;
  }
  /* home */
  .slider_box {
    height: 160vw;
  }
  .slider_box .logo {
    width: 150px;
    height: auto;
  }
  .go {
    padding: 200px 0 100px;
  }
  .go h3 img {
    width: 80%;
    height: auto;
  }
  .go h4 img {
    width: 50%;
    height: auto;
  }
  .go p {
    text-align: left;
  }
  .go .econ {
    display: block;
  }
  .go .econ p {
    text-align: center;
  }
  .go .econ div {
    padding-bottom: 80px;
  }
  .go .econ h5 {
    padding-top: 20px;
  }
  .go .econ p {
    margin: 10px 0 0;
  }
  /* photo */
  .photo {
    height: 65vh;
    background-size: 200%;
    background-position: center bottom;
    background-attachment: inherit;
  }
  .sus h3 {
    font-size: 28px;
    padding: 0 0 50px;
  }
  .sus .sus_box {
    padding-bottom: 60px;
    display: block;
  }
  .sus .sus_box div {
    width: 100%;
    padding: 0 0 80px;
  }
  .sus h4 {
    padding: 20px 0 0 0;
  }
  .sus p {
    padding: 0;
  }
  .voice .voice_box {
    display: block;
  }
  .voice .voice_box div {
    margin: 0 0 50px;
    width: 100%;
  }
  .voice .voice_box div img {
    width: 100%;
    height: auto;
  }
  .partner .part_box {
    width: 100%;
    display: block;
  }
  .partner .part_box .logo {
    text-align: center;
  }
  .link {
    padding: 100px 0 0;
  }
  .link .link_box {
    display: block;
    flex-wrap: wrap;
  }
  .link .link_box a {
    width: 80%;
    display: block;
    padding: 15px 0;
    margin: 0 auto 30px;
  }
  .link .link_box a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #49a141;
    border: solid 2px #49a141;
  }
  /* footer */
  footer {
    margin-top: 100px;
    padding: 50px;
    text-align: center;
    background-color: #f7f7f7;
  }
  footer img {
    width: 50%;
    height: auto;
  }
  footer small {
    font-size: 12px;
  }
}