@charset "utf-8";

/*================================================
  strengths
================================================*/
.page-header {
  background-image: url(../../image/strengths/page_header_bg.jpg);
}

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

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

.intro {
  background-image: url(../../image/strengths/intro_bg.jpg);
  background-size: cover;
  background-position: right 20% bottom;
  background-color: var(--primary-bg-color);
  padding-bottom: 90px;
}
.intro-text {
  color: var(--secondary-color);
}
.intro-text > .emphasis {
  /* font-size: clamp(1.8rem, 1.36rem + 2.2vw, 4rem); */
  font-size: clamp(1.8rem, 1.52rem + 1.4vw, 3.2rem);
  font-weight: 900;
  display: block;
  margin-bottom: 1em;
}
.intro-text + .intro-text {
  margin-top: 1em;
}

@media print, screen and (min-width: 769px) {
  .intro {
    padding-bottom: 100px;
  }
}

@media print, screen and (min-width: 960px) {
  .intro {
    padding-bottom: 150px;
  }
}


@media print, screen and (min-width: 1200px) {
  .intro {
    padding-bottom: 200px;
  }
}

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

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

.strengths {
  position: relative;
}
.strengths-title {
  color: rgba(var(--secondary-color-rgb),0.2);
  text-transform: uppercase;
  /* font-size: clamp(3rem, 1.2rem + 9vw, 12rem); */
  font-size: clamp(3rem, 1.6rem + 7vw, 10rem);
  line-height: 1;
  position: absolute;
  top: -0.5em;
  mix-blend-mode: multiply;
}

.strengths-inner {
  background-color: var(--color-white);
  width: 90%;
  max-width: 1000px;
  margin:-20px auto 100px;
  box-shadow: 0 20px 30px rgba(var(--color-black-rgb),0.1);
  position: relative;
  padding:40px;
}
.strengths-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--color-white-rgb),0.7);
}
.strengths-number {
  color: rgba(var(--color-white-rgb),0.8);
  background-color: var(--color-blue-light);
  width: 1.5em;
  height: 1.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 3rem;
  margin-bottom: 10px;
  position: relative;
}

.strengths-inner-title {
  color: var(--secondary-color);
  font-weight: 900;
  margin-bottom: 1em;
  font-size: clamp(1.8rem, 1.56rem + 1.2vw, 3rem);
  position: relative;
}

.strengths-inner-text {
  color: var(--secondary-color);
  margin-bottom: 1em;
  position: relative;
}

/**/
.strengths.facility .strengths-title,
.strengths.production .strengths-title {
  right: 0;
}
.strengths.processing .strengths-inner {
  background-image: url(../../image/strengths/strengths_item_01_img.png);
  background-position: left bottom;
}
.strengths.facility .strengths-inner {
  background-image: url(../../image/strengths/strengths_item_02_img.png);
  background-position: right bottom;
}
.strengths.stock .strengths-inner {
  background-image: url(../../image/strengths/strengths_item_03_img.png);
  background-position: left bottom;
}
.strengths.production .strengths-inner {
  background-image: url(../../image/strengths/strengths_item_04_img.png);
  background-position: right bottom;
}

@media print, screen and (min-width: 590px) {
  .strengths-inner {
    margin-top: -80px;
    margin-bottom: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px;
  }
  .strengths.facility .strengths-inner,
  .strengths.production .strengths-inner {
    flex-direction: row-reverse;
  }
  .strengths.production .strengths-inner {
    margin-bottom: 150px;
  }
  .strengths-number {
    width: 80px;
    height: 80px;
    font-size: 4rem;
  }
  .strengths-text {
    max-width: 700px;
    width: calc(100% - 120px);
  }
  .strengths.facility .strengths-text,
  .strengths.stock .strengths-text {
    max-width: 710px;
  }
}


@media print, screen and (min-width: 769px) {
  .strengths-number {
    width: 100px;
    height: 100px;
    font-size: 6rem;
  }
  .strengths-text {
    width: calc(100% - 140px);
  }
}

@media print, screen and (min-width: 1200px) {
  .strengths-inner::before {
    display: none;
  }
  .strengths-inner {
    margin-top: -160px;
    /* margin-bottom: 275px; */
    margin-bottom: 200px;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(var(--color-black-rgb),0.06);
  }

  .strengths-link {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 1200px) {
  .strengths-inner-title {
    font-size: clamp(1.8rem, 1.56rem + 1.2vw, 3rem);
  }
  .strengths.processing .strengths-title,
  .strengths.stock .strengths-title {
    /* left: 5%; */
    left: calc(50% - 500px - 0.5em);
  }
  .strengths.facility .strengths-title,
  .strengths.production .strengths-title {
    /* right: 5%; */
    right: calc(50% - 500px - 0.5em);
  }
}
