@charset "UTF-8";
/*-----------------------------------
common
-----------------------------------*/
html {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  width: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.5;
  min-height: 100vh;
  height: 100%;
  margin: 0;
  background-color: #fff;
  overflow-x: hidden;
}

/*-----------------------------------
defalut setting
-----------------------------------*/
a {
  text-decoration: none;
  color: #4d4d4d;
  transition: .5s;
}

a:hover {
  opacity: .8;
  transition: .5s;
}

ul, li, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl, dt, dt, dd {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
}

input::placeholder {
  color: #4d4d4d;
}

/* IE */
input:-ms-input-placeholder {
  color: #4d4d4d;
}

/* Edge */
input::-ms-input-placeholder {
  color: #4d4d4d;
}

.clearfix {
  display: block;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*-----------------------------------
parts style
-----------------------------------*/
.content_area {
  padding: 90px 70px 30px;
  margin: 40px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.content_area .content_box {
  width: 29.33333333333%;
  margin-right: 6%;
  margin-bottom: 60px;
}

.content_area .content_box:nth-of-type(3n) {
  margin-right: 0;
}

.content_area .content_box img {
  width: 100%;
}

.content_area .content_box h3 {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin: 10px 0 0;
}

.content_area .content_box p {
  margin: 10px 0 0;
}

.img_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 0;
}

.img_box div {
  width: 560px;
  line-height: 2;
  font-weight: bold;
  color: #000;
}

.new {
	display: inline-block;
	background-color: #FF0004;
	font-size: 8px;
	color: #fff;
	padding: 2px;
	vertical-align:top;
	margin-left: 3px;
}

/*----------------------------------
	Scroll Animation
------------------------------------*/
.scroll-in {
  opacity: 0;
  transform: translateY(25px);
}

.show {
  opacity: 1;
  transition: .75s ease-in-out;
  transform: none;
}

.toleft {
  opacity: 0;
  transform: translateX(25px);
}

.toleft.is-animated {
  opacity: 1;
  transition: .75s ease-in-out;
  transform: none;
}

.toright {
  opacity: 0;
  transform: translateX(-25px);
}

.toright.is-animated {
  opacity: 1;
  transition: .75s ease-in-out;
  transform: none;
}

/*-----------------------------------
page style
-----------------------------------*/
.main_visual {
  background-image: url("https://www.shimz.co.jp/beyondzero/images/main_visual.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 556px;
}

.main_visual .catch_copy p {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  padding: 110px 0 0;
}

.main_visual .catch_copy div {
  text-align: center;
  margin: 40px 0 0;
}

#Vision {
  position: relative;
  background-image: url("https://www.shimz.co.jp/beyondzero/images/vision_bg.png");
  background-size: 100% 450px;
  width: 100%;
  background-position: center;
  height: 450px;
  margin: 50px 0 0;
}

#Vision::before {
  content: "";
  background-color: #D9F2E2;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -50px;
}

#Vision h2 {
  font-size: 32px;
  font-weight: bold;
  color: #00933a;
  text-align: center;
  padding: 30px 0 0;
}

#Vision h2 + div {
  margin: 30px 0 0;
}

#Vision p {
  margin: 10px 0 0;
  text-align: center;
  font-weight: bold;
}

#Concept {
  width: 1200px;
  margin: 90px auto 0;
}

#Concept h2 {
  text-align: center;
}

#Concept p {
  margin: 40px auto 0;
  width: 800px;
  font-weight: bold;
  line-height: 2;
}

#Concept .img_box {
  justify-content: center;
}

#Concept .img_box figure:first-of-type {
  margin: 20px 20px 0 0;
}

#Concept .img_box figure:last-of-type {
  margin: 20px 0 0 20px;
}

#Decarbonization {
  width: 1200px;
  margin: 150px auto 0;
}

#Decarbonization h2 {
  font-size: 34px;
  color: #00a199;
  padding: 10px 10px 0 55px;
  border-bottom: 2px solid #00a199;
  position: relative;
  line-height: 1.6;
}

#Decarbonization h2::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: -20px;
  width: 45px;
  height: 45px;
  border-top: 2px solid #00a199;
  border-right: 2px solid #00a199;
  transform: rotate(45deg);
}

