@charset "UTF-8";
img {
  max-width: 100%;
}

.note-text {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .cmn-header {
    border-bottom: 1px solid #DFDFDF;
  }
}

.technology-common-heading {
  padding-top: 39px;
  font-size: 24px;
}

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

.technology-detail {
  color: #2C2B26;
}

@media screen and (max-width: 768px) {
  .technology-detail-header-wrap {
    padding-top: 23px;
    display: flex;
    flex-direction: column;
  }
}

.technology-detail-header {
  max-width: 1220px;
  padding: 23px 20px 0;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .technology-detail-header {
    padding: 0 15px;
    margin: 0;
    text-align: left;
  }
}

.technology-detail-header-category img {
  height: 17px;
  width: auto;
}

.technology-detail-header-category {
  color: #3B8E48;
  font-size: 18px;
}

.technology-detail-header-lead {
  margin-top: 13px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .technology-detail-header-lead {
    margin-top: 7px;
  }
}

.technology-detail-header-heading {
  margin-top: 8px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .technology-detail-header-heading {
    font-size: 30px;
    line-height: 1.6;
    margin-top: -3px;
  }
}

.technology-detail-header-lineup {
  position: relative;
  margin: 11px auto 0;
  color: #A3A3A1;
  font-size: 12px;
  width: 100%;
  max-width: 500px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .technology-detail-header-lineup {
    margin: 6px 0 0;
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .technology-detail-header-lineup.--all {
    display: inline-block;
    max-width: none;
    width: auto;
    text-align: center;
  }
}

@media (hover: hover) and (pointer: fine) {
  .technology-detail-header-lineup.--all .lineup-toggle:hover {
    opacity: 1;
  }
}

.technology-detail-header-lineup.js-lineup .lineup-toggle::after {
  content: "↓";
}

.technology-detail-header-lineup.is-active .lineup-toggle::after {
  content: "↑";
}

.lineup-toggle {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
  .lineup-toggle {
    margin-left: 0;
    justify-content: flex-start;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .lineup-toggle span {
    display: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .lineup-toggle:hover {
    opacity: 0.7;
  }
}

.lineup-body {
  display: none;
}

.technology-detail-header-text {
  margin: 40px auto 0;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .technology-detail-header-text {
    order: 3;
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
    text-align: left;
  }
}

.technology-detail-mv {
  background: #F5F5F5;
  margin: 27px auto 0;
  padding: 34px 0;
}

@media screen and (max-width: 768px) {
  .technology-detail-mv {
    margin-top: 30px;
    padding: 0;
    order: 2;
  }
}

.technology-detail-mv img {
  width: 100%;
}

.technology-detail-mv-inner {
  max-width: 1200px;
  margin: auto;
}

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

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

.technology-detail-nav-list {
  display: flex;
}

@media screen and (max-width: 768px) {
  .technology-detail-nav-list {
    display: block;
  }
}

.technology-detail-nav-item {
  position: relative;
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .technology-detail-nav-item {
    width: 100%;
  }
}

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

.technology-detail-nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #CB3523;
  opacity: 0;
  transition: opacity 0.3s;
}

@media screen and (max-width: 768px) {
  .technology-detail-nav-item:first-child a {
    border-top: 1px solid #DFDFDF;
  }
}

.technology-detail-nav-item a {
  display: block;
  padding: 0 0 40px 0px;
  border-bottom: 1px solid #DFDFDF;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 768px) {
  .technology-detail-nav-item a {
    padding: 24px 0;
  }
}

.technology-detail-nav-item.--section1 .technology-detail-nav-item-icon {
  top: -14px;
  left: -60px;
}

@media screen and (max-width: 768px) {
  .technology-detail-nav-item.--section1 .technology-detail-nav-item-icon {
    top: -15px;
    left: 26px;
  }
}

.technology-detail-nav-item.--section2 .technology-detail-nav-item-icon {
  top: -11px;
  left: -66px;
}

@media screen and (max-width: 768px) {
  .technology-detail-nav-item.--section2 .technology-detail-nav-item-icon {
    top: -9px;
    left: 14px;
  }
}

.technology-detail-nav-item.--section3 .technology-detail-nav-item-icon {
  top: -11px;
  left: -66px;
}

@media screen and (max-width: 768px) {
  .technology-detail-nav-item.--section3 .technology-detail-nav-item-icon {
    left: 17px;
  }
}

.technology-detail-nav-item-number {
  display: none;
}

@media screen and (max-width: 768px) {
  .technology-detail-nav-item-number {
    border-radius: 8px;
    width: 50px;
    height: 50px;
    background: #2C2B26;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-bottom: 2px;
  }
}

.technology-detail-nav-item-text {
  position: relative;
  color: #2C2B26;
  transition: color 0.3s;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .technology-detail-nav-item-text {
    flex: 1;
    justify-content: space-between;
    padding: 0 20px;
  }
}

.technology-detail-nav-item-icon {
  position: absolute;
}

.technology-detail-nav-item-arrow {
  position: relative;
  width: 20px;
  height: 20px;
}

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

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

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

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

.technology-detail-nav-item-text-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.technology-detail-nav-item-text-box .technology-detail-nav-item-num {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #2C2B26;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
}

.technology-detail-nav-item-text-box:has(.technology-detail-nav-item-num) {
  justify-content: start;
}

.technology-detail-section {
  margin-top: 60px;
}

.technology-detail-section + .technology-detail-section {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section + .technology-detail-section {
    margin-top: 80px;
  }
}

.technology-detail-section-number {
  width: 50px;
  height: 50px;
  margin: auto;
  background: #2C2B26;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
}

.technology-detail-section-heading {
  margin-top: 7px;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-heading {
    margin-top: 18px;
    line-height: 1.4;
  }
}

.technology-detail-section-content {
  max-width: 980px;
  margin: 35px auto 0;
}

.technology-detail-section-content + .technology-detail-section-content {
  margin-top: 120px;
}

.technology-detail-section-lead {
  position: relative;
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-lead.lead-left {
    padding-top: 25px;
    text-align: left;
  }
}

.technology-detail-section-lead.lead-left::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;
  display: none;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-lead.lead-left::before {
    display: block;
  }
}

.technology-detail-section-text {
  margin: 30px auto 0;
  max-width: 570px;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-text {
    margin-top: 11px;
    text-align: left;
  }
}

.technology-detail-section-text.tac {
  text-align: center;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-text.tac {
    text-align: left;
  }
}

.technology-detail-section-text_sub {
  font-size: 12px;
  margin-top: 24px;
}

.technology-detail-section-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin: 20px auto 0;
  max-width: 570px;
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-notes {
    margin-top: 10px;
  }
}

