img {
  max-width: 100%;
}

.icj-pagetop {
  display: none;
}

.technology-toggle {
  bottom: 35px;
}

.technology {
  color: #2C2B26;
}

.technology-mv {
  position: relative;
}

.technology-mv video {
  width: 100%;
}

.technology-mv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.technology-top {
  max-width: 1220px;
  margin: 100px auto 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .technology-top {
    margin-top: 60px;
    display: block;
  }
}

.technology-top-inner {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .technology-top-inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .technology-top-heading span {
    letter-spacing: -0.1em;
  }
}

.technology-top-text {
  margin-top: 27px;
  font-size: 15px;
  line-height: 1.8;
}

.technology-top-image {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .technology-top-image {
    display: none;
  }
}

.technology-pillar {
  max-width: 1180px;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .technology-pillar {
    width: calc(100% - 40px);
    margin-top: 40px;
  }
}

.technology-pillar-inner {
  background: #F5F5F5;
  border-radius: 30px;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

@media screen and (max-width: 960px) {
  .technology-pillar-inner {
    gap: 50px;
  }
}

@media screen and (max-width: 768px) {
  .technology-pillar-inner {
    border-radius: 16px;
    padding: 40px 24px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .technology-pillar-content {
    margin-top: 24px;
  }
}

.technology-pillar-text {
  margin-top: 27px;
  font-size: 15px;
  line-height: 1.8;
}

.technology-pillar-notes {
  max-width: 454px;
  margin-top: 20px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .technology-pillar-notes {
    max-width: 100%;
    margin: 15px auto 0;
  }
}

.technology-pillar-notes span {
  display: inline-block;
  font-size: 12px;
  text-align: left;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .technology-pillar-notes span {
    display: block;
  }
}

.technology-pillar-notes a {
  color: #2C2B26;
  text-decoration: underline;
}

.technology-list {
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: calc(100vh * 4 * 2.8);
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  .technology-list {
    height: auto;
    min-height: auto;
  }
}

.technology-list.is-fixed .technology-list-label {
  position: fixed;
}

@media screen and (max-width: 768px) {
  .technology-list.is-fixed .technology-list-label {
    position: static;
  }
}

.technology-list.is-fixed .technology-item {
  position: fixed;
  top: 149px;
  left: 0;
}

@media screen and (max-width: 980px) {
  .technology-list.is-fixed .technology-item {
    top: 141px;
  }
}

@media screen and (max-width: 768px) {
  .technology-list.is-fixed .technology-item {
    position: static;
  }
}

.technology-list-label {
  position: absolute;
  top: 151px;
  right: 40px;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .technology-list-label {
    position: relative;
    top: 50px;
    right: auto;
    font-size: 24px;
    text-align: center;
    display: none;
  }
}

.technology-item {
  position: absolute;
  top: 111px;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: auto;
  opacity: 0;
  transition: opacity 0.8s ease;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .technology-item {
    position: static;
    margin-top: 60px;
    display: block;
    min-height: auto;
    opacity: 1;
  }
}

.technology-item.is-active {
  opacity: 1;
  pointer-events: auto;
}

.technology-item.is-active .technology-item-content {
  transition: transform 0s, opacity 0.6s;
}

.technology-item:last-child {
  top: auto;
  bottom: 0;
}

.technology-item-image {
  position: relative;
  width: 50%;
  height: 100%;
  margin-top: -149px;
}

@media screen and (max-width: 768px) {
  .technology-item-image {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
}

.technology-item-image img {
  width: 100%;
  height: calc(100vh - 149px);
  object-fit: cover;
  object-position: bottom;
}

@media screen and (max-width: 980px) {
  .technology-item-image img {
    height: calc(100vh - 141px);
  }
}

@media screen and (max-width: 768px) {
  .technology-item-image img {
    height: auto;
  }
}

.technology-item-image.--energy img {
  object-position: top;
}

.technology-item-image.--safety img {
  object-position: top;
}

.technology-item-image.--longlife {
  margin-top: 0;
}

.technology-item-image-badge {
  position: absolute;
  top: 80px;
  right: 50px;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #439850;
  border-radius: 50%;
  color: #439850;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
}

.technology-item-image-badge::after {
  content: "";
  width: 134px;
  height: 134px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #439850;
  border-radius: 50%;
}

@media screen and (max-width: 1440px) {
  .technology-item-image-badge::after {
    width: 9.30556vw;
    height: 9.30556vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-item-image-badge::after {
    width: 29.51654vw;
    height: 29.51654vw;
  }
}

@media screen and (max-width: 1440px) {
  .technology-item-image-badge {
    top: 2.77778vw;
    right: 2.08333vw;
    width: 10.41667vw;
    height: 10.41667vw;
    font-size: 1.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-item-image-badge {
    top: 6.36132vw;
    left: 6.36132vw;
    right: 0;
    width: 33.07888vw;
    height: 33.07888vw;
    font-size: 5.08906vw;
  }
}

.technology-item-content {
  width: 50%;
  padding-left: 120px;
  margin-top: -149px;
}

@media screen and (max-width: 1200px) {
  .technology-item-content {
    padding-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .technology-item-content {
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

.technology-item-label {
  color: #3B8E48;
  font-size: 18px;
}

.technology-item-heading {
  margin-top: 13px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 400;
}

.technology-item-number {
  font-size: 64px;
  font-weight: 100;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .technology-item-number {
    font-size: 96px;
  }
}

.technology-item-title {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .technology-item-title {
    font-size: 28px;
  }
}

.technology-item-text {
  max-width: 333px;
  min-height: 135px;
  margin-top: 22px;
  font-size: 12px;
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  .technology-item-text {
    min-height: 162px;
  }
}

@media screen and (max-width: 768px) {
  .technology-item-text {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin-top: 23px;
    font-size: 15px;
  }
}

.technology-item-notes {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .technology-item-notes {
    font-size: 12px;
  }
}

.technology-item-buttons {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .technology-item-buttons {
    margin-top: 33px;
  }
}

.technology-item-button {
  position: relative;
  display: block;
  width: 200px;
  max-width: 100%;
  border-radius: 8px;
  padding: 14px 12px;
  color: #2C2B26;
  font-size: 13px;
  text-align: left;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .technology-item-button {
    padding: 24px 22px;
    font-size: 16px;
    width: 353px;
  }
}

.technology-item-button::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .technology-item-button::after {
    width: 20px;
    height: 20px;
    right: 24px;
  }
}

.technology-item-button.--top {
  background: #CB3523;
  color: #fff;
  transition: opacity 0.3s, color 0.3s;
}

.technology-item-button.--top::after {
  background: url(/technology/img/common/common_icon_arrow_white.png) no-repeat center center/cover;
}

@media (hover: hover) and (pointer: fine) {
  .technology-item-button.--top:hover {
    color: #F2F2F0;
    opacity: 0.5;
  }
}

.technology-item-button.--nav {
  margin-top: 10px;
  background: #F5F5F5;
  border: 1px solid #DFDFDF;
  transition: opacity 0.3s, background-color 0.3s;
}

.technology-item-button.--nav::after {
  background: url(/technology/img/common/common_icon_menu_gray.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .technology-item-button.--nav {
    margin-top: 17px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .technology-item-button.--nav:hover {
    background: #fff;
    opacity: 0.5;
  }
}

.technology-key-heading {
  padding-top: 0;
}

.technology-key-heading::before {
  display: none;
}

.technology-key-slider-wrap {
  background: #F5F5F5;
  margin-top: 120px;
  padding: 71px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .technology-key-slider-wrap {
    margin-top: 60px;
    padding: 50px 0;
  }
}

.technology-key-slider-heading {
  font-size: 24px;
  font-weight: normal;
}

.technology-key-slider {
  position: relative;
  margin-top: 46px;
}

@media screen and (max-width: 768px) {
  .technology-key-slider {
    margin-top: 35px;
  }
}

.technology-key-slide {
  cursor: pointer;
  width: 287px !important;
  color: #2C2B26;
}

@media screen and (max-width: 768px) {
  .technology-key-slide {
    width: 280px !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  .technology-key-slide:hover .technology-key-slide-image {
    filter: brightness(70%);
  }
  .technology-key-slide:hover .technology-key-slide-text,
  .technology-key-slide:hover .technology-key-slide-title {
    opacity: 0.5;
  }
  .technology-key-slide:hover .technology-key-slide-arrow .icon-on {
    opacity: 1;
  }
  .technology-key-slide:hover .technology-key-slide-arrow .icon-off {
    opacity: 0;
  }
}

.technology-key-slide-image {
  position: relative;
  transition: filter 0.3s;
}

.technology-key-slide-arrow {
  position: absolute;
  bottom: 16px;
  right: 16px;
  height: 20px;
  width: 20px;
}

.technology-key-slide-arrow .icon-on,
.technology-key-slide-arrow .icon-off {
  position: absolute;
  width: 20px;
  height: 20px;
  transition: opacity 0.3s;
}

.technology-key-slide-arrow .icon-on {
  opacity: 0;
}

.technology-key-slide-arrow .icon-off {
  opacity: 1;
}

.technology-key-slide-text {
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: -0.05em;
  transition: opacity 0.3s;
}

.technology-key-slide-notes {
  margin-top: 5px;
  display: block;
  font-size: 12px;
}

.technology-key-slide-title {
  margin-top: 13px;
  font-size: 18px;
  transition: opacity 0.3s;
}

.technology-key-slide-button-prev,
.technology-key-slide-button-next {
  width: 48px;
  height: 48px;
  left: auto;
  top: -65px;
}

@media screen and (max-width: 768px) {
  .technology-key-slide-button-prev,
  .technology-key-slide-button-next {
    display: none;
    top: auto;
    bottom: -60px;
    width: 38px;
    height: 38px;
  }
}

.technology-key-slide-button-prev {
  background: url(/technology/img/common/slider_icon_prev.png) no-repeat center center/cover;
  right: 64px;
}

@media screen and (max-width: 768px) {
  .technology-key-slide-button-prev {
    right: 50px;
  }
}

.technology-key-slide-button-next {
  background: url(/technology/img/common/slider_icon_next.png) no-repeat center center/cover;
  right: 0px;
}

.technology-key-slide-button-prev::after,
.technology-key-slide-button-next::after {
  display: none;
}

.technology-factory {
  position: relative;
  max-width: 1392px;
  margin: 100px auto 0;
}

@media screen and (max-width: 768px) {
  .technology-factory {
    margin-top: 60px;
    width: calc(100% - 40px);
  }
}

.technology-factory a {
  display: block;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .technology-factory a:hover .technology-factory-bg {
    filter: brightness(150%);
  }
  .technology-factory a:hover .technology-factory-button {
    opacity: 0.7;
  }
}

.technology-factory-bg {
  border-radius: 16px;
  overflow: hidden;
  transition: filter 0.3s;
}

.technology-factory-bg img {
  width: 100%;
  height: 587px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .technology-factory-bg img {
    height: auto;
  }
}

.technology-factory-inner {
  position: absolute;
  top: 16.4%;
  left: 7.6%;
  color: #fff;
  max-width: 570px;
}

@media screen and (max-width: 768px) {
  .technology-factory-inner {
    position: static;
    margin-top: -164px;
  }
}

@media screen and (max-width: 768px) {
  .technology-factory-heading {
    margin-left: 16px;
    font-size: 27px;
  }
}

@media screen and (max-width: 393px) {
  .technology-factory-heading {
    font-size: 25px;
  }
}

.technology-factory-text {
  margin-top: 28px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-factory-text {
    margin-top: 67px;
    color: #333;
  }
}

.technology-factory-button {
  position: relative;
  margin-top: 40px;
  display: block;
  width: 280px;
  max-width: 100%;
  background: #CB3523;
  border-radius: 8px;
  padding: 24px 22px;
  color: #fff;
  text-align: left;
  line-height: 1;
  transition: opacity 0.3s, color 0.3s;
}

@media screen and (max-width: 768px) {
  .technology-factory-button {
    width: 353px;
  }
}

.technology-factory-button::after {
  content: "";
  background: url(/technology/img/common/common_icon_arrow_white.png) no-repeat center center/cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.technology-guinness {
  margin: 100px auto 0;
  padding: 110px 20px;
  background: url(/technology/img/guinness_bg.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .technology-guinness {
    background: url(/technology/img/guinness_bg_sp.jpg) no-repeat center top/contain;
    background-color: #E5E7EA;
    padding: 69vw 26px 37px;
  }
}

.technology-guinness-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .technology-guinness-inner {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .technology-guinness-text-wrap {
    margin-top: 17px;
  }
}

@media screen and (max-width: 768px) {
  .technology-guinness-logo {
    width: 80px;
    margin: auto;
  }
}

.technology-guinness-subheading {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .technology-guinness-subheading {
    font-size: 18px;
    text-align: center;
  }
}

.technology-guinness-heading {
  margin-top: 3px;
  font-size: 50px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .technology-guinness-heading {
    font-size: 24px;
    text-align: center;
  }
}

.technology-guinness-heading-number {
  position: relative;
}

@media screen and (max-width: 768px) {
  .technology-guinness-heading-number {
    padding-top: 73px;
    display: block;
  }
}

.technology-guinness-heading-ja {
  color: #CB3523;
  font-size: 54px;
}

.technology-guinness-heading-en {
  color: #CB3523;
  font-size: 68px;
}

.technology-guinness-heading-text {
  position: absolute;
  top: -68px;
  left: 6px;
}

@media screen and (max-width: 768px) {
  .technology-guinness-heading-text {
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

.technology-guinness-text {
  margin-top: 30px;
  max-width: 625px;
}

@media screen and (max-width: 768px) {
  .technology-guinness-text {
    margin-top: 9px;
    font-size: 15px;
    line-height: 1.8;
  }
}

.technology-guinness-notes {
  font-size: 13px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .technology-guinness-notes {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.8;
  }
}

.technology-feature {
  max-width: 1180px;
  margin: 100px auto 0;
}

@media screen and (max-width: 768px) {
  .technology-feature {
    margin-top: 60px;
    width: calc(100% - 40px);
  }
}

.technology-feature a {
  display: block;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .technology-feature a:hover .technology-feature-bg {
    filter: brightness(150%);
  }
  .technology-feature a:hover .technology-feature-button {
    opacity: 0.7;
  }
}

.technology-feature {
  position: relative;
  overflow: hidden;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .technology-feature {
    min-height: auto;
    overflow: visible;
    padding-bottom: 200px;
  }
}

.technology-feature-bg {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: filter 0.3s;
}

@media screen and (max-width: 768px) {
  .technology-feature-bg {
    overflow: visible;
  }
}

.technology-feature-bg::after {
  content: "";
  background: url(/technology/img/common/common_icon_arrow_red.png) no-repeat center center/cover;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 40px;
  bottom: 40px;
}

@media screen and (max-width: 768px) {
  .technology-feature-bg::after {
    right: 20px;
    bottom: 20px;
  }
}

.technology-feature-bg img {
  width: 100%;
  object-fit: cover;
  height: 648px;
}

@media screen and (max-width: 768px) {
  .technology-feature-bg img {
    height: auto;
  }
}

.technology-feature-label {
  position: absolute;
  top: 9.4%;
  left: 5.5%;
}

@media screen and (max-width: 768px) {
  .technology-feature-label {
    top: 3.4%;
    left: 6.5%;
  }
}

.technology-feature-label-en {
  font-size: 18px;
}

.technology-feature-label-ja {
  margin-top: 10px;
  font-size: 24px;
}

.technology-feature-title {
  position: absolute;
  bottom: 6.4%;
  left: 5.5%;
}

@media screen and (max-width: 768px) {
  .technology-feature-title {
    bottom: 5%;
    left: 6.5%;
  }
}

.technology-feature-title-main {
  font-size: 68px;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .technology-feature-title-main {
    font-size: 47px;
  }
}

.technology-feature-title-sub {
  font-size: 64px;
}

@media screen and (max-width: 768px) {
  .technology-feature-title-sub {
    font-size: 42px;
  }
}

.technology-feature-text {
  position: absolute;
  bottom: 8.7%;
  right: 12.8%;
}

@media screen and (max-width: 768px) {
  .technology-feature-text {
    margin-top: 30px;
    width: 100%;
    bottom: auto;
    left: 0;
    color: #333;
  }
}

.technology-feature-text-heading {
  font-size: 24px;
  font-weight: normal;
}

.technology-feature-text-desc {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-feature-text-desc {
    margin-top: 18px;
  }
}

.technology-ihead {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .technology-ihead {
    margin-top: 70px;
  }
}

.technology-ihead-button {
  position: relative;
  display: block;
  width: 350px;
  margin-inline: auto;
  background: #F5F5F5;
  border: 1px solid #DFDFDF;
  border-radius: 8px;
  padding: 21px 47px 21px 24px;
  color: #2C2B26;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.technology-ihead-button span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.technology-ihead-button::after {
  content: "";
  background: url(/technology/img/ihead_icon_off.png) no-repeat center center/cover;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.technology-ihead-button.is-active::after {
  background: url(/technology/img/ihead_icon_on.png) no-repeat center center/cover;
  height: 1px;
}

@media (hover: hover) and (pointer: fine) {
  .technology-ihead-button:hover {
    opacity: 0.5;
  }
}

.technology-ihead-acdn {
  display: none;
}

.technology-ihead-list {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 43px 65px;
}

@media screen and (max-width: 768px) {
  .technology-ihead-list {
    margin-top: 40px;
    flex-direction: column;
    gap: 36px;
  }
}

.technology-ihead-item {
  width: calc(100% / 3 - 130px / 3);
  display: block;
  color: #2C2B26;
}

@media screen and (max-width: 768px) {
  .technology-ihead-item {
    width: 100%;
    background: #F5F5F5;
    border-radius: 8px;
    padding: 20px 10px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .technology-ihead-item:hover .technology-ihead-image {
    filter: brightness(70%);
  }
  .technology-ihead-item:hover .technology-ihead-title,
  .technology-ihead-item:hover .technology-ihead-text {
    opacity: 0.5;
  }
  .technology-ihead-item:hover .technology-ihead-arrow .icon-on {
    opacity: 1;
  }
  .technology-ihead-item:hover .technology-ihead-arrow .icon-off {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .technology-ihead-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 25px;
  }
}

.technology-ihead-inner::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .technology-ihead-inner::after {
    content: "";
    display: block;
    background: url(/technology/img/common/common_icon_arrow_red.png) no-repeat center center/cover;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.technology-ihead-image {
  position: relative;
  transition: filter 0.3s;
}

@media screen and (max-width: 768px) {
  .technology-ihead-image {
    width: 103px;
  }
}

.technology-ihead-arrow {
  position: absolute;
  bottom: 16px;
  right: 16px;
  height: 20px;
  width: 20px;
}

@media screen and (max-width: 768px) {
  .technology-ihead-arrow {
    display: none;
  }
}

.technology-ihead-arrow .icon-on,
.technology-ihead-arrow .icon-off {
  position: absolute;
  width: 20px;
  height: 20px;
  transition: opacity 0.3s;
}

.technology-ihead-arrow .icon-on {
  opacity: 0;
}

.technology-ihead-arrow .icon-off {
  opacity: 1;
}

.technology-ihead-title {
  margin-top: 15px;
  min-height: 58px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .technology-ihead-title {
    margin-top: 0;
    padding-left: 20px;
    min-height: auto;
    font-size: 16px;
  }
}

.technology-ihead-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}
