@charset "utf-8";

.top-section-heading {
  margin-bottom: 20px;
  text-align: center;
  line-height: 0;
}

.top-section-heading img {
  height: 30px;
  width: auto;
}

@media screen and (min-width: 768px), print {
  .top-section-heading {
    margin-bottom: 40px;
  }

  .top-section-heading img {
    height: 40px;
  }
}

/* --------------------
  .top-hero
-------------------- */
.top-hero .hero-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top-hero .hero-inner {
  width: 100%;
  max-width: 500px;
  padding: 30px 15px;
}

.top-hero .hero-vision {
  color: #fff;
  background-image: url(../images/hero_vision_sp.jpg);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
}

.top-hero .hero-vision .ttl-hero-vision {
  line-height: 0;
  margin-bottom: 10px;
  width: 210px;
}

.top-hero .hero-vision .txt-hero-vision {
  margin-bottom: 10px;
}

.top-hero .hero-vision .btn-hero-vision a {
  position: relative;
  display: inline-block;
  background: #fff;
  text-align: center;
  font-weight: bold;
  min-width: 160px;
  padding: 6px 18px;
  color: inherit;
  border: 1px solid #fff;
  -webkit-appearance: none;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
}

.top-hero .hero-vision .btn-hero-vision a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto 0;
  display: block;
  content: '';
  width: 6px;
  height: 10px;
  background: url(/company/common/images/arrow_01_white.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .top-hero .hero-item {
    height: 360px;
  }

  .top-hero .hero-inner {
    width: 1100px;
    max-width: inherit;
    padding: 40px;
  }

  .top-hero .hero-item.hero-vision {
    background-image: url(../images/hero_vision.jpg);
  }

  .top-hero .hero-vision .ttl-hero-vision {
    margin-bottom: 18px;
    min-width: 375px;
  }

  .top-hero .hero-vision .txt-hero-vision {
    margin-bottom: 18px;
  }

  .top-hero .hero-vision .btn-hero-vision a {
    width: 230px;
    padding: 10px 30px;
  }

  .top-hero .hero-vision .btn-hero-vision a::after {
    right: 19px;
  }
}

@media (hover: hover) {
  .top-hero .hero-vision .btn-hero-vision a {
    transition: background 0.2s ease-in;
  }

  .top-hero .hero-vision .btn-hero-vision a:hover {
    background: rgba(255, 255, 255, 0.25);
  }
}


@media screen and (max-width: 767.999px) {
  .top-philosophy-title {
    line-height: 1.4;
  }

}
