@charset "UTF-8";
@font-face {
  src: url("https://www.hanwha-japan.com/wp/wp-content/themes/Hanwha/fonts/WixMadeforDisplay-Regular.ttf") format("truetype");
  font-family: "Wix Madefor Display";
  font-weight: 100;
  font-style: normal;
}
@font-face {
  src: url("https://www.hanwha-japan.com/wp/wp-content/themes/Hanwha/fonts/WixMadeforDisplay-Medium.ttf") format("truetype");
  font-family: "Wix Madefor Display";
  font-weight: 500;
  font-style: normal;
}
@font-face {
  src: url("https://www.hanwha-japan.com/wp/wp-content/themes/Hanwha/fonts/WixMadeforDisplay-Bold.ttf") format("truetype");
  font-family: "Wix Madefor Display";
  font-weight: bold;
  font-style: normal;
}
@font-face {
  src: url("https://www.hanwha-japan.com/wp/wp-content/themes/Hanwha/fonts/Geologica-Regular.ttf") format("truetype");
  font-family: "Geologica";
  font-weight: 100;
  font-style: normal;
}
@font-face {
  src: url("https://www.hanwha-japan.com/wp/wp-content/themes/Hanwha/fonts/Geologica-Medium.ttf") format("truetype");
  font-family: "Geologica";
  font-weight: 500;
  font-style: normal;
}
@font-face {
  src: url("https://www.hanwha-japan.com/wp/wp-content/themes/Hanwha/fonts/Geologica-Bold.ttf") format("truetype");
  font-family: "Geologica";
  font-weight: bold;
  font-style: normal;
}
@font-face {
  src: url("https://www.hanwha-japan.com/wp/wp-content/themes/Hanwha/fonts/Figtree-Regular.ttf") format("truetype");
  font-family: "Figtree";
  font-weight: 100;
  font-style: normal;
}
@font-face {
  src: url("https://www.hanwha-japan.com/wp/wp-content/themes/Hanwha/fonts/Figtree-Medium.ttf") format("truetype");
  font-family: "Figtree";
  font-weight: 500;
  font-style: normal;
}
@font-face {
  src: url("https://www.hanwha-japan.com/wp/wp-content/themes/Hanwha/fonts/Figtree-Bold.ttf") format("truetype");
  font-family: "Figtree";
  font-weight: bold;
  font-style: normal;
}
h2 .title, h3 .title, .sustain-acco-btn, .section-image .title {
  font-family: "Figtree", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
}

body {
  display: block;
}

@media screen and (max-width: 767px) {
  .section-inner {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
#list_comit * {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #list_comit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

h2 {
  word-break: break-all;
}
h2.top {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  h2.top {
    margin-bottom: 50px;
  }
}
h2 .title {
  display: block;
  color: #000;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.8rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  h2 .title {
    font-size: max(3.6rem, 3.33333vw);
    margin-bottom: 10px;
  }
}
h2 .sub-title {
  color: #ff7200;
  font-size: 1.5rem;
  display: block;
  line-height: 1.1;
}

h3 {
  margin: 0 0 45px;
}
h3 .title {
  display: block;
  color: #ff6600;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  h3 .title {
    font-size: max(3rem, 2.91666vw);
    line-height: 1.1;
    margin-bottom: 10px;
  }
}
h3 .sub-title {
  color: #000;
  font-size: 1.5rem;
  display: block;
  line-height: 1;
}

h4 {
  margin: 45px 0 10px;
}
h4.title {
  color: #000;
  font-size: 2rem;
  letter-spacing: 0.06em;
  display: block;
  line-height: 1.4;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
}
h4 .sub-title {
  color: #ff7200;
  font-size: 1.5rem;
  display: block;
  line-height: 1.4;
}
h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ff6600;
  border-radius: 60px;
  /*アニメーションの指定*/
  transition: all 1s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}
h4.view::after {
  transform: scale(1, 1); /*X方向にスケール拡大*/
}

.title-block {
  display: block;
  min-height: 3.7rem;
  margin: 2.5rem 0 1.5rem;
}
.title-block h5.title {
  margin: 0 !important;
}