.technology-detail-section-notes > span {
  gap: 5px;
  display: flex;
  width: 100%;
}

.technology-detail-section-image {
  position: relative;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-image {
    margin-top: 23px;
  }
}

.technology-detail-section-image-heading {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-image-heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.technology-detail-section-image-text {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.technology-detail-section-video video {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.technology-detail-section-video-playbtn {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-video-playbtn {
    margin-top: 20px;
  }
}

.technology-detail-section-video-playbtn .video-playbtn {
  width: 200px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #CB3523;
  border: 1px solid transparent;
  padding: 12px 20px;
  border-radius: 8px;
  transition: 0.3s;
}

.technology-detail-section-video-playbtn .video-playbtn-text {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  transition: 0.3s;
}

.technology-detail-section-video-playbtn .video-playbtn-icon {
  width: 20px;
  height: 20px;
  display: contents;
}

.technology-detail-section-video-playbtn .video-playbtn-icon > svg circle {
  fill: #fff;
  transition: 0.3s;
}

.technology-detail-section-video-playbtn .video-playbtn-icon > svg path {
  stroke: #CB3523;
  transition: 0.3s;
}

.technology-detail-section-video-playbtn .video-playbtn:hover {
  border-color: #CB3523;
  background-color: #fff;
}

.technology-detail-section-video-playbtn .video-playbtn:hover .video-playbtn-text {
  color: #CB3523;
}

.technology-detail-section-video-playbtn .video-playbtn:hover .video-playbtn-icon > svg circle {
  fill: #CB3523;
}

.technology-detail-section-video-playbtn .video-playbtn:hover .video-playbtn-icon > svg path {
  stroke: #fff;
  fill: #fff;
}

.technology-detail-section-button {
  position: relative;
  display: block;
  background: #CB3523;
  border-radius: 8px;
  padding: 20px;
  color: #fff;
  max-width: 280px;
  width: 100%;
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
  margin: 48px auto 0;
}

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

.technology-detail-section-blocks {
  margin-top: 120px;
}

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

.technology-detail-section-blocks > div + div {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-blocks > div + div {
    margin-top: 48px;
  }
}

.technology-detail-section-blocks-02 {
  margin-top: 48px;
}

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

.technology-detail-section-blocks-02 > div + div {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-blocks-02 > div + div {
    margin-top: 30px;
  }
}

.technology-detail-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.technology-detail-block + .technology-detail-block {
  margin-top: 80px;
}

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

.technology-detail-section-text + .technology-detail-block {
  margin-top: 40px;
}

.technology-detail-block-text {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .technology-detail-block-text {
    width: 100%;
  }
}

.technology-detail-block-text p {
  margin-top: 11px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-detail-block-text p {
    font-size: 15px;
  }
}

.technology-detail-block-notes {
  display: block;
  margin-top: 15px;
  font-size: 12px;
}

.technology-detail-block-button {
  position: relative;
  display: block;
  background: #CB3523;
  border-radius: 8px;
  margin-top: 25px;
  padding: 18px 0 18px 23px;
  width: 440px;
  max-width: 100%;
  color: #fff;
  font-size: 18px;
}

.technology-detail-block-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: 22px;
  right: 20px;
}

.technology-detail-block-image {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .technology-detail-block-image {
    margin-top: 23px;
    width: 100%;
  }
}

.technology-detail-section-column {
  margin-top: 48px;
  background: #F8F2ED;
  border-radius: 16px;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column {
    margin-top: 30px;
    padding: 33px 20px 30px;
    display: block;
  }
}

.technology-detail-section-column.--column {
  display: block;
}

.technology-detail-section-column.--column .technology-detail-section-column-image {
  margin-top: 40px;
  width: 100%;
}

.technology-detail-section-column + .technology-detail-section-content {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column + .technology-detail-section-content {
    margin-top: 60px;
  }
}

.technology-detail-section-column-inner {
  width: 45.72%;
}

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

.technology-detail-section-column-label {
  background: #F26A02;
  border-radius: 8px;
  padding: 6px 16px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.technology-detail-section-column-heading {
  margin-top: 28px;
  font-size: 24px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column-heading {
    margin-top: 17px;
  }
}

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

@media screen and (max-width: 768px) {
  .technology-detail-section-column-text {
    margin-top: 10px;
  }
}

.technology-detail-section-column-link {
  position: relative;
  color: #2C2B26;
  font-size: 15px;
  margin-top: 38px;
  padding-right: 26px;
  display: inline-block;
}

.technology-detail-section-column-link::after {
  content: "";
  background: url(/technology/img/common/common_icon_arrow_red.png) no-repeat center center/cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  right: 0;
}

.technology-detail-section-column-image {
  width: 50.63%;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column-image {
    position: relative;
    width: auto;
    margin-top: 15px;
  }
}

.technology-detail-section-column-02 {
  margin-top: 48px;
  background: #F5F5F5;
  border-radius: 16px;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column-02 {
    margin-top: 30px;
    padding: 30px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.technology-detail-section-column-02-inner {
  width: 46.47%;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column-02-inner {
    display: contents;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .js-scroll picture {
    display: block;
    overflow: scroll;
  }
}

@media screen and (max-width: 768px) {
  .js-scroll img {
    width: auto;
    max-width: none;
  }
}

.js-scroll::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .js-scroll::after {
    content: "";
    display: block;
    background: url(/technology/img/common/comonn_icon_scroll.png) no-repeat center center/cover;
    width: 66px;
    height: 12px;
    margin-top: 15px;
    margin-left: auto;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}

@media screen and (max-width: 768px) {
  .js-scroll.is-scrollable::after {
    opacity: 1;
  }
}

.technology-detail-section-column-02-heading {
  font-size: 24px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column-02-heading {
    margin-top: 0px;
    order: 1;
  }
}

.technology-detail-section-column-02-heading-tag {
  color: #3B8E48;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #3B8E48;
  border-radius: 8px;
  padding: 6px 10px;
  min-width: 214px;
  text-align: center;
  width: fit-content;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column-02-heading-tag {
    min-width: 142px;
    margin-bottom: 20px;
  }
}

.technology-detail-section-column-02-text {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column-02-text {
    order: 2;
    margin-top: 10px;
  }
}

.technology-detail-section-column-02-text > picture {
  display: block;
  margin-top: 30px;
}

.technology-detail-section-column-02-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  color: #2C2B26;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column-02-button {
    order: 4;
    margin: 10px auto 0;
  }
}

.technology-detail-section-column-02-button::after {
  content: "";
  background: url(/technology/energy/solar/img/external_icon.png) no-repeat center center/cover;
  width: 13px;
  height: 13px;
}

.technology-detail-section-column-02-image {
  width: 49.6%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column-02-image {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }
}

.technology-detail-section-column-02-image > span {
  margin-bottom: 5px;
  display: block;
  font-size: 20px;
  font-weight: 500;
}

.technology-detail-section-column-02-box-heading {
  position: relative;
  font-size: 40px;
  font-weight: 500;
  padding: 0 25px;
  width: fit-content;
  margin: auto;
  margin-bottom: 24px;
  text-align: center;
  color: #5B3219;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column-02-box-heading {
    font-size: 26px;
    padding: 0 12px;
  }
}

.technology-detail-section-column-02-box-heading::before, .technology-detail-section-column-02-box-heading::after {
  content: "";
  display: block;
  border-left: 2px solid;
  height: 75%;
  width: 1px;
  position: absolute;
  top: 15%;
  bottom: 0;
}

.technology-detail-section-column-02-box-heading::before {
  left: 0;
  transform: rotate(-30deg);
}

.technology-detail-section-column-02-box-heading::after {
  right: 0;
  transform: rotate(30deg);
}

.technology-detail-section-column-02-box {
  background: #F5F5F5;
  padding: 65px 0;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-column-02-box {
    padding: 40px 0;
  }
}

.technology-detail-section-column-02-box .technology-detail-section-column-02 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}

.technology-detail-section-cards {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 40px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-cards {
    display: block;
  }
}

.technology-detail-section-card {
  width: calc(50% - 20px);
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-card {
    width: 100%;
  }
}

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

.technology-detail-section-card-heading {
  background: #5B3219;
  padding: 13px 0;
  color: #fff;
  text-align: center;
  width: 100%;
}

.technology-detail-section-card-inner {
  position: relative;
  background: #F5F5F5;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-card-inner {
    padding: 20px 20px 63px;
    display: block;
  }
}

.technology-section-card-image {
  width: 46%;
}

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

.technology-detail-section-card-text {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-card-text {
    width: 100%;
  }
}

.technology-detail-section-card-title {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-card-title {
    margin-top: 17px;
  }
}

.technology-detail-section-card-lead {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.8;
}

.technology-detail-section-card-notes {
  font-size: 12px;
}

.technology-detail-section-card-link {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: block;
  padding-right: 30px;
  color: #2C2B26;
  font-size: 15px;
  transition: opacity 0.3s;
}

.technology-detail-section-card-link::after {
  content: "";
  background: url(/technology/img/common/common_icon_arrow_red.png) no-repeat center center/cover;
}

@media (hover: hover) and (pointer: fine) {
  .technology-detail-section-card-link:hover {
    opacity: 0.7;
  }
  .technology-detail-section-card-link:hover .technology-detail-section-card-link-arrow .icon-on {
    opacity: 1;
  }
  .technology-detail-section-card-link:hover .technology-detail-section-card-link-arrow .icon-off {
    opacity: 0;
  }
}

.technology-detail-section-card-link-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1.5px;
  right: 0;
}

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

