/* CSS Document */
/*---------------------------/contact/-----*/
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
#topcontrol {
  z-index: 99;
}

body {
  overflow-x: hidden;
}

img, svg {
  max-width: 100%;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  img, svg {
    height: auto;
  }
}

.content-main {
  margin-top: 0 !important;
  padding: 0 !important;
}

.inner {
  max-width: 1500px;
  width: 90%;
  padding: 0;
  margin: 0 auto;
}

.thumbnail-about img {
  width: 100%;
}

.box-about-green {
  background: #1e873a;
  padding: 112px 0 97px;
}

@media screen and (max-width: 1200px) {
  .box-about-green {
    padding: 80px 0;
  }
}

@media screen and (max-width: 834px) {
  .box-about-green {
    padding: 50px 0;
  }
}

.box-about .flex-about {
  display: flex;
}

@media screen and (max-width: 990px) {
  .box-about .flex-about {
    flex-wrap: wrap;
  }
}

.box-about .flex-about__left {
  width: 50%;
  padding-right: 40px;
}

@media screen and (max-width: 1200px) {
  .box-about .flex-about__left {
    padding-right: 25px;
  }
}

@media screen and (max-width: 990px) {
  .box-about .flex-about__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
}

.box-about .flex-about__right {
  width: 50%;
  padding-top: 7px;
}

