<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* concept */
.greeting_box{
  overflow: hidden;
}
.greeting_box.greening01 .img{
  float: right;
  margin-left: 40px;
}
.greening01_left{
  overflow: hidden;
}
.greeting_box.greening02{
  position: relative;
  top: -50px;
}
.greeting_box.greening02 .img{
  float: left;
  margin-right: 50px;
}
.greening02_right{
  overflow: hidden;
  margin-top: 120px;
}
.img02{
  left: 260px;
  top: 260px;
}

.box_quality{
  background: url(../../scene/img/bg01.jpg) center bottom;
  height: 550px;
  -webkit-background-size: cover;
  background-size: cover;
}
.txt_quality{
  background-color: rgba(51,22,6,0.75);
  width: 50%;
  margin-left: auto;
  padding: 40px 40px 40px 40px;
  box-sizing: border-box;
  position: relative;
  top: 44px;
  left: 50%;
}
.txt_quality_inner{
  width: 460px;
  color: #ffffff;
  position: relative;
}
.txt_quality h3{
  margin-bottom: 20px;
}
.txt_quality h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ill02{
  top: -60px;
  right: -80px;
}

.greeting_box.greening03{
  padding-bottom: 20px;
}
.greening03_left{
  width: 440px;
  overflow: hidden;
  float: left;
}
.greening03_right{
  width: 490px;
  float: right;
  position: relative;
}
.greening03_left h4{
  font-size: 20px;
}
.img_01{
  left: 40px;
}
.img_02{
  right: 0px;
  top: 90px;
}
.img_03{
  left: 10px;
  top: 205px;
}
.img_size01{
  width: 53%;
  position: absolute;
}
.img_size01 img{
  width: 100%;
  height: auto;
}
</pre></body></html>