.technology-detail-section-card-link-arrow .icon-on {
  opacity: 0;
}

.technology-detail-section-card-link-arrow .icon-off {
  opacity: 1;
}

.technology-detail-section-row-wrap {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-row-wrap {
    margin-top: 80px;
  }
}

.technology-detail-section-row-heading {
  font-size: 28px;
  text-align: center;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-row-heading {
    font-size: 24px;
  }
}

.technology-detail-section-row {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-row {
    display: block;
  }
}

.technology-detail-section-row-item {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-row-item + .technology-detail-section-row-item {
    margin-top: 40px;
  }
}

.technology-detail-section-row-item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-row-item {
    margin-top: 21px;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .technology-detail-section-row-image {
    margin-top: 20px;
    order: 3;
  }
}

.technology-detail-section-row-item-heading {
  margin-top: 20px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-row-item-heading {
    margin-top: 0;
    order: 1;
  }
}

.technology-detail-section-row-text {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-row-text {
    margin-top: 14px;
    order: 2;
  }
}

.technology-detail-section-row-02-wrap {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-row-02-wrap {
    margin-top: 80px;
  }
}

.technology-detail-section-row-02-heading {
  font-size: 28px;
  text-align: center;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-row-02-heading {
    font-size: 24px;
  }
}

.technology-detail-section-row-02 {
  margin-top: 40px;
  display: flex;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-row-02 {
    display: block;
  }
}

