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

@media screen and (min-width: 769px), print {
  .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

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

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  body {
    padding-top: 112px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
  }
  .header_text {
    background-color: #9f1a1a;
  }
  .header_text p {
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
  }
  .header_main .row {
    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;
    height: 74px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_main .row h1 {
    font-size: 0;
    line-height: 1;
  }
  .header_main .row h1 a {
    display: inline-block;
    width: 250px;
  }
  .header_main .row 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;
  }
  .header_main .row ul li {
    font-size: 0;
    line-height: 1;
  }
  .header_main .row ul .btn_mail {
    width: 230px;
    display: block;
    margin-left: 8px;
    max-width: 20vw;
  }
  .header_main .row ul .btn_line {
    width: 230px;
    display: block;
    margin-left: 15px;
    max-width: 20vw;
  }
  .header_main .row .header_main_tel {
    position: relative;
    padding-left: 48px;
    display: inline-block;
    color: #ff4526;
  }
  .header_main .row .header_main_tel::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 43px;
    height: 28px;
    background: url(../img/ic_tel.png) center/100% 100% no-repeat;
    display: block;
  }
  .header_main .row .header_main_tel span {
    line-height: 1;
    display: block;
    white-space: nowrap;
    font-weight: bold;
    font-size: -webkit-calc(min(3.5vw, 20px));
    font-size: -moz-calc(min(3.5vw, 20px));
    font-size: calc(min(3.5vw, 20px));
    text-align: left;
  }
  .header_main .row .header_main_tel small {
    font-weight: bold;
    font-size: -webkit-calc(min(3.5vw, 10px));
    font-size: -moz-calc(min(3.5vw, 10px));
    font-size: calc(min(3.5vw, 10px));
    line-height: 1.1;
    display: block;
    text-align: left;
  }
  .footer {
    padding: 20px 0;
  }
  .footer .company .row {
    max-width: 384px;
  }
  .footer .company h2 {
    margin-bottom: 21px;
    font-weight: bold;
    font-size: 24px;
  }
  .footer .company .dlist dl {
    font-size: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .company .dlist dl + dl {
    margin-top: 15px;
  }
  .footer .company .dlist dl dt {
    width: 97px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer .company .dlist dl dd {
    width: 100%;
  }
  .footer .copyright {
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
  }
  .p_top .mv {
    background: url(../img/mv_bg.jpg) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .cta {
    background: #ffd800;
    padding: 148px 0 33px;
    position: relative;
  }
  .p_top .cta.st2 {
    background-color: #ffb400;
    padding: 30px 0;
  }
  .p_top .cta .row {
    max-width: 780px;
  }
  .p_top .cta .cta_tt {
    position: absolute;
    left: 50%;
    top: -66px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_top .cta .cta_tt img {
    width: 389px;
  }
  .p_top .cta .cta_box {
    background-color: #fff;
    border-width: 2px;
    border-color: black;
    border-style: dashed;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background-color: white;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
         box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
    padding: 15px;
    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;
  }
  .p_top .cta .cta_box_l {
    width: 49%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    line-height: 0;
  }
  .p_top .cta .cta_box_l em {
    font-style: normal;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 8px;
    color: #ffd800;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
  }
  .p_top .cta .cta_box_l em span {
    font-size: 4.1rem;
  }
  .p_top .cta .cta_box_r {
    width: 49%;
  }
  .p_top .cta .cta_box_r a {
    display: block;
  }
  .p_top .cta .cta_box_r .btn_mail {
    margin-bottom: 7px;
  }
  .p_top .cta .cta_tel {
    position: relative;
    padding-left: 77px;
    display: inline-block;
    color: #ff4526;
    margin-bottom: 18px;
  }
  .p_top .cta .cta_tel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 50px;
    background: url(../img/ic_tel.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta .cta_tel span {
    line-height: 1;
    display: block;
    white-space: nowrap;
    font-weight: bold;
    font-size: -webkit-calc(min(3.5vw, 35px));
    font-size: -moz-calc(min(3.5vw, 35px));
    font-size: calc(min(3.5vw, 35px));
    text-align: left;
  }
  .p_top .cta .cta_tel small {
    font-weight: bold;
    font-size: -webkit-calc(min(3.5vw, 14px));
    font-size: -moz-calc(min(3.5vw, 14px));
    font-size: calc(min(3.5vw, 14px));
    line-height: 1.1;
    display: block;
    text-align: left;
  }
  .p_top .blk01 {
    background: url(../img/blk01_bg.png) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .blk01 .blk01_img {
    display: block;
  }
  .p_top .blk01 .blk01_img img {
    width: 100%;
  }
  .p_top .blk02 {
    background-color: #242424;
  }
  .p_top .blk02 .row {
    padding: 36px 0 80px;
    position: relative;
  }
  .p_top .blk02 .row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: url(../img/blk02_bg.png) repeat-x;
    display: block;
  }
  .p_top .blk02 .blk02_img {
    display: block;
    text-align: center;
  }
  .p_top .blk02 .blk02_img img {
    width: 593px;
  }
  .p_top .blk03 {
    padding-bottom: 45px;
    position: relative;
    margin-top: -40px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 2;
  }
  .p_top .blk03::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 238px;
    background: url(../img/blk03_bg.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk03::after {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
    background: #da402a;
    display: block;
    z-index: -1;
  }
  .p_top .blk03 .row {
    max-width: 774px;
  }
  .p_top .blk03 .row {
    position: relative;
  }
  .p_top .blk03 h2 {
    text-align: center;
  }
  .p_top .blk03 h2 img {
    width: 442px;
  }
  .p_top .blk03 ul {
    padding-top: 30px;
  }
  .p_top .blk03 ul li {
    text-align: center;
  }
  .p_top .blk03 ul li + li {
    margin-top: 28px;
  }
  .p_top .blk03 ul li img {
    width: 874px;
  }
  .p_top .blk04 {
    background-color: #ffd800;
    padding: 0 0 38px;
  }
  .p_top .blk04 .row {
    max-width: 794px;
  }
  .p_top .blk04 h2 {
    top: -11px;
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: -11px;
  }
  .p_top .blk04 h2 img {
    width: 421px;
  }
  .p_top .blk05 {
    background: url(../img/blk05_bg.png) repeat;
    -moz-background-size: 29px 30px;
         background-size: 29px 30px;
    padding: 30px 0 57px;
  }
  .p_top .blk05 .row {
    max-width: 775px;
  }
  .p_top .blk05 .box {
    background-color: #fff;
    -moz-border-radius: 12px;
         border-radius: 12px;
    overflow: hidden;
  }
  .p_top .blk05 .box dl dt {
    background-color: #a42412;
    text-align: center;
    padding: 25px;
  }
  .p_top .blk05 .box dl dt img {
    width: 209px;
  }
  .p_top .blk05 .box dl dd {
    padding: 33px;
  }
  .p_top .blk05 .box dl dd .pic {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  .p_top .blk05 .box dl dd .pic img {
    width: 627px;
  }
  .p_top .blk05 .box dl dd ul li {
    background-color: #f7e3e3;
    padding: 17px;
    padding-top: 0;
    -moz-border-radius: 5px;
         border-radius: 5px;
    color: #470d0d;
    font-size: 12px;
  }
  .p_top .blk05 .box dl dd ul li + li {
    margin-top: 33px;
  }
  .p_top .blk05 .box dl dd ul li h3 {
    font-size: 24px;
    font-weight: bold;
    color: #470d0d;
    line-height: 1;
    position: relative;
    top: -12px;
    margin-bottom: 5px;
  }
  .p_top .blk06 {
    padding: 45px 0 70px;
  }
  .p_top .blk06 .row {
    max-width: 778px;
  }
  .p_top .blk06 h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  .p_top .blk06 h2 img {
    width: 275px;
  }
  .p_top .form {
    background: transparent;
  }
  .p_top .form .form_inner {
    background-color: #fff;
    padding: 35px 45px 30px;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .p_top .form button {
    border: 0;
    cursor: pointer;
    background-color: transparent;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    width: 276px;
  }
  .p_top .form .txt_error {
    font-size: 10px;
    text-align: left;
    color: #f20000;
    margin-top: 2px;
  }
  .p_top .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 28px 0 25px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .form .checkboxWr div, .p_top .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-size: 15px;
  }
  .p_top .form .checkboxWr label a {
    color: #0090ff;
  }
  .p_top .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 25px;
  }
  .p_top .form .checkboxWr 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: 18px;
    height: 18px;
    border-width: 1px;
    border-color: #767676;
    border-style: solid;
    -moz-border-radius: 3px;
         border-radius: 3px;
    background-color: white;
  }
  .p_top .form .checkboxWr label span::after {
    left: 7px;
    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 .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .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 .form dl + dl {
    margin-top: 15px;
  }
  .p_top .form dl dt {
    width: 210px;
    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;
    font-weight: bold;
    font-size: 18px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 22px;
    margin-top: 12px;
  }
  .p_top .form dl dt span {
    min-width: 50px;
    min-height: 24px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    background: #c22d15;
    font-size: 15px;
    text-align: center;
    padding: 0 5px;
    color: #fff;
    font-weight: 400;
  }
  .p_top .form dl dd {
    width: 100%;
  }
  .p_top .form dl dd .select {
    width: 190px;
  }
  .p_top .form dl dd .select label {
    display: block;
    height: 52px;
    position: relative;
    background: #fff;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background-color: #ededed;
  }
  .p_top .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 20px;
    background: transparent;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_top .form dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_top .form dl dd input {
    padding: 0 20px;
    outline: none;
    font-size: 18px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background-color: #ededed;
    height: 52px;
    width: 100%;
    border: 0;
  }
  .p_top .form dl dd input::-webkit-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd input::-moz-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd input:-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd input::placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd textarea {
    padding: 10px 20px;
    outline: none;
    font-size: 18px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background-color: #ededed;
    height: 240px;
    width: 100%;
    border: 0;
  }
  .p_top .form dl dd textarea::-webkit-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd textarea::-moz-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd textarea:-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd textarea::placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .contact {
    padding-bottom: 40px;
    background: #ffd800;
    position: relative;
    text-align: center;
  }
  .p_top .contact .row {
    max-width: 784px;
  }
  .p_top .contact h2 {
    text-align: center;
    margin-bottom: 17px;
    position: relative;
    top: -25px;
  }
  .p_top .contact h2 img {
    width: 404px;
  }
  .p_top .contact .contact_tel {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #ff4526;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 14px 20px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding-left: 92px;
  }
  .p_top .contact .contact_tel::before {
    content: "";
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
    width: 60px;
    height: 40px;
    background: url(../img/ic_tel.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .contact .contact_tel span {
    line-height: 1;
    display: block;
    white-space: nowrap;
    font-weight: bold;
    font-size: -webkit-calc(min(3.5vw, 27px));
    font-size: -moz-calc(min(3.5vw, 27px));
    font-size: calc(min(3.5vw, 27px));
    text-align: left;
  }
  .p_top .contact .contact_tel small {
    font-weight: bold;
    font-size: -webkit-calc(min(3.5vw, 14px));
    font-size: -moz-calc(min(3.5vw, 14px));
    font-size: calc(min(3.5vw, 14px));
    line-height: 1.3;
    display: block;
    text-align: left;
  }
  .p_thanks .thanks {
    text-align: center;
    padding: 45px 0 55px;
    min-height: -webkit-calc(100vh - 84px - 397px);
    min-height: -moz-calc(100vh - 84px - 397px);
    min-height: calc(100vh - 84px - 397px);
  }
  .p_thanks .thanks h2 {
    font-weight: 900;
    font-size: 31px;
    line-height: 1.29032;
    text-align: center;
    margin-bottom: 28px;
  }
  .p_thanks .thanks p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner, .row {
    padding-left: 1.89855vw;
    padding-right: 1.89855vw;
  }
  body {
    padding-top: 22.70531vw;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
  }
  .header_text {
    background-color: #9f1a1a;
  }
  .header_text p {
    color: #fff;
    font-size: 2.89855vw;
    padding: 1.20773vw 0;
  }
  .header_main .row {
    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;
    height: 15.94203vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_main .row h1 {
    font-size: 0;
    line-height: 1;
    margin-right: 10px;
  }
  .header_main .row h1 a {
    display: inline-block;
    width: 39.37681vw;
  }
  .header_main .row 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;
    -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; */
  }
  .header_main .row ul li {
    font-size: 0;
    line-height: 1;
  }
  .header_main .row ul .btn_mail {
    width: 13.16908vw;
    display: block;
    margin-left: 0.96618vw;
    max-width: 20vw;
  }
  .header_main .row ul .btn_line {
    width: 13.16908vw;
    display: block;
    margin-left: 1.57005vw;
    max-width: 20vw;
  }
  .header_main .row .header_main_tel {
    position: relative;
    padding-left: 11.5942vw;
    display: inline-block;
    color: #ff4526;
  }
  .header_main .row .header_main_tel::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10.38647vw;
    height: 6.76329vw;
    background: url(../img/ic_tel.png) center/100% 100% no-repeat;
    display: block;
  }
  .header_main .row .header_main_tel span {
    line-height: 1;
    display: block;
    white-space: nowrap;
    font-weight: bold;
    font-size: -webkit-calc(min(3.5vw, vw(20)));
    font-size: -moz-calc(min(3.5vw, vw(20)));
    font-size: calc(min(3.5vw, vw(20)));
    text-align: left;
  }
  .header_main .row .header_main_tel small {
    font-weight: bold;
    font-size: -webkit-calc(min(3.5vw, vw(10)));
    font-size: -moz-calc(min(3.5vw, vw(10)));
    font-size: calc(min(3.5vw, vw(10)));
    line-height: 1.1;
    display: block;
    text-align: left;
  }
  .footer {
    padding: 4.83092vw 0 24.15459vw;
  }
  .footer .company h2 {
    margin-bottom: 2.53623vw;
    font-weight: bold;
    font-size: 5.7971vw;
  }
  .footer .company .dlist dl {
    font-size: 4.34783vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .company .dlist dl + dl {
    margin-top: 3.62319vw;
  }
  .footer .company .dlist dl dt {
    width: 23.42995vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer .company .dlist dl dd {
    width: 100%;
  }
  .footer .copyright {
    font-size: 3.62319vw;
    text-align: center;
    margin-top: 7.24638vw;
  }
  .cta_fixed {
    position: fixed;
    z-index: 99;
    bottom: -1px;
    width: 100%;
    left: 0;
  }
  .cta_fixed a {
    display: block;
  }
  .p_top .mv .row {
    padding: 0;
  }
  .p_top .cta {
    background: #ffd800;
    padding: 41.0628vw 0 8.9372vw;
    position: relative;
  }
  .p_top .cta.st2 {
    background-color: #ffb400;
    padding: 7.85024vw 0 12.07729vw;
  }
  .p_top .cta .cta_tt {
    position: absolute;
    left: 2.89855vw;
    top: -2.41546vw;
    width: 100%;
  }
  .p_top .cta .cta_tt img {
    width: 93.84058vw;
  }
  .p_top .cta .cta_box {
    background-color: #fff;
    border-width: 0.24155vw;
    border-color: black;
    border-style: dashed;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background-color: white;
    -moz-box-shadow: 0vw 0vw 1.20773vw 0vw rgba(0, 0, 0, 0.22);
         box-shadow: 0vw 0vw 1.20773vw 0vw rgba(0, 0, 0, 0.22);
    padding: 3.62319vw 3.62319vw 4.83092vw;
  }
  .p_top .cta .cta_box_l {
    margin-bottom: 3.01932vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    line-height: 0;
  }
  .p_top .cta .cta_box_l em {
    font-style: normal;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 2.89855vw;
    color: #ffd800;
    font-size: 5.7971vw;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
  }
  .p_top .cta .cta_box_l em span {
    font-size: 9.90338vw;
  }
  .p_top .cta .cta_box_r a {
    display: block;
    height: 19.68599vw;
  }
  .p_top .cta .cta_box_r a + a {
    margin-top: 1.93237vw;
  }
  .p_top .cta .cta_box_r .btn_mail {
    margin-bottom: 0.84541vw;
  }
  .p_top .cta .cta_tel {
    display: block;
    text-indent: -9999px;
    background: url(../img/cta_btn_tel_sp.png) center/100% 100% no-repeat;
  }
  .p_top .blk01 {
    margin-bottom: -1px;
  }
  .p_top .blk01 .row {
    padding: 0;
  }
  .p_top .blk01 .blk01_img {
    display: block;
  }
  .p_top .blk01 .blk01_img img {
    width: 100%;
  }
  .p_top .blk02 {
    background-color: #242424;
  }
  .p_top .blk02 .row {
    padding: 7.97101vw 0 14.49275vw;
    position: relative;
  }
  .p_top .blk02 .row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.93237vw;
    background: url(../img/blk02_bg.png) repeat-x;
    display: block;
  }
  .p_top .blk02 .blk02_img {
    display: block;
    text-align: center;
  }
  .p_top .blk02 .blk02_img img {
    width: 93.84058vw;
  }
  .p_top .blk03 {
    position: relative;
    margin-top: -13.28502vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 2;
  }
  .p_top .blk03::after {
    content: "";
    position: absolute;
    top: 18.11594vw;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 18.11594vw);
    height: -moz-calc(100% - 18.11594vw);
    height: calc(100% - 18.11594vw);
    background: #da402a;
    display: block;
    z-index: -1;
  }
  .p_top .blk03 .row {
    position: relative;
    padding: 0;
  }
  .p_top .blk03 h2 {
    text-align: center;
    margin: 0 -2.89855vw;
  }
  .p_top .blk03 ul {
    margin-top: -9.66184vw;
  }
  .p_top .blk03 ul li {
    text-align: center;
  }
  .p_top .blk03 ul li + li {
    margin-top: 3.38164vw;
  }
  .p_top .blk03 ul li img {
    width: 211.11111vw;
  }
  .p_top .blk04 {
    background-color: #ffd800;
    padding: 0 0 8.21256vw;
  }
  .p_top .blk04 h2 {
    top: -2.657vw;
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: -2.657vw;
    margin-right: -7.24638vw;
  }
  .p_top .blk05 {
    background: url(../img/blk05_bg.png) repeat;
    -moz-background-size: 7.00483vw 7.24638vw;
         background-size: 7.00483vw 7.24638vw;
    padding: 7.24638vw 0 12.07729vw;
  }
  .p_top .blk05 .box {
    background-color: #fff;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    overflow: hidden;
  }
  .p_top .blk05 .box dl dt {
    background-color: #a42412;
    text-align: center;
    padding: 6.03865vw;
  }
  .p_top .blk05 .box dl dt img {
    width: 50.36232vw;
  }
  .p_top .blk05 .box dl dd {
    padding: 3.98551vw 3.98551vw 10.2657vw;
  }
  .p_top .blk05 .box dl dd .pic {
    display: block;
    text-align: center;
    margin-bottom: 4.83092vw;
  }
  .p_top .blk05 .box dl dd .pic img {
    width: 86.35266vw;
  }
  .p_top .blk05 .box dl dd ul li {
    background-color: #f7e3e3;
    padding: 0 4.22705vw 6.03865vw;
    padding-top: 0;
    -moz-border-radius: 0.60386vw;
         border-radius: 0.60386vw;
    color: #470d0d;
    font-size: 2.89855vw;
  }
  .p_top .blk05 .box dl dd ul li + li {
    margin-top: 7.24638vw;
  }
  .p_top .blk05 .box dl dd ul li h3 {
    font-size: 5.7971vw;
    font-weight: bold;
    color: #470d0d;
    line-height: 1;
    position: relative;
    top: -2.89855vw;
    margin-bottom: 1.20773vw;
  }
  .p_top .blk06 {
    padding: 6.03865vw 0 18.59903vw;
  }
  .p_top .blk06 h2 {
    text-align: center;
    margin-bottom: 9.66184vw;
  }
  .p_top .blk06 h2 img {
    width: 66.30435vw;
  }
  .p_top .form {
    background: transparent;
  }
  .p_top .form .form_inner {
    background-color: #fff;
    padding: 6.03865vw 4.22705vw 9.66184vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .p_top .form button {
    border: 0;
    cursor: pointer;
    background-color: transparent;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    width: 66.54589vw;
  }
  .p_top .form .txt_error {
    font-size: 1.20773vw;
    text-align: left;
    color: #f20000;
    margin-top: 0.24155vw;
  }
  .p_top .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 6.76329vw 0 6.03865vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .form .checkboxWr div, .p_top .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-size: 3.62319vw;
  }
  .p_top .form .checkboxWr label a {
    color: #0090ff;
  }
  .p_top .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 6.03865vw;
  }
  .p_top .form .checkboxWr 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: 4.34783vw;
    height: 4.34783vw;
    border-width: 0.24155vw;
    border-color: #767676;
    border-style: solid;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    background-color: white;
  }
  .p_top .form .checkboxWr label span::after {
    left: 1.69082vw;
    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 .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .form dl + dl {
    margin-top: 6.03865vw;
  }
  .p_top .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;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: bold;
    font-size: 4.34783vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 1.93237vw;
  }
  .p_top .form dl dt span {
    min-width: 12.07729vw;
    min-height: 5.7971vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    background: #c22d15;
    font-size: 3.62319vw;
    text-align: center;
    padding: 0 1.20773vw;
    color: #fff;
    font-weight: 400;
  }
  .p_top .form dl dd .select label {
    display: block;
    height: 12.56039vw;
    position: relative;
    background: #fff;
    -webkit-perspective: 0.12077vw;
       -moz-perspective: 0.12077vw;
            perspective: 0.12077vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background-color: #ededed;
  }
  .p_top .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 4.83092vw;
    background: transparent;
    font-weight: 400;
    font-size: -webkit-calc(max(4.3vw, 16px));
    font-size: -moz-calc(max(4.3vw, 16px));
    font-size: calc(max(4.3vw, 16px));
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_top .form dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_top .form dl dd input {
    padding: 0 4.83092vw;
    outline: none;
    font-size: -webkit-calc(max(4.3vw, 16px));
    font-size: -moz-calc(max(4.3vw, 16px));
    font-size: calc(max(4.3vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background-color: #ededed;
    height: 12.56039vw;
    width: 100%;
    border: 0;
  }
  .p_top .form dl dd input::-webkit-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd input::-moz-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd input:-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd input::placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd textarea {
    padding: 2.41546vw 4.83092vw;
    outline: none;
    font-size: -webkit-calc(max(4.3vw, 16px));
    font-size: -moz-calc(max(4.3vw, 16px));
    font-size: calc(max(4.3vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background-color: #ededed;
    height: 57.97101vw;
    width: 100%;
    border: 0;
  }
  .p_top .form dl dd textarea::-webkit-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd textarea::-moz-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd textarea:-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd textarea::placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .contact {
    padding-bottom: 7.24638vw;
    background: #ffd800;
    position: relative;
    text-align: center;
  }
  .p_top .contact h2 {
    text-align: center;
    position: relative;
    top: -6.03865vw;
  }
  .p_top .contact h2 img {
    width: 97.46377vw;
  }
  .p_top .contact .contact_tel {
    margin-bottom: 4.83092vw;
    display: block;
    text-indent: -9999px;
    background: url(../img/contact_tel_sp.png) center/100% 100% no-repeat;
    width: 86.71498vw;
    height: 19.68599vw;
    display: inline-block;
  }
  .p_thanks .thanks {
    text-align: center;
    padding: 5.43478vw 0 6.64251vw;
    min-height: -webkit-calc(100vh - vw(84) - vw(397));
    min-height: -moz-calc(100vh - vw(84) - vw(397));
    min-height: calc(100vh - vw(84) - vw(397));
  }
  .p_thanks .thanks h2 {
    font-weight: 900;
    font-size: 7.24638vw;
    line-height: 1.29032;
    text-align: center;
    margin-bottom: 3.38164vw;
  }
  .p_thanks .thanks p {
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.5;
    text-align: left;
  }
  .header_main_tel_sp {
    margin-right: 5px;
  }
}

.error {
  color: #ff0000;
  display: block;
  width: 100%;
  text-align: left;
}

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