@charset "UTF-8";
@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: 1024px) and (min-width: 769px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
  }
  .header__main {
    padding: 15px 20px 15px 30px;
    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.fixed {
    background: #fff;
  }
  .header.fixed .header__logo a {
    background-image: url(../img/logo2.png) !important;
  }
  .header.header_top .header__logo a {
    background-image: url(../img/logo.png);
  }
  .header__logo {
    line-height: 0;
    font-size: 0;
  }
  .header__logo a {
    line-height: 0;
    width: 198px;
    height: 32px;
    background-image: url(../img/logo2.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    text-indent: -9999px;
  }
  .header__btn {
    margin-left: auto;
  }
  .header__btn a {
    display: block;
    width: 258px;
  }
  .footer {
    text-align: center;
    padding: 33px 0 25px;
    color: #434343;
  }
  .footer.st2 {
    color: #fff;
    background: #0d2561;
  }
  .footer.st2 a {
    color: #fff;
  }
  .footer_link {
    font-size: 16px;
    line-height: 1.375;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_link li:not(:last-child) {
    position: relative;
  }
  .footer_link li:not(:last-child)::after {
    content: "｜";
  }
  .footer_link li a {
    color: #434343;
  }
  .footer__copyright {
    font-size: 12px;
  }
  .mv {
    background: #0e4484;
    position: relative;
    padding-top: 95px;
    text-align: center;
  }
  .mv .row {
    padding: 0 30px;
  }
  .mv::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background: url(../img/mv_bg.png) center/100% 100% no-repeat;
    display: block;
  }
  .mv picture {
    position: relative;
    z-index: 2;
  }
  .cta {
    text-align: center;
    padding: 30px 0;
  }
  .cta a {
    display: inline-block;
    width: 602px;
  }
  .card {
    padding-bottom: 66px;
    background: #c3d1e3;
  }
  .card_head {
    padding: 25px 0 23px;
    background: #0e4384;
    margin-bottom: 70px;
  }
  .card_head h2 {
    text-align: center;
  }
  .card_head h2 img {
    width: 296px;
  }
  .card .card_list {
    display: -ms-grid;
    display: grid;
    gap: 20px 26px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
  .card .card_list li {
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06);
         box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06);
  }
  .card .card_text {
    text-align: center;
    margin-bottom: 40px;
  }
  .card .card_text img {
    width: 440px;
  }
  .card .card_btn {
    width: 602px;
    display: block;
    margin: 0 auto;
  }
  .worried {
    background: url(../img/dots.png) repeat;
    padding-bottom: 66px;
  }
  .worried h2 {
    background: url(../img/worried_bg_tt.png) center/100% 100% no-repeat;
    text-align: center;
    padding: 31px 0 50px;
    margin-bottom: 49px;
  }
  .worried h2 img {
    width: 546px;
  }
  .worried .worried_img {
    text-align: center;
  }
  .worried .worried_img img {
    width: 965px;
  }
  .ttl {
    padding: 35px 15px;
    background: #0e4384;
    text-align: center;
  }
  .solution {
    text-align: center;
    padding-bottom: 50px;
  }
  .solution .ttl {
    margin-bottom: 40px;
  }
  .solution .ttl img {
    width: 714px;
  }
  .solution .solution_txt img {
    width: 750px;
  }
  .solution .txt01 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5625;
    color: #434343;
    margin: 40px 0;
  }
  .solution .txt02 {
    font-weight: 900;
    font-size: 42px;
    line-height: 1.30952;
    color: #434343;
    margin-bottom: 45px;
  }
  .solution .txt02 span {
    color: #FEB732;
  }
  .solution .solution_btn {
    display: inline-block;
    width: 602px;
  }
  .points {
    background: #f2f5f8;
    padding-bottom: 85px;
    text-align: center;
  }
  .points .ttl img {
    width: 778px;
  }
  .points .points_main .row {
    max-width: 532px;
  }
  .points .points_main h3 img {
    width: 376px;
  }
  .points .points_main ul {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .points .points_main ul li {
    font-size: 0;
    line-height: 0;
  }
  .points .points_bot {
    margin-top: 40px;
    position: relative;
  }
  .points .points_bot::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    height: 135px;
    background: #0e4384;
    display: block;
  }
  .points .points_bot_main {
    position: relative;
    z-index: 2;
  }
  .points .points_bot .df {
    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: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .points .points_bot .points_bot_img1 {
    width: 502px;
    font-size: 0;
    line-height: 0;
  }
  .points .points_bot .points_bot_img2 {
    width: 440px;
    font-size: 0;
    line-height: 0;
    margin-left: 39px;
  }
  .benefits {
    padding-bottom: 48px;
    background: url(../img/benefits_bg.png) repeat;
    text-align: center;
  }
  .benefits h2 {
    background: url(../img/worried_bg_tt.png) center/100% 100% no-repeat;
    text-align: center;
    padding: 30px 0 35px;
    margin-bottom: 40px;
  }
  .benefits h2 img {
    width: 462px;
  }
  .benefits .benefits_img img {
    width: 752px;
  }
  .people {
    text-align: center;
    position: relative;
    z-index: 4;
  }
  .people .ttl img {
    width: 420px;
  }
  .people .txt01 {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
    color: #434343;
    margin: 40px 0 20px;
  }
  .people .people_img1 {
    margin-bottom: 20px;
  }
  .people .people_img1 img {
    width: 525px;
  }
  .people .people_img2 {
    margin-top: 52px;
  }
  .people .people_img2 img {
    width: 481px;
  }
  .people .people_btn {
    display: inline-block;
    width: 602px;
  }
  .survey {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-bottom: 35px;
  }
  .survey::after {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 8px);
    height: -moz-calc(100% - 8px);
    height: calc(100% - 8px);
    background: #F84B6C;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .survey__row {
    max-width: 750px;
  }
  .survey__list ul {
    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;
    margin-top: -8px;
  }
  .survey__list ul li {
    width: 100px;
    height: 84px;
    background: url("../img/bgSurvey.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    text-align: center;
    color: #342502;
    font-size: 1.5rem;
    line-height: 21px;
    font-weight: 700;
    padding: 10px 0 0;
  }
  .survey__list ul li + li {
    margin-left: 30px;
  }
  .survey__list ul li span {
    font-size: 2.3rem;
    line-height: 34px;
    font-weight: 700;
    display: block;
  }
  .survey__list ul li em {
    display: block;
    font-style: normal;
    font-size: 2.8rem;
    line-height: 30px;
  }
  .survey__list ul li:last-of-type span {
    font-size: 2rem;
    line-height: 29px;
  }
  .survey__main {
    margin-top: 16px;
    background: #fff;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    -moz-border-radius: 15px;
         border-radius: 15px;
    padding: 5px 8.2px 22px;
  }
  .survey__main__title {
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: #FECD07;
    padding: 0 0 0 254px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .survey__main__title::before {
    position: absolute;
    content: "";
    width: 48.88px;
    height: 67.68px;
    background: url("../img/iconNote.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 197px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .survey__main__title em {
    padding: 7px 0 8px 24px;
    font-style: normal;
    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;
  }
  .survey__main__title em::before, .survey__main__title em::after {
    content: "";
    width: 11.65px;
    height: 19.42px;
    background: url("../img/iconSplash2.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .survey__main__title em::before {
    margin-right: 6px;
  }
  .survey__main__title em::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    margin-left: 6px;
  }
  .survey__main__title em span {
    font-size: 1.5rem;
    line-height: 21px;
    font-weight: 900;
  }
  .survey__main__title h2 {
    font-size: 2.6rem;
    line-height: 37px;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 8px 0 14px;
  }
  .survey__main__title h2::after {
    position: absolute;
    content: "";
    width: 500%;
    height: 100%;
    background: #0D2561;
    z-index: -1;
    right: 0;
    top: 0;
  }
  .survey__main__contact {
    padding: 22px 10px 22px 22px;
  }
  .survey__main__contact .step {
    display: none;
  }
  .survey__main__contact .step .head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .survey__main__contact .step .head__icon {
    width: 63px;
    margin-right: 7px;
  }
  .survey__main__contact .step .head__icon img {
    width: 100%;
    height: 63px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    object-fit: cover;
  }
  .survey__main__contact .step .head__text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .survey__main__contact .step .head__text--labels {
    font-size: 1rem;
    line-height: 22px;
    color: #0D2561;
    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;
  }
  .survey__main__contact .step .head__text--labels span {
    font-size: 1.2rem;
    line-height: 22px;
    font-weight: 600;
    color: #727272;
  }
  .survey__main__contact .step .head__text--labels span.red {
    color: #F84B6C;
  }
  .survey__main__contact .step .head__text--bound {
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f0f4ff;
    position: relative;
    height: 8rem;
    width: 10rem;
  }
  .survey__main__contact .step .head__text--bound span {
    display: block;
    width: 1rem;
    height: 1rem;
    background: #324b85;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
    margin: auto;
  }
  .survey__main__contact .step .head__text--bound span:first-child {
    left: -2em;
    -webkit-animation: bound-anim 0.8s 0.2s infinite;
       -moz-animation: bound-anim 0.8s 0.2s infinite;
            animation: bound-anim 0.8s 0.2s infinite;
  }
  .survey__main__contact .step .head__text--bound span:nth-child(2) {
    left: 0;
    -webkit-animation: bound-anim 0.8s 0.3s infinite;
       -moz-animation: bound-anim 0.8s 0.3s infinite;
            animation: bound-anim 0.8s 0.3s infinite;
  }
  .survey__main__contact .step .head__text--bound span:nth-child(3) {
    left: 2em;
    -webkit-animation: bound-anim 0.8s 0.4s infinite;
       -moz-animation: bound-anim 0.8s 0.4s infinite;
            animation: bound-anim 0.8s 0.4s infinite;
  }
  .survey__main__contact .step .head__text--main {
    margin-top: 8px;
    display: inline-block;
    padding: 13px 20.5px 18px 15.5px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #F0F4FF;
    color: #0D2561;
  }
  .survey__main__contact .step .head__text--main h3 {
    font-size: 1.6rem;
    line-height: 24px;
  }
  .survey__main__contact .step .head__text--main h3 + h3 {
    margin-top: 12px;
  }
  .survey__main__contact .step .head__text--main h3 span {
    color: #FF0000;
  }
  .survey__main__contact .step .head__text--main h3 em {
    font-style: normal;
    background: #FFFF00;
  }
  .survey__main__contact .step .head__text--main p {
    font-size: 1.2rem;
    line-height: 17px;
  }
  .survey__main__contact .step .head + .head {
    margin-top: 15px;
  }
  .survey__main__contact .step__main .reply__main span {
    display: inline-block;
    padding: 13px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #0D2561;
    color: #fff;
    font-size: 1.8rem;
    line-height: 25px;
    font-weight: 700;
  }
  .survey__main__contact .step__main .reply__main p {
    font-size: 1.2rem;
    line-height: 17px;
    font-weight: 700;
    color: #0D2561;
  }
  .survey__main__contact .step__main ul {
    margin: 9px -6px -6px;
    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;
  }
  .survey__main__contact .step__main ul li {
    width: 344px;
    margin: 6px;
  }
  .survey__main__contact .step__main ul li span {
    display: block;
    text-align: center;
    font-size: 2rem;
    line-height: 29px;
    font-weight: 700;
    color: #fff;
    background: #FF8D1C;
    text-align: center;
    padding: 13px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    -moz-box-shadow: 0 4px 0 #b95e04;
         box-shadow: 0 4px 0 #b95e04;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .survey__main__contact .step__main ul li span:hover {
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
  }
  .survey__main__contact .step__main .form-group {
    margin-top: 19px;
  }
  .survey__main__contact .step__main .form-group .input input {
    background: #F4F4F4;
    -moz-border-radius: 10px;
         border-radius: 10px;
    height: 66px;
    font-size: 1.6rem;
    line-height: 26px;
    padding: 20px 21px;
    outline: none;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    width: 100%;
  }
  .survey__main__contact .step__main .form-group .input input::-webkit-input-placeholder {
    opacity: 1;
    color: #CECECE;
  }
  .survey__main__contact .step__main .form-group .input input::-moz-placeholder {
    opacity: 1;
    color: #CECECE;
  }
  .survey__main__contact .step__main .form-group .input input:-ms-input-placeholder {
    opacity: 1;
    color: #CECECE;
  }
  .survey__main__contact .step__main .form-group .input input::placeholder {
    opacity: 1;
    color: #CECECE;
  }
  .survey__main__contact .step__main .form-group .input .wrapSel {
    background: #F4F4F4;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .survey__main__contact .step__main .form-group .input .wrapSel::after {
    position: absolute;
    content: ">";
    font-size: 1.8rem;
    line-height: 26px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    pointer-events: none;
  }
  .survey__main__contact .step__main .form-group .input .wrapSel select {
    -moz-border-radius: 10px;
         border-radius: 10px;
    height: 66px;
    font-size: 1.6rem;
    line-height: 26px;
    padding: 20px 21px;
    outline: none;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
  }
  .survey__main__contact .step__main .form-group .more-box {
    margin-top: 16px;
    text-align: center;
  }
  .survey__main__contact .step__main .form-group .more-box .moreNew {
    cursor: pointer;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    margin: 0 -10px;
  }
  .survey__main__contact .step__main .form-group .more-box .more {
    cursor: pointer;
    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;
    text-align: center;
    font-size: 2rem;
    line-height: 29px;
    font-weight: 700;
    color: #fff;
    background: #FF8D1C;
    text-align: center;
    padding: 13px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    -moz-box-shadow: 0 4px 0 #b95e04;
         box-shadow: 0 4px 0 #b95e04;
    cursor: pointer;
    width: 100%;
    height: 58px;
    outline: none;
    border: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .survey__main__contact .step__main .form-group .more-box .more:hover {
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
  }
  .survey__main__contact .step__main .form-group .more-box .more.end {
    background: -webkit-gradient(linear, left top, right top, from(#ff8d1b), to(#fc741f));
    background: -webkit-linear-gradient(left, #ff8d1b 0%, #fc741f 100%);
    background: -moz- oldlinear-gradient(left, #ff8d1b 0%, #fc741f 100%);
    background: linear-gradient(90deg, #ff8d1b 0%, #fc741f 100%);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 2.4rem;
    height: 104px;
    border: 3px solid #FFD3DB;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .survey__main__contact .step__main .form-group .more-box .more.end::after {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/iconCircleArrow2.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .survey__main__contact .step + .step {
    margin-top: 9px;
  }
  .survey__main__contact .step.--active {
    display: block;
  }
  .survey__main__contact .step.--active .head__text--main {
    display: none;
  }
  .survey__main__contact .step.--active .step__main ul {
    display: none;
  }
  .survey__main__contact .step.--active .step__main .form-group {
    display: none;
  }
  .survey__main__contact .step.is_active .head__text--bound {
    display: none;
  }
  .survey__main__contact .step.is_active .head__text--main {
    display: inline-block;
  }
  .survey__main__contact .step.is_active .step__main ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .survey__main__contact .step.is_active .step__main .form-group {
    display: block;
  }
  .survey__main__contact .error {
    margin: 40px auto 10px;
    background: #FFE0DF;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 3px solid #FF5758;
    padding: 20px;
    width: 100%;
  }
  .survey__main__contact .error h3 {
    font-size: 1.6rem;
    color: #FF0000;
    line-height: 2.4rem;
    margin-bottom: 10px;
  }
  .survey__main__contact .error p {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #FF0000;
  }
  .survey__main__contact .error p span {
    font-weight: 700;
    border-bottom: 1px solid #FF0000;
  }
  .survey::after {
    display: none;
  }
  .survey {
    padding: 330px 0 33px;
    position: relative;
    margin-top: -310px;
    position: relative;
  }
  .survey::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -30px;
    width: -webkit-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    height: 357px;
    background: url(../img/survey_bg2.png) center/100% 100% no-repeat;
    display: block;
  }
  .survey::after {
    content: "";
    position: absolute;
    top: 222px;
    left: 0;
    height: -webkit-calc(100% - 222px);
    height: -moz-calc(100% - 222px);
    height: calc(100% - 222px);
    width: 100%;
    background: url(../img/survey_bg.png) center/100% 100% no-repeat;
    display: block;
  }
  .survey .survey_tt img {
    width: 294px;
  }
  .survey .survey_txt {
    text-align: center;
    font-size: 0;
    line-height: 0;
  }
  .survey .survey_txt img {
    width: 353px;
  }
  .survey .survey__main {
    padding: 0;
    margin: 0;
  }
  .survey .survey__row {
    position: relative;
    z-index: 3;
    max-width: 384px;
  }
  .survey .survey__main__contact {
    padding: 20px;
  }
  .survey .survey__main__contact .step__main ul li span {
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .survey .survey__main__contact .step .head__text--main {
    padding-right: 15px;
    background: #eaf3ff;
  }
  .survey .survey__main__contact .step .head {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .survey .step__main {
    margin-top: 9px;
  }
  .survey .survey__main__contact .step__main .reply__main span {
    padding: 23px 28px;
    background: #0d2561;
  }
  .survey .survey__main__contact .step__main .reply__main p {
    color: #0d2561;
  }
  .survey .survey__main__contact .step__main ul li span {
    background: -webkit-gradient(linear, left top, left bottom, from(#fece32), to(#ffa803));
    background: -webkit-linear-gradient(#fece32 0%, #ffa803 100%);
    background: -moz- oldlinear-gradient(#fece32 0%, #ffa803 100%);
    background: linear-gradient(#fece32 0%, #ffa803 100%);
  }
  .survey .survey__main__contact .step .head__text--main {
    color: #434343;
  }
  .survey .survey__main__contact .step__main .form-group .more-box .more {
    -moz-box-shadow: 0 4px 0 #cb5700;
         box-shadow: 0 4px 0 #cb5700;
    background: #f96d04;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .survey .survey__main__contact .step .head__text--labels {
    color: #434343;
  }
  .survey .survey__main__contact .step .head__icon {
    width: 49px;
  }
  .survey .survey__main__contact .step .head__icon img {
    height: 49px;
  }
  .survey .survey__main__contact .step__main .form-group .form_tt {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.375;
    text-align: left;
    color: #434343;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 7px;
  }
  .survey .survey__main__contact .step__main .form-group .form_tt span {
    width: 47px;
    height: 23px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f98903;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    margin-left: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
  }
  .btn_cm {
    margin-top: 57px;
    text-align: center;
  }
  .btn_cm a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    width: 344px;
    height: 57px;
    text-align: center;
    font-size: 2rem;
    line-height: 29px;
    font-weight: 700;
    color: #fff;
    background: #FF8D1C;
    text-align: center;
    padding: 13px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    -moz-box-shadow: 0 4px 0 #b95e04;
         box-shadow: 0 4px 0 #b95e04;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn_cm a:hover {
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
  }
  .thanksPage, .companyPage, .policyPage {
    height: 100%;
  }
  .thanksPage .container, .companyPage .container, .policyPage .container {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .thanksPage .container .footer, .companyPage .container .footer, .policyPage .container .footer {
    margin-top: auto;
  }
  .thanks {
    padding: 132px 0 80px;
    text-align: center;
  }
  .thanks h2 {
    font-size: 3.2rem;
    line-height: 1.53125;
    font-weight: 700;
    color: #0d2561;
  }
  .thanks .btn_tel {
    display: block;
    margin: 81px auto 61px;
    width: 483px;
  }
  .thanks .txt {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 26px;
    color: #0d2561;
  }
  .ttl2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.53125;
    text-align: center;
    color: #434343;
    margin-bottom: 20px;
  }
  .company {
    padding-top: 132px;
    padding-bottom: 50px;
  }
  .company .row {
    max-width: 536px;
  }
  .company .dlist {
    margin-bottom: 60px;
  }
  .company .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #434343;
    padding: 20px 0;
    border-bottom: 1px solid #9a9a9a;
  }
  .company .dlist dl dt {
    width: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: bold;
  }
  .company .dlist dl dd {
    width: 100%;
  }
  .policy {
    padding-top: 132px;
    padding-bottom: 50px;
  }
  .policy .row {
    max-width: 750px;
  }
  .policy .ttl2 {
    margin-bottom: 40px;
  }
  .policy .policy_main p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #434343;
  }
  .policy .policy_main dl {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #434343;
  }
  .policy .policy_main dl:first-of-type {
    margin-top: 40px;
  }
  .policy .policy_main dl + dl {
    margin-top: 30px;
  }
  .policy .policy_main dl dt {
    font-weight: bold;
    margin-bottom: 10px;
  }
}

@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;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
  }
  .header__main {
    padding: 1.93237vw 3.62319vw;
    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.fixed {
    background: #fff;
  }
  .header.fixed .header__logo a {
    background-image: url(../img/logo2.png) !important;
  }
  .header.header_top .header__logo a {
    background-image: url(../img/logo.png);
  }
  .header__logo {
    line-height: 0;
    font-size: 0;
  }
  .header__logo a {
    line-height: 0;
    width: 39.13043vw;
    height: 6.28019vw;
    background-image: url(../img/logo2.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    text-indent: -2415.21739vw;
  }
  .header__btn {
    margin-left: auto;
  }
  .header__btn a {
    display: block;
    width: 40.09662vw;
  }
  .footer {
    text-align: center;
    padding: 4.83092vw 0 13.28502vw;
    color: #434343;
  }
  .footer.st2 {
    color: #fff;
    background: #0d2561;
  }
  .footer.st2 a {
    color: #fff;
  }
  .footer_link {
    font-size: 3.86473vw;
    line-height: 1.375;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4.58937vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_link li:not(:last-child) {
    position: relative;
  }
  .footer_link li:not(:last-child)::after {
    content: "｜";
  }
  .footer_link li a {
    color: #434343;
  }
  .footer__copyright {
    font-size: 2.89855vw;
  }
  .mv {
    background: #0e4484;
    position: relative;
    padding-top: 18.11594vw;
    text-align: center;
  }
  .mv .row {
    padding: 0;
  }
  .mv::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 51.20773vw;
    background: url(../img/mv_bg_sp.png) center/100% 100% no-repeat;
    display: block;
  }
  .mv picture {
    position: relative;
    z-index: 2;
    display: block;
    text-align: right;
  }
  .mv picture img {
    width: 96.37681vw;
  }
  .cta {
    text-align: center;
    padding: 5.07246vw 0;
    line-height: 0;
  }
  .cta a {
    display: inline-block;
    width: 82.1256vw;
    line-height: 0;
  }
  .card {
    padding-bottom: 11.5942vw;
    background: #c3d1e3;
  }
  .card_head {
    padding: 4.34783vw 0;
    background: #0e4384;
    margin-bottom: 5.31401vw;
  }
  .card_head h2 {
    text-align: center;
  }
  .card_head h2 img {
    width: 79.95169vw;
  }
  .card .card_list {
    margin-bottom: 4.83092vw;
  }
  .card .card_list li {
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #fff;
    -moz-box-shadow: 0vw 0.48309vw 1.20773vw rgba(0, 0, 0, 0.06);
         box-shadow: 0vw 0.48309vw 1.20773vw rgba(0, 0, 0, 0.06);
  }
  .card .card_list li + li {
    margin-top: 2.41546vw;
  }
  .card .card_text {
    text-align: center;
    margin-bottom: 7.24638vw;
  }
  .card .card_btn {
    width: 82.6087vw;
    display: block;
    margin: 0 auto;
  }
  .worried {
    background: url(../img/dots.png) repeat;
    padding-bottom: 9.90338vw;
  }
  .worried h2 {
    background: url(../img/worried_bg_tt_sp.png) center/100% 100% no-repeat;
    text-align: center;
    padding: 3.62319vw 0 7.72947vw;
    margin-bottom: 2.41546vw;
  }
  .worried h2 img {
    width: 81.64251vw;
  }
  .worried .worried_img {
    text-align: center;
  }
  .ttl {
    padding: 3.62319vw 0;
    background: #0e4384;
    text-align: center;
  }
  .solution {
    text-align: center;
    padding-bottom: 14.49275vw;
  }
  .solution .ttl {
    margin-bottom: 6.28019vw;
  }
  .solution .ttl img {
    width: 62.80193vw;
  }
  .solution .solution_txt img {
    width: 85.50725vw;
  }
  .solution .txt01 {
    font-weight: 500;
    font-size: 3.86473vw;
    line-height: 1.5625;
    color: #434343;
    margin: 5.07246vw 0 7.24638vw;
  }
  .solution .txt02 {
    font-weight: 900;
    font-size: 7.00483vw;
    line-height: 1.24138;
    color: #434343;
    margin-bottom: 7.24638vw;
  }
  .solution .txt02 span {
    color: #FEB732;
  }
  .solution .solution_btn {
    display: inline-block;
    width: 82.6087vw;
  }
  .points {
    background: #f2f5f8;
    padding-bottom: 9.66184vw;
    text-align: center;
  }
  .points .ttl img {
    width: 58.45411vw;
  }
  .points .points_main h3 {
    margin: 2.89855vw 0;
  }
  .points .points_main h3 img {
    width: 60.86957vw;
  }
  .points .points_main ul {
    padding-left: 5.07246vw;
    padding-right: 5.07246vw;
    display: -ms-grid;
    display: grid;
    gap: 2.89855vw 3.38164vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .points .points_main ul li {
    font-size: 0;
    line-height: 0;
  }
  .points .points_bot {
    margin-top: 5.31401vw;
    position: relative;
  }
  .points .points_bot::before {
    content: "";
    position: absolute;
    top: 2.41546vw;
    left: 0;
    width: 100%;
    height: 24.87923vw;
    background: #0e4384;
    display: block;
  }
  .points .points_bot_main {
    position: relative;
    z-index: 2;
  }
  .points .points_bot .points_bot_img1 {
    font-size: 0;
    line-height: 0;
  }
  .points .points_bot .points_bot_img2 {
    width: 82.6087vw;
    font-size: 0;
    line-height: 0;
    margin: 4.83092vw auto 0;
  }
  .benefits {
    background: url(../img/benefits_bg.png) repeat;
    text-align: center;
    -moz-background-size: 29.22705vw 41.78744vw;
         background-size: 29.22705vw 41.78744vw;
  }
  .benefits h2 {
    background: url(../img/worried_bg_tt.png) center/100% 100% no-repeat;
    text-align: center;
    padding: 2.89855vw 0 7.24638vw;
    margin-bottom: 1.44928vw;
  }
  .benefits h2 img {
    width: 69.08213vw;
  }
  .benefits .row {
    padding: 0;
  }
  .people {
    text-align: center;
    position: relative;
    z-index: 4;
  }
  .people .ttl img {
    width: 67.63285vw;
  }
  .people .txt01 {
    font-weight: bold;
    font-size: 5.7971vw;
    line-height: 1.16667;
    text-align: center;
    color: #434343;
    margin: 3.62319vw 0 2.41546vw;
  }
  .people .people_img1 {
    margin-bottom: 2.89855vw;
  }
  .people .people_img1 img {
    width: 82.1256vw;
  }
  .people .people_img2 {
    margin-top: 11.11111vw;
  }
  .people .people_img2 img {
    width: 90.09662vw;
  }
  .people .people_btn {
    display: inline-block;
    width: 82.6087vw;
  }
  .survey {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-bottom: 2.99517vw;
  }
  .survey::after {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 1.93237vw);
    height: -moz-calc(100% - 1.93237vw);
    height: calc(100% - 1.93237vw);
    background: #F84B6C;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .survey__list ul {
    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;
    margin-top: -1.93237vw;
  }
  .survey__list ul li {
    width: 24.15459vw;
    height: 20.28986vw;
    background: url("../img/bgSurvey.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    text-align: center;
    color: #342502;
    font-size: 3.62319vw;
    line-height: 1;
    font-weight: 700;
    padding: 4.10628vw 1.69082vw 0 0;
  }
  .survey__list ul li + li {
    margin-left: 7.24638vw;
  }
  .survey__list ul li span {
    font-size: 5.55556vw;
    line-height: 1;
    font-weight: 700;
    display: block;
  }
  .survey__list ul li em {
    display: block;
    font-style: normal;
    font-size: 6.76329vw;
    line-height: 7.72947vw;
  }
  .survey__list ul li:nth-of-type(1) span {
    margin-bottom: 0.96618vw;
  }
  .survey__list ul li:nth-of-type(2) {
    font-size: 4.10628vw;
  }
  .survey__list ul li:nth-of-type(2) span {
    margin-bottom: 1.44928vw;
  }
  .survey__list ul li:last-of-type {
    padding-top: 3.1401vw;
  }
  .survey__list ul li:last-of-type span {
    font-size: 4.83092vw;
    line-height: 1;
  }
  .survey__main {
    margin-top: 4.83092vw;
    background: #fff;
    -moz-box-shadow: 0 0 1.44928vw rgba(0, 0, 0, 0.16);
         box-shadow: 0 0 1.44928vw rgba(0, 0, 0, 0.16);
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
    padding: 1.20773vw 1.93237vw 6.03865vw;
  }
  .survey__main__title {
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
    background: #FECD07;
    padding: 0 0 0 14.97585vw;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .survey__main__title::before {
    position: absolute;
    content: "";
    width: 11.80676vw;
    height: 16.34783vw;
    background: url("../img/iconNote.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 1.66667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .survey__main__title em {
    padding: 1.69082vw 0 1.69082vw 6.03865vw;
    font-style: normal;
    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;
  }
  .survey__main__title em::before, .survey__main__title em::after {
    content: "";
    width: 2.81401vw;
    height: 4.69082vw;
    background: url("../img/iconSplash2.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .survey__main__title em::before {
    margin-right: 1.44928vw;
  }
  .survey__main__title em::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    margin-left: 1.44928vw;
  }
  .survey__main__title em span {
    font-size: 3.62319vw;
    line-height: 5.07246vw;
    font-weight: 900;
  }
  .survey__main__title h2 {
    font-size: 6.28019vw;
    line-height: 8.9372vw;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 1.93237vw 0 3.38164vw;
  }
  .survey__main__title h2::after {
    position: absolute;
    content: "";
    width: 500%;
    height: 100%;
    background: #0D2561;
    z-index: -1;
    right: 0;
    top: 0;
  }
  .survey__main__contact {
    padding: 3.09179vw 4.34783vw 0 2.41546vw;
  }
  .survey__main__contact .step {
    display: none;
  }
  .survey__main__contact .step .head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .survey__main__contact .step .head__icon {
    width: 15.21739vw;
    margin-right: 1.69082vw;
  }
  .survey__main__contact .step .head__icon img {
    width: 100%;
    height: 15.21739vw;
    object-fit: cover;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .survey__main__contact .step .head__text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .survey__main__contact .step .head__text--labels {
    font-size: 2.41546vw;
    line-height: 5.31401vw;
    color: #0D2561;
    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;
  }
  .survey__main__contact .step .head__text--labels span {
    font-size: 2.89855vw;
    line-height: 5.31401vw;
    font-weight: 600;
    color: #727272;
  }
  .survey__main__contact .step .head__text--labels span.red {
    color: #F84B6C;
  }
  .survey__main__contact .step .head__text--bound {
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f0f4ff;
    position: relative;
    height: 19.32367vw;
    width: 24.15459vw;
  }
  .survey__main__contact .step .head__text--bound span {
    display: block;
    width: 2.41546vw;
    height: 2.41546vw;
    background: #324b85;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.41546vw;
    margin: auto;
  }
  .survey__main__contact .step .head__text--bound span:first-child {
    left: -7.72947vw;
    -webkit-animation: bound-anim 0.8s 0.2s infinite;
       -moz-animation: bound-anim 0.8s 0.2s infinite;
            animation: bound-anim 0.8s 0.2s infinite;
  }
  .survey__main__contact .step .head__text--bound span:nth-child(2) {
    left: 0;
    -webkit-animation: bound-anim 0.8s 0.3s infinite;
       -moz-animation: bound-anim 0.8s 0.3s infinite;
            animation: bound-anim 0.8s 0.3s infinite;
  }
  .survey__main__contact .step .head__text--bound span:nth-child(3) {
    left: 7.72947vw;
    -webkit-animation: bound-anim 0.8s 0.4s infinite;
       -moz-animation: bound-anim 0.8s 0.4s infinite;
            animation: bound-anim 0.8s 0.4s infinite;
  }
  .survey__main__contact .step .head__text--main {
    margin-top: 1.93237vw;
    display: block;
    padding: 3.1401vw 3.62319vw 4.34783vw 3.74396vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #F0F4FF;
    color: #0D2561;
  }
  .survey__main__contact .step .head__text--main h3 {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
  }
  .survey__main__contact .step .head__text--main h3 + h3 {
    margin-top: 2.89855vw;
  }
  .survey__main__contact .step .head__text--main h3 span {
    color: #FF0000;
  }
  .survey__main__contact .step .head__text--main h3 em {
    font-style: normal;
    background: #FFFF00;
  }
  .survey__main__contact .step .head__text--main p {
    font-size: 2.89855vw;
    line-height: 4.10628vw;
  }
  .survey__main__contact .step .head + .head {
    margin-top: 3.62319vw;
  }
  .survey__main__contact .step__main .reply__main {
    margin-top: 3.62319vw;
  }
  .survey__main__contact .step__main .reply__main span {
    display: inline-block;
    padding: 5.55556vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #0D2561;
    color: #fff;
    font-size: 4.34783vw;
    line-height: 6.03865vw;
    font-weight: 700;
  }
  .survey__main__contact .step__main .reply__main p {
    font-size: 2.89855vw;
    line-height: 4.10628vw;
    font-weight: 700;
    color: #0D2561;
  }
  .survey__main__contact .step__main ul {
    margin: 3.62319vw 0 0;
    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;
  }
  .survey__main__contact .step__main ul li {
    width: 100%;
  }
  .survey__main__contact .step__main ul li + li {
    margin-top: 2.41546vw;
  }
  .survey__main__contact .step__main ul li span {
    display: block;
    text-align: center;
    font-size: 4.83092vw;
    line-height: 7.00483vw;
    font-weight: 700;
    color: #fff;
    width: 100%;
    background: #FF8D1C;
    text-align: center;
    padding: 3.1401vw 2.41546vw 3.62319vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    -moz-box-shadow: 0 0.96618vw 0 #b95e04;
         box-shadow: 0 0.96618vw 0 #b95e04;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .survey__main__contact .step__main ul li span:hover {
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
  }
  .survey__main__contact .step__main .form-group {
    margin-top: 4.58937vw;
  }
  .survey__main__contact .step__main .form-group .input input {
    background: #F4F4F4;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    min-height: 15.94203vw;
    font-size: 1.6rem;
    line-height: 26px;
    padding: 4.83092vw 5.07246vw;
    outline: none;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    width: 100%;
  }
  .survey__main__contact .step__main .form-group .input input::-webkit-input-placeholder {
    opacity: 1;
    color: #CECECE;
  }
  .survey__main__contact .step__main .form-group .input input::-moz-placeholder {
    opacity: 1;
    color: #CECECE;
  }
  .survey__main__contact .step__main .form-group .input input:-ms-input-placeholder {
    opacity: 1;
    color: #CECECE;
  }
  .survey__main__contact .step__main .form-group .input input::placeholder {
    opacity: 1;
    color: #CECECE;
  }
  .survey__main__contact .step__main .form-group .input .wrapSel {
    background: #F4F4F4;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .survey__main__contact .step__main .form-group .input .wrapSel::after {
    position: absolute;
    content: ">";
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    right: 3.62319vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    pointer-events: none;
  }
  .survey__main__contact .step__main .form-group .input .wrapSel select {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    min-height: 15.94203vw;
    font-size: 1.6rem;
    line-height: 26px;
    padding: 4.83092vw 5.07246vw;
    outline: none;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
  }
  .survey__main__contact .step__main .form-group .more-box {
    margin-top: 3.86473vw;
    text-align: center;
  }
  .survey__main__contact .step__main .form-group .more-box .moreNew {
    cursor: pointer;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    background-color: transparent;
  }
  .survey__main__contact .step__main .form-group .more-box .more {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    text-align: center;
    font-size: 4.83092vw;
    line-height: 7.00483vw;
    font-weight: 700;
    color: #fff;
    background: #FF8D1C;
    text-align: center;
    padding: 3.1401vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    -moz-box-shadow: 0 0.96618vw 0 #b95e04;
         box-shadow: 0 0.96618vw 0 #b95e04;
    cursor: pointer;
    width: 62.56039vw;
    height: 13.76812vw;
    outline: none;
    border: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .survey__main__contact .step__main .form-group .more-box .more:hover {
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
  }
  .survey__main__contact .step__main .form-group .more-box .more.end {
    background: -webkit-gradient(linear, left top, right top, from(#ff8d1b), to(#fc741f));
    background: -webkit-linear-gradient(left, #ff8d1b 0%, #fc741f 100%);
    background: -moz- oldlinear-gradient(left, #ff8d1b 0%, #fc741f 100%);
    background: linear-gradient(90deg, #ff8d1b 0%, #fc741f 100%);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 2.4rem;
    height: 25.12077vw;
    width: 100%;
    border: 0.72464vw solid #FFD3DB;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .survey__main__contact .step__main .form-group .more-box .more.end::after {
    position: absolute;
    content: "";
    width: 4.58937vw;
    height: 4.58937vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    right: 4.83092vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/iconCircleArrow2.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .survey__main__contact .step + .step {
    margin-top: 2.17391vw;
  }
  .survey__main__contact .step.--active {
    display: block;
  }
  .survey__main__contact .step.--active .head__text--main {
    display: none;
  }
  .survey__main__contact .step.--active .step__main ul {
    display: none;
  }
  .survey__main__contact .step.--active .step__main .form-group {
    display: none;
  }
  .survey__main__contact .step.is_active .head__text--bound {
    display: none;
  }
  .survey__main__contact .step.is_active .head__text--main {
    display: inline-block;
  }
  .survey__main__contact .step.is_active .step__main ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .survey__main__contact .step.is_active .step__main .form-group {
    display: block;
  }
  .survey__main__contact .error {
    margin: 9.66184vw auto v(10);
    background: #FFE0DF;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    border: 3px solid #FF5758;
    padding: 4.83092vw;
    width: 100%;
  }
  .survey__main__contact .error h3 {
    font-size: 3.86473vw;
    color: #FF0000;
    line-height: 5.7971vw;
    margin-bottom: 2.41546vw;
  }
  .survey__main__contact .error p {
    margin-bottom: 0;
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    color: #FF0000;
  }
  .survey__main__contact .error p span {
    font-weight: 700;
    border-bottom: 1px solid #FF0000;
  }
  .survey::after {
    display: none;
  }
  .survey {
    padding: 53.1401vw 0 7.97101vw;
    position: relative;
    margin-top: -50.72464vw;
    position: relative;
  }
  .survey::before {
    content: "";
    position: absolute;
    top: 0;
    left: -9.17874vw;
    width: 118.35749vw;
    height: 62.80193vw;
    background: url(../img/survey_bg2.png) center/100% 100% no-repeat;
    display: block;
  }
  .survey::after {
    content: "";
    position: absolute;
    top: 48.30918vw;
    left: 0;
    height: -webkit-calc(100% - 48.30918vw);
    height: -moz-calc(100% - 48.30918vw);
    height: calc(100% - 48.30918vw);
    width: 100%;
    background: url(../img/survey_bg.png) center/100% 100% no-repeat;
    display: block;
  }
  .survey .survey_txt {
    text-align: center;
    font-size: 0;
    line-height: 0;
  }
  .survey .survey_txt img {
    width: 71.01449vw;
  }
  .survey .survey__main {
    padding: 0;
    margin: 0;
  }
  .survey .survey__row {
    position: relative;
    z-index: 3;
  }
  .survey .survey__main__contact {
    padding: 4.83092vw;
  }
  .survey .survey__main__contact .step__main ul li span {
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .survey .survey__main__contact .step .head__text--main {
    padding-right: 3.62319vw;
    background: #eaf3ff;
  }
  .survey .survey__main__contact .step .head {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .survey .step__main {
    margin-top: 2.17391vw;
  }
  .survey .survey__main__contact .step__main .reply__main span {
    padding: 5.55556vw 6.76329vw;
    background: #0d2561;
  }
  .survey .survey__main__contact .step__main .reply__main p {
    color: #0d2561;
  }
  .survey .survey__main__contact .step__main ul li span {
    background: -webkit-gradient(linear, left top, left bottom, from(#fece32), to(#ffa803));
    background: -webkit-linear-gradient(#fece32 0%, #ffa803 100%);
    background: -moz- oldlinear-gradient(#fece32 0%, #ffa803 100%);
    background: linear-gradient(#fece32 0%, #ffa803 100%);
  }
  .survey .survey__main__contact .step .head__text--main {
    color: #434343;
  }
  .survey .survey__main__contact .step__main .form-group .more-box .more {
    -moz-box-shadow: 0 0.96618vw 0 #cb5700;
         box-shadow: 0 0.96618vw 0 #cb5700;
    background: #f96d04;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .survey .survey__main__contact .step .head__text--labels {
    color: #434343;
  }
  .survey .survey__main__contact .step .head__icon {
    width: 11.83575vw;
  }
  .survey .survey__main__contact .step .head__icon img {
    height: 11.83575vw;
  }
  .survey .survey__main__contact .step__main .form-group .form_tt {
    font-weight: normal;
    font-size: 3.86473vw;
    line-height: 1.375;
    text-align: left;
    color: #434343;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.69082vw;
  }
  .survey .survey__main__contact .step__main .form-group .form_tt span {
    width: 11.35266vw;
    height: 5.55556vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f98903;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    margin-left: 2.41546vw;
    font-weight: bold;
    font-size: 3.38164vw;
    color: #fff;
  }
  .btn_cm {
    margin-top: 13.76812vw;
    text-align: center;
  }
  .btn_cm a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    width: 83.09179vw;
    height: 13.76812vw;
    text-align: center;
    font-size: 4.83092vw;
    line-height: 7.00483vw;
    font-weight: 700;
    color: #fff;
    background: #FF8D1C;
    text-align: center;
    padding: 3.1401vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    -moz-box-shadow: 0 0.96618vw 0 #b95e04;
         box-shadow: 0 0.96618vw 0 #b95e04;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn_cm a:hover {
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
  }
  .thanks {
    padding: 31.88406vw 3.62319vw 16.90821vw;
    text-align: center;
  }
  .thanks h2 {
    font-size: 7.72947vw;
    line-height: 11.83575vw;
    font-weight: 700;
    color: #0d2561;
  }
  .thanks .btn_tel {
    display: block;
    margin: 13.04348vw auto 9.82287vw;
    width: 77.77778vw;
  }
  .thanks .txt {
    font-size: 3.1401vw;
    line-height: 5.7971vw;
    font-weight: 500;
    margin-top: 6.28019vw;
    color: #0d2561;
  }
  .ttl2 {
    font-weight: bold;
    font-size: 7.72947vw;
    line-height: 1.53125;
    text-align: center;
    color: #434343;
    margin-bottom: 4.83092vw;
  }
  .company {
    padding-top: 31.88406vw;
    padding-bottom: 12.07729vw;
  }
  .company .row {
    max-width: 112.07729vw;
  }
  .company .dlist {
    margin-bottom: 14.49275vw;
  }
  .company .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.86473vw;
    line-height: 1.75;
    text-align: left;
    color: #434343;
    padding: 4.83092vw 0;
    border-bottom: 1px solid #9a9a9a;
  }
  .company .dlist dl dt {
    width: 28.98551vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: bold;
  }
  .company .dlist dl dd {
    width: 100%;
  }
  .policy {
    padding-top: 31.88406vw;
    padding-bottom: 12.07729vw;
  }
  .policy .row {
    max-width: 181.15942vw;
  }
  .policy .ttl2 {
    margin-bottom: 9.66184vw;
  }
  .policy .policy_main p {
    font-weight: normal;
    font-size: 3.86473vw;
    line-height: 1.75;
    text-align: left;
    color: #434343;
  }
  .policy .policy_main dl {
    font-weight: normal;
    font-size: 3.86473vw;
    line-height: 1.75;
    text-align: left;
    color: #434343;
  }
  .policy .policy_main dl:first-of-type {
    margin-top: 9.66184vw;
  }
  .policy .policy_main dl + dl {
    margin-top: 7.24638vw;
  }
  .policy .policy_main dl dt {
    font-weight: bold;
    margin-bottom: 2.41546vw;
  }
}

.error2 {
  color: #ff0000;
  display: block;
}

@-webkit-keyframes bound-anim {
  0%,
  to {
    top: -1em;
  }
  30% {
    top: -1.5em;
  }
}

@-moz-keyframes bound-anim {
  0%,
  to {
    top: -1em;
  }
  30% {
    top: -1.5em;
  }
}

@keyframes bound-anim {
  0%,
  to {
    top: -1em;
  }
  30% {
    top: -1.5em;
  }
}

.reply {
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: none;
}

.reply.is_active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
