@charset "UTF-8";
.technology-detail-header {
  align-items: center;
}

.technology-detail-mv {
  padding: 0;
  max-width: 1440px;
  position: relative;
  overflow: hidden;
}

/* 背景写真：幅1440px未満から縮小が始まる（1440×670） */
.technology-detail-mv-bg {
  display: block;
  aspect-ratio: 1440/670;
  overflow: hidden;
  position: relative;
  /* スマホ：一体化画像（img/sp/mv.png）を拡大せず表示 */
}
.technology-detail-mv-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .technology-detail-mv-bg {
    min-width: 0;
    left: 0;
    transform: none;
    aspect-ratio: auto;
  }
  .technology-detail-mv-bg img {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }
}

/* 手前のタイトル：1024pxで表示、画像高さの中央に配置、1024px以下で全幅・縮小 */
.technology-detail-mv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1024px;
  max-width: 1024px;
  /* スマホ：一体化画像のため非表示 */
}
.technology-detail-mv-title img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .technology-detail-mv-title {
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    max-width: none;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .technology-detail-mv-title img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .technology-detail-mv-title {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp-sup {
    display: none;
  }
}

.technology-detail-section-column-02 {
  padding: 60px 73px;
}
@media screen and (max-width: 768px) {
  .technology-detail-section-column-02 {
    padding: 30px 20px;
  }
}

/* section1 */
/* ========================= */
@media screen and (max-width: 768px) {
  #section1 .technology-detail-section-image {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #section1 .technology-detail-section-row-item {
    width: 100%;
    flex: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  #section1 .technology-detail-section-row-item-text {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  #section1 .technology-detail-section-row-item-heading {
    margin-top: 0;
    position: relative;
    padding-top: 23px;
    font-size: 24px;
  }
  #section1 .technology-detail-section-row-item-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;
  }
}
@media screen and (max-width: 768px) {
  #section1 .technology-detail-section-row-text--sp-mt0 {
    margin-top: 0;
  }
}

/* section2 */
/* ========================= */
#section2 {
  /* PC：画像 → 見出し → 本文。SP：見出し → 本文 → 画像（従来どおり） */
}
#section2 .technology-detail-block_section2 .technology-detail-block-image {
  border: 2px solid #3B8E48;
  border-radius: 16px;
  overflow: clip;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section2 .technology-detail-block_section2 .technology-detail-block-image {
    margin-top: 30px;
  }
}
#section2 .technology-detail-block_section2 .technology-detail-block-image > h4 {
  font-size: 15px;
  background-color: #3B8E48;
  text-align: center;
  color: #fff;
  font-weight: 400;
  line-height: 1.8;
  padding: 10px;
}
#section2 .technology-detail-block_section2 .technology-detail-block-image img {
  max-height: 309px;
  margin: 10px;
}
@media screen and (min-width: 769px) {
  #section2 .technology-detail-section-image .top-img {
    width: 70%;
    max-width: 339px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  #section2 .technology-detail-section-image .top-img {
    max-width: 230px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #section2 .technology-detail-section-row-02-item {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
}
#section2 .technology-detail-section-row-02-item-heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 0;
  margin-top: 38px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #section2 .technology-detail-section-row-02-item-heading {
    margin-top: 30px;
    margin-bottom: 0;
    order: 1;
    position: relative;
    padding-top: 23px;
  }
  #section2 .technology-detail-section-row-02-item-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;
  }
}
@media screen and (max-width: 768px) {
  #section2 .technology-detail-section-row-02-text {
    order: 2;
    margin-top: 14px;
  }
}
#section2 .technology-detail-section-row-02-text--mt18 {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  #section2 .technology-detail-section-row-02-image {
    order: 3;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #section2 .note-text {
    font-size: 13px;
  }
}

/* section3 */
/* ========================= */
#section3 {
  /* section3_img_05 ブロック：SP 上余白 48px（共通は SP 60px） */
  /* section3_img_05：見出し直下〜画像までの余白 */
}
@media screen and (max-width: 768px) {
  #section3 .technology-detail-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
  }
  #section3 .technology-detail-block-text {
    display: contents;
  }
  #section3 .technology-detail-block-text .technology-common-heading {
    order: 1;
    width: 100%;
  }
  #section3 .technology-detail-block-text > p {
    order: 2;
    margin: 0;
  }
  #section3 .technology-detail-block-image {
    order: 3;
    margin: 0;
  }
}
#section3 .technology-detail-section-card-inner {
  align-items: normal;
}
#section3 .technology-detail-section-links {
  margin-top: 220px;
}
@media screen and (max-width: 768px) {
  #section3 .technology-detail-section-links {
    margin-top: 60px;
  }
}
#section3 .technology-detail-section-link-inner {
  height: 100%;
}
#section3 .technology-detail-section-link-image {
  min-height: 250px;
}
@media screen and (max-width: 768px) {
  #section3 .technology-detail-section-link-image {
    min-height: auto;
  }
}
#section3 .technology-detail-section-column-02-img-small .technology-detail-section-column-02 {
  padding: 65px 40px;
  justify-content: center;
  gap: 90px;
}
#section3 .technology-detail-section-column-02-img-small .technology-detail-section-column-02-inner {
  width: 48.65%;
  max-width: 470px;
}
#section3 .technology-detail-section-column-02-img-small .technology-detail-section-column-02-image {
  width: 50%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  #section3 .technology-detail-section-column-02-img-small .technology-detail-section-column-02 {
    padding: 30px 20px;
  }
  #section3 .technology-detail-section-column-02-img-small .technology-detail-section-column-02-inner {
    width: 100%;
    max-width: none;
  }
  #section3 .technology-detail-section-column-02-img-small .technology-detail-section-column-02-image {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  #section3 .technology-detail-section-blocks-02--sp-mt-48 {
    margin-top: 48px;
  }
}
#section3 .technology-detail-section-lead--mb30 {
  margin-bottom: 30px;
}

/* video */
/* ========================= */
.technology-detail-section-video-playbtn {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .technology-detail-section-video-playbtn {
    margin-top: 30px;
  }
}

/* modal */
/* ========================= */
.perf-modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.perf-modal.fadeIn {
  height: 100vh;
  overflow: visible;
}
.perf-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.perf-modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #F5F5F5;
  padding: 40px 100px 50px;
  border-radius: 16px;
  max-width: 773px;
  width: calc(100% - 40px);
  background: #F5F5F5;
  padding: 40px 100px 50px;
  border-radius: 16px;
  max-width: 773px;
  width: calc(100% - 40px);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .perf-modal-content {
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
}
.perf-modal-youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.perf-modal-youtube iframe {
  width: 100%;
  height: 100%;
}
.perf-modal-close {
  cursor: pointer;
  position: absolute;
  top: -38px;
  right: 35px;
  z-index: 9999;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6BC97A, #3B8E48);
  backdrop-filter: blur(4px);
}
.perf-modal-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) {
  .perf-modal-close {
    top: -40px;
    right: 15px;
    width: 64px;
    height: 64px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .perf-modal-close:hover::before {
    opacity: 1;
  }
}
.perf-modal-close img {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .perf-modal-close img {
    top: 16px;
    width: 15px;
    height: 15px;
  }
}
.perf-modal-close span {
  position: absolute;
  top: 42px;
  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) {
  .perf-modal-close span {
    top: 38px;
    font-size: 8px;
  }
}

/*# sourceMappingURL=index.css.map */