h5.title {
  color: #000;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  display: block;
  border-left: solid 4px #cacaca;
  padding: 0 0 0 1rem;
  line-height: 1.3;
  margin: 2.5rem 0 1.5rem;
}
h5 .sub-title {
  color: #ff7200;
  font-size: 1.3rem;
  display: block;
  line-height: 1.4;
}

section {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  section .section-inner {
    padding: 50px 20px 0;
  }
}
section#sec-csr {
  padding-bottom: 0 !important;
}
section#sec-csr h2 {
  display: none;
}
section#sec-csr #green-alliance {
  display: none;
}
section#sec-csr #green-alliance h3 {
  background: url(../images/page/sustainability/png/sus_ico_01.png) left center no-repeat;
  background-size: 55px;
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  section#sec-csr #green-alliance h3 {
    background-position-y: top;
  }
}
section#sec-csr #green-alliance #banner {
  position: relative;
  margin: 0 auto;
  width: 1040px;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  section#sec-csr #green-alliance #banner {
    width: 100%;
  }
}
section#sec-csr #green-alliance #banner img {
  border: solid 1px #ededed;
}
section#sec-csr #climate-change {
  margin-top: 135px;
}
@media screen and (max-width: 767px) {
  section#sec-csr #climate-change {
    margin-top: 50px;
  }
}
section#sec-csr #climate-change h3 {
  background: url(../images/page/sustainability/png/sus_ico_02.png) left center no-repeat;
  background-size: 55px;
  padding-left: 70px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  section#sec-csr #climate-change h3 {
    background-position-y: top;
  }
}
section#sec-csr #climate-change h4 {
  margin: 40px 0 45px;
}
section#sec-csr #climate-change dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  section#sec-csr #climate-change dl {
    flex-flow: column;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  section#sec-csr #climate-change dl dt {
    width: 100%;
    padding-bottom: 15px;
  }
}
section#sec-csr #climate-change dl dt img {
  width: 350px;
  max-width: 350px;
  height: auto;
}
@media screen and (max-width: 767px) {
  section#sec-csr #climate-change dl dt img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
section#sec-csr #climate-change dl dd {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  section#sec-csr #climate-change dl dd {
    width: 100%;
    margin: 0;
  }
}
section#sec-csr #co2 {
  margin-top: 135px;
}
@media screen and (max-width: 767px) {
  section#sec-csr #co2 {
    margin-top: 50px;
  }
}
section#sec-csr #co2 h3 {
  background: url(../images/page/sustainability/png/sus_ico_03.png) left center no-repeat;
  background-size: 55px;
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  section#sec-csr #co2 h3 {
    background-position-y: top;
  }
}
section#sec-csr #co2 dl {
  display: block;
}
section#sec-csr #co2 dl dt {
  padding: 45px 0 40px;
}
section#sec-csr #co2 dl dt img {
  width: 520px;
  margin: 0 auto;
  display: block;
}
section#sec-csr #co2 dl dd {
  padding: 0;
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  section#sec-csr #bottom-lst #list_comit li .box img {
    width: 100%;
  }
}
section#sec-csr #bottom-lst #list_comit li .box strong.ttl {
  text-align: center;
  display: block;
  margin: 1rem 0;
  border-bottom: solid 1px #ff7200;
  padding-bottom: 10px;
  line-height: 1;
}
section#sustain .sustain-cont-wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 45px;
}
section#sustain .sustain-cont-wrap .sustain-box {
  width: 49%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #f1f1f1;
  margin: 0 0 15px 0;
  padding: 25px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  section#sustain .sustain-cont-wrap .sustain-box {
    width: 100%;
    height: auto !important;
  }
}
section#sustain .sustain-cont-wrap .sustain-box:nth-child(odd) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  section#sustain .sustain-cont-wrap .sustain-box:nth-child(odd) {
    margin-right: 0;
  }
}
section#sustain .sustain-cont-wrap .sustain-box .img-wrap {
  aspect-ratio: 1/1;
  width: 130px;
  display: inline-block;
  border-radius: max(0.6rem, 0.41667vw);
}
@media screen and (max-width: 767px) {
  section#sustain .sustain-cont-wrap .sustain-box .img-wrap {
    width: 36%;
    margin-right: 10px;
  }
}
section#sustain .sustain-cont-wrap .sustain-box .img-wrap img {
  height: auto;
}
section#sustain .sustain-cont-wrap .sustain-box ul {
  padding: 5px 0 0 10px;
  width: 100%;
  max-width: 295px;
  text-align: left;
  display: inline-block;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  section#sustain .sustain-cont-wrap .sustain-box ul {
    padding-left: 0;
  }
}
section#sustain .sustain-cont-wrap .sustain-box ul li {
  position: relative;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 7px;
  line-height: 1.5;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  section#sustain .sustain-cont-wrap .sustain-box ul li {
    font-size: 14px;
  }
}
section#sustain .sustain-cont-wrap .sustain-box ul li::before {
  content: "■";
}
section#sustain-esg {
  position: relative;
  padding-top: 80px;
}
section#sustain-esg dl.sustain-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
section#sustain-esg dl.sustain-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 1;
  transition: ease 0.3s;
}
section#sustain-esg dl.sustain-btn .sustain-btn-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-right: 40px;
  transition: ease 0.3s;
  position: relative;
}
section#sustain-esg dl.sustain-btn .sustain-btn-block:last-of-type {
  margin-right: 0;
}
section#sustain-esg dl.sustain-btn .sustain-btn-block dt.btn {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60%;
  color: #999999;
  background: #ffffff;
  border: dashed 3px #999999;
  cursor: pointer;
}
section#sustain-esg dl.sustain-btn .sustain-btn-block dt.btn img {
  width: 70%;
  height: auto;
}
section#sustain-esg dl.sustain-btn .sustain-btn-block dt.btn img.defalt {
  display: block;
}
section#sustain-esg dl.sustain-btn .sustain-btn-block dt.btn img.active {
  display: none;
}
section#sustain-esg dl.sustain-btn .sustain-btn-block dt.btn a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
section#sustain-esg dl.sustain-btn .sustain-btn-block dd {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 15px 0 0;
}
section#sustain-esg dl.sustain-btn .sustain-btn-block a {
  transition: ease 0.3s;
}
section#sustain-esg dl.sustain-btn .sustain-btn-block:hover .btn {
  color: #ff7200 !important;
  border: dashed 3px #ff7200 !important;
}
section#sustain-esg dl.sustain-btn .sustain-btn-block:hover .btn img.defalt {
  display: none !important;
}
section#sustain-esg dl.sustain-btn .sustain-btn-block:hover .btn img.active {
  display: block !important;
}
section#sustain-esg dl.sustain-btn .sustain-btn-block:hover a {
  color: #ff7200 !important;
}
section#sustain-esg dl.sustain-btn .sustain-btn-block:hover::before, section#sustain-esg dl.sustain-btn .sustain-btn-block:hover::after {
  width: 100%;
}
section#sustain-esg .btn-section {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  section#sustain-esg .btn-section dl.sustain-btn.page-btn.sustain-btn {
    padding: 0 10px;
  }
}
section#sustain-esg .btn-section dl.sustain-btn.page-btn.sustain-btn .sustain-btn-block {
  flex-flow: unset;
  width: 300px;
  height: 75px;
  border: solid 3px #CCCCCC;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  section#sustain-esg .btn-section dl.sustain-btn.page-btn.sustain-btn .sustain-btn-block {
    width: 33.3333333333%;
    margin-right: 10px;
  }
  section#sustain-esg .btn-section dl.sustain-btn.page-btn.sustain-btn .sustain-btn-block:last-of-type {
    margin-right: 0;
  }
}
section#sustain-esg .btn-section dl.sustain-btn.page-btn.sustain-btn .sustain-btn-block dt.btn {
  border: none;
  border-radius: 0;
  width: 50px;
  height: 50px;
}
section#sustain-esg .btn-section dl.sustain-btn.page-btn.sustain-btn .sustain-btn-block dt.btn img {
  width: 100%;
  height: auto;
  margin-right: 10px;
}
section#sustain-esg .btn-section dl.sustain-btn.page-btn.sustain-btn .sustain-btn-block:hover {
  color: #ff7200 !important;
  border: solid 3px #ff7200 !important;
}
section#sustain-esg .btn-section dl.sustain-btn.page-btn.sustain-btn .sustain-btn-block:hover .btn {
  color: #ff7200 !important;
  border: none !important;
}
section#sustain-esg .btn-section dl.sustain-btn.page-btn.sustain-btn .sustain-btn-block:hover .btn img.defalt {
  display: none !important;
}
section#sustain-esg .btn-section dl.sustain-btn.page-btn.sustain-btn .sustain-btn-block:hover .btn img.active {
  display: block !important;
}
section#sustain-esg .btn-section dl.sustain-btn.page-btn.sustain-btn .sustain-btn-block:hover a {
  color: #ff7200 !important;
}
section#sustain-esg .section-image {
  margin: 0 auto;
  width: 1000px;
  height: 350px;
  background: transparent no-repeat center center;
  background-image: url(../images/page/sustainability/webp/hanwha-esg-in-action.webp);
  background-size: cover;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section#sustain-esg .section-image {
    width: 94%;
  }
}
section#sustain-esg .section-image span.title {
  font-size: 3.5rem;
}
section#sustain-esg .section-image span.sub-title {
  font-size: 1.5rem;
  display: inline-block;
  margin-top: 10px;
}
section#sustain-esg .side-btn {
  position: fixed;
  bottom: 50px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  section#sustain-esg .side-btn {
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.65);
    width: 100%;
    padding: 10px 0 0;
  }
}
section#sustain-esg .side-btn.active {
  opacity: 1;
  visibility: visible;
}
section#sustain-esg .side-btn dl.sustain-btn {
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  section#sustain-esg .side-btn dl.sustain-btn {
    flex-flow: unset;
    margin: 0;
    justify-content: space-evenly;
  }
}
section#sustain-esg .side-btn dl.sustain-btn .sustain-btn-block {
  margin-right: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  section#sustain-esg .side-btn dl.sustain-btn .sustain-btn-block {
    margin: 0 20px 0 0;
  }
}
section#sustain-esg .side-btn dl.sustain-btn .sustain-btn-block dt.btn {
  width: 65px;
  height: 65px;
}
section#sustain-esg .side-btn dl.sustain-btn .sustain-btn-block dd {
  margin: 5px 0 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  section#sustain-esg .side-btn dl.sustain-btn .sustain-btn-block dd {
    padding-bottom: 5px;
    text-shadow: #ffffff 1px 0 10px;
  }
}
section#sustain-esg .sustain-acco-wrap {
  margin: 30px 0;
}
section#sustain-esg .sustain-acco-wrap dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  section#sustain-esg .sustain-acco-wrap dl {
    display: block;
    padding: 0;
    background: none;
  }
}
section#sustain-esg .sustain-acco-wrap dl.bottom {
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: all ease 1s;
}
section#sustain-esg .sustain-acco-wrap dl.bottom > div {
  opacity: 0;
}
section#sustain-esg .sustain-acco-wrap dl.bottom.open {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  section#sustain-esg .sustain-acco-wrap dl.bottom.open {
    padding: 0;
    background: none;
  }
}
section#sustain-esg .sustain-acco-wrap dl.bottom.open .fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1s;
}
section#sustain-esg .sustain-acco-wrap dl.bottom.open .fadein:first-of-type {
  transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
