@charset "UTF-8";
/* ----------------------------------------
#mv-technology-area
---------------------------------------- */
#mv-technology-area {
  width: 100%;
  height: auto;
  transition: background-color 0.1s linear; /* 色の変化をより滑らかにするためのCSSトランジション */
  /* 初期背景色はJSで設定されるので、CSSでの設定は必須ではありませんが、
     transitionは色の滑らかな変化に役立ちます。 */
}
#mv-technology-box {
  clip-path: inset(0);
  position: relative;
  z-index: 0;
}
#mv-technology-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("/corporate/technology/images3/top/technology-bg.jpg");
  background-size: cover;
  background-position: center;
}
#mv-scroll-color {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 10rem 1.5rem 50rem;
}
#mv-technology-title-area {
  text-align: center;
  margin-bottom: 5rem;
}
#mv-technology-title {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #0068b7;
  position: relative;
  z-index: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.3rem;
  text-indent: -0.3rem;
}
#mv-technology-title::before,
#mv-technology-title::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 10rem;
  height: 1px;
  background-color: #0068b7;
}
#mv-technology-title::before {
  left: -3rem;
  margin-left: -10rem;
}
#mv-technology-title::after {
  right: -3rem;
  margin-right: -10rem;
}
#mv-technology-title-en {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10rem;
  color: #50a6e8;
  line-height: 1.2;
  letter-spacing: 0.3rem;
  text-indent: -0.3rem;
  word-break: break-all;
}
#mv-technology-text-area {
  text-align: center;
}
.mv-technology-subtitle {
  font-size: 2.1rem;
  line-height: 2;
  font-weight: bold;
  color: #0068b7;
  margin-bottom: 4rem;
}
.mv-technology-text {
  font-size: 1.8rem;
  color: #0068b7;
  line-height: 2.5;
}
/* ----------------------------------------
.technology-list
---------------------------------------- */
.technology-title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5.5rem;
}
.technology-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7rem 3rem;
}
.technology-list li a.hover {
  color: #0068b7;
}
.technology-list li a figure {
  overflow: hidden;
  margin-bottom: 2rem;
}
.technology-list li a figure img {
  transition:
    transform 0.5s ease-out,
    opacity 0.12s;
}
.technology-list li a.hover figure img {
  transform: scale(1.06);
  opacity: 0.8;
}
.technology-link-title {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.technology-link-title sub {
  font-size: 1.3rem;
}
.technology-link-text {
  font-size: 1.6rem;
  line-height: 2;
}
.technology-link-text sub {
  font-size: 1.2rem;
}
/* ----------------------------------------
.c-topics
---------------------------------------- */
.c-topics {
  margin-top: 0;
  padding-block-start: 5.5rem;
  padding-block-end: 8rem;
}
.c-topics ul {
  justify-content: center;
}
/* ----------------------------------------
.c-contents
---------------------------------------- */
.c-contents.tec {
  padding: 12rem 6rem 0;
}
/* ----------------------------------------
technology slider AREA
---------------------------------------- */
.technology-slider-all {
  padding: 0 6rem 9rem;
  background-color: #f7fafd;
}
.technology-slider-area {
  position: relative;
  z-index: 0;
}
.technology-slider-box {
  max-width: 110rem;
  margin: 0 auto;
}
.c-branch-topics {
  margin-top: 0;
  border-image: none;
  padding-block: 0;
  height: 31rem;
}
.c-branch-topics .branch-topic {
  padding-top: 0 !important;
  scroll-margin-top: 0 !important;
}
.c-branch-topics .slick-arrow {
  top: 18%;
}
.y-img-box {
  background-color: #fff;
}
.y-img {
  display: block;
  box-shadow: 0px 0px 15px -5px #777;
}
.y-img.hover {
  color: #0068b7;
  box-shadow: none;
}
.y-img.hover iframe {
  opacity: 0.8;
}
.y-title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  padding: 3rem 1.5rem;
}
.slick-list {
  top: -12rem;
  padding: 6rem 0 !important;
}
.c-branch-topics .slick-slide figure {
  margin-bottom: 0;
overflow: hidden;
}
.c-branch-topics .slick-slide img {
  aspect-ratio: 820 / 462;
  transition:
    transform 0.5s ease-out,
    opacity 0.12s;
}
.c-branch-topics .slick-slide a.hover img {
  transform: scale(1.06);
  opacity: 0.8;
}
/* ----------------------------------------
.plant-area
---------------------------------------- */
.plant-area {
  position: relative;
  z-index: 0;
}
.plant-box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3rem;
}
.plant-title {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #50a6e8;
  padding: 0.5rem 1rem;
  margin-bottom: 3rem;
}
.plant-text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
/* ----------------------------------------
css animation
---------------------------------------- */
.js-fade {
  opacity: 0;
  transform: translateY(2rem);
}
.js-fadeUp {
  transition: all 0.5s ease-out;
  transition-delay: 0.1s;
  transform: translateY(0);
  opacity: 1;
}
/**/
.js-fade-text {
  opacity: 0;
}
.js-fadeUp-text {
  transition: all 0.5s ease-out;
  transition-delay: 0.1s;
  opacity: 1;
}
