/* ページ個別定義 */

/* page > developmernt-frame */

* {
  box-sizing: border-box;
}

.Development-frame {
  position: relative;
  width: min(1320px, 92vw);
  min-height: 750px;
  margin: 73px auto;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.Development-frame-content {
  padding: 28px;
  /* 下の画像高さ分を確保（例：120px） */
  padding-bottom: 180px;
}

.Development-frame-title {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}

.Development-frame-icon {
  width: 26px;
  height: 34px;
  color: #ec4024;
  display: flex;
  margin-top: 42px;
}

.Development-frame-text {
  font-size: 36px;
  font-weight: bold;
  color: #141414;
  letter-spacing: 2.16px;
  margin-top: 42px;
}

.Development-frame-bottom-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -56px;
  object-fit: contain;
  object-position: bottom center;
  display: block;
  width: 100%;
  height: auto; /* 画像の高さを指定 */
  pointer-events: none;
  user-select: none;
}

.Develoment-Cord {
  display: flex;
  justify-content: space-around;
  gap: 16px;
}
.Develoment-Cord-modal {
  margin: 75px auto 0 auto;
}

.Development-Cord-Item,
.Development-Cord-Item02,
.Development-Cord-Item03 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  background-color: #e0e9f1;
  width: 342px;
  height: 408px;
  border-radius: 100px;
}

.Development-Cord-font-30 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.Development-Cord-font-36 {
  display: flex;
  font-size: 36px;
  text-align: center;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.Development-Cord-font-42 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Development-Cord-font-100 {
  font-size: 120px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 0.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Development-Cord-font-120 {
  font-size: 120px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 0.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.Development-Cord-font-margin {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .Development-frame {
    min-height: 337px;
  }

  .Development-frame-content {
    padding: 0px;
    /* 下の画像高さ分を確保（例：120px） */
    padding-bottom: 80px;
  }

  .Development-frame-bottom-img {
    bottom: -20px;
  }

  .Development-frame-text {
    font-size: 20px;
  }
  .Development-Cord-Item,
  .Development-Cord-Item02,
  .Development-Cord-Item03 {
    border-radius: 40px;
    min-width: 106px;
    height: 179px;
  }
  .Development-Cord-font-30 {
    font-size: 11px;
  }

  .Development-Cord-font-36 {
    font-size: 14px;
  }

  .Development-Cord-font-42 {
    font-size: 16px;
  }
  .Development-Cord-font-100 {
    font-size: 40px;
  }

  .Development-Cord-font-120 {
    font-size: 40px;
  }

  .Develoment-Cord-modal {
    margin-top: 45px;
    padding: 0 5px;
  }
}
/* resolution start */

.resolution-frame {
  position: relative;
  width: 100%;
  min-height: 324px;
  margin: 0 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 */

/* .achievement-list start */

.achievement-list-container {
  margin-top: 85px;
  width: 100%;
}

.achievement-list-inner {
  position: relative;
  display: flex;
  gap: 1rem;
  flex-direction: row;
  align-items: center;
  justify-self: center;
}

.achievement-list-icon {
  width: 26px;
  height: 34px;
  color: #ec4024;
  display: flex;
  margin-top: 73px;
}

.achievement-list-title {
  margin-top: 73px;
  font-size: 36px;
  font-weight: bold;
  color: #141414;
  letter-spacing: 2.16px;
}

/* 600px以下の時 */
@media screen and (max-width: 700px) {
  .achievement-list-icon {
    width: 13px;
    height: 17px;
    color: #ec4024;
    display: flex;
    margin-top: 27px;
  }

  .achievement-list-title {
    margin-top: 27px;
    margin-left: 6px;
    font-size: 20px;
    font-weight: bold;
    color: #141414;
    letter-spacing: 0.06em;
  }
}

.achievement-list-grid {
  display: grid;
  grid-template-columns: repeat(4, 313px);
  gap: 22px;
  max-width: 1440px;
  justify-content: center;
  margin: 44px auto 0 auto;
}

.achievement-list-card {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(17, 24, 39, 0.08);
  padding: 36px 22px 24px;
  border: 2px solid #e6eef7;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
  height: 313px;
}

.achievement-list-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.12);
  border-color: #ccd9ee;
}

.industries-kubun {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  min-width: 223px;
  min-height: 38px;
  border-radius: 999px;
  background: #1f3a60;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 38px;
  font-size: 18px;
  position: absolute;
}

.industries-kubun::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 999px;
  opacity: 0.25;
  pointer-events: none;
}

.industries-title {
  margin-top: 48px;
  display: grid;
  justify-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #1f3a60;
}

.industries-desc {
  padding: 0 18px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 22px;
}

@media screen and (max-width: 700px) {
  .achievement-list-grid {
    gap: 9px;
    grid-template-columns: repeat(3, 119px);
    margin: 8px auto 0 auto;
  }
  .achievement-list-card {
    height: 119px;
    padding: 8px 8px 10px;
  }
  .industries-kubun {
    display: flex;
    min-width: 89px;
    min-height: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 10px;
    font-size: 8px;
    position: absolute;
  }

  .industries-title {
    margin-top: 21px;
    font-size: 10px;
    font-weight: bold;
    color: #1f3a60;
    line-height: 10px;
  }
  .industries-desc {
    font-size: 7px;
    font-weight: 400;
    padding: 0 4px;
    line-height: 10px;
    letter-spacing: 0.06em;
  }
}

/* .achievement-list END */

/* .process start */
.process-list-inner {
  position: relative;
  width: 1316px;
  min-height: 308px;
  margin: 0 auto;
  border-radius: 16px;
  background: #b2cbe2;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  border: 1px solid #e9ecef;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  color: #fff;
  z-index: 10;
}

.process-list-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1315px;
  height: 657px;
  background-image: url("/wp-content/themes/clabel/images/development_img03.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  pointer-events: none;
  user-select: none;
  transform: translateZ(0);
  z-index: 20;
}
.process-list-inner-margin {
  margin-top: 36px;
}

.process-grid {
  width: 95%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  gap: 24px;
}

.process-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 22px 28px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  width: 191px;
  height: 191px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 30;
}