section#sustain-esg .sustain-acco-wrap dl.bottom.open .fadein:nth-of-type(2) {
  transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
section#sustain-esg .sustain-acco-wrap dl.bottom.open .fadein:nth-of-type(3) {
  transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}
section#sustain-esg .sustain-acco-wrap dl.bottom.open .fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0);
}
section#sustain-esg .sustain-acco-wrap dl > div {
  width: 33.3333333333%;
  background: #F5F5F5;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  section#sustain-esg .sustain-acco-wrap dl > div {
    width: 100%;
    margin: 0 auto 20px;
  }
  section#sustain-esg .sustain-acco-wrap dl > div:last-of-type {
    margin-bottom: 0;
  }
}
section#sustain-esg .sustain-acco-wrap dl > div:nth-of-type(2) {
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  section#sustain-esg .sustain-acco-wrap dl > div:nth-of-type(2) {
    margin: 0 auto 20px;
  }
}
section#sustain-esg .sustain-acco-wrap dl dt {
  height: 160px;
}
section#sustain-esg .sustain-acco-wrap dl dt img {
  width: 100%;
  height: 160px;
  border-radius: 6px;
}
section#sustain-esg .sustain-acco-wrap dl dd {
  margin: 0;
}
section#sustain-esg .sustain-acco-wrap dl dd p {
  line-height: 1.85;
  font-size: 13px;
}
section#sustain-esg .sustain-acco-wrap dl dd p span.notes {
  display: block;
  font-size: 80%;
  line-height: 1.5;
}
section#sustain-esg .sustain-acco-wrap .sustain-acco-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 30px;
}
section#sustain-esg .sustain-acco-wrap .sustain-acco-btn .acco-btn {
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section#sustain-esg .sustain-acco-wrap .sustain-acco-btn .acco-btn::after {
  content: "";
  height: 8px;
  width: 8px;
  margin: 0 10px;
  position: relative;
  border-top: 2px solid #ff7200;
  border-right: 2px solid #ff7200;
}
section#sustain-esg .sustain-acco-wrap .sustain-acco-btn .acco-btn.active {
  visibility: visible;
  opacity: 1;
  position: absolute;
  transition: opacity ease 0.3s;
}
section#sustain-esg .sustain-acco-wrap .sustain-acco-btn .open-btn {
  visibility: hidden;
  opacity: 0;
}
section#sustain-esg .sustain-acco-wrap .sustain-acco-btn .open-btn::after {
  transform: translateY(-20%) rotate(135deg);
}
section#sustain-esg .sustain-acco-wrap .sustain-acco-btn .close-btn {
  visibility: hidden;
  opacity: 0;
}
section#sustain-esg .sustain-acco-wrap .sustain-acco-btn .close-btn::after {
  transform: translateY(20%) rotate(-45deg);
}
section#sustain-esg #environmental h3 {
  position: relative;
  padding-left: 75px;
}
section#sustain-esg #environmental h3::before {
  content: "";
  background: url(../images/page/sustainability/webp/sustain-esg-environmental-btn.webp) left center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-size: contain;
}
section#sustain-esg #social {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  section#sustain-esg #social {
    margin-top: 40px;
  }
}
section#sustain-esg #social h3 {
  position: relative;
  padding-left: 75px;
}
section#sustain-esg #social h3::before {
  content: "";
  background: url(../images/page/sustainability/webp/sustain-esg-social-btn.webp) left center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 60px;
  background-size: contain;
}
section#sustain-esg #governance {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  section#sustain-esg #governance {
    margin-top: 40px;
  }
}
section#sustain-esg #governance h3 {
  position: relative;
  padding-left: 75px;
}
section#sustain-esg #governance h3::before {
  content: "";
  background: url(../images/page/sustainability/webp/sustain-esg-governance-btn.webp) left center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-size: contain;
}

.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 500ms;
  /* 画面領域内に入った状態 */
}
.fadein:nth-of-type(2) {
  transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
.fadein:nth-of-type(3) {
  transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
.fadein:nth-of-type(4) {
  transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}
@media screen and (max-width: 767px) {
  .fadein:nth-of-type(4) {
    transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
  }
}
.fadein:nth-of-type(5) {
  transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}
@media screen and (max-width: 767px) {
  .fadein:nth-of-type(5) {
    transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
  }
}
.fadein:nth-of-type(6) {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2;
  -ms-transition-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .fadein:nth-of-type(6) {
    transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
  }
}
.fadein:nth-of-type(7) {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2;
  -ms-transition-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .fadein:nth-of-type(7) {
    transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
  }
}
.fadein:nth-of-type(8) {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2;
  -ms-transition-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .fadein:nth-of-type(8) {
    transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
  }
}
.fadein:nth-of-type(9) {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2;
  -ms-transition-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .fadein:nth-of-type(9) {
    transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -webkit-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
  }
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}/*# sourceMappingURL=sustainability.css.map */