@charset "UTF-8";

/** ================================================

Screen Size

================================================ */

/** ================================================

Responsive Settings

================================================ */

/** ================================================

Assets Path Settings

================================================ */

/** ================================================

Color Settings

================================================ */

/** ================================================

Easing Settings

================================================ */

/** ================================================

Font Settings

================================================ */

/** ================================================

Depth

================================================ */

/** ================================================

Object Size

================================================ */

/** ================================================

Modal Settings

================================================ */

/** ================================================

	Assets Functions

================================================ */

/** ================================================

	Rem

================================================ */

/** ================================================

	View Port Size

================================================ */

/** ================================================

Responsive

================================================ */

.sca-m-breadcrumbs {
  position: relative;
  color: #ffffff;
  font-weight: 500;
}

.sca-m-breadcrumbs__item {
  display: inline-block;
}

.sca-m-breadcrumbs__link {
  color: #ffffff !important;
}

.sca-m-lower-hero {
  position: relative;
}

.sca-m-lower-hero__img {
  position: relative;
}

.sca-m-lower-hero__img img {
  width: 100%;
  height: auto;
}

.sca-m-lower-hero__caption {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sca-m-lower-hero__h {
  color: #ffffff;
  font-weight: 700;
}

.sca-m-lower-hero__h-en__in {
  background-color: #FFDB00;
  font-weight: 700 !important;
  font-family: "Raleway", "游ゴシック体", YuGothic, "Original Yu Gothic", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
}

.sca-m-lower-hero__breadcrumbs {
  position: absolute;
  z-index: 10;
}

.sca-m-voice-list {
  position: relative;
}

.sca-m-voice-list__item__in {
  margin-right: auto;
  margin-left: auto;
}

.sca-m-voice-list__item + .sca-m-voice-list__item {
  border-top: 1px solid #E9E9E5;
}

.sca-m-voice {
  position: relative;
}

.sca-m-voice__fig {
  position: relative;
}

.sca-m-voice__fig__img img {
  width: 100%;
  height: auto;
}

.sca-m-voice__fig__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0E1821;
  color: #ffffff;
}

.sca-m-voice__fig__name {
  font-weight: 700;
}

.sca-m-voice__fig__list {
  font-weight: 500;
}

.sca-m-voice__h {
  font-weight: 700;
  line-height: 1.85;
  text-align: center;
}

.sca-m-voice__text {
  font-weight: 500;
  line-height: 1.85;
}

.sca-m-voice__text > p + p {
  margin-top: 1.7em;
}

.sca-m-voice__msg__h {
  font-weight: 700;
}

.sca-m-voice__msg__body {
  background-color: #E9E9E5;
  font-weight: 500;
  line-height: 1.85;
}

.sca-p-voice {
  position: relative;
}

@media screen and (min-width: 601px) {
  .sca-m-breadcrumbs {
    font-size: 1vw;
  }

  .sca-m-breadcrumbs__item + .sca-m-breadcrumbs__item {
    margin-left: 0.7142857143vw;
  }

  .sca-m-lower-hero__h {
    font-size: 3vw;
  }

  .sca-m-lower-hero__h-en {
    margin-top: 0.7142857143vw;
  }

  .sca-m-lower-hero__h-en__in {
    padding: 0.3571428571vw 0.7142857143vw;
    font-size: 1.2857142857vw;
  }

  .sca-m-lower-hero__breadcrumbs {
    top: 1.1428571429vw;
    left: 1.4285714286vw;
  }

  .sca-m-voice-list__item__in {
    width: 60vw;
  }

  .sca-m-voice-list__item + .sca-m-voice-list__item {
    padding-top: 5.7142857143vw;
    margin-top: 5.7142857143vw;
  }

  .sca-m-voice__fig__caption {
    padding: 0.7142857143vw;
  }

  .sca-m-voice__fig__name {
    font-size: 1.1428571429vw;
  }

  .sca-m-voice__fig__list {
    margin-top: 0.4285714286vw;
    font-size: 0.9285714286vw;
  }

  .sca-m-voice__body {
    margin-top: 2.8571428571vw;
  }

  .sca-m-voice__h {
    font-size: 1.7142857143vw;
  }

  .sca-m-voice__text {
    margin-top: 2.8571428571vw;
    font-size: 1vw;
  }

  .sca-m-voice__msg {
    margin-top: 2.8571428571vw;
  }

  .sca-m-voice__msg__h {
    font-size: 1.7142857143vw;
  }

  .sca-m-voice__msg__body {
    padding: 2.1428571429vw 2.8571428571vw;
    margin-top: 1.2857142857vw;
    font-size: 1vw;
  }

  .sca-p-voice__main {
    padding: 5.7142857143vw 0 0;
  }
}

@media screen and (max-width: 600px) {
  .sca-m-breadcrumbs {
    font-size: 2.4154589372vw;
  }

  .sca-m-breadcrumbs__item + .sca-m-breadcrumbs__item {
    margin-left: 1.2077294686vw;
  }

  .sca-m-lower-hero::before {
    display: block;
    padding-top: 57.6%;
    content: "";
  }

  .sca-m-lower-hero__main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .sca-m-lower-hero__img {
    width: 100%;
    height: 100%;
  }

  .sca-m-lower-hero__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .sca-m-lower-hero__h {
    font-size: 4.347826087vw;
  }

  .sca-m-lower-hero__h--sp-large {
    font-size: 5.7971014493vw;
  }

  .sca-m-lower-hero__h-en {
    margin-top: 3.8647342995vw;
  }

  .sca-m-lower-hero__h-en__in {
    padding: 1.2077294686vw 2.4154589372vw;
    font-size: 4.347826087vw;
  }

  .sca-m-lower-hero__breadcrumbs {
    top: 4.8309178744vw;
    left: 4.8309178744vw;
    display: none;
  }

  .sca-m-voice-list__item__in {
    padding-right: 3.6231884058vw;
    padding-left: 3.6231884058vw;
  }

  .sca-m-voice-list__item + .sca-m-voice-list__item {
    padding-top: 10.8695652174vw;
    margin-top: 10.8695652174vw;
  }

  .sca-m-voice__fig__caption {
    padding: 2.4154589372vw 3.6231884058vw;
  }

  .sca-m-voice__fig__name {
    font-size: 3.6231884058vw;
  }

  .sca-m-voice__fig__list {
    margin-top: 1.4492753623vw;
    font-size: 2.8985507246vw;
  }

  .sca-m-voice__body {
    margin-top: 6.038647343vw;
  }

  .sca-m-voice__h {
    font-size: 4.347826087vw;
  }

  .sca-m-voice__text {
    margin-top: 6.038647343vw;
    font-size: 3.1400966184vw;
  }

  .sca-m-voice__msg {
    margin-top: 7.2463768116vw;
  }

  .sca-m-voice__msg__h {
    font-size: 4.347826087vw;
  }

  .sca-m-voice__msg__body {
    padding: 2.8985507246vw 3.6231884058vw;
    margin-top: 3.3816425121vw;
    font-size: 3.1400966184vw;
  }

  .sca-p-voice__main {
    padding: 7.2463768116vw 0 3.6231884058vw;
  }
}