/* strength cordセクション ===================================== */

.strength-section {
  width: 100%;
  max-width: 1440px;
  margin: 75px auto 52px auto;
  padding: 16px;
}

.strength-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.strength-card {
  position: relative;
  width: 641px;
  height: 264px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  isolation: isolate;
  z-index: 10;
}

.strength-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0044a4;
  mix-blend-mode: multiply;
  opacity: 0.6;
  border-radius: 8px;
  z-index: 20;
}

.strength-card .card-text {
  position: relative;
  width: 544px;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 68px;
  margin-top: 21px;
  z-index: 30;
}

.strength-card .card-text p {
  color: white;
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.06em;
  z-index: 30;
}

@media (max-width: 600px) {
  .strength-section {
    padding: 10px;
    width: 100%;
  }

  .strength-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
    max-width: 95%;
  }

  .strength-card {
    position: relative;
    height: 151px;
    width: 100%;
    max-width: 369px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    isolation: isolate;
    z-index: 10;
  }

  .strength-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 12px;
    background-color: #29778a;
    mix-blend-mode: multiply;
    z-index: 20;
  }

  .strength-card .card-text {
    position: relative;
    height: 100%;
    padding-left: 0px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 28px;
    margin-top: 0px;
    z-index: 30;
    width:369px;
  }

  .strength-card .card-text p {
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 24px 18px;
    letter-spacing: 0.06em;
    z-index: 30;
  }
}

/* resolution start */

.resolution-frame {
  position: relative;
  width: 100%;
  min-height: 324px;
  margin: 50px auto;
  background: #1f3a60;
  isolation: isolate;
  border: 1px solid #e9ecef;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  color: #fff;
}

.resolution-frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 97.76px;
  background-image: url("/wp-content/themes/clabel/images/development_img02.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 100%;
  pointer-events: none;
  user-select: none;
  transform: translateZ(0);
}

.resolution-frame-container {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  text-align: center;
}

.resolution-frame-title {
  margin: 48px auto 0 auto;
  font-size: 100px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #e64227;
  font-family: Georgia, serif;
  font-weight: bold;
  font-style: italic;
}
.resolution-frame-text,
.resolution-frame-text2 {
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 56px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.resolution-frame-text {
  margin-left: 10px;
}

.resolution-frame-text {
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 56px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.resolution-frame-emphasis {
  border: 3px solid #000;
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .resolution-frame {
    min-height: 261px;
  }
  .resolution-frame-title {
    margin-top: 59px;
    font-size: 50px;
  }
  .resolution-frame-text,
  .resolution-frame-text2 {
    font-size: 22px;
    line-height: 40px;
  }
  .resolution-frame-text2 {
    margin-left: 110px;
    margin-right: 110px;
  }
}

/* resolution end */



/* 私たちの強み */
.strength-top-title h2 {
  font-size: 36px;
  font-weight: bold;
  padding-top: 130px;
  margin-left: 12%;
}
.strength-top-title p {
  font-size: 20px;
  font-weight: 500;
  padding-top: 10px;
  letter-spacing: 0.06rem;
  margin-left: 12%;
}

.strength-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center; 
}
.strength-sec {
  width: 1316px;
  height: 693px;
  background-color: #b2cbe2;
  border-radius: 16px;
  margin: 22px auto 74px;}

.strength-sec-bg {
  background-image: url("/wp-content/themes/clabel/images/strength_bg.png");
  width: 100%; 
  height: 693px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.strength_in_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 0 48px;
}

.strength_in_flex .left,
.strength_in_flex .right {
  flex: 1 1 0;
  min-width: 280px;
}

.strength_in_flex .left .num h2 {
  font-weight: 700;
  font-size: 36px;
  width: 564px;
  color: #000;
  margin: 32px 0 0;
  text-align: left;
}

.strength_in_flex .left .num h3 {
  display: inline-block;
  width: 550px;
  height: 335px;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  letter-spacing: 1.2px;
  line-height: 42px;
  margin: 60px 0 0; 
  text-align: left;
}

.strength_in_flex .left .circle {
  width: 113px;
  height: 113px;
  background-color: #1f3a60;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: sans-serif;
  margin: 60px 0 0; 
}
.strength_in_flex .right {
  display: flex;
  justify-content: center;
}
.strength_in_flex .right img {
  margin: 152px 0 0; 
  max-width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  .strength-top-title h2,
  .strength-top-title p {
    margin: 0;
    padding-top: 24px;
  }
  .strength-top-title h2 { font-size: 24px; }
  .strength-top-title p  { font-size: 14px; letter-spacing: 0.04rem; }

  .strength-container { padding: 0 12px; }

  .strength-sec {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 16px 0 32px;
    border-radius: 12px;
  }

  .strength-sec-bg {
    width: 100%;
    height: auto;
    background-position: center top;
    background-size: cover;
  }

  .strength_in_flex {
    flex-direction: column;
    align-items: flex-start;     /* テキストは左揃え */
    gap: 12px;
    padding: 20px 16px 24px;
  }

  .strength_in_flex .left  { order: 0; width: 100%; }
  .strength_in_flex .right { order: 1; width: 100%; display: flex; justify-content: center; }

  .strength_in_flex .left .circle {
    width: 72px;
    height: 72px;
    margin: 8px 0 0;
    align-self: flex-start;
  }
  .strength_in_flex .left .circle .label  { font-size: 12px; padding-top: 4px; }
  .strength_in_flex .left .circle .number { font-size: 28px; }

  .strength_in_flex .left .num h2 {
    width: auto;
    margin: 12px 0 0;
    font-size: 22px;
    line-height: 1.4;
  }
  .strength_in_flex .left .num h3 {
    width: auto;
    height: auto;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.03rem;
  }

  .strength_in_flex .left .num h3 .button01 img {
    max-width: 200px;
    height: auto;
    display: inline-block;
    margin-top: 12px;
    text-align: left;
  }

  .strength_in_flex .right img {
    max-width: 85%;
    height: auto;
    margin: 12px auto 0;
    display: block;
  }
}


