/* voice
----------------------------------*/
.pre-inc.voice {
  background-color: #FFF;
  color: #000;
}
.pre-inc.voice #main {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice #main {
    margin-top: 70px;
  }
}
.pre-inc.voice #header {
  background: transparent;
}
.pre-inc.voice.scrolled #header {
  background: rgba(255, 255, 255, 0.6);
}
.pre-inc.voice #header .logo_title .logo_txt {
  color: #000;
}
.pre-inc.voice #header ul.snv_sub {
  color: #000;
}
.pre-inc.voice .menu-trigger .border {
  background: #000;
}
.pre-inc.voice .menu-trigger .menu_text {
  color: #000;
}
.pre-inc.voice .menu-trigger.active .border {
  background: #fff;
}
.pre-inc.voice .menu-trigger.active .menu_text {
  color: #fff;
}
.pre-inc.voice .sec_main {
  position: relative;
}
.pre-inc.voice .sec_voice {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .sec_voice {
    padding-top: 40px;
  }
}
.pre-inc.voice .sec_image {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .sec_image {
    padding-top: 40px;
  }
}
.pre-inc.voice .sec_points {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .sec_points {
    padding-top: 40px;
  }
}
.pre-inc.voice .voice_head {
  font-size: clamp(32px, 3.22vw, 40px);
  font-weight: bold;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 8px;
  color: #023972;
  letter-spacing: 0.2em;
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .voice_head {
    margin-bottom: 30px;
    padding-top: 60px;
  }
}
.pre-inc.voice .voice_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background-color: #023972;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .voice_head::before {
    height: 50px;
  }
}
.pre-inc.voice .point_content_title {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  padding-top: 34px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .point_content_title {
    margin-bottom: 16px;
    padding-top: 30px;
  }
}
.pre-inc.voice .point_content_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background-color: currentColor;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .point_content_title::before {
    height: 30px;
  }
}
.pre-inc.voice .point_content_title .point_number {
  color: #cbaf97;
  display: block;
  font-size: clamp(20px, 2.25vw, 28px);
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.pre-inc.voice .point_content_title .point_number .point {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
.pre-inc.voice .point_content_title .point_number .num {
  font-size: clamp(24px, 2.58vw, 32px);
}
.pre-inc.voice .point_content_title .point_subtitle {
  display: block;
  font-size: clamp(36px, 3.87vw, 48px);
  letter-spacing: 0.25em;
  line-height: 1.5;
}
.pre-inc.voice .content_title {
  border-bottom: 1px solid currentColor;
  border-top: 1px solid currentColor;
  color: #947660;
  font-size: clamp(20px, 2.25vw, 28px);
  letter-spacing: 0.32em;
  line-height: 1.6;
  margin-bottom: 60px;
  margin-inline: auto;
  max-width: 560px;
  padding: 0.3em 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .content_title {
    margin-bottom: 14px;
  }
}
.pre-inc .main_image_caption {
  font-size: clamp(10px, 0.96vw, 12px);
  text-align: right;
  margin-inline: 10px;
}
.pre-inc.voice .voice_intro {
  text-align: center;
}
.pre-inc.voice .voice_intro .read {
  color: #023972;
  font-size: clamp(20px, 2.25vw, 28px);
  line-height: 200%;
  margin-bottom: 30px;
}
.pre-inc.voice .voice_intro .read small.read-s {
  font-size: 50%;
}
.pre-inc.voice .voice_intro .read span.caution {
  font-size: 50%;
  display: block;
  line-height: 120%;
}
.pre-inc.voice .voice_intro .read .lg {
  font-size: clamp(32px, 3.22vw, 40px);
}
.pre-inc.voice .voice_intro .read_text {
  font-size: clamp(12px, 1.12vw, 14px);
  letter-spacing: 0.1em;
  line-height: 2;
}
.pre-inc.voice .voice_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .voice_list {
    gap: 30px;
  }
}
.pre-inc.voice .voice_item {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .voice_item {
    padding: 20px;
  }
}
.pre-inc.voice .sec_image .sec_image_in {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .sec_image .sec_image_in {
    aspect-ratio: 700/503;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
}
.pre-inc.voice .voice_image .image_caption {
  font-size: clamp(10px, 0.96vw, 12px);
  text-align: right;
  margin-inline: 10px;
}
.pre-inc.voice .points_intro {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .points_intro {
    margin-bottom: 30px;
  }
}
.pre-inc.voice .points_intro .read {
  color: #023972;
  font-size: clamp(20px, 2.25vw, 28px);
  line-height: 200%;
  margin-bottom: 30px;
}
.pre-inc.voice .points_list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .points_list {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
  }
}
.pre-inc.voice .point_card {
  align-items: center;
  display: inline-flex;
  flex: 1;
  background: #023972;
  justify-content: center;
  padding: 40px 20px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .pre-inc.voice .point_card {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .point_card {
    padding: 16px;
  }
}
.pre-inc.voice .point_card:hover {
  opacity: 0.7;
}
.pre-inc.voice .point_card::before {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1200px) {
  .pre-inc.voice .point_card::before {
    width: 16px;
    height: 16px;
    right: 10px;
  }
}
.pre-inc.voice .point_card::after {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #ffffff;
}
@media screen and (max-width: 1200px) {
  .pre-inc.voice .point_card::after {
    width: 4px;
    height: 4px;
    right: 16px;
  }
}
.pre-inc.voice .point_title {
  font-weight: bold;
  font-size: clamp(16px, 2.41vw, 30px);
  color: #cbaf97;
  line-height: 1.5;
  text-align: center;
}
.pre-inc.voice .point_title .point {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
.pre-inc.voice .point_text {
  font-size: clamp(20px, 2.58vw, 32px);
  color: #fff;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-align: center;
}
.pre-inc.voice .point_content {
  background-image: linear-gradient(90deg, #9984a4, #4e5f8b 30%, #023972);
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .point_content {
    padding-top: 50px;
  }
}
.pre-inc.voice .point_content:last-child {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .point_content:last-child {
    padding-top: 50px;
  }
}
.pre-inc.voice .point_content_text {
  flex: 1;
}
.pre-inc.voice .point_content_text .content_text {
  color: #fff;
  font-size: clamp(13px, 1.45vw, 18px);
  line-height: 2.4;
  text-align: center;
  letter-spacing: 0.1em;
}
.pre-inc.voice .point_content_image {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
}
.pre-inc.voice .tile_gallery + .point_content_image {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .tile_gallery + .point_content_image {
    margin-top: 60px;
  }
}
.pre-inc.voice .point_content_inner {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  padding: 70px 90px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .pre-inc.voice .point_content_inner {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .point_content_inner {
    margin-top: 260px;
    padding: 50px 20px 40px;
  }
}
.pre-inc.voice .point_content_stats {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .point_content_stats {
    flex-direction: column;
    gap: 50px;
  }
}
.pre-inc.voice .point_content_deco {
  position: absolute;
  top: 70px;
  right: -50px;
  transform: translateX(0) translateY(-100%);
  width: 28%;
}
@media screen and (max-width: 1400px) {
  .pre-inc.voice .point_content_deco {
    right: -16px;
  }
}
@media screen and (max-width: 1200px) {
  .pre-inc.voice .point_content_deco {
    width: 32%;
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .point_content_deco {
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(-100%);
    top: 45px;
    max-width: 268px;
    width: 80%;
  }
}
.pre-inc.voice #point2 .point_content_deco {
  top: 170px;
  left: -60px;
  right: auto;
}
@media screen and (max-width: 1200px) {
  .pre-inc.voice #point2 .point_content_deco {
    left: -20px;
    right: auto;
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc.voice #point2 .point_content_deco {
    left: 50%;
    right: auto;
    top: 45px;
  }
}
.pre-inc.voice #point3 .point_content_deco {
  top: 170px;
}
@media screen and (max-width: 1200px) {
  .pre-inc.voice #point3 .point_content_deco {
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc.voice #point3 .point_content_deco {
    top: 45px;
  }
}
.pre-inc.voice .stats_item {
  flex: 0 0 40%;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .stats_item {
    flex: 1;
  }
}
.pre-inc.voice .stats_graph {
  margin-inline: auto;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .stats_graph {
    max-width: 400px;
  }
}
.pre-inc.voice .point_content_merit {
  margin-top: 50px;
  width: 100%;
}
.pre-inc.voice .merit_block {
  align-items: start;
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .merit_block {
    flex-direction: column;
    gap: 20px;
  }
}
.pre-inc.voice .merit_block + .merit_block {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .merit_block + .merit_block {
    margin-top: 40px;
  }
}
.pre-inc.voice .merit_title {
  background-color: #023972;
  color: #fff;
  font-size: clamp(20px, 2.17vw, 27px);
  letter-spacing: 0.14em;
  margin-bottom: 24px;
  padding: 12px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .merit_title {
    margin-bottom: 16px;
    padding: 4px 20px;
  }
}
.pre-inc.voice .merit_item {
  font-size: clamp(11px, 1.45vw, 18px);
  gap: 14px;
  letter-spacing: 0.1em;
  line-height: 1.78;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.pre-inc.voice .merit_item::first-letter {
  font-size: clamp(10px, 1.12vw, 14px);
  color: rgba(2, 57, 114, 0.2509803922);
  margin-right: 0.5em;
}
.pre-inc.voice .merit_item + .merit_item {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .merit_item + .merit_item {
    margin-top: 4px;
  }
}
.pre-inc.voice .merit_body {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .merit_body {
    flex: 0 0 100%;
    width: 100%;
  }
}
.pre-inc.voice .merit_image {
  flex: 0 0 35%;
}
.pre-inc.voice .merit_image .image {
  width: 100%;
  height: auto;
}
.pre-inc.voice .merit_image .image_caption {
  margin-top: 4px;
  font-size: clamp(10px, 0.96vw, 12px);
  color: #000;
  line-height: 1.2;
  text-align: right;
}
.pre-inc.voice .ranking_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .ranking_list {
    flex-direction: column;
    gap: 40px;
  }
}
.pre-inc.voice .ranking_item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .ranking_item {
    width: 100%;
  }
}
.pre-inc.voice .ranking_image {
  width: 100%;
  height: auto;
  margin-inline: auto;
  max-width: 70%;
  display: block;
}
.pre-inc.voice .tile_gallery {
  display: grid;
  gap: 10px 16px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .tile_gallery {
    gap: 14px 8px;
  }
}
.pre-inc.voice .tile_gallery .tile_item .tile_item_cap {
  margin-top: 4px;
  font-size: clamp(10px, 0.96vw, 12px);
  color: #000;
  line-height: 1.2;
  text-align: right;
}
.pre-inc.voice .tile_gallery--location {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, auto);
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .tile_gallery--location {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}
.pre-inc.voice .tile_gallery--location .tile_item:nth-child(1) {
  grid-column: 1/4;
  grid-row: 1;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .tile_gallery--location .tile_item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1;
  }
}
.pre-inc.voice .tile_gallery--location .tile_item:nth-child(2) {
  grid-column: 4/7;
  grid-row: 1;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .tile_gallery--location .tile_item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
}
.pre-inc.voice .tile_gallery--location .tile_item:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .tile_gallery--location .tile_item:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
}
.pre-inc.voice .tile_gallery--location .tile_item:nth-child(4) {
  grid-column: 3/5;
  grid-row: 2;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .tile_gallery--location .tile_item:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }
}
.pre-inc.voice .tile_gallery--location .tile_item:nth-child(5) {
  grid-column: 5/7;
  grid-row: 2;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .tile_gallery--location .tile_item:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }
}
.pre-inc.voice .tile_gallery--shopping {
  grid-template-columns: 68.2% 1fr;
  grid-template-rows: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .tile_gallery--shopping {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
.pre-inc.voice .tile_gallery--shopping .tile_item:nth-child(1) {
  grid-column: 1;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .tile_gallery--shopping .tile_item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1;
  }
}
.pre-inc.voice .tile_gallery--shopping .tile_item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .tile_gallery--shopping .tile_item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
}
.pre-inc.voice .tile_gallery--shopping .tile_item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .tile_gallery--shopping .tile_item:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
}
.pre-inc.voice .tile_gallery--equipment {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .tile_gallery--equipment {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}
.pre-inc.voice .tile_gallery--equipment .tile_item .tile_item_cap {
  text-align: center;
}
.pre-inc.voice .tile_gallery .tile_item .tile_item_in .tile_item_image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.pre-inc.voice .tile_gallery .tile_item_image--border {
  border: 1px solid #ccc;
}
.pre-inc.voice .tile_gallery_note {
  font-size: clamp(10px, 0.96vw, 12px);
  text-align: left;
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .tile_gallery_note {
    margin-top: 20px;
    text-align: left;
  }
}
.pre-inc.voice .tile_gallery_note.mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .tile_gallery_note.mb90 {
    margin-bottom: 60px;
  }
}
.pre-inc.voice .summary_text {
  color: #fff;
  font-size: clamp(20px, 2.25vw, 28px);
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
  margin-top: 70px;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .pre-inc.voice .summary_text {
    margin-top: 50px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc.voice .summary_text {
    margin-top: 40px;
    padding-top: 30px;
  }
}
.pre-inc.voice .summary_text::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  position: absolute;
  top: 0;
  left: 0;
}
.pre-inc.voice .summary_text .sm {
  font-size: clamp(14px, 1.61vw, 20px);
  line-height: 3;
}
.pre-inc .cv_box {
  max-width: 600px;
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
}
.pre-inc.voice .cv_box {
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .pre-inc .cv_box {
    width: 80%;
    width: 100%;
    flex-direction: column;
    grid-gap: 18px 0;
  }
}
.pre-inc .cv_box .cv_button_box {
  width: 46.67%;
}
@media screen and (max-width: 768px) {
  .pre-inc .cv_box .cv_button_box {
    width: 100%;
  }
}
.pre-inc .cv_box .cv_button_box .cv_btn {
  padding: 1.5em 0.3em;
  line-height: 1;
  font-size: 18px;
  font-size: min(3.2vw, 23px);
  gap: 0 1.5em;
  position: relative;
  text-shadow: 0 0 10px rgba(47, 47, 47, 0.4392156863), 0 0 10px rgba(47, 47, 47, 0.5294117647), 0 0 30px #9f9f9f;
  background: linear-gradient(90deg, rgb(175, 138, 70) 0%, rgb(235, 197, 98) 46%, rgb(175, 138, 70) 100%);
}
@media screen and (max-width: 480px) {
  .pre-inc .cv_box .cv_button_box .cv_btn {
    font-size: 18px;
  }
}
.pre-inc .cv_box .cv_button_box .cv_btn::before {
  content: "";
  width: 0.45em;
  height: 0.45em;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
.pre-inc .cv_box .cv_button_box .cv_btn::after {
  content: "";
  position: absolute;
  width: 98%;
  height: 90%;
  top: 5%;
  left: 1%;
  border: 1px solid #fff;
}
.pre-inc .fade_in_bul {
  transition-property: transform, opacity;
  transition-duration: 0.8s;
  transition-delay: 0.2s;
  transition-timing-function: ease-in-out;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(6px);
}
.pre-inc .fade_in_bul.p-view {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0px);
}
.pre-inc.voice .cap_inner {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.pre-inc .page_bt {
  width: 60%;
  position: relative;
  margin: 80px auto 0;
  text-align: center;
}
.pre-inc .page_bt .page_bt_link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #213060;
  color: #fff;
  padding: 20px;
  gap: 0 1.5em;
  font-size: min(2.8vw, 23px);
  transition: all 0.3s ease-in-out;
}
.pre-inc .page_bt .page_bt_link::before {
  display: block;
  content: "";
  width: 0.55em;
  height: 0.55em;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
.pre-inc .page_bt .page_bt_link::after {
  content: "";
  width: 98%;
  height: 86%;
  border: 1px solid #fff;
  position: absolute;
  top: 7%;
  left: 1%;
}
.pre-inc .page_bt .page_bt_link:hover {
  background: #45599b;
}
@media screen and (max-width: 768px) {
  .pre-inc .page_bt {
    width: 98%;
    position: relative;
    margin: 40px auto 0;
  }
  .pre-inc .page_bt .page_bt_link {
    font-size: min(3.8vw, 23px);
    transition: all 0.3s ease-in-out;
  }
}
.pre-inc .fadein_up {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transition-delay: 0s;
  transform: translateY(30px);
}
.pre-inc .fadein_up.on {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=voice.css.map */