@charset "UTF-8";

.index-hero {
  position: relative;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  box-sizing: border-box;
}

.index-hero::before {
  content: "";
  display: block;
  padding-top: calc(100% * (658 / 1920));
}

@media screen and (max-width: 1099px) {
  .index-hero::before {
    padding-top: calc(100% * (572 / 1099));
  }
}

@media screen and (max-width: 519px) {
  .index-hero::before {
    padding-top: calc(100% * (720 / 519));
  }
}

.index-hero__inner {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 150px;
  position: absolute;
  bottom: 0;
}

@media print, (min-width: 960px) {
  .index-hero__inner {
    height: calc(100% - 108px);
    padding-top: 108px;
  }
}

@media screen and (min-width: 520px) and (max-width: 959px) {
  .index-hero__inner {
    height: calc(100% - 108px);
    padding-top: 108px;
  }
}

@media screen and (max-width: 519px) {
  .index-hero__inner {
    height: calc(100% - 80px);
    padding-top: 80px;
  }
}

@media print, (min-width: 960px) {
  .index-hero--typeCompany .index-hero__inner {
    height: calc(100% - 157px);
    padding-top: 157px;
  }
}

.index-hero--typeLayer02 .index-hero__inner {
  height: 100%;
  padding-top: 0;
}

.index-hero--typeLayer02 {
  margin-top: 24px;
}

@media screen and (max-width: 519px) {
  .index-hero--typeLayer02 {
    margin-top: 0;
  }
}

.index-hero__content {
  position: relative;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 1099px) {
  .index-hero__content {
    max-width: initial;
    padding-left: 0;
    padding-right: 0;
  }
}

.index-hero__contentInner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  height: 100%;
  padding-right: 20px;
  z-index: 2;
  box-sizing: border-box;
}

@media screen and (max-width: 1099px) {
  .index-hero__contentInner {
    justify-content: flex-end;
    width: 100%;
    padding: 32px;
  }
}

@media screen and (max-width: 519px) {
  .index-hero__contentInner {
    padding: 24px 16px;
  }
}

.index-hero__title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 10px #000;
}

.index-hero__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.index-hero__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 1099px) {
  .index-hero__title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 519px) {
  .index-hero__title {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1099px) {
  .index-hero--typeTextColor02--large .index-hero__title {
    color: #fff;
    text-shadow: 0 0 10px #000;
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-hero--typeTextColor02--medium .index-hero__title {
    color: #000;
    text-shadow: 0 0 10px #fff;
  }
}

@media screen and (max-width: 520px) {
  .index-hero--typeTextColor02--small .index-hero__title {
    color: #000;
    text-shadow: 0 0 10px #fff;
  }
}

.index-hero__text {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.9;
  color: #fff;
  text-shadow: 0 0 10px #000;
}

.index-hero__text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.index-hero__text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 1099px) {
  .index-hero__text {
    font-size: 1.6rem;
  }
}

.index-hero--typeTextColor02 .index-hero__text {
  color: #000;
  text-shadow: 0 0 10px #fff;
}

.index-hero--typeTextColor02--large .index-hero__text {
  color: #000;
  text-shadow: 0 0 10px #fff;
}

@media screen and (max-width: 1099px) {
  .index-hero--typeTextColor02--large .index-hero__text {
    color: #fff;
    text-shadow: 0 0 10px #000;
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-hero--typeTextColor02--medium .index-hero__text {
    color: #000;
    text-shadow: 0 0 10px #fff;
  }
}

@media screen and (max-width: 520px) {
  .index-hero--typeTextColor02--small .index-hero__text {
    color: #000;
    text-shadow: 0 0 10px #fff;
  }
}

.index-hero__image {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 260px;
  z-index: 1;
}

@media screen and (max-width: 519px) {
  .index-hero__image {
    min-height: 418px;
  }
}

.index-hero__image img {
  width: 100%;
  height: auto;
}

.index-hero__button {
  display: inline-block;
  min-width: 184px;
  margin-top: 32px;
}

/* -------------------------------------------------------------------------
Print
-------------------------------------------------------------------------- */
@media print {
  .index-hero__content {
    padding: 0;
  }
  .index-hero__title {
    color: #000 !important;
    text-shadow: 0 0 10px #fff !important;
  }
}