@charset "utf-8";
section {
  padding: 60px 0;
  color: #000;
}
section#Vision {
  background: #FFF;
  padding-top: 80px;
  padding-bottom: 80px;
}
section#Company {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
section#CSR {
  background: #e06413;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
h2 {
  font-size: 3.0rem;
  text-align: center;
  letter-spacing: 6px;
  font-weight: bold;
}
section h2 span{
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.messege_block{
  margin-right: initial;
  margin-left: initial;
}
.messege {
  padding: 0 10px;
}
.messege h3{
  text-align: center;
  font-size: 3.0rem;
  letter-spacing: 2px;
  line-height: 1.6;
}
.messege_main p {
  margin: 20px auto;
  line-height: 2.1;
  font-size: 1.8rem;
  text-align: left;
  font-weight: 200;
  max-width: 800px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
}
.messege p {
  margin: 20px auto;
  line-height: 2.1;
  font-size: 1.8rem;
  text-align: left;
  font-weight: 200;
  max-width: 600px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
}
.messege  dl {
  max-width: 500px;
  margin:  40px auto;
  font-size: 1.6rem;
  font-weight: bold;

}
.messege dl dt span {
  border-bottom: 2px solid #e06413;

}
.messege dl dt,.messege  dl dd{
  line-height: 2.1;
  font-size: 1.8rem;
  padding-bottom: 8px;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
}
.maxsize400 {
  max-width: 400px;
  margin: 10px auto;
}
.maxsize600 {
  max-width: 800px;
  margin: 10px auto;
}
.img_blocks {
  display: grid;
  place-content: center;
}


