@-webkit-keyframes ft {
  0% {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transition-duration: 1s;
    transform: translate(0);
  }
}
@keyframes ft {
  0% {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transition-duration: 1s;
    transform: translate(0);
  }
}
.main_tit .in {
  opacity: 0;
  -webkit-animation: ft 1.2s 1.4s forwards;
          animation: ft 1.2s 1.4s forwards;
}

@media screen and (min-width: 769px), print {
  .contents .main_tit {
    text-align: center;
    color: #fff;
    position: relative;
    height: 480px;
    z-index: 1;
  }
  .contents .main_tit p.en {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
  }
  .contents .main_tit h2 {
    position: absolute;
    top: 95px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 48px;
    line-height: 1;
    padding: 0;
  }
  .contents .main_tit h2 span {
    font-size: 54px;
  }
  .contents .main_tit .lead {
    position: absolute;
    top: 210px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 16px;
    color: #232323;
    font-weight: 500;
  }
  .contents .main_tit div {
    width: 730px;
    margin: auto;
    position: relative;
  }
  .contents .main_tit div img + img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition-duration: 0.5s;
    opacity: 0;
    transform: scale(0.9);
  }
  .contents .main_tit div img + img:nth-child(2) {
    transition-delay: 0.2s;
  }
  .contents .main_tit div img + img:nth-child(3) {
    transition-delay: 0.35s;
  }
  .contents .main_tit div img + img:nth-child(4) {
    transition-delay: 0.5s;
  }
  .contents .main_tit div img + img:nth-child(5) {
    transition-delay: 0.65s;
  }
  .contents .main_tit div img + img:nth-child(6) {
    transition-delay: 0.8s;
  }
  .contents .main_tit div.on img {
    opacity: 1;
    transform: scale(1);
  }
  .contents .content_area .sec {
    position: relative;
    padding: 80px 0 150px;
  }
  .contents .content_area .sec .deco {
    position: absolute;
  }
  .contents .content_area .sec h3 {
    margin-bottom: 80px;
    text-align: center;
  }
  .contents .content_area .sec h3 span.en {
    display: block;
    font-size: 58px;
    font-weight: 600;
    letter-spacing: 3px;
  }
  .contents .content_area .sec h3 span.jp {
    margin-top: 25px;
    position: relative;
    display: inline-block;
    font-size: 28px;
    letter-spacing: 5px;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  .contents .content_area .sec h3 span.jp::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 7px;
    border-radius: 3.5px;
  }
  .contents .content_area .sec h3 span.jp::after {
    position: absolute;
    content: "";
    background-size: cover;
    bottom: -31px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    height: 38px;
  }
  .contents .content_area #sec01 {
    padding-bottom: 480px;
  }
  .contents .content_area #sec01 .deco01 {
    top: 0;
    right: 0;
  }
  .contents .content_area #sec01 .deco02 {
    top: 28%;
    right: 36%;
  }
  .contents .content_area #sec01 .deco03 {
    top: 30%;
    left: 6%;
  }
  .contents .content_area #sec01 .deco04 {
    top: 81%;
    left: 23%;
  }
  .contents .content_area #sec01 .deco05 {
    top: 88%;
    right: 29%;
  }
  .contents .content_area #sec01 .deco06 {
    top: 87%;
    right: 18%;
  }
  .contents .content_area #sec01 h3 span.en {
    color: #ff9c3d;
  }
  .contents .content_area #sec01 h3 span.jp::after {
    background-image: url(../img/voice/tit_bdr_o.png);
    background-color: #fff;
  }
  .contents .content_area #sec01 h3 span.jp::before {
    background-color: #ff9c3d;
  }
  .contents .content_area #sec01 ul {
    position: relative;
  }
  .contents .content_area #sec01 ul li {
    position: relative;
    margin: auto;
    z-index: 1;
    mix-blend-mode: multiply;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 1.5s;
  }
  .contents .content_area #sec01 ul li:nth-child(1) {
    width: 360px;
    height: 360px;
    transition-delay: 0.3s;
  }
  .contents .content_area #sec01 ul li:nth-child(2), .contents .content_area #sec01 ul li:nth-child(3) {
    width: 275px;
    height: 275px;
    position: absolute;
    margin: -250px auto 0;
  }
  .contents .content_area #sec01 ul li:nth-child(2) {
    left: 100px;
    transition-delay: 0.45s;
  }
  .contents .content_area #sec01 ul li:nth-child(3) {
    right: 100px;
    transition-delay: 0.6s;
  }
  .contents .content_area #sec01 ul li:nth-child(n+4) {
    width: 194px;
    height: 194px;
    position: absolute;
    margin: 35px auto 0;
  }
  .contents .content_area #sec01 ul li:nth-child(4) {
    left: 150px;
    transition-delay: 0.75s;
  }
  .contents .content_area #sec01 ul li:nth-child(5) {
    left: 275px;
    transition-delay: 0.9s;
  }
  .contents .content_area #sec01 ul li:nth-child(6) {
    left: 0;
    right: 0;
    margin: 65px auto 0;
    transition-delay: 1.05s;
  }
  .contents .content_area #sec01 ul li:nth-child(7) {
    right: 275px;
    transition-delay: 1.2s;
  }
  .contents .content_area #sec01 ul li:nth-child(8) {
    right: 150px;
    transition-delay: 1.35s;
  }
  .contents .content_area #sec01 ul li:nth-child(5), .contents .content_area #sec01 ul li:nth-child(7) {
    margin: 150px auto 0;
  }
  .contents .content_area #sec01 ul li::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    transform: scale(0.9);
    transition-duration: 0.8s;
  }
  .contents .content_area #sec01 ul li.on::before {
    transform: scale(1);
  }
  .contents .content_area #sec01 ul li:nth-child(even)::before {
    background-color: #92b1ed;
  }
  .contents .content_area #sec01 ul li:nth-child(odd)::before {
    background-color: #ecaaf7;
  }
  .contents .content_area #sec01 ul li:nth-child(1)::before {
    background-color: #f5c43a;
    transition-delay: 0.3s;
  }
  .contents .content_area #sec01 ul li:nth-child(2)::before {
    background-color: #a2b0cd;
    transition-delay: 0.45s;
  }
  .contents .content_area #sec01 ul li:nth-child(3)::before {
    background-color: #d9b35b;
    transition-delay: 0.6s;
  }
  .contents .content_area #sec01 ul li dl {
    text-align: center;
    color: #fff;
  }
  .contents .content_area #sec01 ul li dl dt {
    margin: auto;
    font-size: 34px;
    line-height: 1;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .contents .content_area #sec01 ul li dl dd {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    margin-top: 30%;
    letter-spacing: 4px;
  }
  .contents .content_area #sec01 ul li:nth-child(1) dl dt {
    width: 120px;
  }
  .contents .content_area #sec01 ul li:nth-child(1) dl dd {
    font-size: 50px;
  }
  .contents .content_area #sec01 ul li:nth-child(2) dl dt, .contents .content_area #sec01 ul li:nth-child(3) dl dt {
    width: 77px;
  }
  .contents .content_area #sec01 ul li:nth-child(2) dl dd, .contents .content_area #sec01 ul li:nth-child(3) dl dd {
    font-size: 28px;
  }
  .contents .content_area #sec02 {
    background-color: #e0f7fa;
  }
  .contents .content_area #sec02 .deco01 {
    top: 320px;
    right: 20px;
  }
  .contents .content_area #sec02 h3 {
    margin-top: -110px;
  }
  .contents .content_area #sec02 h3 span.en {
    color: #20aeff;
  }
  .contents .content_area #sec02 h3 span.jp::after {
    background-image: url(../img/voice/tit_bdr_b.png);
    background-color: #e0f7fa;
  }
  .contents .content_area #sec02 h3 span.jp::before {
    background-color: #20aeff;
  }
  .contents .content_area #sec02 ul {
    position: relative;
  }
  .contents .content_area #sec02 ul li {
    position: absolute;
    transition-duration: 1.5s;
  }
  .contents .content_area #sec02 ul li::before {
    position: absolute;
    content: "";
    border-top: 1px solid #232323;
    top: 15px;
  }
  .contents .content_area #sec02 ul li:nth-child(1) {
    top: 20px;
    left: 800px;
    transition-delay: 0.3s;
  }
  .contents .content_area #sec02 ul li:nth-child(1)::before {
    width: 220px;
    left: -240px;
  }
  .contents .content_area #sec02 ul li:nth-child(2) {
    top: 160px;
    left: 800px;
    transition-delay: 0.45s;
  }
  .contents .content_area #sec02 ul li:nth-child(2)::before {
    width: 40px;
    left: -60px;
    border-left: 1px solid #232323;
    height: 86px;
    transition-delay: 0.45s;
  }
  .contents .content_area #sec02 ul li:nth-child(2)::after {
    position: absolute;
    content: "";
    top: 101px;
    width: 120px;
    left: -180px;
    border-top: 1px solid #232323;
  }
  .contents .content_area #sec02 ul li:nth-child(3) {
    top: 310px;
    left: 800px;
    transition-delay: 0.6s;
  }
  .contents .content_area #sec02 ul li:nth-child(3)::before {
    width: 240px;
    left: -260px;
  }
  .contents .content_area #sec02 ul li:nth-child(4) {
    top: 310px;
    left: 100px;
    transition-delay: 0.75s;
  }
  .contents .content_area #sec02 ul li:nth-child(4)::before {
    width: 255px;
    left: 145px;
  }
  .contents .content_area #sec02 ul li:nth-child(5) {
    top: 160px;
    left: 100px;
    transition-delay: 0.9s;
  }
  .contents .content_area #sec02 ul li:nth-child(5)::before {
    width: 95px;
    left: 180px;
  }
  .contents .content_area #sec02 ul li:nth-child(6) {
    top: 20px;
    left: 100px;
    transition-delay: 1.05s;
  }
  .contents .content_area #sec02 ul li:nth-child(6)::before {
    width: 225px;
    left: 175px;
  }
  .contents .content_area #sec02 ul li dl {
    line-height: 1.2;
  }
  .contents .content_area #sec02 ul li dl dt {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 4px;
  }
  .contents .content_area #sec02 ul li dl dt span {
    font-size: 80%;
    letter-spacing: 1px;
  }
  .contents .content_area #sec02 ul li dl dd {
    font-size: 20px;
  }
  .contents .content_area #sec02 ul li dl dd span {
    font-size: 80px;
    width: 58px;
    display: inline-block;
    text-align: center;
    color: #20aeff;
  }
  .contents .content_area #sec02 ul li:nth-child(5) dl dd span {
    color: #4dd04c;
  }
  .contents .content_area #sec02 ul li:nth-child(6) dl dd span {
    color: #9b88ff;
  }
  .contents .content_area #sec02 .graph {
    width: 350px;
    margin: auto;
  }
  .contents .content_area #sec03 .deco01 {
    top: 330px;
    left: 680px;
  }
  .contents .content_area #sec03 .deco02 {
    top: 41%;
    left: 22%;
  }
  .contents .content_area #sec03 .deco03 {
    top: 44%;
    right: 29%;
  }
  .contents .content_area #sec03 .deco04 {
    top: 58%;
    right: 19%;
  }
  .contents .content_area #sec03 .deco05 {
    top: 61%;
    left: 26%;
  }
  .contents .content_area #sec03 .deco06 {
    top: 65%;
    right: 26%;
  }
  .contents .content_area #sec03 .deco07 {
    top: 70%;
    left: 37%;
  }
  .contents .content_area #sec03 h3 span.en {
    color: #2fbe50;
  }
  .contents .content_area #sec03 h3 span.jp::after {
    background-image: url(../img/voice/tit_bdr_g.png);
    background-color: #fff;
  }
  .contents .content_area #sec03 h3 span.jp::before {
    background-color: #2fbe50;
  }
  .contents .content_area #sec03 ul {
    position: relative;
    height: 600px;
  }
  .contents .content_area #sec03 ul li {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    mix-blend-mode: multiply;
  }
  .contents .content_area #sec03 ul li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    background-color: #000;
    transform: scale(0.9);
    transition-duration: 0.8s;
  }
  .contents .content_area #sec03 ul li.on::before {
    transform: scale(1);
  }
  .contents .content_area #sec03 ul li p {
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 4px;
  }
  .contents .content_area #sec03 ul li p span {
    font-size: 70%;
    display: inline-block;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  .contents .content_area #sec03 ul li:nth-child(1) {
    width: 350px;
    height: 350px;
    top: 30px;
    left: 300px;
    transition-delay: 0.3s;
  }
  .contents .content_area #sec03 ul li:nth-child(1)::before {
    background-color: #2fbe50;
    transition-delay: 0.3s;
  }
  .contents .content_area #sec03 ul li:nth-child(1) p {
    font-size: 75px;
    letter-spacing: 6px;
  }
  .contents .content_area #sec03 ul li:nth-child(2) {
    width: 250px;
    height: 250px;
    top: 230px;
    left: 550px;
    transition-delay: 0.45s;
  }
  .contents .content_area #sec03 ul li:nth-child(2)::before {
    background-color: #60acff;
    transition-delay: 0.45s;
  }
  .contents .content_area #sec03 ul li:nth-child(2) p {
    font-size: 57px;
    letter-spacing: 6px;
  }
  .contents .content_area #sec03 ul li:nth-child(3) {
    width: 157px;
    height: 157px;
    top: 40px;
    left: 690px;
    transition-delay: 0.6s;
  }
  .contents .content_area #sec03 ul li:nth-child(3)::before {
    background-color: #ff8386;
    transition-delay: 0.6s;
  }
  .contents .content_area #sec03 ul li:nth-child(3) p {
    font-size: 21px;
  }
  .contents .content_area #sec03 ul li:nth-child(4) {
    width: 157px;
    height: 157px;
    top: 360px;
    left: 230px;
    transition-delay: 0.75s;
  }
  .contents .content_area #sec03 ul li:nth-child(4)::before {
    background-color: #2ac0a4;
    transition-delay: 0.75s;
  }
  .contents .content_area #sec03 ul li:nth-child(4) p {
    font-size: 21px;
  }
  .contents .content_area #sec03 ul li:nth-child(5) {
    width: 157px;
    height: 157px;
    top: 370px;
    left: 800px;
    transition-delay: 0.9s;
  }
  .contents .content_area #sec03 ul li:nth-child(5)::before {
    background-color: #ffbb3a;
    transition-delay: 0.9s;
  }
  .contents .content_area #sec03 ul li:nth-child(5) p {
    font-size: 21px;
  }
  .contents .content_area #sec03 ul li:nth-child(6) {
    width: 157px;
    height: 157px;
    top: 10px;
    left: 140px;
    transition-delay: 1.05s;
  }
  .contents .content_area #sec03 ul li:nth-child(6)::before {
    background-color: #9b96d1;
    transition-delay: 1.05s;
  }
  .contents .content_area #sec03 ul li:nth-child(6) p {
    font-size: 21px;
  }
  .contents .content_area #sec03 ul li:nth-child(7) {
    width: 157px;
    height: 157px;
    top: 0;
    left: 830px;
    transition-delay: 1.2s;
  }
  .contents .content_area #sec03 ul li:nth-child(7)::before {
    background-color: #83d000;
    transition-delay: 1.2s;
  }
  .contents .content_area #sec03 ul li:nth-child(7) p {
    font-size: 21px;
  }
  .contents .content_area #sec04 {
    background-color: #fdf0f5;
  }
  .contents .content_area #sec04 h3 {
    margin-top: -110px;
  }
  .contents .content_area #sec04 h3 span.en {
    color: #ff79a0;
  }
  .contents .content_area #sec04 h3 span.jp::after {
    background-image: url(../img/voice/tit_bdr_p.png);
    background-color: #fdf0f5;
  }
  .contents .content_area #sec04 h3 span.jp::before {
    background-color: #ff79a0;
  }
  .contents .content_area #sec04 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contents .content_area #sec04 ul li {
    position: relative;
    width: 346px;
    height: 320px;
    box-sizing: border-box;
    padding: 60px;
    z-index: 1;
    display: flex;
    align-items: center;
  }
  .contents .content_area #sec04 ul li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    transform: scale(1);
    transition-duration: 0.8s;
  }
  .contents .content_area #sec04 ul li.on::before {
    transform: scale(1.05);
  }
  .contents .content_area #sec04 ul li:nth-child(1)::before {
    background-image: url(../img/voice/q04_img01.png);
  }
  .contents .content_area #sec04 ul li:nth-child(2) {
    margin-top: 180px;
  }
  .contents .content_area #sec04 ul li:nth-child(2)::before {
    background-image: url(../img/voice/q04_img02.png);
  }
  .contents .content_area #sec04 ul li:nth-child(3)::before {
    background-image: url(../img/voice/q04_img03.png);
  }
  .contents .content_area #sec04 ul li:nth-child(n+4) {
    margin-top: -60px;
  }
  .contents .content_area #sec04 ul li:nth-child(4)::before {
    background-image: url(../img/voice/q04_img04.png);
  }
  .contents .content_area #sec04 ul li:nth-child(5) {
    margin-top: 120px;
  }
  .contents .content_area #sec04 ul li:nth-child(5)::before {
    background-image: url(../img/voice/q04_img05.png);
  }
  .contents .content_area #sec04 ul li:nth-child(6)::before {
    background-image: url(../img/voice/q04_img06.png);
  }
  .contents .content_area #sec04 ul li dl dt {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 4px;
    line-height: 1.4;
  }
  .contents .content_area #sec04 ul li dl dd {
    font-size: 13px;
    letter-spacing: 2px;
    text-align: justify;
  }
  .contents .content_area #sec05 .deco01 {
    top: 30%;
    left: 30%;
  }
  .contents .content_area #sec05 .deco02 {
    top: 45%;
    left: 13%;
  }
  .contents .content_area #sec05 .deco03 {
    top: 45%;
    right: 22%;
  }
  .contents .content_area #sec05 .deco04 {
    top: 61%;
    right: 20%;
  }
  .contents .content_area #sec05 .deco05 {
    top: 74%;
    left: 24%;
  }
  .contents .content_area #sec05 .deco06 {
    top: 72%;
    right: 38%;
  }
  .contents .content_area #sec05 h3 span.en {
    color: #ff9c3d;
  }
  .contents .content_area #sec05 h3 span.jp::after {
    background-image: url(../img/voice/tit_bdr_o.png);
    background-color: #fff;
  }
  .contents .content_area #sec05 h3 span.jp::before {
    background-color: #ff9c3d;
  }
  .contents .content_area #sec05 ul {
    font-size: 100px;
    position: relative;
    height: 500px;
    letter-spacing: 4px;
  }
  .contents .content_area #sec05 ul li {
    line-height: 1.1;
    font-weight: 500;
    position: absolute;
  }
  .contents .content_area #sec05 ul li:nth-child(1) {
    color: #ff9c3d;
    top: 160px;
    left: 380px;
  }
  .contents .content_area #sec05 ul li:nth-child(2) {
    color: #f5716b;
    font-size: 80%;
    top: 70px;
    left: 300px;
  }
  .contents .content_area #sec05 ul li:nth-child(3) {
    color: #81cc00;
    font-size: 65%;
    top: 270px;
    left: 380px;
  }
  .contents .content_area #sec05 ul li:nth-child(4) {
    color: #629acb;
    font-size: 58%;
    top: 30px;
    left: 560px;
  }
  .contents .content_area #sec05 ul li:nth-child(5) {
    color: #4ea3ff;
    font-size: 55%;
    top: 165px;
    left: 700px;
  }
  .contents .content_area #sec05 ul li:nth-child(6) {
    color: #00c9a4;
    font-size: 42%;
    top: 175px;
    left: 164px;
    text-align: right;
  }
  .contents .content_area #sec05 ul li:nth-child(7) {
    color: #4ad5ff;
    font-size: 33%;
    top: 348px;
    left: 444px;
  }
  .contents .content_area #sec05 ul li:nth-child(8) {
    color: #ba73ff;
    font-size: 29%;
    top: 232px;
    left: 700px;
  }
  .contents .content_area #sec05 ul li:nth-child(9) {
    color: #f577a3;
    font-size: 21%;
    top: 351px;
    left: 384px;
  }
  .contents .content_area #sec05 ul li:nth-child(10) {
    color: #f577a3;
    font-size: 21%;
    top: 280px;
    left: 196px;
    letter-spacing: 2px;
  }
  .contents .content_area #sec05 ul li:nth-child(11) {
    color: #f577a3;
    font-size: 21%;
    top: 38px;
    left: 475px;
  }
  .contents .content_area #sec06 {
    background-color: #e0f7fa;
  }
  .contents .content_area #sec06 .deco01 {
    top: 52%;
    right: 5%;
  }
  .contents .content_area #sec06 .deco02 {
    bottom: 0;
    left: 0;
  }
  .contents .content_area #sec06 h3 {
    margin-top: -110px;
  }
  .contents .content_area #sec06 h3 span.en {
    color: #20aeff;
  }
  .contents .content_area #sec06 h3 span.jp::after {
    background-image: url(../img/voice/tit_bdr_b.png);
    background-color: #e0f7fa;
  }
  .contents .content_area #sec06 h3 span.jp::before {
    background-color: #20aeff;
  }
  .contents .content_area #sec06 ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
  }
  .contents .content_area #sec06 ul li {
    position: relative;
    width: 330px;
    border: solid 10px #fff;
    border-radius: 0 40px 0 40px;
    padding: 25px 20px 30px;
    box-sizing: border-box;
  }
  .contents .content_area #sec06 ul li::before, .contents .content_area #sec06 ul li::after {
    position: absolute;
    content: "";
    width: 84px;
    height: 40px;
    background-size: cover;
    background-color: #e0f7fa;
  }
  .contents .content_area #sec06 ul li::before {
    top: -40px;
    left: 20px;
    background-image: url(../img/voice/q06_bdr01.png);
  }
  .contents .content_area #sec06 ul li::after {
    bottom: -30px;
    right: 20px;
    background-image: url(../img/voice/q06_bdr02.png);
  }
  .contents .content_area #sec06 ul li:not(:nth-child(3n)) {
    margin-right: 25px;
  }
  .contents .content_area #sec06 ul li:nth-child(n+4) {
    margin-top: 90px;
  }
  .contents .content_area #sec06 ul li dl dt {
    color: #19a2e6;
    font-size: 25px;
    letter-spacing: 4px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.4;
  }
  .contents .content_area #sec06 ul li dl dd {
    font-size: 13px;
    letter-spacing: 2px;
    text-align: justify;
  }
  .contents .content_area #sec07 .deco01 {
    top: 18%;
    right: 9%;
  }
  .contents .content_area #sec07 .deco02 {
    top: 70%;
    left: 16%;
  }
  .contents .content_area #sec07 h3 span.en {
    color: #2fbe50;
  }
  .contents .content_area #sec07 h3 span.jp::after {
    background-image: url(../img/voice/tit_bdr_g.png);
    background-color: #fff;
  }
  .contents .content_area #sec07 h3 span.jp::before {
    background-color: #2fbe50;
  }
  .contents .content_area #sec07 ul {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    box-sizing: border-box;
  }
  .contents .content_area #sec07 ul li {
    width: 341px;
    position: relative;
    box-sizing: border-box;
    padding: 0 40px 0;
    z-index: 1;
  }
  .contents .content_area #sec07 ul li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 341px;
    height: 235px;
    background-size: cover;
    z-index: -1;
  }
  .contents .content_area #sec07 ul li:nth-child(1) {
    margin-right: 198px;
    padding-right: 0;
  }
  .contents .content_area #sec07 ul li:nth-child(1)::before {
    background-image: url(../img/voice/q07_bdr01.png);
  }
  .contents .content_area #sec07 ul li:nth-child(2) {
    margin-top: 60px;
    padding-left: 0;
  }
  .contents .content_area #sec07 ul li:nth-child(2)::before {
    background-image: url(../img/voice/q07_bdr02.png);
  }
  .contents .content_area #sec07 ul li:nth-child(3) {
    margin-top: 100px;
    margin-right: 198px;
    margin-left: 100px;
    padding-right: 0;
  }
  .contents .content_area #sec07 ul li:nth-child(3)::before {
    background-image: url(../img/voice/q07_bdr03.png);
  }
  .contents .content_area #sec07 ul li:nth-child(4) {
    margin-top: 160px;
    padding-left: 0;
  }
  .contents .content_area #sec07 ul li:nth-child(4)::before {
    background-image: url(../img/voice/q07_bdr04.png);
  }
  .contents .content_area #sec07 ul li dl dt {
    color: #86cb74;
    font-size: 25px;
    letter-spacing: 4px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.4;
  }
  .contents .content_area #sec07 ul li dl dd {
    font-size: 13px;
    letter-spacing: 2px;
    text-align: justify;
  }
  .contents .content_area #sec07 ul li:nth-child(3n+1) dl dt {
    color: #30b16c;
  }
  .contents .content_area #sec08 {
    background-color: #fdf0f5;
  }
  .contents .content_area #sec08 .deco01 {
    top: 29%;
    left: 15%;
  }
  .contents .content_area #sec08 .deco02 {
    top: 33%;
    right: 23%;
  }
  .contents .content_area #sec08 .deco03 {
    top: 68%;
    right: 18%;
  }
  .contents .content_area #sec08 .deco04 {
    top: 74%;
    left: 41%;
  }
  .contents .content_area #sec08 .deco05 {
    top: 84%;
    left: 19%;
  }
  .contents .content_area #sec08 h3 span.en {
    color: #ff79a0;
  }
  .contents .content_area #sec08 h3 span.jp::after {
    background-image: url(../img/voice/tit_bdr_p.png);
    background-color: #fdf0f5;
  }
  .contents .content_area #sec08 h3 span.jp::before {
    background-color: #ff79a0;
  }
  .contents .content_area #sec08 ul {
    position: relative;
    height: 480px;
  }
  .contents .content_area #sec08 ul li {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    mix-blend-mode: multiply;
  }
  .contents .content_area #sec08 ul li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(-90deg);
    transition-duration: 0.8s;
  }
  .contents .content_area #sec08 ul li.on::before {
    transform: rotate(0deg);
  }
  .contents .content_area #sec08 ul li p {
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 4px;
    letter-spacing: 6px;
  }
  .contents .content_area #sec08 ul li:nth-child(1) {
    width: 332px;
    height: 332px;
    top: 160px;
    left: 360px;
    transition-delay: 0.3s;
  }
  .contents .content_area #sec08 ul li:nth-child(1)::before {
    background-image: url(../img/voice/q08_bdr01.png);
    transition-delay: 0.3s;
  }
  .contents .content_area #sec08 ul li:nth-child(1) p {
    color: #ff6ea0;
    font-size: 67px;
  }
  .contents .content_area #sec08 ul li:nth-child(2) {
    width: 301px;
    height: 301px;
    top: 0;
    left: 200px;
    transition-delay: 0.45s;
  }
  .contents .content_area #sec08 ul li:nth-child(2)::before {
    background-image: url(../img/voice/q08_bdr02.png);
    transition-delay: 0.45s;
  }
  .contents .content_area #sec08 ul li:nth-child(2) p {
    color: #ff8f3a;
    font-size: 40px;
  }
  .contents .content_area #sec08 ul li:nth-child(3) {
    width: 261px;
    height: 261px;
    top: -20px;
    left: 620px;
    transition-delay: 0.6s;
  }
  .contents .content_area #sec08 ul li:nth-child(3)::before {
    background-image: url(../img/voice/q08_bdr03.png);
    transition-delay: 0.6s;
  }
  .contents .content_area #sec08 ul li:nth-child(3) p {
    color: #ff6ea0;
    font-size: 33px;
  }
  .contents .content_area #sec08 ul li:nth-child(4) {
    width: 215px;
    height: 215px;
    top: 180px;
    left: 0px;
    transition-delay: 0.75s;
  }
  .contents .content_area #sec08 ul li:nth-child(4)::before {
    background-image: url(../img/voice/q08_bdr04.png);
    transition-delay: 0.75s;
  }
  .contents .content_area #sec08 ul li:nth-child(4) p {
    color: #ff6ea0;
    font-size: 23px;
  }
  .contents .content_area #sec08 ul li:nth-child(5) {
    width: 215px;
    height: 215px;
    top: 290px;
    left: 730px;
    transition-delay: 0.9s;
  }
  .contents .content_area #sec08 ul li:nth-child(5)::before {
    background-image: url(../img/voice/q08_bdr05.png);
    transition-delay: 0.9s;
  }
  .contents .content_area #sec08 ul li:nth-child(5) p {
    color: #ff8f3a;
    font-size: 23px;
  }
  .contents .content_area #sec08 ul li:nth-child(6) {
    width: 215px;
    height: 215px;
    top: 330px;
    left: 90px;
    transition-delay: 1.05s;
  }
  .contents .content_area #sec08 ul li:nth-child(6)::before {
    background-image: url(../img/voice/q08_bdr05.png);
    transition-delay: 1.05s;
  }
  .contents .content_area #sec08 ul li:nth-child(6) p {
    color: #ff8f3a;
    font-size: 23px;
  }
  .contents .content_area #sec09 {
    position: relative;
    z-index: 1;
    height: 1000px;
    margin: 100px 0;
    box-sizing: border-box;
  }
  .contents .content_area #sec09::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/voice/q09_img.png);
    background-size: cover;
    width: 1000px;
    height: 1000px;
    z-index: -1;
  }
  .contents .content_area #sec09 h3 {
    margin-bottom: 60px;
  }
  .contents .content_area #sec09 h3 span.en {
    color: #fff;
  }
  .contents .content_area #sec09 h3 span.jp::after {
    z-index: 2;
    background: #f6b671;
    background: url(../img/voice/tit_bdr_w.png) no-repeat 0 0, linear-gradient(45deg, #f6bc78 0%, #f5b062 100%);
    background-size: 90px 38px, 100% 100%;
  }
  .contents .content_area #sec09 h3 span.jp::before {
    background-color: #fff;
  }
  .contents .content_area #sec09 ul {
    box-sizing: border-box;
    padding: 0 150px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contents .content_area #sec09 ul li {
    width: 300px;
  }
  .contents .content_area #sec09 ul li dl dt {
    color: #fff;
    font-size: 25px;
    letter-spacing: 4px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .contents .content_area #sec09 ul li dl dd {
    font-size: 13px;
    letter-spacing: 2px;
    text-align: justify;
  }
  .contents .content_area #sec09 ul li:nth-child(1) {
    margin: 20px 0 0 0;
  }
  .contents .content_area #sec09 ul li:nth-child(1) dl dt {
    font-size: 36px;
  }
  .contents .content_area #sec09 ul li:nth-child(2) dl dt {
    font-size: 54px;
  }
  .contents .content_area #sec09 ul li:nth-child(3) {
    margin: -60px 0 0 40px;
  }
  .contents .content_area #sec09 ul li:nth-child(3) dl dt {
    font-size: 47px;
  }
  .contents .content_area #sec09 ul li:nth-child(4) {
    margin: 40px 30px 0 0;
  }
  .contents .content_area #sec09 ul li:nth-child(4) dl dt {
    font-size: 32px;
  }
  .contents .content_area #sec10 {
    background-color: #b1ecf2;
    position: relative;
    padding-bottom: 100px;
  }
  .contents .content_area #sec10 h3 span.en {
    color: #20aeff;
  }
  .contents .content_area #sec10 h3 span.jp::after {
    background-image: url(../img/voice/tit_bdr_b.png);
    background-color: #b1ecf2;
  }
  .contents .content_area #sec10 h3 span.jp::before {
    background-color: #20aeff;
  }
  .contents .content_area #sec10 ul {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contents .content_area #sec10 ul li {
    position: relative;
    z-index: 1;
    width: 404px;
    height: 256px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .contents .content_area #sec10 ul li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    transform: scale(0.9);
    transition-duration: 0.5s;
  }
  .contents .content_area #sec10 ul li.on::before {
    transform: scale(1.05);
  }
  .contents .content_area #sec10 ul li:nth-child(1) {
    margin-left: 120px;
    padding: 0 70px 35px;
    transition-delay: 0.3s;
  }
  .contents .content_area #sec10 ul li:nth-child(1)::before {
    background-image: url(../img/voice/q10_img01.png);
    transition-delay: 0.3s;
  }
  .contents .content_area #sec10 ul li:nth-child(2) {
    margin-right: 60px;
    padding: 0 45px 35px 95px;
    transition-delay: 0.45s;
  }
  .contents .content_area #sec10 ul li:nth-child(2)::before {
    background-image: url(../img/voice/q10_img02.png);
    transition-delay: 0.45s;
  }
  .contents .content_area #sec10 ul li:nth-child(3) {
    margin: 40px 0 0 -60px;
    padding: 50px 70px 35px;
    transition-delay: 0.6s;
  }
  .contents .content_area #sec10 ul li:nth-child(3)::before {
    background-image: url(../img/voice/q10_img03.png);
    transition-delay: 0.6s;
  }
  .contents .content_area #sec10 ul li:nth-child(4) {
    margin: 40px -60px 0 0;
    padding: 30px 70px;
    transition-delay: 0.75s;
  }
  .contents .content_area #sec10 ul li:nth-child(4)::before {
    background-image: url(../img/voice/q10_img04.png);
    transition-delay: 0.75s;
  }
  .contents .content_area #sec10 ul li dl dt {
    color: #fff;
    font-size: 24px;
    letter-spacing: 4px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 4px;
  }
  .contents .content_area #sec10 ul li dl dd {
    font-size: 13px;
    letter-spacing: 2px;
    text-align: justify;
  }
  .contents .content_area #sec10 .msg {
    position: absolute;
    bottom: 230px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 42px;
    color: #fff;
  }
  .contents .content_area #sec10 .f_logo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 248px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px), print {
  .contents .main_tit {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .contents .main_tit p.en {
    position: absolute;
    top: 7vw;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 2px;
  }
  .contents .main_tit h2 {
    position: absolute;
    top: 11.5vw;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 28px;
    line-height: 1;
    padding: 0;
    width: auto;
  }
  .contents .main_tit h2 span {
    font-size: 30px;
  }
  .contents .main_tit .lead {
    position: absolute;
    top: 28.5vw;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    color: #232323;
    font-weight: 500;
    line-height: 1.4;
  }
  .contents .main_tit .top {
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: -1;
    height: 69vw;
  }
  .contents .main_tit .top div {
    transform: scale(1.1);
  }
  .contents .main_tit .top img + img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition-duration: 0.5s;
    opacity: 0;
    transform: scale(0.9);
  }
  .contents .main_tit .top img + img:nth-child(2) {
    transition-delay: 0.2s;
  }
  .contents .main_tit .top img + img:nth-child(3) {
    transition-delay: 0.35s;
  }
  .contents .main_tit .top img + img:nth-child(4) {
    transition-delay: 0.5s;
  }
  .contents .main_tit .top img + img:nth-child(5) {
    transition-delay: 0.65s;
  }
  .contents .main_tit .top img + img:nth-child(6) {
    transition-delay: 0.8s;
  }
  .contents .main_tit .top.on img {
    opacity: 1;
    transform: scale(1);
  }
  .contents .content_area .sec {
    position: relative;
    padding: 60px 0 120px;
  }
  .contents .content_area .sec .deco {
    position: absolute;
  }
  .contents .content_area .sec h3 {
    margin-bottom: 60px;
    text-align: center;
  }
  .contents .content_area .sec h3 span.en {
    display: block;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3px;
  }
  .contents .content_area .sec h3 span.jp {
    margin-top: 15px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  .contents .content_area .sec h3 span.jp::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 7px;
    border-radius: 3.5px;
  }
  .contents .content_area .sec h3 span.jp::after {
    position: absolute;
    content: "";
    background-size: cover;
    bottom: -31px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    height: 38px;
  }
  .contents .content_area #sec01 {
    padding-bottom: 100px;
  }
  .contents .content_area #sec01 .deco {
    width: 20%;
  }
  .contents .content_area #sec01 .deco01 {
    top: 0;
    right: 0;
  }
  .contents .content_area #sec01 .deco02 {
    top: 21%;
    right: 16%;
  }
  .contents .content_area #sec01 .deco03 {
    top: 30%;
    left: 4%;
  }
  .contents .content_area #sec01 .deco04 {
    top: 62%;
    left: 23%;
  }
  .contents .content_area #sec01 .deco05 {
    top: 86%;
    right: 29%;
  }
  .contents .content_area #sec01 .deco06 {
    top: 87%;
    right: 3%;
  }
  .contents .content_area #sec01 h3 span.en {
    color: #ff9c3d;
  }
  .contents .content_area #sec01 h3 span.jp::after {
    background-image: url(../img/voice/tit_bdr_o.png);
    background-color: #fff;
  }
  .contents .content_area #sec01 h3 span.jp::before {
    background-color: #ff9c3d;
  }
  .contents .content_area #sec01 ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 375px;
    margin: auto;
    box-sizing: border-box;
  }
  .contents .content_area #sec01 ul li {
    position: relative;
    margin: auto;
    z-index: 1;
    mix-blend-mode: multiply;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 1.5s;
  }
  .contents .content_area #sec01 ul li:nth-child(1) {
    width: 200px;
    height: 200px;
    transition-delay: 0.3s;
  }
  .contents .content_area #sec01 ul li:nth-child(2), .contents .content_area #sec01 ul li:nth-child(3) {
    width: 160px;
    height: 160px;
    margin-top: -20px;
  }
  .contents .content_area #sec01 ul li:nth-child(2) {
    transition-delay: 0.45s;
  }
  .contents .content_area #sec01 ul li:nth-child(3) {
    transition-delay: 0.6s;
  }
  .contents .content_area #sec01 ul li:nth-child(n+4) {
    width: 110px;
    height: 110px;
  }
  .contents .content_area #sec01 ul li:nth-child(4) {
    transition-delay: 0.75s;
    margin-top: 20px;
  }
  .contents .content_area #sec01 ul li:nth-child(5) {
    transition-delay: 0.9s;
    margin-top: 20px;
  }
  .contents .content_area #sec01 ul li:nth-child(6) {
    transition-delay: 1.05s;
    margin-top: 20px;
  }
  .contents .content_area #sec01 ul li:nth-child(7) {
    transition-delay: 1.2s;
    margin: -10px 0 0 55px;
  }
  .contents .content_area #sec01 ul li:nth-child(8) {
    transition-delay: 1.35s;
    margin: -10px 55px 0 0;
  }
  .contents .content_area #sec01 ul li::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    transform: scale(0.9);
    transition-duration: 0.8s;
  }
  .contents .content_area #sec01 ul li.on::before {
    transform: scale(1.1);
  }
  .contents .content_area #sec01 ul li:nth-child(even)::before {
    background-color: #92b1ed;
  }
  .contents .content_area #sec01 ul li:nth-child(odd)::before {
    background-color: #ecaaf7;
  }
  .contents .content_area #sec01 ul li:nth-child(1)::before {
    background-color: #f5c43a;
    transition-delay: 0.3s;
  }
  .contents .content_area #sec01 ul li:nth-child(2)::before {
    background-color: #a2b0cd;
    transition-delay: 0.45s;
  }
  .contents .content_area #sec01 ul li:nth-child(3)::before {
    background-color: #d9b35b;
    transition-delay: 0.6s;
  }
  .contents .content_area #sec01 ul li dl {
    text-align: center;
    color: #fff;
  }
  .contents .content_area #sec01 ul li dl dt {
    margin: auto;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .contents .content_area #sec01 ul li dl dd {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    margin-top: 30%;
    letter-spacing: 4px;
  }
  .contents .content_area #sec01 ul li:nth-child(1) dl dt {
    width: 70px;
  }
  .contents .content_area #sec01 ul li:nth-child(1) dl dd {
    font-size: 33px;
  }
  .contents .content_area #sec01 ul li:nth-child(2) dl dt, .contents .content_area #sec01 ul li:nth-child(3) dl dt {
    width: 50px;
  }
  .contents .content_area #sec01 ul li:nth-child(2) dl dd, .contents .content_area #sec01 ul li:nth-child(3) dl dd {
    font-size: 20px;
  }
  .contents .content_area #sec02 {
    background-color: #e0f7fa;
  }
  .contents .content_area #sec02 .deco {
    width: 20%;
  }
  .contents .content_area #sec02 .deco01 {
    top: 11%;
    right: 5% x;
  }
  .contents .content_area #sec02 h3 {
    margin-top: -75px;
  }
  .contents .content_area #sec02 h3 span.en {
    color: #20aeff;
  }
  .contents .content_area #sec02 h3 span.jp::after {
    background-image: url(../img/voice/tit_bdr_b.png);
    background-color: #e0f7fa;
  }
  .contents .content_area #sec02 h3 span.jp::before {
    background-color: #20aeff;
  }
  .contents .content_area #sec02 ul {
    position: relative;
    width: 375px;
    box-sizing: border-box;
    margin: auto;
  }
  .contents .content_area #sec02 ul li {
    position: absolute;
    transition-duration: 1.5s;
  }
  .contents .content_area #sec02 ul li::before {
    position: absolute;
    content: "";
    border-top: 1px solid #232323;
    top: 12px;
  }
  .contents .content_area #sec02 ul li:nth-child(1) {
    top: 10px;
    right: 10px;
    transition-delay: 0.3s;
  }
  .contents .content_area #sec02 ul li:nth-child(1)::before {
    width: 50px;
    left: -80px;
  }
  .contents .content_area #sec02 ul li:nth-child(2) {
    top: 115px;
    right: 10px;
    transition-delay: 0.45s;
  }
  .contents .content_area #sec02 ul li:nth-child(2)::before {
    width: 25px;
    left: -35px;
    transition-delay: 0.45s;
  }
  .contents .content_area #sec02 ul li:nth-child(3) {
    top: 200px;
    right: 10px;
    transition-delay: 0.6s;
  }
  .contents .content_area #sec02 ul li:nth-child(3)::before {
    width: 90px;
    right: 72px;
    border-top: none;
    border-left: solid 1px #232323;
    border-bottom: solid 1px #232323;
    height: 25px;
    top: -13px;
  }
  .contents .content_area #sec02 ul li:nth-child(4) {
    top: 200px;
    left: 10px;
    transition-delay: 0.75s;
  }
  .contents .content_area #sec02 ul li:nth-child(4)::before {
    width: 118px;
    left: 47px;
    border-top: none;
    border-right: solid 1px #232323;
    border-bottom: solid 1px #232323;
    height: 25px;
    top: -13px;
  }
  .contents .content_area #sec02 ul li:nth-child(5) {
    top: 115px;
    left: 10px;
    transition-delay: 0.9s;
  }
  .contents .content_area #sec02 ul li:nth-child(5)::before {
    width: 50px;
    left: 47px;
  }
  .contents .content_area #sec02 ul li:nth-child(6) {
    top: 10px;
    left: 10px;
    transition-delay: 1.05s;
  }
  .contents .content_area #sec02 ul li:nth-child(6)::before {
    width: 123px;
    left: 47px;
  }
  .contents .content_area #sec02 ul li dl {
    line-height: 1.2;
  }
  .contents .content_area #sec02 ul li dl dt {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .contents .content_area #sec02 ul li dl dt span {
    font-size: 75%;
    letter-spacing: 1px;
    display: block;
  }
  .contents .content_area #sec02 ul li dl dd {
    font-size: 16px;
  }
  .contents .content_area #sec02 ul li dl dd span {
    font-size: 30px;
    width: 24px;
    display: inline-block;
    text-align: center;
    color: #20aeff;
  }
  .contents .content_area #sec02 ul li:nth-child(5) dl dd span {
    color: #4dd04c;
  }
  .contents .content_area #sec02 ul li:nth-child(6) dl dd span {
    color: #9b88ff;
  }
  .contents .content_area #sec02 .graph {
    width: 200px;
    margin: auto;
  }
  .contents .content_area #sec03 {
    padding-bottom: 80px;
  }
  .contents .content_area #sec03 .deco {
    width: 20%;
  }
  .contents .content_area #sec03 .deco01 {
    top: 8%;
    left: 6%;
  }
  .contents .content_area #sec03 .deco02 {
    top: 41%;
    left: 22%;
  }
  .contents .content_area #sec03 .deco03 {
    top: 44%;
    right: 2%;
  }
  .contents .content_area #sec03 .deco04 {
    top: 58%;
    right: 19%;
  }
  .contents .content_area #sec03 .deco05 {
    top: 61%;
    left: 26%;
  }
  .contents .content_area #sec03 .deco06 {
    top: 68%;
    left: 2%;
  }
  .contents .content_area #sec03 .deco07 {
    top: 70%;
    left: 37%;
  }
  .contents .content_area #sec03 h3 span.en {
    color: #2fbe50;
  }
  .contents .content_area #sec03 h3 span.jp::after {
    background-image: url(../img/voice/tit_bdr_g.png);
    background-color: #fff;
  }
  .contents .content_area #sec03 h3 span.jp::before {
    background-color: #2fbe50;
  }
  .contents .content_area #sec03 ul {
    position: relative;
    height: 400px;
    width: 375px;
    margin: auto;
    box-sizing: border-box;
  }
  .contents .content_area #sec03 ul li {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    mix-blend-mode: multiply;
    width: 100px;
    height: 100px;
  }
  .contents .content_area #sec03 ul li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    background-color: #000;
    transform: scale(0.9);
    transition-duration: 0.8s;
  }
  .contents .content_area #sec03 ul li.on::before {
    transform: scale(1);
  }
  .contents .content_area #sec03 ul li p {
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    font-size: 16px;
  }
  .contents .content_area #sec03 ul li p span {
    font-size: 70%;
    display: inline-block;
    line-height: 1.4;
  }
  .contents .content_area #sec03 ul li:nth-child(1) {
    width: 170px;
    height: 170px;
    top: 110px;
    left: 50px;
    transition-delay: 0.3s;
  }
  .contents .content_area #sec03 ul li:nth-child(1)::before {
    background-color: #2fbe50;
    transition-delay: 0.3s;
  }
  .contents .content_area #sec03 ul li:nth-child(1) p {
    font-size: 30px;
    letter-spacing: 3px;
  }
  .contents .content_area #sec03 ul li:nth-child(2) {
    width: 120px;
    height: 120px;
    top: 230px;
    left: 160px;
    transition-delay: 0.45s;
  }
  .contents .content_area #sec03 ul li:nth-child(2)::before {
    background-color: #60acff;
    transition-delay: 0.45s;
  }
  .contents .content_area #sec03 ul li:nth-child(2) p {
    font-size: 24px;
    letter-spacing: 3px;
  }
  .contents .content_area #sec03 ul li:nth-child(3) {
    top: 70px;
    right: 70px;
    transition-delay: 0.6s;
  }
  .contents .content_area #sec03 ul li:nth-child(3)::before {
    background-color: #ff8386;
    transition-delay: 0.6s;
  }
  .contents .content_area #sec03 ul li:nth-child(4) {
    top: 300px;
    left: 60px;
    transition-delay: 0.75s;
  }
  .contents .content_area #sec03 ul li:nth-child(4)::before {
    background-color: #2ac0a4;
    transition-delay: 0.75s;
  }
  .contents .content_area #sec03 ul li:nth-child(5) {
    top: 300px;
    right: 10px;
    transition-delay: 0.9s;
  }
  .contents .content_area #sec03 ul li:nth-child(5)::before {
    background-color: #ffbb3a;
    transition-delay: 0.9s;
  }
  .contents .content_area #sec03 ul li:nth-child(6) {
    top: 10px;
    left: 20px;
    transition-delay: 1.05s;
  }
  .contents .content_area #sec03 ul li:nth-child(6)::before {
    background-color: #9b96d1;
    transition-delay: 1.05s;
  }
  .contents .content_area #sec03 ul li:nth-child(7) {
    top: -10px;
    right: 30px;
    transition-delay: 1.2s;
  }
  .contents .content_area #sec03 ul li:nth-child(7)::before {
    background-color: #83d000;
    transition-delay: 1.2s;
  }
  .contents .content_area #sec04 {
    background-color: #fdf0f5;
  }
  .contents .content_area #sec04 h3 {
    margin-top: -75px;
  }
  .contents .content_area #sec04 h3 span.en {
    color: #ff79a0;
  }
  .contents .content_area #sec04 h3 span.jp::after {
    background-image: url(../img/voice/tit_bdr_p.png);
    background-color: #fdf0f5;
  }
  .contents .content_area #sec04 h3 span.jp::before {
    background-color: #ff79a0;
  }
  .contents .content_area #sec04 ul li {
    position: relative;
    width: 346px;
    height: 320px;
    box-sizing: border-box;
    padding: 0 60px 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    margin: auto;
  }
  .contents .content_area #sec04 ul li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    transform: scale(1);
    transition-duration: 0.8s;
  }
  .contents .content_area #sec04 ul li.on::before {
    transform: scale(1);
  }
  .contents .content_area #sec04 ul li:nth-child(n+2) {
    margin-top: 40px;
  }
  .contents .content_area #sec04 ul li:nth-child(1)::before {
    background-image: url(../img/voice/q04_img01.png);
  }
  .contents .content_area #sec04 ul li:nth-child(2)::before {
    background-image: url(../img/voice/q04_img02.png);
  }
  .contents .content_area #sec04 ul li:nth-child(3)::before {
    background-image: url(../img/voice/q04_img03.png);
  }
  .contents .content_area #sec04 ul li:nth-child(4)::before {
    background-image: url(../img/voice/q04_img04.png);
  }
  .contents .content_area #sec04 ul li:nth-child(5)::before {
    background-image: url(../img/voice/q04_img05.png);
  }
  .contents .content_area #sec04 ul li:nth-child(6)::before {
    background-image: url(../img/voice/q04_img06.png);
  }
  .contents .content_area #sec04 ul li dl dt {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 4px;
    line-height: 1.4;
  }
  .contents .content_area #sec04 ul li dl dd {
    font-size: 13px;
    letter-spacing: 2px;
    text-align: justify;
  }
  .contents .content_area #sec05 .deco {
    width: 20%;
  }
  .contents .content_area #sec05 .deco01 {
    top: 23%;
    left: 3%;
  }
  .contents .content_area #sec05 .deco02 {
    top: 45%;
    left: 13%;
  }
  .contents .content_area #sec05 .deco03 {
    top: 45%;
    right: 22%;
  }
  .contents .content_area #sec05 .deco04 {
    top: 61%;
    right: 20%;
  }
  .contents .content_area #sec05 .deco05 {
    top: 74%;
    left: 24%;
  }
  .contents .content_area #sec05 .deco06 {
    top: 82%;
    right: 25%;
  }
  .contents .content_area #sec05 h3 span.en {
    color: #ff9c3d;
  }
  .contents .content_area #sec05 h3 span.jp::after {
    background-image: url(../img/voice/tit_bdr_o.png);
    background-color: #fff;
  }
  .contents .content_area #sec05 h3 span.jp::before {
    background-color: #ff9c3d;
  }
  .contents .content_area #sec05 ul {
    font-size: 60px;
    position: relative;
    height: 250px;
    letter-spacing: 2px;
    width: 375px;
    margin: auto;
    box-sizing: border-box;
  }
  .contents .content_area #sec05 ul li {
    line-height: 1.1;
    font-weight: 500;
    position: absolute;
  }
  .contents .content_area #sec05 ul li:nth-child(1) {
    color: #ff9c3d;
    top: 120px;
    left: 140px;
  }
  .contents .content_area #sec05 ul li:nth-child(2) {
    color: #f5716b;
    font-size: 80%;
    top: 20px;
    left: 40px;
  }
  .contents .content_area #sec05 ul li:nth-child(3) {
    color: #81cc00;
    font-size: 65%;
    top: 78px;
    left: 25px;
  }
  .contents .content_area #sec05 ul li:nth-child(4) {
    color: #629acb;
    font-size: 58%;
    top: -5px;
    left: 190px;
  }
  .contents .content_area #sec05 ul li:nth-child(5) {
    color: #4ea3ff;
    font-size: 55%;
    top: 188px;
    left: 75px;
  }
  .contents .content_area #sec05 ul li:nth-child(6) {
    color: #00c9a4;
    font-size: 42%;
    top: 130px;
    left: 10px;
    text-align: right;
  }
  .contents .content_area #sec05 ul li:nth-child(7) {
    color: #4ad5ff;
    font-size: 33%;
    top: 226px;
    left: 75px;
  }
  .contents .content_area #sec05 ul li:nth-child(8) {
    color: #ba73ff;
    font-size: 29%;
    top: 192px;
    left: 275px;
  }
  .contents .content_area #sec05 ul li:nth-child(9) {
    color: #f577a3;
    font-size: 21%;
    top: 227px;
    left: 243px;
  }
  .contents .content_area #sec05 ul li:nth-child(10) {
    color: #f577a3;
    font-size: 21%;
    top: 192px;
    left: 19px;
    letter-spacing: 2px;
    text-align: right;
  }
  .contents .content_area #sec05 ul li:nth-child(11) {
    color: #f577a3;
    font-size: 21%;
    top: 3px;
    left: 140px;
  }
  .contents .content_area #sec06 {
    background-color: #e0f7fa;
  }
  .contents .content_area #sec06 .deco {
    width: 20%;
  }
  .contents .content_area #sec06 .deco01 {
    top: 8%;
    right: 6%;
  }
  .contents .content_area #sec06 .deco02 {
    bottom: 0;
    left: 0;
  }
  .contents .content_area #sec06 h3 {
    margin-top: -75px;
  }
  .contents .content_area #sec06 h3 span.en {
    color: #20aeff;
  }
  .contents .content_area #sec06 h3 span.jp::after {
    background-image: url(../img/voice/tit_bdr_b.png);
    background-color: #e0f7fa;
  }
  .contents .content_area #sec06 h3 span.jp::before {
    background-color: #20aeff;
  }
  .contents .content_area #sec06 ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
  }
  .contents .content_area #sec06 ul li {
    position: relative;
    width: 330px;
    margin: auto;
    border: solid 8px #fff;
    border-radius: 0 40px 0 40px;
    padding: 20px 20px 30px;
    box-sizing: border-box;
  }
  .contents .content_area #sec06 ul li::before, .contents .content_area #sec06 ul li::after {
    position: absolute;
    content: "";
    width: 42px;
    height: 20px;
    background-size: cover;
    background-color: #e0f7fa;
  }
  .contents .content_area #sec06 ul li::before {
    top: -20px;
    left: 20px;
    background-image: url(../img/voice/q06_bdr01.png);
  }
  .contents .content_area #sec06 ul li::after {
    bottom: -15px;
    right: 20px;
    background-image: url(../img/voice/q06_bdr02.png);
  }
  .contents .content_area #sec06 ul li:nth-child(n+2) {
    margin-top: 50px;
  }
  .contents .content_area #sec06 ul li dl dt {
    color: #19a2e6;
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.5;
  }
  .contents .content_area #sec06 ul li dl dd {
    font-size: 13px;
    letter-spacing: 2px;
    text-align: justify;
  }
  .contents .content_area #sec07 .deco {
    width: 20%;
  }
  .contents .content_area #sec07 .deco01 {
    top: 18%;
    right: 9%;
  }
  .contents .content_area #sec07 .deco02 {
    top: 70%;
    left: 16%;
  }
  .contents .content_area #sec07 h3 span.en {
    color: #2fbe50;
  }
  .contents .content_area #sec07 h3 span.jp::after {
    background-image: url(../img/voice/tit_bdr_g.png);
    background-color: #fff;
  }
  .contents .content_area #sec07 h3 span.jp::before {
    background-color: #2fbe50;
  }
  .contents .content_area #sec07 ul {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .contents .content_area #sec07 ul li {
    width: 320px;
    height: 220px;
    position: relative;
    box-sizing: border-box;
    padding: 0 40px 0;
    z-index: 1;
    margin: auto;
  }
  .contents .content_area #sec07 ul li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .contents .content_area #sec07 ul li:nth-child(1) {
    padding-right: 0;
  }
  .contents .content_area #sec07 ul li:nth-child(1)::before {
    background-image: url(../img/voice/q07_bdr01.png);
  }
  .contents .content_area #sec07 ul li:nth-child(n+2) {
    margin-top: 40px;
  }
  .contents .content_area #sec07 ul li:nth-child(2) {
    padding-left: 0;
  }
  .contents .content_area #sec07 ul li:nth-child(2)::before {
    background-image: url(../img/voice/q07_bdr02.png);
  }
  .contents .content_area #sec07 ul li:nth-child(3) {
    padding-right: 0;
  }
  .contents .content_area #sec07 ul li:nth-child(3)::before {
    background-image: url(../img/voice/q07_bdr03.png);
  }
  .contents .content_area #sec07 ul li:nth-child(4) {
    padding-left: 0;
  }
  .contents .content_area #sec07 ul li:nth-child(4)::before {
    background-image: url(../img/voice/q07_bdr04.png);
  }
  .contents .content_area #sec07 ul li dl dt {
    color: #2fbe50;
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.4;
  }
  .contents .content_area #sec07 ul li dl dd {
    font-size: 13px;
    letter-spacing: 2px;
    text-align: justify;
  }
  .contents .content_area #sec07 ul li:nth-child(3n+1) dl dt {
    color: #30b16c;
  }
  .contents .content_area #sec08 {
    background-color: #fdf0f5;
  }
  .contents .content_area #sec08 .deco {
    width: 20%;
  }
  .contents .content_area #sec08 .deco01 {
    top: 29%;
    left: 15%;
  }
  .contents .content_area #sec08 .deco02 {
    top: 33%;
    right: 23%;
  }
  .contents .content_area #sec08 .deco03 {
    top: 68%;
    right: 18%;
  }
  .contents .content_area #sec08 .deco04 {
    top: 74%;
    left: 41%;
  }
  .contents .content_area #sec08 .deco05 {
    top: 84%;
    left: 19%;
  }
  .contents .content_area #sec08 h3 span.en {
    color: #ff79a0;
  }
  .contents .content_area #sec08 h3 span.jp::after {
    background-image: url(../img/voice/tit_bdr_p.png);
    background-color: #fdf0f5;
  }
  .contents .content_area #sec08 h3 span.jp::before {
    background-color: #ff79a0;
  }
  .contents .content_area #sec08 ul {
    position: relative;
    width: 375px;
    box-sizing: border-box;
    height: 400px;
    margin: auto;
  }
  .contents .content_area #sec08 ul li {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    mix-blend-mode: multiply;
  }
  .contents .content_area #sec08 ul li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(-90deg);
    transition-duration: 0.8s;
  }
  .contents .content_area #sec08 ul li.on::before {
    transform: rotate(0deg);
  }
  .contents .content_area #sec08 ul li p {
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 4px;
  }
  .contents .content_area #sec08 ul li:nth-child(1) {
    width: 200px;
    height: 200px;
    top: 120px;
    left: 90px;
    transition-delay: 0.3s;
  }
  .contents .content_area #sec08 ul li:nth-child(1)::before {
    background-image: url(../img/voice/q08_bdr01.png);
    transition-delay: 0.3s;
  }
  .contents .content_area #sec08 ul li:nth-child(1) p {
    color: #ff6ea0;
    font-size: 40px;
  }
  .contents .content_area #sec08 ul li:nth-child(2) {
    width: 180px;
    height: 180px;
    top: 0;
    left: 10px;
    transition-delay: 0.45s;
  }
  .contents .content_area #sec08 ul li:nth-child(2)::before {
    background-image: url(../img/voice/q08_bdr02.png);
    transition-delay: 0.45s;
  }
  .contents .content_area #sec08 ul li:nth-child(2) p {
    color: #ff8f3a;
    font-size: 25px;
  }
  .contents .content_area #sec08 ul li:nth-child(3) {
    width: 150px;
    height: 150px;
    top: -20px;
    right: 20px;
    transition-delay: 0.6s;
  }
  .contents .content_area #sec08 ul li:nth-child(3)::before {
    background-image: url(../img/voice/q08_bdr03.png);
    transition-delay: 0.6s;
  }
  .contents .content_area #sec08 ul li:nth-child(3) p {
    color: #ff6ea0;
    font-size: 20px;
  }
  .contents .content_area #sec08 ul li:nth-child(4) {
    width: 130px;
    height: 130px;
    top: 290px;
    left: 10px;
    transition-delay: 0.75s;
  }
  .contents .content_area #sec08 ul li:nth-child(4)::before {
    background-image: url(../img/voice/q08_bdr04.png);
    transition-delay: 0.75s;
  }
  .contents .content_area #sec08 ul li:nth-child(4) p {
    color: #ff6ea0;
    font-size: 16px;
  }
  .contents .content_area #sec08 ul li:nth-child(5) {
    width: 130px;
    height: 130px;
    top: 300px;
    right: 10px;
    transition-delay: 0.9s;
  }
  .contents .content_area #sec08 ul li:nth-child(5)::before {
    background-image: url(../img/voice/q08_bdr05.png);
    transition-delay: 0.9s;
  }
  .contents .content_area #sec08 ul li:nth-child(5) p {
    color: #ff8f3a;
    font-size: 16px;
  }
  .contents .content_area #sec08 ul li:nth-child(6) {
    width: 130px;
    height: 130px;
    top: 360px;
    left: 90px;
    transition-delay: 0.6s;
  }
  .contents .content_area #sec08 ul li:nth-child(6)::before {
    background-image: url(../img/voice/q08_bdr05.png);
    transition-delay: 0.6s;
  }
  .contents .content_area #sec08 ul li:nth-child(6) p {
    color: #ff8f3a;
    font-size: 16px;
  }
  .contents .content_area #sec09 {
    position: relative;
    z-index: 1;
    height: 1000px;
    margin: 100px 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .contents .content_area #sec09::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    margin-left: -500px;
    background-image: url(../img/voice/q09_img.png);
    background-size: cover;
    width: 1000px;
    height: 1000px;
    z-index: -1;
  }
  .contents .content_area #sec09 h3 {
    margin-bottom: 40px;
  }
  .contents .content_area #sec09 h3 span.en {
    color: #fff;
  }
  .contents .content_area #sec09 h3 span.jp::after {
    z-index: 2;
    background: #f5b064;
    background: url(../img/voice/tit_bdr_w.png) no-repeat 0 0, linear-gradient(45deg, #f6b36a 0%, #f4aa59 100%);
    background-size: 90px 38px, 100% 100%;
  }
  .contents .content_area #sec09 h3 span.jp::before {
    background-color: #fff;
  }
  .contents .content_area #sec09 ul {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 375px;
    margin: auto;
  }
  .contents .content_area #sec09 ul li {
    width: 300px;
  }
  .contents .content_area #sec09 ul li dl dt {
    color: #fff;
    letter-spacing: 4px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .contents .content_area #sec09 ul li dl dd {
    font-size: 13px;
    letter-spacing: 2px;
    text-align: justify;
  }
  .contents .content_area #sec09 ul li:nth-child(1) {
    margin: 20px 0 0 0;
  }
  .contents .content_area #sec09 ul li:nth-child(1) dl dt {
    font-size: 22px;
  }
  .contents .content_area #sec09 ul li:nth-child(2) {
    margin: 25px 0 0 20px;
  }
  .contents .content_area #sec09 ul li:nth-child(2) dl dt {
    font-size: 30px;
  }
  .contents .content_area #sec09 ul li:nth-child(3) {
    margin: 25px 0 0 40px;
  }
  .contents .content_area #sec09 ul li:nth-child(3) dl dt {
    font-size: 25px;
  }
  .contents .content_area #sec09 ul li:nth-child(4) {
    margin: 25px 20px 0 0;
  }
  .contents .content_area #sec09 ul li:nth-child(4) dl dt {
    font-size: 18px;
  }
  .contents .content_area #sec10 {
    background-color: #b1ecf2;
    position: relative;
    padding-bottom: 120px;
  }
  .contents .content_area #sec10 h3 span.en {
    color: #20aeff;
  }
  .contents .content_area #sec10 h3 span.jp::after {
    background-image: url(../img/voice/tit_bdr_b.png);
    background-color: #b1ecf2;
  }
  .contents .content_area #sec10 h3 span.jp::before {
    background-color: #20aeff;
  }
  .contents .content_area #sec10 ul {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 375px;
    margin: auto;
  }
  .contents .content_area #sec10 ul li {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .contents .content_area #sec10 ul li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    transform: scale(0.9);
    transition-duration: 0.5s;
  }
  .contents .content_area #sec10 ul li.on::before {
    transform: scale(1.1);
  }
  .contents .content_area #sec10 ul li:nth-child(1) {
    padding: 10px 55px 40px;
    transition-delay: 0.3s;
  }
  .contents .content_area #sec10 ul li:nth-child(1)::before {
    background-image: url(../img/voice/q10_img01.png);
    transition-delay: 0.3s;
  }
  .contents .content_area #sec10 ul li:nth-child(2) {
    margin-top: 30px;
    padding: 10px 20px 45px 80px;
    transition-delay: 0.45s;
  }
  .contents .content_area #sec10 ul li:nth-child(2)::before {
    background-image: url(../img/voice/q10_img02.png);
    transition-delay: 0.45s;
  }
  .contents .content_area #sec10 ul li:nth-child(3) {
    margin-top: 10px;
    padding: 35px 50px 25px;
    transition-delay: 0.6s;
  }
  .contents .content_area #sec10 ul li:nth-child(3)::before {
    background-image: url(../img/voice/q10_img03.png);
    transition-delay: 0.6s;
  }
  .contents .content_area #sec10 ul li:nth-child(4) {
    margin-top: 30px;
    padding: 30px 35px 40px 40px;
    transition-delay: 0.75s;
  }
  .contents .content_area #sec10 ul li:nth-child(4)::before {
    background-image: url(../img/voice/q10_img04.png);
    transition-delay: 0.75s;
  }
  .contents .content_area #sec10 ul li dl dt {
    color: #fff;
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 6px;
  }
  .contents .content_area #sec10 ul li dl dd {
    font-size: 13px;
    letter-spacing: 2px;
    text-align: justify;
    line-height: 1.5;
  }
  .contents .content_area #sec10 .msg {
    display: none;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 32px;
    color: #fff;
  }
  .contents .content_area #sec10 .f_logo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 124px;
    padding-right: 20px;
  }
}
/*# sourceMappingURL=voice.css.map */