/*=======================
 技術紹介
==========================*/
.technic-top-section {
  padding-top: 100px;
  width: 100%;
}

.technic-top-section .text-container {
  text-align: center;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1200px;
}

.technic-top-section .text-title-wrapper {
  margin-bottom: 50px;
}

.text-title-wrapper h3 {
  letter-spacing: 0.2rem;
}

.technic-top-img {
  padding-top: 50px;
}

.technic-top-section img {
  width: 100%;
}

/* ■■■■ */
/* ■■■■　special-Skill-section */
/* ■■■■ */
.special-skill-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.special-skill-section .container {
  text-align: center;
}

#specialSkillSection .h2-title-classic {
  padding-bottom: 20px;
}

/* ■■■■ */
/* ■■■■　quality-technology-section */
/* ■■■■ */
.special-skill-content-section {
  padding: 50px 30px;
  width: 100%;
}

.special-skill-content-section .container {
  text-align: left;
}

.technology-text-img-container {
  padding: 40px 25px;
}

.special-skill-content-section
  .technology-description-wrapper
  .technology-text-img {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.special-skill-content-section
  .technology-description-wrapper
  .technology-text-img
  .img-size {
  width: 80%;
}

.special-skill-content-section
  .technology-description-wrapper
  .technology-text-img
  .img-size
  img {
  width: 100%;
  display: inline-block;
  object-fit: contain;
}

.special-skill-content-section
  .technology-description-wrapper
  .technology-text-img
  .technology-text-wrapper {
  color: #313131;
  margin-top: 30px;
  width: 80%;
}

@media (max-width: 960px) {
  .technic-top-section {
    padding-top: 80px;
  }

  .special-skill-section {
    padding: 80px 0 100px 0;
  }

  .text-wrapper p {
    line-height: 1.7rem;
    margin-bottom: 10px;
  }

  .technic-top-container {
    display: flex;
    flex-direction: column;
  }

  .technic-top-img {
    order: 2;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .technic-top-container .text-wrapper {
    order: 3;
    margin-bottom: 0;
  }

  .special-skill-content-section {
    padding: 30px 15px;
  }

  #specialSkillSection .h2-title-classic {
    padding-left: 10px;
  }

  .technology-text-img-container {
    padding: 25px 30px;
  }
}

@media (max-width: 768px) {
  .special-skill-content-section
    .technology-description-wrapper
    .technology-text-img {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .img-size {
    order: 1;
  }

  .special-skill-content-section
    .technology-description-wrapper
    .technology-text-img
    .img-size {
    width: 50%;
  }

  .special-skill-content-section
    .technology-description-wrapper
    .technology-text-img
    .technology-text-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .technology-text-wrapper {
    order: 2;
  }
}

@media (max-width: 620px) {
  .technic-top-section {
    padding-top: 60px;
  }

  .technic-top-section .text-title-wrapper {
    margin-bottom: 30px;
  }

  .text-title-wrapper h3 {
    font-size: 1.7rem;
  }

  .special-skill-content-section {
    padding: 25px 10px;
  }

  .technic-top-section .text-container {
    padding: 0 20px;
  }

  .technic-top-container {
    padding: 0 10px;
  }

  .technic-top-img {
    padding-bottom: 30px;
  }

  .special-skill-section {
    padding: 50px 0 80px 0;
  }

  .technology-text-img-container {
    padding: 10px 25px;
  }

  #specialSkillSection .h2-title-classic {
    padding-left: 5px;
  }

  .special-skill-content-section
    .technology-description-wrapper
    .technology-text-img {
    gap: 30px;
  }

  .special-skill-content-section
    .technology-description-wrapper
    .technology-text-img
    .img-size {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .technic-top-section {
    padding-top: 50px;
  }

  .text-title-wrapper h3 {
    font-size: 1.5rem;
  }

  .text-wrapper p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .special-skill-section {
    padding: 30px 0 50px 0;
  }

  #specialSkillSection .h2-title-classic {
    padding-left: 0px;
    padding-bottom: 10px;
  }

  .special-skill-content-section {
    padding: 20px 4px;
  }
}