.technology-detail-section-row-02-item {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-row-02-item + .technology-detail-section-row-02-item {
    margin-top: 40px;
  }
}

.technology-detail-section-row-02-item-heading {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-row-02-item-heading {
    margin-top: 28px;
  }
}

.technology-detail-section-row-02-image {
  text-align: center;
}

.technology-detail-section-row-02-image img {
  max-height: 335px;
}

.technology-detail-section-row-02-text {
  margin-top: 38px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-detail-section-row-02-text {
    margin-top: 20px;
  }
}

.technology-detail-links {
  margin-top: 120px;
  padding: 70px 0;
  background: #F5F5F5;
}

@media screen and (max-width: 768px) {
  .technology-detail-links {
    margin-top: 80px;
    padding: 52px 0;
  }
}

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

.technology-detail-links-row {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 1200px) {
  .technology-detail-links-row {
    gap: 30px;
  }
}

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

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

.technology-detail-link {
  width: calc(50% - 20px);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .technology-detail-link {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .technology-detail-link + .technology-detail-link {
    margin-top: 30px;
  }
}

.technology-detail-link-heading {
  background: #3B8E48;
  padding: 11px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .technology-detail-link-heading {
    font-size: 16px;
  }
}

.technology-detail-link-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px 60px 60px;
}

