/*! Writen  by SCSS */
.sec_main {
  overflow: hidden; }
  .sec_main .img .cap {
    text-shadow: 0px 0px 0px rgba(136, 134, 58, 0.9), 0px 0px 1px rgba(136, 134, 58, 0.9), 0px 0px 2px rgba(136, 134, 58, 0.9), 0px 0px 3px rgba(136, 134, 58, 0.9), 0px 0px 4px rgba(136, 134, 58, 0.9), 0px 0px 5px rgba(136, 134, 58, 0.9), 0px 0px 6px rgba(136, 134, 58, 0.9), 0px 0px 7px rgba(136, 134, 58, 0.9), 0px 0px 8px rgba(136, 134, 58, 0.9), 0px 0px 9px rgba(136, 134, 58, 0.9), 0px 0px 10px rgba(136, 134, 58, 0.9); }

.text {
  text-align: center;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 2; }
  @media screen and (max-width: 480px) {
    .text {
      font-size: 13px; } }

.sec01 {
  padding: 80px 0 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/voice/bg_voice.jpg"); }
  @media screen and (max-width: 480px) {
    .sec01 {
      padding: 100px 0 0; } }
  .sec01 .inner {
    max-width: 1200px; }
  .sec01 .text_group {
    position: relative; }
    .sec01 .text_group .illust_group .illust {
      position: absolute; }
      .sec01 .text_group .illust_group .illust.i01 {
        left: 0;
        top: -13%;
        max-width: 250px;
        width: 20.84%; }
        @media screen and (max-width: 480px) {
          .sec01 .text_group .illust_group .illust.i01 {
            width: 30%;
            top: -24%; } }
      .sec01 .text_group .illust_group .illust.i02 {
        right: 5.84%;
        top: -10%;
        max-width: 171px;
        width: 14.25%; }
        @media screen and (max-width: 480px) {
          .sec01 .text_group .illust_group .illust.i02 {
            right: -2%;
            width: 24%;
            top: -24%; } }
      .sec01 .text_group .illust_group .illust.i03 {
        left: 7.5%;
        top: 55%;
        max-width: 188px;
        width: 15.67%; }
        @media screen and (max-width: 480px) {
          .sec01 .text_group .illust_group .illust.i03 {
            width: 28%;
            top: 70%;
            left: 2%; } }
      .sec01 .text_group .illust_group .illust.i04 {
        right: 8.34%;
        top: 55%;
        max-width: 201px;
        width: 16.75%; }
        @media screen and (max-width: 480px) {
          .sec01 .text_group .illust_group .illust.i04 {
            right: 2%;
            width: 30%;
            top: 70%; } }
    .sec01 .text_group .ver_line {
      position: relative;
      text-align: center;
      margin: 25px 0;
      animation: 1.5s up_down infinite forwards; }
      @media screen and (max-width: 480px) {
        .sec01 .text_group .ver_line {
          width: 10px;
          margin: 30px auto; } }
@keyframes up_down {
  0%,100% {
    transform: translateY(-5px); }
  50% {
    transform: translateY(5px); } }
  .sec01 .choice_txt_group {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 40px; }
    .sec01 .choice_txt_group .choice_title {
      width: fit-content;
      margin: 0 auto;
      font-size: clamp(18px, 1.834vw, 22px);
      color: #ae9b6d; }
      @media screen and (max-width: 480px) {
        .sec01 .choice_txt_group .choice_title {
          font-size: 4.4vw; } }
      .sec01 .choice_txt_group .choice_title .c02 {
        font-size: 300%;
        line-height: 0.9;
        letter-spacing: 0.1em;
        padding-bottom: 10px;
        border-bottom: 3px double #ae9b6d; }
        .sec01 .choice_txt_group .choice_title .c02 .big {
          font-size: 120%; }
  @media screen and (max-width: 480px) {
    .sec01 .graph_group {
      flex-direction: column;
      row-gap: 30px; } }
  .sec01 .graph_group .graph_img {
    width: 47.5%; }
    @media screen and (max-width: 480px) {
      .sec01 .graph_group .graph_img {
        width: 100%; } }
  .sec01 .photo_collage {
    margin-top: clamp(80px, 10.834vw, 130px); }
    @media screen and (max-width: 480px) {
      .sec01 .photo_collage {
        margin-top: 60px; } }
    .sec01 .photo_collage img {
      width: 100%; }
    .sec01 .photo_collage .cap {
      text-shadow: 0px 0px 0px rgba(136, 134, 58, 0.9), 0px 0px 1px rgba(136, 134, 58, 0.9), 0px 0px 2px rgba(136, 134, 58, 0.9), 0px 0px 3px rgba(136, 134, 58, 0.9), 0px 0px 4px rgba(136, 134, 58, 0.9), 0px 0px 5px rgba(136, 134, 58, 0.9), 0px 0px 6px rgba(136, 134, 58, 0.9), 0px 0px 7px rgba(136, 134, 58, 0.9), 0px 0px 8px rgba(136, 134, 58, 0.9), 0px 0px 9px rgba(136, 134, 58, 0.9), 0px 0px 10px rgba(136, 134, 58, 0.9); }

/*.caption_wrap {
  background-color: #f4f3ee;
}*/

/*# sourceMappingURL=voice.css.map */
