@charset "UTF-8";
/*
====================================
page technology detail
====================================
*/
.page-technology-detail {
  background: white;
}

/*
====================================
tech hero nav
====================================
*/
.tech-hero-nav {
  padding-top: 40px;
  padding-bottom: 0;
  background: #fff;
}
.tech-hero-nav__inner {
  text-align: center;
}
.tech-hero-nav__lead {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #1b2c55;
}
.tech-hero-nav__visual {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 34px auto 0;
}
.tech-hero-nav {
  /* SVG本体 */
}
.tech-hero-nav__bg {
  width: 100%;
}
.tech-hero-nav__bg img {
  display: block;
  width: 100%;
  height: auto;
}
.tech-hero-nav {
  /* クリック領域 */
}
.tech-hero-nav__link {
  position: absolute;
  display: block;
  z-index: 2;
}
.tech-hero-nav__link--top {
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 42.9%;
  height: 31%;
  border-radius: 0 0 29px 29px;
}
.tech-hero-nav__link--left {
  bottom: 19.2%;
  left: 23%;
  transform: translateX(-50%);
  width: 42.9%;
  height: 31%;
  border-radius: 0 0 29px 29px;
}
.tech-hero-nav__link--right {
  bottom: 19.2%;
  right: 1.2%;
  transform: translateX(0%);
  width: 42.9%;
  height: 31%;
  border-radius: 0 0 29px 29px;
}

@media screen and (max-width: 768px) {
  .tech-hero-nav__lead {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .tech-hero-nav__visual {
    max-width: 340px;
  }
  .tech-hero-nav__link--top {
    width: 140px;
    height: 60px;
  }
  .tech-hero-nav__link--left {
    top: 110px;
    left: 0;
    width: 140px;
    height: 60px;
  }
  .tech-hero-nav__link--right {
    top: 110px;
    right: 0;
    width: 140px;
    height: 60px;
  }
}
/*
====================================
tech feature
====================================
*/
.tech-feature {
  padding-top: 120px;
  padding-bottom: 10px;
  background: #f8f8f8;
}
.tech-feature__inner {
  margin: 0 auto;
}
.tech-feature__heading {
  margin-bottom: 20px;
}
.tech-feature__headingMain {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  flex-wrap: wrap;
}
.tech-feature__title {
  margin: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 7rem;
  line-height: 1.05;
  font-weight: 300;
  color: #5b5b5b;
  letter-spacing: 0;
}
.tech-feature__subtitle {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #1b1b1b;
}
.tech-feature__line {
  width: 100%;
  max-width: 455px;
  height: 5px;
  margin-top: 12px;
  background: linear-gradient(90deg, #28c370 0%, #0077c8 100%);
  border-radius: 999px;
  position: relative;
}
.tech-feature__line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #28c370;
  border: 2px solid #fff;
  transform: translateY(-50%);
  box-shadow: 0 0 0 1px #28c370;
  box-sizing: border-box;
}
.tech-feature__lead {
  margin: 0;
  padding-left: 24px;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #1b1b1b;
}
.tech-feature__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
  margin-top: 40px;
}
.tech-feature__textCol {
  width: 55%;
  padding-right: 32px;
}
.tech-feature__box {
  margin-bottom: 40px;
  padding: 24px;
  background: #D5E8F2;
  box-sizing: border-box;
}
.tech-feature__boxTitle {
  margin: 0;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 600;
  color: #000000;
}
.tech-feature__boxList {
  margin: 12px 0 0;
  padding-left: 18px;
}
.tech-feature__boxList li {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #000000;
  list-style: disc;
}
.tech-feature__boxList li strong {
  font-weight: 600;
}
.tech-feature__boxList li .bigger {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 600;
  color: #000000;
}
.tech-feature__boxList li + li {
  margin-top: 8px;
}
.tech-feature__boxDesc {
  margin-top: 12px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #1b2c55;
}
.tech-feature__text p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #1b1b1b;
}
.tech-feature__text p + p {
  margin-top: 14px;
}
.tech-feature__imageCol {
  width: 45%;
}
.tech-feature__image {
  margin: 0;
}
.tech-feature__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .tech-feature {
    padding-top: 36px;
  }
  .tech-feature__headingMain {
    display: block;
  }
  .tech-feature__title {
    font-size: 3.5rem;
    line-height: 1.08;
  }
  .tech-feature__subtitle {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .tech-feature__line {
    max-width: 280px;
    height: 4px;
    margin-top: 12px;
  }
  .tech-feature__lead {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-left: 0;
  }
  .tech-feature__content {
    flex-direction: column-reverse;
    margin-top: 18px;
  }
  .tech-feature__textCol {
    width: 100%;
    padding-right: 0;
  }
  .tech-feature__box {
    margin-bottom: 24px;
    padding: 16px;
  }
  .tech-feature__boxTitle {
    font-size: 1.6rem;
  }
  .tech-feature__boxList {
    margin: 8px 0 0;
  }
  .tech-feature__boxList li {
    font-size: 1.4rem;
  }
  .tech-feature__boxDesc {
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #1b2c55;
  }
  .tech-feature__text p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .tech-feature__imageCol {
    width: 100%;
  }
}
/*
====================================
tech links
====================================
*/
.tech-links {
  padding-top: 42px;
  padding-bottom: 90px;
  background: #f8f8f8;
}
.tech-links__inner {
  display: flex;
  justify-content: center;
  gap: 48px;
  max-width: 760px;
  margin: 0 auto;
  padding: 26px 34px;
  border-radius: 16px;
  background: linear-gradient(180deg, #d6efe2 0%, #c3e6d8 100%);
  box-sizing: border-box;
}
.tech-links__btn {
  min-width: 0;
}
.tech-links .m_btn-contact {
  min-width: 230px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .tech-links {
    padding-top: 28px;
    padding-bottom: 70px;
  }
  .tech-links__inner {
    display: block;
    padding: 20px 16px;
    border-radius: 14px;
  }
  .tech-links__btn + .tech-links__btn {
    margin-top: 14px;
  }
  .tech-links .m_btn-contact {
    width: 100%;
    min-width: 0;
  }
}/*# sourceMappingURL=technology.css.map */