.note {
  margin-bottom: 1.66em;
  font-size: 0.75em;
}
@media screen and (max-width: 640px) {
  .note {
    font-size: 0.5625em;
  }
}

.keyvisual_block {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .keyvisual_block {
    margin-bottom: 8.53333333vw;
  }
}
.intro {
  margin-bottom: 80px;
  padding: 60px;
  background: url(/jp/densetsu/powertool/factory/img/strengths/bg_intro.jpg) no-repeat center top / cover;
}
@media screen and (max-width: 640px) {
  .intro {
    margin-bottom: 10.66666667vw;
    padding: 10.66666667vw 5.33333333vw;
    background-image: url(/jp/densetsu/powertool/factory/img/strengths/bg_intro_sp.jpg);
  }
}

.intro__ttl {
  margin-bottom: 2em;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .intro__ttl {
    margin-bottom: 2.5em;
    font-size: 0.68em;
  }
}

.intro__ttl--large {
  font-size: 3.1em;
  font-style: italic;
}

.intro__ttl--color {
  background: linear-gradient(to right, #005ffd, #00c0ff);
  color: transparent;
  -webkit-background-clip: text;
}

.intro__txt {
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .intro__txt {
    font-size: 0.625em;
  }
}

.intro__txt + .intro__txt {
  margin-top: 1em;
}
@media screen and (max-width: 640px) {
  .intro__txt + .intro__txt {
    margin-top: 1.5em;
  }
}

.strength {
  margin-bottom: 110px;
  padding: 50px 0;
  background: url(/jp/densetsu/powertool/factory/img/strengths/bg_strength.jpg) no-repeat center top / cover;
}
@media screen and (max-width: 640px) {
  .strength {
    position: relative;
    z-index: 0;
    margin-bottom: 12.8vw;
    padding: 8vw 0 10.66666667vw;
    background-image: url(/jp/densetsu/powertool/factory/img/strengths/bg_strength_sp.jpg);
  }
}

.strength__inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
  padding: 0 0 0 60px;
}
@media screen and (max-width: 640px) {
  .strength__inner {
    margin-bottom: 12vw;
    padding: 0 5.33333333vw;
  }
}

.strength__content {
  width: auto;
}
@media screen and (max-width: 640px) {
  .strength__content {
    width: 100%;
  }
}

.strength__img01 {
  width: 593px;
  transform: translateX(-60px);
}
@media screen and (max-width: 640px) {
  .strength__img01 {
    width: 66.13333333vw;
    transform: none;
    margin: 7.46666667vw auto 0;
  }
}

.strength__ttl {
  margin-bottom: 0.9em;
  font-size: 3.4375em;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .strength__ttl {
    font-size: 1.75em;
    text-align: center;
  }
}

.strength__ttl--large {
  font-size: 1.27272727em;

}

.strength__ttl--w-medium {
  font-weight: 500;
}

.strength__txt {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 2.4;
}
@media screen and (max-width: 640px) {
  .strength__txt {
    font-size: 0.75em;
    text-align: center;
    line-height: 2.2;
  }
}

.strength__txt--color {
  color: #0970a6;
  font-size: 1.16666667em;
}

.strength__txt + .strength__txt {
  margin-top: 1.5em;
}

.strength__img02 {
  padding-left: 25px;
}

