@media screen and (min-width: 769px), print {
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .row.row_sm {
    max-width: 830px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    padding-top: 80px;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 80px;
    padding: 0 30px 0 20px;
    border-bottom: 1px solid #00a382;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 769px), print {
  .header a.header_tel {
    display: inline-block;
    width: auto;
    text-align: right;
    max-width: initial;
  }
  .header a.header_tel small {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #ff7428;
  }
  .header a.header_tel span {
    display: block;
    position: relative;
    padding-left: 54px;
    font-size: 40px;
    font-weight: bold;
    color: #00a382;
    white-space: nowrap;
    line-height: 1;
  }
  .header a.header_tel span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 44px;
    height: 34px;
    background: url(../img/ic_tel.webp) center/100% 100% no-repeat;
    display: block;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 295px;
    margin-right: 23px;
  }
  .header .header_l {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    font-size: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header ul {
    padding-left: 5px;
  }
}

@media screen and (min-width: 769px), print {
  .header ul li:not(:last-child) {
    margin-right: 9px;
  }
  .header ul a {
    display: block;
    width: 209px;
    max-width: 20vw;
  }
  .footer {
    background: -webkit-gradient(linear, left top, left bottom, from(#00D8AB), color-stop(60.58%, #00A382));
    background: -webkit-linear-gradient(top, #00D8AB 0%, #00A382 60.58%);
    background: -moz- oldlinear-gradient(top, #00D8AB 0%, #00A382 60.58%);
    background: linear-gradient(180deg, #00D8AB 0%, #00A382 60.58%);
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    line-height: 1.42857;
    padding-bottom: 120px;
  }
  .cta_fixed {
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#FF7429), to(#FF8A4A));
    background: -webkit-linear-gradient(bottom, #FF7429 0%, #FF8A4A 100%);
    background: -moz- oldlinear-gradient(bottom, #FF7429 0%, #FF8A4A 100%);
    background: linear-gradient(0deg, #FF7429 0%, #FF8A4A 100%);
    -moz-box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.11);
         box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.11);
    padding: 15px;
  }
  .cta_fixed > p {
    background: #FFFFFF;
    -moz-box-shadow: 0px 0px 5px #FF5A00;
         box-shadow: 0px 0px 5px #FF5A00;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 8px 30px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
  }
  .cta_fixed > p span {
    color: #FF7428;
  }
  .cta_fixed > a {
    display: block;
    position: relative;
    padding-left: 56px;
    margin-right: 40px;
  }
  .cta_fixed > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    background: url(../img/ic_tel2.webp) center/100% 100% no-repeat;
    display: block;
  }
  .cta_fixed > a > div {
    text-align: center;
  }
  .cta_fixed > a > div small {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #FFFFFF;
    display: block;
  }
  .cta_fixed > a > div span {
    font-family: "Hind", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: #F6FAFF;
    display: block;
  }
  .p_top .mv {
    font-size: 0;
    line-height: 0;
    text-align: center;
    background: url(../img/mv_bg.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .mv figure img, .p_top .mv picture img {
    margin-top: -4px;
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .cta {
    background: #EAF6F2 url(../img/cta_bg.webp) center/100% 100% no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 110px 0;
    margin-top: 38px;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .cta_head {
    text-align: center;
    margin-bottom: -56px;
  }
  .p_top .cta_head img {
    display: inline-block;
    width: 801px;
  }
  .p_top .cta.st2 {
    padding-top: 200px;
    position: relative;
    margin-top: -180px;
  }
  .p_top .cta.st2.st3 {
    margin-top: 0;
    padding-top: 100px;
    background-color: transparent;
  }
  .p_top .cta.st2.st3 .cta_head {
    margin-top: -80px;
  }
  .p_top .cta.st2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/cta_bg2.webp) center no-repeat;
    display: block;
    -moz-background-size: 1516px 402px;
         background-size: 1516px 402px;
    z-index: -1;
  }
  .p_top .cta .cta_tel {
    display: inline-block;
    width: 382px;
    position: relative;
    padding-right: 45px;
    width: 56.3%;
  }
  .p_top .cta .cta_tel span {
    position: absolute;
    top: 51px;
    left: 95px;
    font-family: "Hind", sans-serif;
    font-weight: 700;
    font-size: 66px;
    line-height: 100%;
    white-space: nowrap;
    color: #F05E12;
  }
  .p_top .cta_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .cta_main ul {
    width: 43.7%;
  }
  .p_top .cta_main ul li + li {
    margin-top: 16px;
  }
  .p_top .sec01 {
    padding-bottom: 130px;
    padding-top: 50px;
    text-align: center;
    background: url(../img/sec01_bg.webp) center no-repeat;
    -moz-background-size: 1521px 871px;
         background-size: 1521px 871px;
  }
  .p_top .sec01 .row {
    max-width: 800px;
  }
  .p_top .sec01 h2 {
    text-align: center;
  }
  .p_top .sec01 h2 img {
    display: inline-block;
    width: 264px;
  }
  .p_top .sec02 {
    background: url(../img/sec02_bg.webp) center top no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding-bottom: 160px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .sec02 .row {
    max-width: 800px;
  }
  .p_top .sec02 h2 {
    text-align: center;
    margin-bottom: -42px;
    padding-left: 6%;
  }
  .p_top .sec02 h2 img {
    display: inline-block;
    width: 694px;
    margin-top: -52px;
  }
  .p_top .sec02 ul {
    display: -ms-grid;
    display: grid;
    gap: 32px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .sec03 {
    background: url(../img/sec03_bg.webp) center top no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 56px 0;
    margin-top: -90px;
    z-index: 3;
  }
  .p_top .sec03 h2 {
    text-align: center;
    margin-bottom: 33px;
  }
  .p_top .sec03 h2 img {
    display: inline-block;
    width: 190px;
  }
  .p_top .sec03 .sec03_slider .swiper-slide {
    width: 322px;
    margin-right: 15px;
  }
  .p_top .sec03 .sec03_ctrl {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
  }
  .p_top .sec03 .sec03_ctrl .s_ctrl {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 35px;
  }
  .p_top .sec03 .swiper-pagination-progressbar-fill {
    background-color: #FD9D44;
  }
  .p_top .sec03 .swiper-pagination-progressbar {
    position: static;
    background-color: #fff;
  }
  .p_top .sec03 .swiper-button-next, .p_top .sec03 .swiper-button-prev {
    position: static;
    width: 46px;
    height: 22px;
    background: #fff url(../img/ar.svg) center no-repeat;
    -moz-background-size: 25px 15px;
         background-size: 25px 15px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    margin: 0;
    margin-left: 7px;
    text-indent: -9999px;
    display: block;
  }
  .p_top .sec03 .swiper-button-next.swiper-button-disabled, .p_top .sec03 .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background-color: #C7C7C7;
  }
  .p_top .sec03 .swiper-button-prev {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .p_top .sec04 {
    padding: 50px 0 70px;
    position: relative;
  }
  .p_top .sec04::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 3px;
    height: 43px;
    background: url(../img/dots.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .sec04 h2 {
    margin-bottom: 17px;
    text-align: center;
  }
  .p_top .sec04 h2 img {
    display: inline-block;
    width: 408px;
  }
  .p_top .sec04 ul {
    display: -ms-grid;
    display: grid;
    gap: 30px 24px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_top .sec05 {
    padding: 80px 0 270px;
    background: url(../img/sec05_bg.webp) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .sec05 h2 {
    text-align: center;
  }
  .p_top .sec05 h2 img {
    display: inline-block;
    width: 517px;
  }
  .p_top .sec06 {
    position: relative;
    z-index: 5;
    padding: 60px 0 80px;
    background: url(../img/sec06_bg.webp) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    margin-top: -200px;
  }
  .p_top .sec06 .row {
    max-width: 800px;
  }
  .p_top .sec06 h2 {
    text-align: center;
  }
  .p_top .sec06 h2 img {
    display: inline-block;
    width: 268px;
  }
  .p_top .sec07 {
    padding: 160px 0 100px;
    background-color: #FFFFDF;
    margin-top: -100px;
  }
  .p_top .sec07 h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .p_top .sec07 h2 img {
    display: inline-block;
    width: 297px;
  }
  .p_top .sec07 ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_top .sec07 ul li {
    margin: 0 -10px;
  }
  .p_top .sec08 {
    background: url(../img/sec08_bg.webp) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 60px 0;
    position: relative;
    z-index: 2;
    margin-top: -50px;
  }
  .p_top .sec08 h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .p_top .sec08 h2 img {
    display: inline-block;
    width: 314px;
  }
  .p_top .qa {
    padding: 70px 0 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#00D8AB), color-stop(60.58%, #00A382));
    background: -webkit-linear-gradient(top, #00D8AB 0%, #00A382 60.58%);
    background: -moz- oldlinear-gradient(top, #00D8AB 0%, #00A382 60.58%);
    background: linear-gradient(180deg, #00D8AB 0%, #00A382 60.58%);
    margin-top: -50px;
    position: relative;
    z-index: 2;
  }
  .p_top .qa .box {
    padding: 36px;
    background: #FFFFFF;
    -moz-border-radius: 30px;
         border-radius: 30px;
  }
  .p_top .qa h2 {
    text-align: center;
    margin-bottom: 31px;
  }
  .p_top .qa h2 img {
    width: 255px;
  }
  .p_top .qa .qa_list {
    position: relative;
    z-index: 2;
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
  }
  .p_top .qa .qa_list dl {
    border-bottom: 1px solid #B7B7B7;
  }
  .p_top .qa .qa_list dl:first-child {
    border-top: 1px solid #B7B7B7;
  }
  .p_top .qa .qa_list dl dt {
    position: relative;
    padding-left: 33px;
    font-weight: 700;
    font-size: 16px;
    color: #3B3B3B;
    padding: 22px 30px;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .qa .qa_list dl dt.is_active::after {
    -webkit-transform: translateY(-50%) scaleY(-1);
       -moz-transform: translateY(-50%) scaleY(-1);
        -ms-transform: translateY(-50%) scaleY(-1);
            transform: translateY(-50%) scaleY(-1);
  }
  .p_top .qa .qa_list dl dt:hover {
    opacity: 0.7;
  }
  .p_top .qa .qa_list dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: url(../img/ar2.svg) center/100% 100% no-repeat;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .qa .qa_list dl dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-style: normal;
    line-height: 1;
    font-family: "Hind", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #00A382;
  }
  .p_top .qa .qa_list dl dd {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #3B3B3B;
    position: relative;
    padding-left: 33px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .qa .qa_list dl dd .accCt {
    padding-bottom: 34px;
  }
  .p_top .qa .qa_list dl dd::before {
    content: "A";
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
    line-height: 1;
    color: #FF7428;
    font-family: "Hind", sans-serif;
    font-weight: 700;
    font-size: 24px;
  }
  .p_top .company {
    padding: 75px 0;
    text-align: center;
  }
  .p_top .company .row {
    max-width: 800px;
  }
  .p_top .company h2 {
    text-align: center;
    font-weight: 900;
    font-size: 32px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 50px;
  }
  .p_top .company .c_list {
    display: inline-block;
    text-align: left;
  }
  .p_top .company .c_list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    font-weight: bold;
  }
  .p_top .company .c_list dl + dl {
    margin-top: 30px;
  }
  .p_top .company .c_list dl dt {
    width: 230px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: 900;
  }
  .p_top .contact {
    padding: 80px 0 70px;
  }
  .p_top .contact .cta {
    background: none;
    padding: 0;
    margin: 0;
    padding: 50px 0;
  }
  .p_top .contact h2 {
    text-align: center;
    position: relative;
  }
  .p_top .contact h2 img {
    width: 232px;
    display: inline-block;
  }
  .p_top .contact .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .contact .cbWr div, .p_top .contact .cbWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact .cbWr label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-weight: 500;
  }
  .p_top .contact .cbWr label a {
    color: #4BA2F4;
  }
  .p_top .contact .cbWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .cbWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 20px;
  }
  .p_top .contact .cbWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #F0F0F0;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .p_top .contact .cbWr label span::after {
    left: 6px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact .cbWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    background-color: transparent;
    width: 462px;
    margin-top: 29px;
  }
  .p_top .contact .f_txt {
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
    font-weight: 500;
  }
  .p_top .contact .f_txt a {
    color: #0096E2;
  }
  .p_top .contact .form {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    -moz-border-radius: 26px;
         border-radius: 26px;
    padding: 56px 68px;
  }
  .p_top .contact .form .f_txtError {
    font-size: 14px;
    margin-bottom: 4px;
    color: #f00;
  }
  .p_top .contact .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_top .contact .form dl.special {
    display: none;
  }
  .p_top .contact .form dl.special.show {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .contact .form dl + dl {
    margin-top: 23px;
  }
  .p_top .contact .form dl.ait dt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 10px;
  }
  .p_top .contact .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 18px;
    width: 324px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 9px;
    padding-right: 24px;
    color: #3B3B3B;
  }
  .p_top .contact .form dl dt.pt0 {
    padding-top: 0;
  }
  .p_top .contact .form dl dt span {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 34px;
    min-height: 19px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    background-color: #FF7428;
    font-size: 13px;
    font-weight: 500;
    margin-left: auto;
    color: #fff;
  }
  .p_top .contact .form dl dt em {
    font-style: normal;
    font-size: 16px;
  }
  .p_top .contact .form dl dt small {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 34px;
    min-height: 19px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    color: #fff;
    background-color: #3B3B3B;
    font-size: 13px;
    font-weight: 500;
    margin-left: auto;
  }
  .p_top .contact .form dl dd {
    width: 100%;
  }
  .p_top .contact .form dl dd .f_note {
    color: #E30004;
    font-size: 14px;
    font-weight: 500;
    margin-left: 15px;
  }
  .p_top .contact .form dl dd .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .form dl dd p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
  }
  .p_top .contact .form dl dd .list_rd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .p_top .contact .form dl dd .list_rd .rd, .p_top .contact .form dl dd .list_rd .mwform-radio-field {
    margin-left: 0;
  }
  .p_top .contact .form dl dd .list_rd .rd:not(:last-child), .p_top .contact .form dl dd .list_rd .mwform-radio-field:not(:last-child) {
    margin-right: 10px;
  }
  .p_top .contact .form dl dd .list_rd .rd label, .p_top .contact .form dl dd .list_rd .mwform-radio-field label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 18px;
  }
  .p_top .contact .form dl dd .list_rd .rd label input, .p_top .contact .form dl dd .list_rd .mwform-radio-field label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_top .contact .form dl dd .list_rd .rd span, .p_top .contact .form dl dd .list_rd .mwform-radio-field span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 24px;
  }
  .p_top .contact .form dl dd .list_rd .rd span::before, .p_top .contact .form dl dd .list_rd .mwform-radio-field span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #EEF1F6;
    border: 1px solid #D4D4D4;
  }
  .p_top .contact .form dl dd .list_rd .rd span::after, .p_top .contact .form dl dd .list_rd .mwform-radio-field span::after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #000;
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact .form dl dd .list_rd .rd label input:checked ~ span:after, .p_top .contact .form dl dd .list_rd .mwform-radio-field label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact .form dl dd .select {
    width: 380px;
    max-width: 100%;
  }
  .p_top .contact .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    height: 45px;
    background: #EEF1F6;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  .p_top .contact .form dl dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: url(../img/ar2.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .contact .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 35px 0 25px;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    color: #868686;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_top .contact .form dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 25px;
    outline: none;
    font-size: 14px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 45px;
    background: #EEF1F6;
    border: 0;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_policy {
    height: 100%;
  }
  .p_policy .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    height: 100%;
    overflow: inherit;
  }
  .p_policy .container main {
    width: 100%;
  }
  .p_policy .container .footer {
    width: 100%;
    margin-top: auto;
  }
  .p_policy .policy {
    color: #000;
    padding: 50px 0 100px;
    font-size: 1.6rem;
    line-height: 28px;
    font-weight: 400;
  }
  .p_policy .policy h2 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
  }
  .p_policy .policy h2.st2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 39px;
  }
  .p_policy .policy .block p {
    font-size: 1.6rem;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .p_policy .policy .block p strong {
    font-size: 2rem;
  }
  .p_policy .policy .tac {
    text-align: center;
  }
  .p_policy .footer {
    padding-bottom: 20px;
  }
  .p_policy .footer .f_link {
    font-size: 14px;
    color: #fff;
    line-height: 1.42857;
  }
  .p_policy .footer .f_link a {
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner,
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body {
    padding-top: 16.42512vw;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 16.42512vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3.62319vw;
    border-bottom: 1px solid #00a382;
  }
  .header ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    font-size: 0;
    line-height: 0;
  }
  .header ul li:not(:last-child) {
    margin-right: 1.20773vw;
  }
  .header ul li a {
    display: block;
    width: 16.66667vw;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 50.48309vw;
  }
  .footer {
    background: -webkit-gradient(linear, left top, left bottom, from(#00D8AB), color-stop(60.58%, #00A382));
    background: -webkit-linear-gradient(top, #00D8AB 0%, #00A382 60.58%);
    background: -moz- oldlinear-gradient(top, #00D8AB 0%, #00A382 60.58%);
    background: linear-gradient(180deg, #00D8AB 0%, #00A382 60.58%);
    text-align: center;
    padding: 4.83092vw 0;
    font-size: 3.38164vw;
    color: #fff;
    line-height: 1.42857;
    padding-bottom: 43.47826vw;
  }
  .cta_fixed {
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0;
    padding-top: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 4.83092vw 3.62319vw 0.72464vw;
  }
  .cta_fixed > p {
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    background-color: #fff;
    padding: 0.48309vw 2.657vw 0.96618vw;
    font-weight: 700;
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    text-align: center;
    border: 1px solid #8F8F8F;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -2.89855vw;
    display: inline-block;
    white-space: nowrap;
  }
  .cta_fixed > p::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.44928vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 1.20773vw solid transparent;
    border-right: 1.20773vw solid transparent;
    border-top: 1.69082vw solid #8F8F8F;
  }
  .cta_fixed > p::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.20773vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.96618vw solid transparent;
    border-right: 0.96618vw solid transparent;
    border-top: 1.44928vw solid #fff;
    z-index: 2;
  }
  .cta_fixed > p span {
    color: #FF7428;
    font-size: 3.86473vw;
  }
  .cta_fixed > a {
    display: block;
    position: relative;
  }
  .cta_fixed > a > div {
    text-align: center;
    line-height: 0;
  }
  .cta_fixed > a > div img {
    width: 100%;
    height: auto;
  }
  .cta_fixed > a > div small {
    font-weight: 500;
    font-size: 2.89855vw;
    line-height: 100%;
    color: #FFFFFF;
    display: block;
  }
  .cta_fixed > a > div span {
    font-family: "Hind", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.24638vw;
    line-height: 150%;
    color: #F6FAFF;
    display: block;
    position: absolute;
    top: 4.83092vw;
    left: 26.3285vw;
  }
  .p_top .mv {
    font-size: 0;
    line-height: 0;
    text-align: center;
  }
  .p_top .mv .row {
    padding: 0;
  }
  .p_top .mv figure img, .p_top .mv picture img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -16.42512vw;
  }
  .p_top .cta {
    background: #EAF6F2 url(../img/cta_bg_sp.webp) center/100% 100% no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 13.28502vw 0;
    margin-top: 9.17874vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .cta_head {
    text-align: center;
    margin-bottom: -13.52657vw;
  }
  .p_top .cta_head img {
    display: inline-block;
    width: 386.95652vw;
  }
  .p_top .cta.st2 {
    padding-top: 48.30918vw;
    position: relative;
    margin-top: -43.47826vw;
  }
  .p_top .cta.st2.st3 {
    margin-top: 0;
    padding-top: 31.40097vw;
    background-color: transparent;
  }
  .p_top .cta.st2.st3 .cta_head {
    margin-top: -19.32367vw;
  }
  .p_top .cta.st2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/cta_bg2_sp.webp) center no-repeat;
    display: block;
    -moz-background-size: 104.83092vw 41.78744vw;
         background-size: 104.83092vw 41.78744vw;
    z-index: -1;
  }
  .p_top .cta .cta_tel {
    display: block;
  }
  .p_top .cta_main ul {
    margin-top: 2.41546vw;
  }
  .p_top .cta_main ul li + li {
    margin-top: 2.41546vw;
  }
  .p_top .sec01 {
    padding-top: 7.24638vw;
    padding-bottom: 26.16747vw;
    text-align: center;
    background: url(../img/sec01_bg_sp.webp) center no-repeat;
    -moz-background-size: 119.32367vw 265.94203vw;
         background-size: 119.32367vw 265.94203vw;
  }
  .p_top .sec01 .row {
    max-width: 373.91304vw;
  }
  .p_top .sec01 h2 {
    text-align: center;
  }
  .p_top .sec01 h2 img {
    display: inline-block;
    width: 57.48792vw;
  }
  .p_top .sec02 {
    background: url(../img/sec02_bg.webp) center top no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding-bottom: 38.64734vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .sec02 .row {
    max-width: 193.23671vw;
  }
  .p_top .sec02 h2 {
    text-align: center;
    margin-bottom: -6.34058vw;
    padding-left: 6%;
    margin-right: -3.62319vw;
  }
  .p_top .sec02 h2 img {
    display: inline-block;
    width: 335.2657vw;
    margin-top: -12.56039vw;
  }
  .p_top .sec02 ul {
    display: -ms-grid;
    display: grid;
    gap: 7.72947vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .sec03 {
    background: url(../img/sec03_bg_sp.webp) center top no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 13.52657vw 0;
    margin-top: -21.73913vw;
    z-index: 3;
  }
  .p_top .sec03 h2 {
    text-align: center;
    margin-bottom: 7.97101vw;
  }
  .p_top .sec03 h2 img {
    display: inline-block;
    width: 36.23188vw;
  }
  .p_top .sec03 .sec03_slider {
    margin-right: -3.62319vw;
  }
  .p_top .sec03 .sec03_slider .swiper-slide {
    width: 77.77778vw;
    margin-right: 3.62319vw;
  }
  .p_top .sec03 .sec03_ctrl {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 6.03865vw;
    padding-right: 3.62319vw;
  }
  .p_top .sec03 .sec03_ctrl .s_ctrl {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8.45411vw;
    display: none;
  }
  .p_top .sec03 .swiper-pagination-progressbar-fill {
    background-color: #FD9D44;
  }
  .p_top .sec03 .swiper-pagination-progressbar {
    position: static;
    background-color: #fff;
  }
  .p_top .sec03 .swiper-button-next, .p_top .sec03 .swiper-button-prev {
    position: static;
    width: 11.11111vw;
    height: 5.31401vw;
    background: #fff url(../img/ar.svg) center no-repeat;
    -moz-background-size: 6.03865vw 3.62319vw;
         background-size: 6.03865vw 3.62319vw;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    margin: 0;
    margin-left: 1.69082vw;
    text-indent: -2415.21739vw;
    display: block;
  }
  .p_top .sec03 .swiper-button-next.swiper-button-disabled, .p_top .sec03 .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background-color: #C7C7C7;
  }
  .p_top .sec03 .swiper-button-prev {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .p_top .sec04 {
    padding: 12.07729vw 0 16.90821vw;
    position: relative;
  }
  .p_top .sec04::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7.24638vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0.72464vw;
    height: 10.38647vw;
    background: url(../img/dots.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .sec04 h2 {
    margin-bottom: 4.10628vw;
    text-align: center;
  }
  .p_top .sec04 h2 img {
    display: inline-block;
    width: 76.08696vw;
  }
  .p_top .sec04 ul {
    display: -ms-grid;
    display: grid;
    gap: 7.24638vw 5.7971vw;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_top .sec05 {
    padding: 19.32367vw 0 65.21739vw;
    background: url(../img/sec05_bg_sp.webp) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .sec05 h2 {
    text-align: center;
    margin-bottom: 3.62319vw;
  }
  .p_top .sec05 h2 img {
    display: inline-block;
    width: 249.51691vw;
  }
  .p_top .sec05 .pic {
    display: block;
    margin: 0 -3.62319vw;
  }
  .p_top .sec06 {
    position: relative;
    z-index: 5;
    padding: 14.49275vw 0 19.32367vw;
    background: url(../img/sec06_bg.webp) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    margin-top: -48.30918vw;
  }
  .p_top .sec06 .row {
    max-width: 193.23671vw;
  }
  .p_top .sec06 h2 {
    text-align: center;
  }
  .p_top .sec06 h2 img {
    display: inline-block;
    width: 57.72947vw;
  }
  .p_top .sec07 {
    padding: 38.64734vw 0 24.15459vw;
    background-color: #FFFFDF;
    margin-top: -24.15459vw;
  }
  .p_top .sec07 h2 {
    text-align: center;
    margin-bottom: 2.41546vw;
  }
  .p_top .sec07 h2 img {
    display: inline-block;
    width: 61.11111vw;
  }
  .p_top .sec07 ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .sec07 ul li {
    margin: 0 -2.41546vw;
  }
  .p_top .sec08 {
    background: url(../img/sec08_bg_sp.webp) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 14.49275vw 0;
    position: relative;
    z-index: 2;
    margin-top: -12.07729vw;
  }
  .p_top .sec08 h2 {
    text-align: center;
    margin-bottom: 4.83092vw;
  }
  .p_top .sec08 h2 img {
    display: inline-block;
    width: 75.12077vw;
  }
  .p_top .qa {
    padding: 11.27214vw 0 12.88245vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#00D8AB), color-stop(60.58%, #00A382));
    background: -webkit-linear-gradient(top, #00D8AB 0%, #00A382 60.58%);
    background: -moz- oldlinear-gradient(top, #00D8AB 0%, #00A382 60.58%);
    background: linear-gradient(180deg, #00D8AB 0%, #00A382 60.58%);
    margin-top: -6.03865vw;
    position: relative;
    z-index: 2;
  }
  .p_top .qa .box {
    padding: 8.69565vw 3.62319vw;
    background: #FFFFFF;
    -moz-border-radius: 7.24638vw;
         border-radius: 7.24638vw;
  }
  .p_top .qa h2 {
    text-align: center;
    margin-bottom: 7.48792vw;
  }
  .p_top .qa h2 img {
    width: 54.10628vw;
  }
  .p_top .qa .qa_list {
    position: relative;
    z-index: 2;
    width: 144.92754vw;
    margin: 0 auto;
    max-width: 100%;
  }
  .p_top .qa .qa_list dl {
    border-bottom: 1px solid #B7B7B7;
  }
  .p_top .qa .qa_list dl:first-child {
    border-top: 1px solid #B7B7B7;
  }
  .p_top .qa .qa_list dl dt {
    position: relative;
    padding-left: 7.97101vw;
    font-weight: 700;
    font-size: 3.86473vw;
    color: #3B3B3B;
    padding: 5.31401vw 7.24638vw;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .qa .qa_list dl dt.is_active::after {
    -webkit-transform: translateY(-50%) scaleY(-1);
       -moz-transform: translateY(-50%) scaleY(-1);
        -ms-transform: translateY(-50%) scaleY(-1);
            transform: translateY(-50%) scaleY(-1);
  }
  .p_top .qa .qa_list dl dt:hover {
    opacity: 0.7;
  }
  .p_top .qa .qa_list dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.1401vw;
    height: 3.1401vw;
    background: url(../img/ar2.svg) center/100% 100% no-repeat;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .qa .qa_list dl dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-style: normal;
    line-height: 1;
    font-family: "Hind", sans-serif;
    font-weight: 700;
    font-size: 5.7971vw;
    color: #00A382;
  }
  .p_top .qa .qa_list dl dd {
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 130%;
    color: #3B3B3B;
    position: relative;
    padding-left: 7.97101vw;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .qa .qa_list dl dd .accCt {
    padding-bottom: 8.21256vw;
  }
  .p_top .qa .qa_list dl dd::before {
    content: "A";
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
    line-height: 1;
    color: #FF7428;
    font-family: "Hind", sans-serif;
    font-weight: 700;
    font-size: 5.7971vw;
  }
  .p_top .company {
    padding: 9.05797vw 0;
    text-align: center;
  }
  .p_top .company .row {
    max-width: 193.23671vw;
  }
  .p_top .company h2 {
    text-align: center;
    font-weight: 900;
    font-size: 7.72947vw;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 6.03865vw;
  }
  .p_top .company .c_list {
    display: inline-block;
    text-align: left;
  }
  .p_top .company .c_list dl {
    font-size: 3.86473vw;
    line-height: 150%;
    color: #fff;
    font-weight: bold;
  }
  .p_top .company .c_list dl + dl {
    margin-top: 5.7971vw;
  }
  .p_top .company .c_list dl dt {
    font-weight: 900;
    margin-bottom: 1.20773vw;
  }
  .p_top .contact {
    padding: 9.66184vw 0 16.90821vw;
  }
  .p_top .contact .cta {
    background: none;
    padding: 0;
    margin: 0;
    padding: 7.24638vw 0;
  }
  .p_top .contact h2 {
    text-align: center;
    position: relative;
  }
  .p_top .contact h2 img {
    width: 46.37681vw;
    display: inline-block;
  }
  .p_top .contact .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.20773vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .contact .cbWr div, .p_top .contact .cbWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact .cbWr label {
    position: relative;
    cursor: pointer;
    font-size: 3.38164vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-weight: 500;
  }
  .p_top .contact .cbWr label a {
    color: #4BA2F4;
  }
  .p_top .contact .cbWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .cbWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 4.83092vw;
  }
  .p_top .contact .cbWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 3.86473vw;
    height: 3.86473vw;
    background-color: #F0F0F0;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
  }
  .p_top .contact .cbWr label span::after {
    left: 1.44928vw;
    top: 1.20773vw;
    width: 1.20773vw;
    height: 2.41546vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact .cbWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    background-color: transparent;
    width: 223.18841vw;
    margin-top: 7.00483vw;
  }
  .p_top .contact .f_txt {
    text-align: center;
    margin-top: 12.07729vw;
    font-size: 3.38164vw;
  }
  .p_top .contact .f_txt a {
    color: #0096E2;
  }
  .p_top .contact .form {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    -moz-border-radius: 6.28019vw;
         border-radius: 6.28019vw;
    padding: 7.24638vw 3.62319vw;
  }
  .p_top .contact .form .f_txtError {
    font-size: 3.38164vw;
    margin-bottom: 0.96618vw;
    color: #f00;
  }
  .p_top .contact .form dl.special {
    display: none;
  }
  .p_top .contact .form dl.special.show {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .contact .form dl + dl {
    margin-top: 5.55556vw;
  }
  .p_top .contact .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 4.34783vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 3.62319vw;
    color: #3B3B3B;
  }
  .p_top .contact .form dl dt span {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 8.21256vw;
    min-height: 4.58937vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    background-color: #FF7428;
    font-size: 3.1401vw;
    font-weight: 500;
    margin-left: auto;
    color: #fff;
  }
  .p_top .contact .form dl dt em {
    font-style: normal;
    font-size: 3.86473vw;
  }
  .p_top .contact .form dl dt small {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 8.21256vw;
    min-height: 4.58937vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    color: #fff;
    background-color: #3B3B3B;
    font-size: 3.1401vw;
    font-weight: 500;
    margin-left: auto;
  }
  .p_top .contact .form dl dd {
    width: 100%;
  }
  .p_top .contact .form dl dd .f_note {
    color: #E30004;
    font-size: 3.38164vw;
    font-weight: 500;
  }
  .p_top .contact .form dl dd p {
    font-size: 3.86473vw;
    font-weight: bold;
    margin-top: 1.20773vw;
  }
  .p_top .contact .form dl dd .list_rd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.69082vw;
    margin-top: 1.69082vw;
  }
  .p_top .contact .form dl dd .list_rd .rd, .p_top .contact .form dl dd .list_rd .mwform-radio-field {
    margin-left: 0;
  }
  .p_top .contact .form dl dd .list_rd .rd:not(:last-child), .p_top .contact .form dl dd .list_rd .mwform-radio-field:not(:last-child) {
    margin-right: 2.41546vw;
  }
  .p_top .contact .form dl dd .list_rd .rd label, .p_top .contact .form dl dd .list_rd .mwform-radio-field label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 3.86473vw;
    font-weight: bold;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 4.34783vw;
  }
  .p_top .contact .form dl dd .list_rd .rd label input, .p_top .contact .form dl dd .list_rd .mwform-radio-field label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_top .contact .form dl dd .list_rd .rd span, .p_top .contact .form dl dd .list_rd .mwform-radio-field span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 5.7971vw;
  }
  .p_top .contact .form dl dd .list_rd .rd span::before, .p_top .contact .form dl dd .list_rd .mwform-radio-field span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 3.86473vw;
    height: 3.86473vw;
    background: #EEF1F6;
    border: 1px solid #D4D4D4;
  }
  .p_top .contact .form dl dd .list_rd .rd span::after, .p_top .contact .form dl dd .list_rd .mwform-radio-field span::after {
    top: 0.96618vw;
    left: 0.96618vw;
    width: 1.93237vw;
    height: 1.93237vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #000;
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact .form dl dd .list_rd .rd label input:checked ~ span:after, .p_top .contact .form dl dd .list_rd .mwform-radio-field label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact .form dl dd .select {
    width: 91.78744vw;
    max-width: 100%;
  }
  .p_top .contact .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 0.24155vw;
       -moz-perspective: 0.24155vw;
            perspective: 0.24155vw;
    height: 10.86957vw;
    background: #EEF1F6;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
  }
  .p_top .contact .form dl dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.86473vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.1401vw;
    height: 3.1401vw;
    background: url(../img/ar2.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .contact .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 8.45411vw 0 6.03865vw;
    background: transparent;
    font-weight: 400;
    font-size: -webkit-calc(max(3.38164vw, 16px));
    font-size: -moz-calc(max(3.38164vw, 16px));
    font-size: calc(max(3.38164vw, 16px));
    color: #868686;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_top .contact .form dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 6.03865vw;
    outline: none;
    font-size: -webkit-calc(max(3.38164vw, 16px));
    font-size: -moz-calc(max(3.38164vw, 16px));
    font-size: calc(max(3.38164vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 10.86957vw;
    background: #EEF1F6;
    border: 0;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_policy {
    height: 100%;
  }
  .p_policy .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    height: 100%;
    overflow: inherit;
  }
  .p_policy .container main {
    width: 100%;
  }
  .p_policy .container .footer {
    width: 100%;
    margin-top: auto;
  }
  .p_policy .policy {
    color: #000;
    padding: 12.07729vw 0;
    font-size: 3.38164vw;
    line-height: 6.76329vw;
    font-weight: 400;
  }
  .p_policy .policy h2 {
    font-size: 5.7971vw;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
  }
  .p_policy .policy .block p {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    margin-bottom: 4.83092vw;
  }
  .p_policy .policy .block p strong {
    font-size: 4.83092vw;
  }
  .p_policy .policy .tac {
    text-align: center;
  }
  .p_policy .footer {
    padding-bottom: 4.83092vw;
  }
  .p_policy .footer .f_link {
    font-size: 3.38164vw;
    color: #fff;
    line-height: 1.42857;
  }
  .p_policy .footer .f_link a {
    color: #fff;
  }
}

.error {
  color: #ff0000;
  display: block;
  width: 100%;
}

.cbWr .error {
  text-align: center;
}

.effect {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.delay03 {
  -webkit-transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

.delay06 {
  -webkit-transition: all 1s ease 0.6s;
  -moz-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.delay09 {
  -webkit-transition: all 1s ease 0.9s;
  -moz-transition: all 1s ease 0.9s;
  transition: all 1s ease 0.9s;
}

.delay12 {
  -webkit-transition: all 1s ease 1.2s;
  -moz-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}

.delay15 {
  -webkit-transition: all 1s ease 1.5s;
  -moz-transition: all 1s ease 1.5s;
  transition: all 1s ease 1.5s;
}

.fadeInUp {
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.animPopup.active {
  -webkit-animation: animPopup 1.6s linear both 0.7s;
     -moz-animation: animPopup 1.6s linear both 0.7s;
          animation: animPopup 1.6s linear both 0.7s;
}

.fallingDown {
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 0;
}

.fallingDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInLeft {
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.fadeInLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInRight {
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.fadeInRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@-moz-keyframes UpDown {
  0% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@-webkit-keyframes animPopup {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    -webkit-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    -webkit-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -webkit-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    -webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-moz-keyframes animPopup {
  0% {
    -moz-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
         transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    -moz-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    -moz-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -moz-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -moz-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    -moz-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    -moz-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    -moz-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    -moz-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    -moz-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animPopup {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
       -moz-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    -webkit-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    -webkit-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -webkit-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    -webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-moz-keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@-moz-keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}
