@charset "UTF-8";

/* aboutus main */
.box__bgimage__aboutus {
  background-image: url(/aboutus/resource/img/bg_aboutus_mainimage_sp.jpg);
}
@media screen and (min-width: 768px) {
  .box__bgimage__aboutus {
  background-image: url(/aboutus/resource/img/bg_aboutus_mainimage.jpg);
  }
}
@media screen and (max-width: 767px) {
  .header_title__icon {
    background-position: left calc(100% / 2 - 1.2rem);
  }
  .box__first_block__big h1 {
    margin-left: 0!important;
  }
}
.box__first_block__big__contents p {
  padding-left: 0;
}

/* aboutus background */
.flex__side.flex__side__aboutus__enterprise {
  background: url(/aboutus/resource/img/bg_aboutus_enterprise-image_sp.jpg) no-repeat center top / 100%;
}
.flex__side.flex__side__aboutus__sustainability {
  background: url(/aboutus/resource/img/bg_aboutus_sustainability-image_sp.jpg) no-repeat center top / 100%;
}
.flex__side.flex__side__aboutus__voice {
  background: url(/aboutus/resource/img/bg_aboutus_voice-image_sp.jpg) no-repeat center top / 100%;
}
@media screen and (min-width: 768px) {
  .flex__side.flex__side__aboutus__enterprise {
    background: url(/aboutus/resource/img/bg_aboutus_enterprise-image.jpg) no-repeat left bottom / cover;
  }
  .flex__side.flex__side__aboutus__sustainability {
    background: url(/aboutus/resource/img/bg_aboutus_sustainability-image.jpg) no-repeat right bottom / cover;
  }
  .flex__side.flex__side__aboutus__voice {
    background: url(/aboutus/resource/img/bg_aboutus_voice-image.jpg) no-repeat left bottom / cover;
  }
}


.box__first_block__big .box__first_block__info {
  padding: 15px;
  background-color: rgb(247,246,240,0.7);
  border-radius: 10px;
}
.box__first_block__big .box__first_block__info h2 {
  text-align: center; margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .box__first_block__big .box__first_block__info {
    padding: 20px 25px;
  }
}