@media screen and (min-width: 641px) {
  .pc-center {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .scroll__content {
    position: relative;
    z-index: -1;
    margin-top: -15vw;
    padding-left: 1.86666667vw;
  }
}
@media screen and (max-width: 640px) {
  .scroll__content > div {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 2.66666667vw;
  }
}
/* @media screen and (max-width: 640px) {
  .scroll__content > div::-webkit-scrollbar {
    height: 8px;
  }
}
@media screen and (max-width: 640px) {
  .scroll__content > div::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
} */
@media screen and (max-width: 640px) {
  .scroll__content img {
    max-width: none !important;
    width: 800px;
  }
}
@media screen and (max-width: 640px) {
  .scroll__content::after {
    margin-top: -14.4vw;
    margin-left: -14.4vw;
    width: 28.8vw;
    height: 28.8vw;
    content: "";
    background: url(/jp/densetsu/powertool/factory/img/strengths/icon_finger_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 5;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    pointer-events: none;
    content: "";
  }
}

.heading-1-note {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .heading-1-note {
    font-size: 0.875em;
    line-height: 1.6;
  }
}

.solution {
  padding: 90px 0 70px;
}
@media screen and (max-width: 640px) {
  .solution {
    padding: 14.66666667vw 0 12.66666667vw;
  }
}

.solution-heading {
  margin-bottom: 1.5em;
  font-size: 2em;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .solution-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0.5em;
    font-size: 1.56em;
  }
}

.solution-heading__ico {
  margin-right: 0.5em;
  padding: 0 1.5em;
  background: #fff;
  color: #0970a6;
  font-size: 0.75em;
  clip-path: polygon(0.5em 0%, 100% 0%, calc(100% - 0.5em) 100%, 0% 100%);
}

.solution-content__block + .solution-content__block {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .solution-content__block + .solution-content__block {
    margin-top: 16.66666667vw;
  }
}

.solution-content + .solution-content {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .solution-content + .solution-content {
    margin-top: 10.66666667vw;
  }
}

.solution-content__ttl {
  padding: 0.5em 0;
  background: #0970a6;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 640px) {
  .solution-content__ttl {
    font-size: 1.1875em;
  }
}

.solution-content__inner {
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .solution-content__inner {
    padding: 6.66666667vw 4vw;
  }
}

.solution-content__list {
  display: grid;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (min-width: 641px) {
  .solution-content__list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 640px) {
  .solution-content__list {
    row-gap: 7.33333333vw;
  }
}

.solution-content__item {
  display: flex;
}
@media screen and (min-width: 641px) {
  .solution-content__item {
    padding: 10px;
  }
}

@media screen and (min-width: 641px) {
  .column-3__full .colum-wide {
    grid-column: 1 / 4;
  }
}


@media screen and (min-width: 641px) {
  .solution-content__list.column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 641px) {
  .solution-content__list.column-2__wide {
    grid-template-columns: 254px 1fr;
  }
}

@media screen and (min-width: 641px) {
  .solution-content__list.column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 641px) {
  .solution-content__list[class*=column-] .solution-content__item + .solution-content__item {
    border-left: 1px solid #d6d6d6;
  }
}

@media screen and (min-width: 641px) {
  .solution-content__list.column-2 .solution-content__item:nth-child(2n+1) {
    border-left: 0;
  }
}

@media screen and (min-width: 641px) {
  .solution-content__list.column-3:not(.column-3__full) .solution-content__item:nth-child(3n+1) {
    border-left: 0;
  }
}

@media screen and (min-width: 641px) {
  .solution-content__list.column-3__full .solution-content__item:nth-child(3n-1) {
    border-left: 0;
  }
}

.solution-content__item-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 20px;
}
@media screen and (max-width: 640px) {
  .solution-content__item-inner {
    padding: 6.66666667vw 4vw;
  }
}

.solution-content__item-inner.grid__item {
  display: grid;
}

@media screen and (min-width: 641px) {
  .solution-content__item-inner.grid__item {
    grid-template-columns: auto 477px;
    justify-content: space-between;
  }
  .solution-content__item-inner.grid__item > div {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .solution-content__item-inner.grid__item {
    gap: 6.66666667vw;
  }
}

.solution-content__item-tag {
  margin-bottom: 1.2em;
  padding: 0.3em;
  background: #7f7f7f;
  color: #fff;
  font-size: 0.875em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .solution-content__item-tag {
    padding: 0.6em 0.3em;
    font-size: 0.9375em;
  }
}

.solution-content__notes + .solution-content__list {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .solution-content__notes + .solution-content__list {
    margin-top: 6.66666667vw;
  }
}


.solution-content__notes {
  margin-top: 0.625em;
}

.solution-content__notes li {
  font-size: 0.75em;
}
@media screen and (max-width: 640px) {
  .solution-content__notes li {
    font-size: 0.5625em;
  }
}

.solution-content__item-list {
  margin-bottom: 1.25em;
}

.solution-content__item-list li {
  display: flex;
  align-items: baseline;
  column-gap: 0.6em;
  font-size: 0.75em;
  counter-increment: list_number;
}
@media screen and (max-width: 640px) {
  .solution-content__item-list li {
    font-size: 0.875em;
  }
}

.solution-content__item-list li + li {
  margin-top: 0.8em;
}

.solution-content__item-list li::before {
  display: block;
  flex-shrink: 0;
  padding: 0.2em 1em;
  background: #0970a6;
  color: #fff;
  font-weight: 500;
  content: "例"counter(list_number);
}

.solution-content__item-ttl {
  margin-bottom: 0.5em;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .solution-content__item-ttl {
    font-size: 1em;
  }
}

.solution-content__item-ttl.mb-large {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 640px) {
  .solution-content__item-ttl.mb-large {
    font-size: 1em;
  }
}

.solution-content__item-txt {
  margin-bottom: 1.25em;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .solution-content__item-txt {
    font-size: 0.875em;
  }
}

.solution-content__item-img {
  margin: auto 0 0;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .solution-content__item-img.mb-auto {
    margin-bottom: auto;
  }
}

@media screen and (min-width: 641px) {
  .solution-content__item-img.productivity01 img,
  .solution-content__item-img.productivity02 img {
    width: 260px;
  }
}

@media screen and (max-width: 640px) {
  .solution-content__item-img.productivity02 img {
    width: 57.86666667vw;
  }
}

@media screen and (min-width: 641px) {
  .solution-content__item-img.productivity03 img {
    width: 235px;
  }
}

@media screen and (max-width: 640px) {
  .solution-content__item-img.productivity03 img {
    width: 47.33333333vw;
  }
}

@media screen and (min-width: 641px) {
  .solution-content__item-img.productivity03 img {
    width: 235px;
  }
}

@media screen and (min-width: 641px) {
  .solution-content__item-img.carbon_neutral01 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 36px;
  }
}

@media screen and (min-width: 641px) {
  .solution-content__item-img .carbon_neutral01-01 {
    width: 530px;
  }
}

@media screen and (min-width: 641px) {
  .solution-content__item-img .carbon_neutral01-02 {
    width: 392px;
  }
}

@media screen and (max-width: 640px) {
  .solution-content__item-img .carbon_neutral01-02 {
    width: 60.8vw;
    margin: 2.66666667vw auto 0;
  }
}

@media screen and (max-width: 640px) {
  .solution-content__item-img.carbon_neutral img {
    width: 68.53333333vw;
  }
}

@media screen and (max-width: 640px) {
  .solution-content__item-img.human_resources01 img {
    width: 47.86666667vw;
  }
}

@media screen and (min-width: 641px) {
  .solution-content__item-img.human_resources02 img {
    width: 126px;
  }
}

@media screen and (max-width: 640px) {
  .solution-content__item-img.human_resources02 img {
    width: 28.26666667vw;
  }
}

@media screen and (min-width: 641px) {
  .solution-content__item-img.human_resources03 img {
    width: 361px;
  }
}

.solution-content__item-img.human_resources04 {
  display: grid;
  position: relative;
}
@media screen and (min-width: 641px) {
  .solution-content__item-img.human_resources04 {
    grid-template-columns: 126px 338px 258px;
    align-items: center;
    justify-content: center;
  }
}


@media screen and (max-width: 640px) {
  .solution-content__item-img .human_resources04-01 {
    width: 26.13333333vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 641px) {
  .solution-content__item-img .human_resources04-02 {
    margin-left: 40px;
  }
}

@media screen and (max-width: 640px) {
  .solution-content__item-img .human_resources04-02 {
    width: 69.86666667vw;
    margin: 3.73333333vw auto 0;
  }
}

@media screen and (min-width: 641px) {
  .solution-content__item-img .human_resources04-03 {
    display: grid;
    grid-template-columns: 26px 1fr;
    align-items: center;
    column-gap: 28px;
    margin-left: 28px;
  }
}

.solution-content__item-img .human_resources04-03::before {
  display: block;
  width: 44px;
  height: 26px;
  background: #0e3a58;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
@media screen and (min-width: 641px) {
  .solution-content__item-img .human_resources04-03::before {
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 640px) {
  .solution-content__item-img .human_resources04-03::before {
    width: 9.06666667vw;
    height: 5.33333333vw;
    margin: 0 auto 2.66666667vw;
  }
}

@media screen and (max-width: 640px) {
  .solution-content__item-img .human_resources04-03 {
    width: 53.6vw;
    margin: 7.46666667vw auto 0;
  }
}

.solution-content__item-img.human_resources05 {
  display: grid;
  position: relative;
}
@media screen and (min-width: 641px) {
  .solution-content__item-img.human_resources05 {
    grid-template-columns: 1fr 1fr;
    column-gap: 18px;
  }
}
@media screen and (max-width: 640px) {
  .solution-content__item-img.human_resources05 {
    row-gap: 11.73333333vw;
  }
}

.solution-content__item-img.human_resources05::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: url(/jp/densetsu/powertool/factory/img/strengths/icon_arrow.png) no-repeat center / contain;
  content: "";
}

@media screen and (min-width: 641px) {
  .solution-content__item-img.human_resources05::after {
    width: 50px;
    height: 69px;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}
@media screen and (max-width: 640px) {
  .solution-content__item-img.human_resources05::after {
    width: 9.2vw;
    height: 8vw;
    transform: translate(-50%, -50%);
  }
}

.solution-content__note {
  font-size: 0.75em;
}