#Decarbonization h2 + p {
  margin: 30px 0 0;
  padding: 0 0 0 55px;
}

#Decarbonization .content_area {
  background-color: #eef8f9;
}

#Decarbonization .content_area .content_box h3 {
  color: #00a199;
  border-bottom: 1px solid #00a199;
}

#Resource {
  width: 1200px;
  margin: 80px auto 0;
}

#Resource h2 {
  font-size: 34px;
  color: #68ae29;
  padding: 10px 10px 0 55px;
  border-bottom: 2px solid #68ae29;
  position: relative;
  line-height: 1.6;
}

#Resource h2::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: -20px;
  width: 45px;
  height: 45px;
  border-top: 2px solid #68ae29;
  border-right: 2px solid #68ae29;
  transform: rotate(45deg);
}

#Resource h2 + p {
  margin: 30px 0 0;
  padding: 0 0 0 55px;
}

#Resource .content_area {
  background-color: #f0f6e8;
}

#Resource .content_area .content_box h3 {
  color: #5ab431;
  border-bottom: 1px solid #5ab431;
}

#Nature {
  width: 1200px;
  margin: 80px auto 0;
}

#Nature h2 {
  font-size: 34px;
  color: #00a33a;
  padding: 10px 10px 0 55px;
  border-bottom: 2px solid #00a33a;
  position: relative;
  line-height: 1.6;
}

#Nature h2::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: -20px;
  width: 45px;
  height: 45px;
  border-top: 2px solid #00a33a;
  border-right: 2px solid #00a33a;
  transform: rotate(45deg);
}

#Nature h2 + p {
  margin: 30px 0 0;
  padding: 0 0 0 55px;
}

#Nature .content_area {
  background-color: #e5f7eb;
}

#Nature .content_area .content_box h3 {
  color: #00a23a;
  border-bottom: 1px solid #00a23a;
}

#Advertising {
  margin: 160px 0;
}

#Advertising h2 {
  color: #007AC3;
  font-size: 40px;
  text-align: center;
  position: relative;
}

#Advertising h2 span {
  font-size: 20px;
  display: block;
}

#Advertising h2::after {
  content: "";
  width: 150px;
  height: 1px;
  background-color: #007AC3;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 75px);
}

#Advertising p {
  margin: 50px auto 0;
  width: 650px;
}

#Advertising .ad_img {
  text-align: center;
  margin: 50px 0 0;
}

.content_area .content_box p.notes{
	padding: 0;
	margin: 0;
	font-size: 12px;
	text-align: right;
}
/*-----------------------------------
header
-----------------------------------*/
header {
  background-color: #fff;
  height: 108px;
  width: 100%;
  display: flex;
  align-items: center;
}

header .logo {
  margin-left: 80px;
}

header .logo h1 {
  height: 65px;
}

/*-----------------------------------
footer
-----------------------------------*/
footer {
  background-color: #0259a0;
  padding: 20px 0;
  color: #fff;
}

.copyrights {
  text-align: center;
  font-weight: bold;
}