@media screen and (max-width: 1200px) {
  .technology-detail-link-inner {
    padding: 40px 40px;
  }
}

@media screen and (max-width: 960px) {
  .technology-detail-link-inner {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 768px) {
  .technology-detail-link-inner {
    display: block;
    padding: 40px 20px 20px;
  }
}

.technology-detail-link-image {
  text-align: center;
  min-height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.technology-detail-link-title {
  margin-top: 15px;
  font-size: 24px;
  min-height: 71px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .technology-detail-link-title {
    margin-top: 28px;
    min-height: auto;
  }
}

.technology-detail-link-text {
  margin: 22px 0 25px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-detail-link-text {
    margin-top: 13px;
    margin-bottom: 0;
  }
}

.technology-detail-link-button {
  position: relative;
  display: block;
  background: #CB3523;
  margin-top: auto;
  border-radius: 8px;
  padding: 20px;
  color: #fff;
}

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

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

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

.technology-detail-entry {
  background: #F5F5F5;
  margin: 60px auto 0;
  max-width: 1180px;
  padding: 60px;
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .technology-detail-entry {
    margin-top: 62px;
    padding: 48px 20px;
    width: calc(100% - 40px);
  }
}

.technology-detail-entry-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .technology-detail-entry-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
}

.technology-detail-entry-text {
  width: calc(54% - 20px);
}

@media screen and (max-width: 768px) {
  .technology-detail-entry-text {
    display: contents;
    width: 100%;
  }
}

.technology-detail-entry-label {
  background: #3B8E48;
  border-radius: 8px;
  display: inline-block;
  padding: 10px 17px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .technology-detail-entry-label {
    order: 1;
  }
}

.technology-detail-entry-heading {
  margin-top: 36px;
  font-size: 24px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .technology-detail-entry-heading {
    margin-top: 20px;
    font-size: 20px;
    order: 3;
  }
}

.technology-detail-entry-lead {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-detail-entry-lead {
    margin-top: 11px;
    order: 4;
  }
}

.technology-detail-entry-button {
  position: relative;
  display: block;
  width: 280px;
  max-width: 100%;
  background: #CB3523;
  margin-top: 40px;
  border-radius: 8px;
  padding: 20px;
  color: #fff;
  transition: opacity 0.3s;
}

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

@media screen and (max-width: 768px) {
  .technology-detail-entry-button {
    width: 100%;
    margin-top: 24px;
    order: 5;
  }
}

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

.technology-detail-entry-image {
  width: calc(46% - 20px);
}

@media screen and (max-width: 768px) {
  .technology-detail-entry-image {
    margin-top: 30px;
    width: 100%;
    order: 2;
  }
}
