/*! Writen  by SCSS */
.limited_outer:before {
  content: none; }

.limited_area {
  padding: 50px 0 0; }
  @media screen and (max-width: 480px) {
    .limited_area {
      padding-top: 60px; } }
  .limited_area .view_read {
    text-align: center;
    font-size: clamp(20px, 2.5vw, 30px);
    color: #aa852f;
    margin-bottom: 20px;
    line-height: 1.34; }
    @media screen and (max-width: 480px) {
      .limited_area .view_read {
        font-size: 4.8vw;
        margin-bottom: 10px; } }
  .limited_area .view_read_sub {
    text-align: center;
    font-size: clamp(12px, 1.167vw, 14px);
    color: #333;
    margin-bottom: 40px; }
    @media screen and (max-width: 480px) {
      .limited_area .view_read_sub {
        margin-bottom: 30px;
        letter-spacing: -0.02em; } }

.sec01 .sec01_wrap {
  position: relative; }
  .sec01 .sec01_wrap .img_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    align-content: start;
    grid-auto-flow: dense; }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_wrap .img_wrap {
        grid-template-columns: repeat(2, 1fr); } }
    .sec01 .sec01_wrap .img_wrap .cap01 {
      position: absolute;
      bottom: auto;
      top: 100%;
      z-index: 1;
      text-shadow: none; }

.ttl_wrap01 {
  text-align: center;
  margin-bottom: clamp(30px, 4.167vw, 50px); }
  .ttl_wrap01 .ttl {
    margin-inline: auto;
    margin-bottom: clamp(20px, 3.334vw, 40px); }
  .ttl_wrap01 .text {
    font-size: clamp(20px, 2.5vw, 30px);
    color: #aa852f;
    line-height: 1.34;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 480px) {
      .ttl_wrap01 .text {
        font-size: 4.8vw;
        margin-bottom: 10px; } }

.sec02 {
  padding: clamp(50px, 8.334vw, 100px) 0 clamp(80px, 10vw, 120px);
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  @media screen and (max-width: 480px) {
    .sec02 {
      padding-top: 80px; } }
  .sec02::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100lvh;
    z-index: -1;
    background: url("../images/voice/bg.jpg") top center/cover no-repeat;
    pointer-events: none; }
  .sec02::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 46%;
    aspect-ratio: 736 / 718;
    right: 0;
    margin-top: 4.5%;
    background: url("../images/voice/bg_flower.png") center/cover no-repeat;
    pointer-events: none; }
    @media screen and (max-width: 1200px) {
      .sec02::after {
        width: 61.34%; } }
  .sec02 .ttl_wrap01 .ttl {
    width: 35.92%; }
    @media screen and (max-width: 480px) {
      .sec02 .ttl_wrap01 .ttl {
        width: 71.84%; } }
  .sec02 .img_wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .sec02 .img_wrap {
        flex-direction: column;
        gap: 30px;
        align-items: center; } }
    .sec02 .img_wrap .img {
      width: 47.5%;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.01), 0px 0px 1px rgba(0, 0, 0, 0.01), 0px 0px 2px rgba(0, 0, 0, 0.01), 0px 0px 3px rgba(0, 0, 0, 0.01), 0px 0px 4px rgba(0, 0, 0, 0.01), 0px 0px 5px rgba(0, 0, 0, 0.01), 0px 0px 6px rgba(0, 0, 0, 0.01), 0px 0px 7px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.01), 0px 0px 9px rgba(0, 0, 0, 0.01), 0px 0px 10px rgba(0, 0, 0, 0.01), 0px 0px 11px rgba(0, 0, 0, 0.01), 0px 0px 12px rgba(0, 0, 0, 0.01), 0px 0px 13px rgba(0, 0, 0, 0.01), 0px 0px 14px rgba(0, 0, 0, 0.01), 0px 0px 15px rgba(0, 0, 0, 0.01), 0px 0px 16px rgba(0, 0, 0, 0.01), 0px 0px 17px rgba(0, 0, 0, 0.01), 0px 0px 18px rgba(0, 0, 0, 0.01), 0px 0px 19px rgba(0, 0, 0, 0.01); }
      @media screen and (max-width: 480px) {
        .sec02 .img_wrap .img {
          width: 100%; } }

.sec03 {
  position: relative;
  padding-top: clamp(50px, 6.667vw, 80px);
  overflow: hidden;
  padding-bottom: 40px; }
  .sec03 .icon::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 46%;
    max-width: 736px;
    aspect-ratio: 736 / 718;
    background: url("../images/voice/bg_flower02.png") center/cover no-repeat;
    opacity: .7; }
    @media screen and (max-width: 1200px) {
      .sec03 .icon::after {
        width: 61.34%; } }
  .sec03 .icon.icon01::after {
    top: 0.95%; }
  .sec03 .icon.icon02::after {
    top: 27.22%;
    right: 0; }
  .sec03 .icon.icon03::after {
    top: 54.75%;
    left: 0; }
  .sec03 .icon.icon04::after {
    bottom: -4.43%;
    right: 0; }
    @media screen and (max-width: 480px) {
      .sec03 .icon.icon04::after {
        bottom: -20px; } }
  .sec03 .ttl_wrap01 .ttl {
    width: 29.25%; }
    @media screen and (max-width: 480px) {
      .sec03 .ttl_wrap01 .ttl {
        width: 58.5%; } }
  .sec03 .img_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    align-content: start;
    grid-auto-flow: dense;
    gap: clamp(20px, 3.334vw, 40px) 3.25%;
    justify-content: space-between;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .sec03 .img_wrap {
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (max-width: 480px) {
      .sec03 .img_wrap {
        grid-template-columns: 1fr; } }
    .sec03 .img_wrap .item {
      text-align: center;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 3px rgba(0, 0, 0, 0.06), 0px 0px 4px rgba(0, 0, 0, 0.06), 0px 0px 5px rgba(0, 0, 0, 0.06), 0px 0px 6px rgba(0, 0, 0, 0.06), 0px 0px 7px rgba(0, 0, 0, 0.06), 0px 0px 8px rgba(0, 0, 0, 0.06); }
      @media screen and (max-width: 480px) {
        .sec03 .img_wrap .item {
          max-width: 270px;
          margin-inline: auto; } }
    .sec03 .img_wrap .img {
      box-shadow: none;
      align-self: center; }
      @media screen and (max-width: 768px) {
        .sec03 .img_wrap .img {
          display: none; } }
      .sec03 .img_wrap .img.img03, .sec03 .img_wrap .img.img04, .sec03 .img_wrap .img.img08 {
        grid-column: span 2;
        margin-inline: auto; }
      .sec03 .img_wrap .img.img03 {
        width: 48.63%; }
      .sec03 .img_wrap .img.img04 {
        width: 52.42%; }
      .sec03 .img_wrap .img.img08 {
        width: 60.35%; }
    .sec03 .img_wrap .img_sp {
      width: 100%;
      grid-column: span 3;
      max-width: 414px;
      margin-inline: auto; }
      @media screen and (max-width: 480px) {
        .sec03 .img_wrap .img_sp {
          grid-column: span 1; }
          .sec03 .img_wrap .img_sp:nth-child(1) {
            width: 75%; } }

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