/*-----------------------------------
レスポンシブ
-----------------------------------*/
@media screen and (max-width: 1279px) {
  /*-----------------------------------
common
-----------------------------------*/
  html {
    -webkit-overflow-scrolling: auto;
  }
  /* flame */
  body {
    width: 100%;
    overflow-x: hidden;
  }
  /*-----------------------------------
header
-----------------------------------*/
  header {
    height: 60px;
  }
  header .logo {
    margin-left: 10px;
  }
  header .logo h1 {
    height: 40px;
  }
  header .logo h1 img {
    width: 45px;
  }

  footer {
    margin-top: -160px;
  }
/*-----------------------------------
parts style
-----------------------------------*/
  .img_box {
    display: block;
  }
  .img_box figure {
    text-align: center;
  }
  .img_box figure img {
    margin: 40px 0 0;
    max-width: 100%;
  }
  .img_box div {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
  }
  .content_area {
    padding: 30px;
    display: block;
  }
  .content_area .content_box {
    width: 100%;
    margin: 0 auto 40px;
    max-width: 500px;
    padding: 0 0 40px;
  }
  .content_area .content_box a {
    text-align: center;
  }
  .content_area .content_box img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .content_area .content_box h3 {
    margin: 30px 0 0;
  }
  .content_area .content_box:nth-of-type(3n) {
    margin-right: auto;
  }
  /*-----------------------------------
page style
-----------------------------------*/
  .main_visual .catch_copy img {
    width: 90%;
    max-width: 550px;
  }
  #Concept {
    width: 100%;
  }
  #Concept h2 img {
    width: 90%;
  }
  #Concept p {
    width: 80%;
    max-width: 800px;
  }
  #Concept .img_box {
    margin: 0;
  }
  #Concept .img_box figure:first-of-type img {
    margin: 0;
    width: 272px;
  }
  #Concept .img_box figure img {
    margin: 20px 0 0;
  }
  #Decarbonization {
    width: 100%;
    margin: 70px auto 0;
  }
  #Decarbonization h2 {
    font-size: 28px;
    padding: 10px 10px 0 40px;
  }
  #Decarbonization h2::before {
    bottom: 6px;
    left: -16px;
    width: 35px;
    height: 35px;
  }
  #Decarbonization h2 + p {
    margin: 20px 0 0;
    padding: 0;
  }
  #Decarbonization .img_box figure img {
    width: 350px;
  }
  #Decarbonization .content_area .content_box {
    border-bottom: 4px dotted #00af84;
  }
  #Decarbonization .content_area .content_box:last-of-type {
    border-bottom: none;
    padding: 0;
  }
  #Decarbonization .content_area .content_box h3 {
    border-bottom: none;
    font-size: 28px;
  }
  #Resource {
    width: 100%;
  }
  #Resource h2 {
    font-size: 28px;
    padding: 10px 10px 0 40px;
  }
  #Resource h2::before {
    bottom: 6px;
    left: -16px;
    width: 35px;
    height: 35px;
  }
  #Resource h2 + p {
    margin: 20px 0 0;
    padding: 0;
  }
  #Resource .img_box figure img {
    width: 350px;
  }
  #Resource .content_area .content_box {
    border-bottom: 4px dotted #5ab431;
  }
  #Resource .content_area .content_box:last-of-type {
    border-bottom: none;
    padding: 0;
  }
  #Resource .content_area .content_box h3 {
    border-bottom: none;
    font-size: 28px;
  }
  #Nature {
    width: 100%;
  }
  #Nature h2 {
    font-size: 28px;
    padding: 10px 10px 0 40px;
  }
  #Nature h2::before {
    bottom: 6px;
    left: -16px;
    width: 35px;
    height: 35px;
  }
  #Nature h2 + p {
    margin: 20px 0 0;
    padding: 0;
  }
  #Nature .img_box figure img {
    width: 350px;
  }
  #Nature .content_area .content_box {
    border-bottom: 4px dotted #00a23a;
  }
  #Nature .content_area .content_box:last-of-type {
    border-bottom: none;
    padding: 0;
  }
  #Nature .content_area .content_box h3 {
    border-bottom: none;
    font-size: 28px;
  }
  #Advertising {
    margin: 80px 0;
    padding-bottom: 75px;
  }
  #Advertising h2 {
    font-size: 28px;
  }
  #Advertising p {
    max-width: 650px;
    width: 90%;
  }
}

@media screen and (max-width: 640px) {
  /*-----------------------------------
page style
-----------------------------------*/
  .main_visual {
    background-image: url("https://www.shimz.co.jp/beyondzero/images/main_visual_sp.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 233px;
  }
	
  .main_visual_e {
    background-image: url("https://www.shimz.co.jp/beyondzero/images/main_visual_sp_e.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 233px;
  }
  .main_visual .catch_copy p {
    font-size: 16px;
    padding: 30px 0 0;
  }
  .main_visual .catch_copy div{
    display: none;
  }
  #Vision {
    background-image: url("https://www.shimz.co.jp/beyondzero/images/vision_bg_sp02.png");
    background-size: cover;
    height: 810px;
  }
  #Vision::before {
    content: none;
  }
  #Vision h2 {
    color: #007ac4;
    padding: 40px 30px 0;
    margin: 0;
    font-size: 28px;
  }
  #Vision p {
    padding: 0 15px;
	text-align: left;
  }
}
