@media screen and (max-width: 768px) {
  .cmn-header.cmn-header-scroll {
    box-shadow: none;
  }
}

#icj-main {
  padding-top: 149.5px;
}

@media screen and (max-width: 1130px) {
  #icj-main {
    padding-top: 170px;
  }
}

@media screen and (max-width: 980px) {
  #icj-main {
    padding-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  #icj-main {
    padding-top: 142.5px;
  }
}

#breadcrumb {
  position: fixed;
  top: 111px;
  width: 100%;
  z-index: 9999;
}

@media screen and (max-width: 1130px) {
  #breadcrumb {
    top: 130px;
  }
}

@media screen and (max-width: 980px) {
  #breadcrumb {
    top: 101px;
  }
}

@media screen and (max-width: 768px) {
  #breadcrumb {
    top: 111px;
  }
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.technology-super {
  font-size: 50%;
  vertical-align: super;
}

.cmn-cv {
  display: none;
}

.technology-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

.technology-common-heading {
  position: relative;
  padding-top: 42px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .technology-common-heading {
    padding-top: 35px;
  }
}

.technology-common-heading::before {
  content: "";
  background: url(/technology/img/common/common_heading_deco.png) no-repeat center center/cover;
  width: 53px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.technology-nav {
  max-width: 1220px;
  margin: 160px auto 80px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .technology-nav {
    margin: 70px auto 40px;
  }
}

.technology-nav-list {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .technology-nav-list {
    flex-wrap: wrap;
    gap: 13px;
  }
}

.technology-nav-item {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .technology-nav-item {
    flex: 0 0 calc(50% - 6.5px);
  }
}

.technology-nav-item a {
  position: relative;
  border: 1px solid #DFDFDF;
  border-radius: 16px;
  display: block;
  padding: 33px 0;
  transition: background-color 0.3s;
}

@media screen and (max-width: 768px) {
  .technology-nav-item a {
    border-radius: 8px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .technology-nav-item:hover a {
    background: #F5F5F5;
  }
  .technology-nav-item:hover .technology-nav-icon path {
    fill: #CB3523;
  }
  .technology-nav-item:hover .technology-nav-text {
    color: #CB3523;
  }
  .technology-nav-item:hover .technology-nav-arrow .icon-on {
    opacity: 1;
  }
  .technology-nav-item:hover .technology-nav-arrow .icon-off {
    opacity: 0;
  }
}

.technology-nav-icon {
  text-align: center;
}

.technology-nav-icon path {
  transition: fill 0.3s;
}

.technology-nav-text {
  margin-top: 20px;
  color: #2C2B26;
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .technology-nav-arrow {
    right: 9px;
    bottom: 9px;
  }
}

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

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

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

.technology-toggle {
  cursor: pointer;
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 9999;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6BC97A, #3B8E48);
  backdrop-filter: blur(4px);
}

.technology-toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #6BC97A;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .technology-toggle {
    width: 64px;
    height: 64px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .technology-toggle:hover::before {
    opacity: 1;
  }
}

.technology-toggle img {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .technology-toggle img {
    top: 16px;
    width: 15px;
    height: 15px;
  }
}

.technology-toggle span {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #fff;
  font-size: 12px;
  letter-spacing: -0.03em;
  text-align: center;
  font-feature-settings: normal;
}

@media screen and (max-width: 768px) {
  .technology-toggle span {
    top: 34px;
    font-size: 8px;
  }
}

.technology-menu {
  height: 100vh;
  height: 100dvh;
  left: 0%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100001;
  overflow: hidden;
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
  transition: opacity 0.2s 0.1s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.technology-menu.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.technology-menu * {
  font-feature-settings: normal !important;
}

.technology-menu img {
  max-width: 100%;
}

.technology-menu-bg {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

.technology-menu-bg.is-active {
  display: block;
}

.technology-menu-content {
  position: absolute;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
  background: #F5F5F5;
  border-radius: 16px 16px 0 0;
  max-width: 1440px;
  margin: auto;
  padding: 50px 0;
  z-index: 12;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .technology-menu-content {
    padding: 30px 0;
    height: 100%;
  }
}

.technology-menu-close {
  cursor: pointer;
  position: fixed;
  top: -70px;
  right: 20px;
  z-index: 9999;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6BC97A, #3B8E48);
  backdrop-filter: blur(4px);
}

.technology-menu-close::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #6BC97A;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .technology-menu-close {
    top: -30px;
    right: 15px;
    width: 64px;
    height: 64px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .technology-menu-close:hover::before {
    opacity: 1;
  }
}

.technology-menu-close img {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .technology-menu-close img {
    top: 16px;
    width: 15px;
    height: 15px;
  }
}

.technology-menu-close span {
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #fff;
  font-size: 12px;
  letter-spacing: -0.03em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .technology-menu-close span {
    top: 38px;
    font-size: 8px;
  }
}

.technology-menu-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

.technology-menu-heading {
  position: relative;
  padding-top: 22px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
}

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

.technology-menu-heading::before {
  content: "";
  background: url(/technology/img/common/common_heading_deco.png) no-repeat center center/cover;
  width: 53px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.technology-menu-subheading {
  margin-top: 10px;
  font-size: 18px;
  opacity: 0.5;
}

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

.technology-menu-button {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .technology-menu-button {
    padding-bottom: 30px;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
  }
}

.technology-menu-tabs {
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .technology-menu-tabs {
    margin-top: 0;
    padding-bottom: 30px;
    display: contents;
  }
}

.technology-menu-tab {
  border: 1px solid #DFDFDF;
  border-radius: 8px;
  background: #fff;
  padding: 11px 16px;
  width: 90px;
  color: #2C2B26;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  transition: opacity 0.3s, background-color 0.3s;
}

.technology-menu-tab.is-active {
  background: #898989;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .technology-menu-tab:hover {
    background: #898989;
    color: #fff;
  }
}

.technology-menu-ihead-button {
  border: 1px solid #DFDFDF;
  border-radius: 8px;
  background: #fff;
  padding: 11px 16px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  transition: opacity 0.3s, background-color 0.3s;
}

.technology-menu-ihead-button.is-active {
  background: #898989;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .technology-menu-ihead-button:hover {
    background: #898989;
    color: #fff;
  }
}

.technology-menu-panels {
  padding-bottom: 40px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100dvh - 274px);
}

