@charset "utf-8";

/* strengthBox
/* ------------------------------------------------------------------------ */

.strengthBoxBg {
  border-bottom: #ccc 1px solid;
  padding: 80px 0 60px;
}

.strengthBox {
  max-width: 1140px;
  padding-left: var(--side_padding);
  padding-right: var(--side_padding);
  margin: 0 auto;
}

.strengthBox .titleBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.strengthBox .titleBox .icon {
  margin: 0 20px 0 0;
  flex-shrink: 0;
}

.strengthBox .titleBox .inner {
  margin-top: -10px;
}

.strengthBox .titleBox .inner .title {
  color: var(--black_color);
  font-size: 52px;
  text-align: left;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.strengthBox .titleBox .inner .title span {
  font-size: 26px;
}

.strengthBox .titleBox .inner .title span.txt2 {
  font-size: 48px;
}

.strengthBox .titleBox .inner .txt {
  text-align: left;
  line-height: 1.8;
  margin: 15px 0 0 0;
}

.strengthBox .titleBox .inner .txt .annotationTxt {
  font-size: 13px;
  display: block;
  margin: 2px 0 0 0;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.strengthBox .boxImg {
  text-align: center;
  margin: 10px 0 0 0;
}

.strengthBox .boxImg img {
  width: 100%;
}

@media (max-width: 767px) {
  .strengthBoxBg {
    padding: 30px 0;
  }
  .strengthBox {
    padding-left: var(--side_padding);
    padding-right: var(--side_padding);
  }
  .strengthBox .titleBox {
    display: block;
    margin-bottom: 20px;
  }
  .strengthBox .titleBox .icon img {
    width: 80px;
  }
  .strengthBox .titleBox .inner {
    margin-top: 0;
  }
  .strengthBox .titleBox .inner .title {
    font-size: 32px;
  }
  .strengthBox .titleBox .inner .title span.txt2 {
    font-size: 18px;
  }
}

/* streng1
/* ------------------------------------------------------------------------ */

.streng1 {
  padding-top: 0;
}

.streng1 .strengthBox .boxImg img {
  max-width: 957px;
}

@media (max-width: 767px) {
}

/* streng2
/* ------------------------------------------------------------------------ */

.streng2 .strengthBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row-reverse;
}

.streng2 .strengthBox section {
  padding-left: 30px;
}

.streng2 .strengthBox .strengthBoxInner {
  margin-left: -10px;
}

.streng2 .strengthBox .title2 {
  text-align: left;
  margin: 15px 0 0 0;
  font-size: 17px;
}

.streng2 .strengthBox .iconBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 8px 0 0 0;
  font-size: 15px;
}

.streng2 .strengthBox .iconBox .box {
  background: #f5f5f5;
  width: 33.33%;
  margin: 0 10px 0 0;
  padding: 20px 0;
}

.streng2 .strengthBox .iconBox .box .title3 {
  color: var(--black_color);
}

.streng2 .strengthBox .iconBox .box .icon2 {
  margin: 10px 0 0 0;
}

.streng2 .strengthBox .iconBox .box:last-child {
  margin-right: 0;
}

.streng2 .strengthBox .titleBox {
  width: 610px;
}

.streng2 .strengthBox .boxImg {
  margin: 200px 0 0 0;
  z-index: -9999;
}

.streng2 .strengthBox .boxImg img {
  max-width: 398px;
}

@media (max-width: 1000px) {
  .streng2 .strengthBox {
    display: block;
  }
  .streng2 .strengthBox section {
    padding-left: 0;
  }
  .streng2 .strengthBox .boxImg {
    margin: 30px 0 0 0;
  }
}

@media (max-width: 767px) {
  .streng2 .strengthBox {
    display: block;
    padding: 0 15px;
  }
  .streng2 .strengthBox .strengthBoxInner {
    margin-left: 0;
  }
  .streng2 .strengthBox .strengthBoxInner .titleBox {
    width: 100%;
  }
  .streng2 .strengthBox .title2 {
    font-size: 15px;
  }
  .streng2 .strengthBox .iconBox {
    font-size: 13px;
  }
  .streng2 .strengthBox .iconBox .box {
    padding: 20px 10px;
  }
  .streng2 .strengthBox .boxImg {
    margin: 20px 0 0 0;
  }
  .streng2 .strengthBox .boxImg img {
    width: 62%;
  }
}

/* streng3
/* ------------------------------------------------------------------------ */

.streng3 .strengthBox .imgBox {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
  gap: 20px;
}


.streng3 .strengthBox .imgBox .scImg .sc img {
  width: 100%;
}

.streng3 .strengthBox .imgBox .scImg .txtLinkBtn2 {
  text-align: right;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .streng3 .strengthBox .imgBox {
    margin-top: 15px;
  }
}

/* streng4
/* ------------------------------------------------------------------------ */

.streng4 {
  border-bottom: none;
  padding-bottom: 0;
}

.streng4 .strengthBox .strengthBoxInner {
  position: relative;
  height: 383px;
}

.streng4 .strengthBox .strengthBoxInner .titleBox {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9999;
  width: 675px;
}

.streng4 .strengthBox .strengthBoxInner .titleBox .inner .title {
  margin-top: 50px;
}

.streng4 .strengthBox .strengthBoxInner .boxImg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.streng4 .strengthBox .strengthBoxInner .boxImg img {
  max-width: 726px;
}

.streng4 .strengthBox .supplementBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 25px 0 0 0;
}

.streng4 .strengthBox .supplementBox .box {
  margin: 0 20px 0 0;
}

.streng4 .strengthBox .supplementBox .box:last-child {
  margin-right: 0;
}

.streng4 .strengthBox .supplementBox .box .catch img {
  width: 100%;
}

.streng4 .strengthBox .supplementBox .box .txt {
  text-align: left;
  margin: 7px 0 0 0;
}

@media (max-width: 1100px) {
  .streng4 .strengthBox .strengthBoxInner {
    position: static;
    height: auto;
  }
  .streng4 .strengthBox .strengthBoxInner .titleBox {
    position: static;
    width: 100%;
  }
  .streng4 .strengthBox .strengthBoxInner .boxImg {
    position: static;
    margin: 40px 0 0 0;
  }
}

@media (max-width: 767px) {
  .streng4 .strengthBox .strengthBoxInner .boxImg {
    margin-top: 20px;
  }
  .streng4 .strengthBox .strengthBoxInner .titleBox .inner .title {
    margin-top: 15px;
  }
  .streng4 .strengthBox .supplementBox {
    display: block;
  }
  .streng4 .strengthBox .supplementBox .box {
    margin: 30px 0 0 0;
  }
  .streng4 .strengthBox .supplementBox .box:fisth-child {
    margin-top: 0;
  }
}