.process-card::before {
  content: "";
  position: absolute;
  left: 80px;
  right: 0;
  bottom: 0;
  width: 102px;
  height: 49px;
  background-image: url("/wp-content/themes/clabel/images/to-do-list.png");
  background-repeat: no-repeat;
  pointer-events: none;
  user-select: none;
  z-index: 30;
}

.process-card:nth-child(2)::before {
  background-image: url("/wp-content/themes/clabel/images/reasoning.png");
}

.process-card:nth-child(3)::before {
  background-image: url("/wp-content/themes/clabel/images/web-development.png");
}
.process-card:nth-child(4)::before {
  background-image: url("/wp-content/themes/clabel/images/testing.png");
}
.process-card:nth-child(5)::before {
  background-image: url("/wp-content/themes/clabel/images/services.png");
}
.process-card:nth-child(6)::before {
  background-image: url("/wp-content/themes/clabel/images/system-update.png");
}
.process-card::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 20px;
  border-color: transparent transparent transparent #ffffff;
  z-index: 20;
}

.process-card:last-child::after {
  display: none;
}

.process-text {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 38px;
  color: #1f3a60;
}

@media screen and (max-width: 700px) {
  .process-list-inner {
    padding: 36px;
    width: 373px;
  }
  .process-list-inner::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 373px;
    height: 568px;
    background-image: url("/wp-content/themes/clabel/images/development_img03.png");
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    user-select: none;
    transform: translateZ(0);
    z-index: 20;
  }

  .process-grid {
    flex-direction: column;
  }
  .process-card {
    width: 329px;
    height: 67px;
    border-radius: 8px;
  }

  .process-card::before {
    left: 220px;
    width: 78.92px;
    height: 47.51px;
  }
  .process-card::after {
    right: 120px;
    top: 90px;
    border-width: 15px 40px 40px 40px;
    border-color: #ffffff transparent transparent transparent;
  }
  .process-text {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 38px;
    color: #1f3a60;
  }
}
/* .process end */