@media screen and (max-width: 768px) {
  .technology-menu-panels {
    height: calc(100dvh - 260px);
  }
}

.technology-menu-panel {
  border-top: 1px solid #DFDFDF;
  padding-top: 46px;
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .technology-menu-panel {
    padding-top: 15px;
    margin-bottom: 30px;
  }
}

.technology-menu-panel:last-child {
  margin-bottom: 0;
}

.technology-menu-panel-title {
  display: flex;
  align-items: center;
  gap: 24px;
}

.technology-menu-panel-number {
  font-size: 54px;
  font-weight: 100;
  opacity: 0.5;
}

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

.technology-menu-panel-heading-en {
  font-size: 12px;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .technology-menu-panel-heading-en {
    font-size: 12px;
  }
}

.technology-menu-panel-heading-ja {
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .technology-menu-panel-heading-ja {
    font-size: 18px;
  }
}

.technology-menu-panel-content {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 3.3%;
}

@media screen and (max-width: 768px) {
  .technology-menu-panel-content {
    display: block;
  }
}

.technology-menu-panel-image {
  position: relative;
  width: 22.5%;
  transition: filter 0.3s;
}

@media screen and (max-width: 768px) {
  .technology-menu-panel-image {
    width: 100%;
  }
}

.technology-menu-panel-image img {
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .technology-menu-panel-image:hover {
    filter: brightness(70%);
  }
}

.technology-menu-panel-image-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #CB3523;
  border-radius: 4px;
  line-height: 1;
  padding: 5px 7px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: opacity 0.3s;
}

@media screen and (max-width: 768px) {
  .technology-menu-panel-image-icon {
    bottom: 10px;
    right: 10px;
  }
}

.technology-menu-panel-image-icon span {
  color: #fff;
  font-size: 12px;
}

.technology-menu-cards {
  width: 74.2%;
  display: flex;
  gap: 32px 40px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .technology-menu-cards {
    margin-top: 30px;
    display: block;
    width: 100%;
  }
}