@media screen and (max-width: 990px) {
  .box-about .flex-about__right {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .box-about .flex-about__right p {
    text-align: justify;
  }
}

.box-about .flex-about__ttl {
  font-size: 38px;
  color: #fff;
  font-weight: 400;
  line-height: 1.447;
  letter-spacing: 1px;
}

@media screen and (max-width: 1500px) {
  .box-about .flex-about__ttl {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .box-about .flex-about__ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 420px) {
  .box-about .flex-about__ttl {
    font-size: 22px;
  }
}

@media screen and (max-width: 330px) {
  .box-about .flex-about__ttl {
    font-size: 19px;
  }
}

.box-about .flex-about__ttl span {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 17px;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 1200px) {
  .box-about .flex-about__ttl span {
    font-size: 16px;
  }
}

@media screen and (max-width: 834px) {
  .box-about .flex-about__ttl span {
    margin-top: 8px;
    font-size: 14px;
  }
}

.box-about .flex-about__desc {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  position: relative;
  margin-bottom: 38px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .box-about .flex-about__desc {
    font-size: 18px;
  }
}

@media screen and (max-width: 834px) {
  .box-about .flex-about__desc {
    font-size: 16px;
    line-height: 1.447;
  }
}

.box-about .flex-about__desc span {
  position: relative;
  z-index: 1;
  padding-right: 10px;
  background: #1e873a;
  display: inline-block;
  line-height: 1.3;
}

@media screen and (max-width: 1200px) {
  .box-about .flex-about__desc span {
    font-size: 18px;
  }
}

@media screen and (max-width: 834px) {
  .box-about .flex-about__desc span {
    font-size: 16px;
  }
}

.box-about .flex-about__desc:after {
  content: '';
  background: #fff;
  width: 90%;
  display: inline-block;
  height: 1px;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 834px) {
  .box-about .flex-about__desc:after {
    max-width: 100%;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
  }
}

.box-about .flex-about p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
  letter-spacing: 0.75px;
  line-height: 1.875 !important;
}

.box-about .flex-about p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .box-about .flex-about p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.box-about-black, .box-about-black02 {
  padding: 93px 0 81px;
}

@media screen and (max-width: 1200px) {
  .box-about-black, .box-about-black02 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 834px) {
  .box-about-black, .box-about-black02 {
    padding: 50px 0;
  }
}

.box-about-black .flex-about__ttl, .box-about-black02 .flex-about__ttl {
  color: #000;
}

.box-about-black .flex-about__ttl span, .box-about-black02 .flex-about__ttl span {
  color: #aaaaaa;
}

.box-about-black .flex-about__desc, .box-about-black02 .flex-about__desc {
  color: #000;
}

.box-about-black .flex-about__desc span, .box-about-black02 .flex-about__desc span {
  background: #fff;
}

.box-about-black .flex-about__desc:after, .box-about-black02 .flex-about__desc:after {
  background: #ccc;
}

.box-about-black .flex-about p, .box-about-black02 .flex-about p {
  color: #000;
}

.box-about-black02 {
  padding: 114px 0 67px;
}

@media screen and (max-width: 1200px) {
  .box-about-black02 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 834px) {
  .box-about-black02 {
    padding: 50px 0;
  }
}

.sec-business {
  background: #f5f5f2;
  padding: 70px 0 62px;
}

@media screen and (max-width: 834px) {
  .sec-business {
    padding: 50px 0;
  }
}

.sec-business .ttl-business {
  font-weight: bold;
  font-size: 22px;
  color: #000;
  padding-left: 35px;
  position: relative;
  margin-bottom: 34px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 834px) {
  .sec-business .ttl-business {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.sec-business .ttl-business:before {
  content: '';
  background: #259944;
  width: 22px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 834px) {
  .sec-business .ttl-business:before {
    height: 3px;
  }
}

.sec-production {
  padding-bottom: 127px;
}

@media screen and (max-width: 1200px) {
  .sec-production {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 834px) {
  .sec-production {
    padding-bottom: 50px;
  }
}

.flex-business {
  display: flex;
  flex-wrap: wrap;
}

.flex-business .item-business {
  color: #000;
  width: calc(100%/2 - 20px);
  margin-right: 40px;
  box-shadow: 0px 2px 3.54px 2.46px rgba(0, 0, 0, 0.07);
  background: #fff;
  margin-bottom: 35px;
  padding: 53px 38px 50px;
  position: relative;
}

@media screen and (max-width: 990px) {
  .flex-business .item-business {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 834px) {
  .flex-business .item-business {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .flex-business .item-business:last-child {
    margin-bottom: 0;
  }
}

.flex-business .item-business * {
  position: relative;
  z-index: 1;
}

.flex-business .item-business:nth-child(2n) {
  margin-right: 0;
}

.flex-business .item-business__ttl {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 1.75px;
}

@media screen and (max-width: 1200px) {
  .flex-business .item-business__ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 990px) {
  .flex-business .item-business__ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 374px) {
  .flex-business .item-business__ttl {
    font-size: 20px;
  }
}

.flex-business .item-business__ttl span {
  color: #aaaaaa;
  display: block;
  font-size: 14px;
  margin-top: 7px;
  font-family: "Roboto", sans-serif;
}

.flex-business .item-business__desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1200px) {
  .flex-business .item-business__desc {
    font-size: 18px;
  }
}

@media screen and (max-width: 330px) {
  .flex-business .item-business__desc {
    font-size: 16px;
  }
}

.flex-business .item-business p {
  font-size: 16px;
  line-height: 1.875 !important;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1200px) {
  .flex-business .item-business p {
    font-size: 14px;
  }
}

.flex-business .item-business__img {
  position: absolute;
  right: 31px;
  bottom: 27px;
  z-index: 0;
}

@media screen and (max-width: 990px) {
  .flex-business .item-business__img svg {
    max-width: 200px;
    height: auto;
  }
}

.img-production {
  box-shadow: 0px 2px 3.54px 2.46px rgba(0, 0, 0, 0.07);
  padding: 56px 40px 77px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .img-production {
    padding: 15px;
  }
  .img-production svg {
    min-width: 500px;
    padding-right: 20px;
  }
}

.sec-solution {
  background: url("../images/bg-01.jpg") center no-repeat;
  background-size: cover;
  padding: 114px 0 114px;
}

@media screen and (max-width: 1200px) {
  .sec-solution {
    padding: 80px 0;
  }
}

@media screen and (max-width: 834px) {
  .sec-solution {
    padding: 50px 0;
  }
}

.sec-solution .ttl-solution {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
  margin-bottom: 90px;
}

@media screen and (max-width: 1200px) {
  .sec-solution .ttl-solution {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 990px) {
  .sec-solution .ttl-solution {
    font-size: 22px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 834px) {
  .sec-solution .ttl-solution {
    font-size: 20px;
    text-align: center;
  }
}

.sec-solution .flex-solution {
  display: flex;
  padding-bottom: 27px;
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .sec-solution .flex-solution {
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .sec-solution .flex-solution {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.sec-solution .flex-solution__item {
  width: 33.33%;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-right: 1px solid #fff;
}

.sec-solution .flex-solution__item:last-child {
  border-right: 0;
}

@media screen and (max-width: 1200px) {
  .sec-solution .flex-solution__item {
    margin-bottom: 30px;
    position: relative;
  }
  .sec-solution .flex-solution__item:nth-child(2n) {
  }
/*
  .sec-solution .flex-solution__item:nth-child(1):after, .sec-solution .flex-solution__item:nth-child(2):after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 101%;
    height: 1px;
    background: #ffffff;
  }
*/
}

@media screen and (max-width: 1200px) and (max-width: 834px) {
  .sec-solution .flex-solution__item:nth-child(1):after, .sec-solution .flex-solution__item:nth-child(2):after {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .sec-solution .flex-solution__item {
    width: 100%;
    border-right: 0px;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
  }
  .sec-solution .flex-solution__item:last-child {
    margin-bottom: 0;
  }
  .sec-solution .flex-solution__item .solution-box .solution-box__img {
    width: 30% !important;
  }
  .sec-solution .flex-solution__item .solution-box .solution-box__ct {
    width: 55% !important;
  }
}

.sec-solution .flex-solution__item:nth-child(1) .solution-box {
  padding: 3px 30px;
}

.sec-solution .flex-solution__item:nth-child(1) .solution-box .solution-box__img {
  width: 30%;
}

.sec-solution .flex-solution__item:nth-child(1) .solution-box .solution-box__ct {
  width: 51%;
}

.sec-solution .flex-solution__item:nth-child(2) .solution-box {
  padding: 0px 30px;
}

.sec-solution .flex-solution__item:nth-child(2) .solution-box .solution-box__img {
  width: 30%;
}

.sec-solution .flex-solution__item:nth-child(2) .solution-box .solution-box__ct {
  width: 54%;
  transform: translateX(-7px);
}

.sec-solution .flex-solution__item:nth-child(4) .solution-box {
  padding: 0px 30px;
}

.sec-solution .flex-solution__item:nth-child(4) .solution-box .solution-box__img {
  width: 30%;
  padding-top: 15px;
}

.sec-solution .flex-solution__item:nth-child(4) .solution-box .solution-box__ct {
  width: 70%;
  transform: translateX(-7px);
}

.sec-solution .flex-solution__ttl {
  font-size: 20px;
  margin-bottom: 11px;
  padding-top: 18px;
}

@media screen and (max-width: 1200px) {
  .sec-solution .flex-solution__ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .sec-solution .flex-solution__ttl {
    padding-top: 0;
  }
}

.sec-solution .flex-solution .solution-box {
  display: flex;
  padding: 15px 30px 20px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1500px) {
  .sec-solution .flex-solution .solution-box {
    align-items: center !important;
    padding: 15px 15px 20px !important;
  }
}

@media screen and (max-width: 1200px) {
  .sec-solution .flex-solution .solution-box {
    margin: 0 auto;
    max-width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .sec-solution .flex-solution .solution-box {
padding: 0!important;
  }
}

@media screen and (max-width: 640px) {
  .sec-solution .flex-solution .solution-box {
    padding: 0 !important;
    max-width: 100%;
  }
}

.sec-solution .flex-solution .solution-box__img {
  width: 30%;
}

@media screen and (max-width: 1500px) {
  .sec-solution .flex-solution .solution-box__img {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 1300px) {
.sec-solution .flex-solution .solution-box__img {
  width: 28%;
}
.sec-solution .flex-solution__item:nth-child(1) .solution-box .solution-box__img {
 width: 28%;
}
.sec-solution .flex-solution__item:nth-child(2) .solution-box .solution-box__img {
  width: 28%;
}

}

.sec-solution .flex-solution .solution-box__ct {
  width: 63%;
  font-size: 24px;
}

@media screen and (max-width: 1500px) {
  .sec-solution .flex-solution .solution-box__ct {
    font-size: 20px;
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 834px) {
  .sec-solution .flex-solution .solution-box__ct {
    padding-left: 0;
  }
}

.sec-solution .flex-solution .solution-box__ct span {
  font-size: 101px;
  font-weight: bold;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 1500px) {
  .sec-solution .flex-solution .solution-box__ct span {
    font-size: 90px;
  }
  .sec-solution .flex-solution .solution-box__ct {
    font-size: 16px;
}
}

@media screen and (max-width: 1200px) {
  .sec-solution .flex-solution .solution-box__ct span {
    font-size: 70px;
  }
}

.sec-solution .flex-solution .solution-box__ct02 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
  text-align: left;
  padding-left: 23px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1500px) {
  .sec-solution .flex-solution .solution-box__ct02 {
    font-size: 24px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .sec-solution .flex-solution .solution-box__ct02 {
    font-size: 20px;
  }
}

.sec-solution .flex-solution .solution-box__ct02 span {
  line-height: 1;
  font-size: 50px;
  display: block;
}

@media screen and (max-width: 1500px) {
  .sec-solution .flex-solution .solution-box__ct02 span {
    font-size: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .sec-solution .flex-solution .solution-box__ct02 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .sec-solution .flex-solution .solution-box__ct02 span {
    display: inline-block;
  }
}

.sec-solution .box-bottom {
  display: flex;
}

@media screen and (max-width: 640px) {
  .sec-solution .box-bottom {
    flex-wrap: wrap;
  }
}

.sec-solution .box-bottom__item {
  width: 33.33%;
  color: #fff;
  text-align: center;
  padding: 22px 22px 40px;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 990px) {
  .sec-solution .box-bottom__item {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 640px) {
  .sec-solution .box-bottom__item {
    width: 100%;
    border-right: 0;
    padding: 30px 15px;
    border-bottom: 1px solid #fff;
  }
  .sec-solution .box-bottom__item:last-child {
    border-bottom: 0;
  }
}

.sec-solution .box-bottom__item:last-child {
  border-right: 0;
}

.sec-solution .box-bottom__item p {
  font-size: 20px;
  margin-bottom: 17px;
  line-height: 1.2 !important;
}

@media screen and (max-width: 1200px) {
  .sec-solution .box-bottom__item p {
    font-size: 16px;
  }
}

@media screen and (min-width: 641px) {
  .sec-solution .box-bottom__item:nth-child(1) p, .sec-solution .box-bottom__item:nth-child(3) p {
    margin-bottom: 32px;
  }
}

.sec-solution .box-bottom__item .ttl {
  font-size: 38px;
  line-height: 1.2;
}

@media screen and (max-width: 1200px) {
  .sec-solution .box-bottom__item .ttl {
    font-size: 30px;
  }
}

@media screen and (max-width: 990px) {
  .sec-solution .box-bottom__item .ttl {
    font-size: 24px;
  }
}

.sec-solution .box-bottom__item .ttl span {
  display: block;
  font-size: 26px;
  line-height: 1.46;
}
@media screen and (max-width: 1300px) {
  .sec-solution .box-bottom__item .ttl span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .sec-solution .box-bottom__item .ttl span {
    font-size: 18px;
  }
}

@media screen and (max-width: 990px) {
  .sec-solution .box-bottom__item .ttl span {
    font-size: 15px;
  }
}

/*----------------------------*/

.sec-solution .flex-solution .solution-box {
    flex-wrap: wrap;
}

.solution-note{
  display: block;
}

/*# sourceMappingURL=maps/uniq.css.map */
