@charset "utf-8";
/* CSS Document */

/* ÒŠ³ö¤· */
.top_heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 1em;
  font-weight: bold;
  line-height: 1.5;
  h2 {
    font-size: var(--font-32);
    color: #000;
    letter-spacing: 0.1em;
  }
  p {
    font-size: var(--main-txt);
    color: var(--main-color);
  }
  p > span {
    color: #000;
  }
}

/* MV */
.top_mv {
  width: 100%;
  height: auto;
  position: relative;
  @media screen and (max-width: 767px) {
    height: auto;
    background-position: bottom right;
  }
}
.top_mv--main {
  position: relative;
  width: 100%;
  height: 100%;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.top_mv--txt {
  display: flex;
  align-items: center;
  gap: 0.2em;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  line-height: 1.3;
  white-space: nowrap;
  position: absolute;
  top: 70px;
  left: 18%;
  z-index: 2;
  & span > span {
    font-size: 2.4rem;
  }
  & span:last-child {
    text-align:justify;
    text-align-last:justify;
  }
  @media screen and (max-width: 767px) {
    justify-content: center;
    font-size: 2rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    & span > span {
      font-size: 1.6rem;
    }
  }
}
.top_mv--txtCenter {
  height: auto;
  padding: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-18);
  line-height: 1.5;
  writing-mode: vertical-rl;
  border: 2px solid #fff;
  @media screen and (max-width: 767px) {
    font-size: 1.2rem;
  }
}

/* ¤ªÖª¤é¤» */
@media print, screen and (min-width: 768px) {
  .top_news {
    max-width: calc(100% - 356px);
    width: 100%;
  }
}

/* ÈëÔ‡Çéˆó */
.top_nyushi {
  max-width: 336px;
  width: 100%;
  a {
    width: 100%;
    height: 100%;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    background: var(--gradient);
  }
  @media print, screen and (min-width: 768px) {
    min-width: 336px;
    height: 238px;
  }
  @media screen and (max-width: 767px) {
    margin-inline: auto;
  }
}
.top_nyushi .top_heading {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.top_nyushi .top_heading h2, .top_nyushi .top_heading p {
  color: #fff;
}

/* ¥Ü¥¿¥ó¤Ê¤É */
.top_bg {
  width: 100%;
  padding: var(--space-65) 0;
  background: url(/eco/grad/img/bg_img01.webp) no-repeat center center;
  background-size: cover;
}
.top_bg .container {
  margin: 0 auto;
}
.top_bg .flex_box.column3 a {
  width: 100%;
  height: 100%;
  padding: 1em;
  border-top: 5px solid var(--main-color);
  background: rgba(255, 255, 255, .65);
}

.flex_box.column3 section {
  @media print, screen and (min-width: 768px) {
    height: 238px;
  }
}
.bg_box a {
  width: 100%;
  height: 100%;
  padding: 1em;
  background: var(--bg-color);
}
.flex_box.column3 .top_heading {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.top_bg.bg2 {
  background: var(--bg-color);
}
.top_bg.bg2 .flex_box.column3 a {
  background: #fff;
  border-top: none;
}