.technology-menu-card {
  position: relative;
  flex: 0 1 calc(50% - 20px);
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  color: #2C2B26;
  transition: background-color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .technology-menu-card:hover {
    background: #E1E1E1;
  }
  .technology-menu-card:hover .technology-menu-card-image {
    filter: brightness(70%);
  }
  .technology-menu-card:hover .technology-menu-card-arrow .icon-on {
    opacity: 1;
  }
  .technology-menu-card:hover .technology-menu-card-arrow .icon-off {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .technology-menu-card + .technology-menu-card {
    margin-top: 20px;
  }
}

.technology-menu-card.--key {
  position: relative;
}

.technology-menu-card.--key::after {
  content: "Key Tech";
  position: absolute;
  top: -10px;
  right: 10px;
  padding: 5px 10px;
  background: #3B8E48;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.technology-menu-card-image {
  width: 29%;
  transition: filter 0.3s;
}

.technology-menu-card-image img {
  width: 100%;
}

.technology-menu-card-text {
  width: 71%;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  .technology-menu-card-text {
    padding: 0 15px;
  }
}

.technology-menu-card-arrow {
  position: absolute;
  bottom: 5px;
  right: 10px;
  transition: opacity 0.3s;
  width: 20px;
  height: 20px;
}

.technology-menu-card-arrow img {
  vertical-align: baseline;
}

.technology-menu-card-arrow .icon-on,
.technology-menu-card-arrow .icon-off {
  position: absolute;
  width: 20px;
  height: 20px;
  transition: opacity 0.3s;
  top: 0;
  left: 0;
}

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

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

.technology-menu-card-lead {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .technology-menu-card-lead {
    font-size: 11px;
  }
}

.technology-menu-card-title {
  margin-top: 2px;
}

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

.technology-menu-columns {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid #DFDFDF;
}

@media screen and (max-width: 768px) {
  .technology-menu-columns {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.technology-menu-columns-inner {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 960px) {
  .technology-menu-columns-inner {
    gap: 20px;
  }
}

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

.technology-menu-column {
  position: relative;
  flex: 1;
  height: 256px;
  display: block;
  color: #fff;
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .technology-menu-column {
    height: 160px;
  }
}

.technology-menu-column.--factory {
  background: url(/technology/img/common/column_bg_factory.jpg) no-repeat center center/cover;
}

.technology-menu-column.--factory .technology-menu-columns-title {
  position: absolute;
  top: 50%;
  left: 49px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .technology-menu-column.--factory .technology-menu-columns-title {
    left: 19px;
  }
}

.technology-menu-column.--factory .technology-menu-columns-title-en {
  font-size: 12px;
  opacity: 0.5;
}

.technology-menu-column.--factory .technology-menu-columns-title-ja {
  margin-top: 5px;
  font-size: 20px;
}

.technology-menu-column.--feature {
  background: url(/technology/img/common/column_bg_feature.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .technology-menu-column.--feature {
    margin-top: 20px;
  }
}

.technology-menu-column.--feature .technology-menu-columns-title {
  position: absolute;
  bottom: 11%;
  left: 33px;
}

@media screen and (max-width: 768px) {
  .technology-menu-column.--feature .technology-menu-columns-title {
    left: 19px;
  }
}

.technology-menu-column.--feature .technology-menu-columns-title-en {
  font-size: 32px;
  line-height: 1.1;
}

.technology-menu-column.--feature .technology-menu-columns-title-ja {
  font-size: 27px;
}

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

.technology-menu-column .technology-menu-column-arrow rect {
  transition: fill 0.3s, stroke 0.3s;
}

.technology-menu-column .technology-menu-column-arrow path {
  transition: fill 0.3s, stroke 0.3s;
}

@media screen and (max-width: 768px) {
  .technology-menu-column .technology-menu-column-arrow {
    right: 13px;
    bottom: 15px;
  }
}

.technology-menu-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .technology-menu-column:hover::before {
    background: rgba(0, 0, 0, 0.6);
  }
  .technology-menu-column:hover .technology-menu-column-arrow .bg {
    fill: transparent;
    stroke: #fff;
  }
  .technology-menu-column:hover .technology-menu-column-arrow .arrow {
    fill: #fff;
  }
}

.technology-links {
  margin-top: 120px;
}

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

.technology-links img {
  max-width: 100%;
}

.technology-links-heading {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

.technology-links-lead {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.technology-links-list {
  margin-top: 73px;
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #DFDFDF;
}

@media screen and (max-width: 960px) {
  .technology-links-list {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .technology-links-list {
    margin-top: 33px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px 13px;
  }
}

.technology-links-item {
  flex: 1;
  padding-bottom: 80px;
  transition: border-color 0.3s;
}

@media screen and (max-width: 768px) {
  .technology-links-item {
    flex: 0 0 calc(50% - 6.5px);
    padding-bottom: 0;
  }
}

.technology-links-item a {
  color: #2C2B26;
}

.technology-links-item.is-active {
  pointer-events: none;
  border-bottom: 1px solid #CB3523;
  opacity: 0.4;
}

@media screen and (max-width: 768px) {
  .technology-links-item.is-active {
    border-bottom: none;
  }
}

.technology-links-item.is-active .technology-links-item-arrow {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .technology-links-item:hover {
    border-bottom: 1px solid #CB3523;
  }
  .technology-links-item:hover .technology-links-item-image {
    filter: brightness(70%);
  }
  .technology-links-item:hover .technology-links-item-title-inner {
    opacity: 1;
  }
  .technology-links-item:hover .technology-links-item-arrow .icon-on {
    opacity: 1;
  }
  .technology-links-item:hover .technology-links-item-arrow .icon-off {
    opacity: 0;
  }
}

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

.technology-links-item-image > img {
  border-radius: 10px;
  width: 100%;
}

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

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

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

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

.technology-links-item-title-inner {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  opacity: 1;
  transition: opacity 0.3s;
}

@media screen and (max-width: 768px) {
  .technology-links-item-title-inner {
    margin-top: 10px;
    gap: 15px;
  }
}

.technology-links-item-number {
  font-size: 54px;
  font-weight: 100;
  opacity: 0.5;
}

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

.technology-links-item-heading-en {
  font-size: 12px;
  opacity: 0.5;
}

.technology-links-item-heading-ja {
  font-size: 18px;
  font-weight: normal;
}

.technology-menu-ihead {
  border-top: 1px solid #DFDFDF;
  padding-top: 46px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100dvh - 274px);
}

@media screen and (max-width: 768px) {
  .technology-menu-ihead {
    padding-top: 25px;
    height: calc(100dvh - 260px);
  }
}

.technology-menu-ihead-heading {
  font-size: 18px;
}

.technology-menu-ihead-lead {
  margin-top: 10px;
  font-size: 12px;
}

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

.technology-menu-ihead-list {
  margin-top: 28px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 43px 65px;
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .technology-menu-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-menu-ihead-image {
  position: relative;
  transition: filter 0.3s;
}

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

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

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

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

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

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

.technology-menu-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-menu-ihead-title {
    margin-top: 0;
    padding-left: 20px;
    min-height: auto;
    font-size: 16px;
  }
}

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

.technology-columns {
  margin-top: 80px;
}

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

.technology-columns-inner {
  display: flex;
  gap: 40px;
}

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

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

.technology-column {
  position: relative;
  flex: 1;
  height: 256px;
  display: block;
  color: #fff;
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .technology-column {
    height: 160px;
  }
}

.technology-column.--factory {
  background: url(/technology/img/common/column_bg_factory.jpg) no-repeat center center/cover;
}

.technology-column.--factory .technology-columns-title {
  position: absolute;
  top: 50%;
  left: 49px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .technology-column.--factory .technology-columns-title {
    left: 19px;
  }
}

.technology-column.--factory .technology-columns-title-en {
  font-size: 12px;
  opacity: 0.5;
}

.technology-column.--factory .technology-columns-title-ja {
  margin-top: 5px;
  font-size: 20px;
}

.technology-column.--feature {
  background: url(/technology/img/common/column_bg_feature.jpg) no-repeat center center/cover;
}

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

.technology-column.--feature .technology-columns-title {
  position: absolute;
  bottom: 11%;
  left: 33px;
}

@media screen and (max-width: 768px) {
  .technology-column.--feature .technology-columns-title {
    left: 19px;
  }
}

.technology-column.--feature .technology-columns-title-en {
  font-size: 32px;
  line-height: 1.1;
}

.technology-column.--feature .technology-columns-title-ja {
  font-size: 27px;
}

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

.technology-column .technology-column-arrow rect {
  transition: fill 0.3s, stroke 0.3s;
}

.technology-column .technology-column-arrow path {
  transition: fill 0.3s, stroke 0.3s;
}

@media screen and (max-width: 768px) {
  .technology-column .technology-column-arrow {
    right: 13px;
    bottom: 15px;
  }
}

.technology-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .technology-column:hover::before {
    background: rgba(0, 0, 0, 0.6);
  }
  .technology-column:hover .technology-column-arrow .bg {
    fill: transparent;
    stroke: #fff;
  }
  .technology-column:hover .technology-column-arrow .arrow {
    fill: #fff;
  }
}
