@media screen and (min-width: 769px), print {
  body {
    font-size: 1.8rem;
  }
  .header {
    background-color: #d92231;
    padding: 17px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    font-size: 0;
    line-height: 0;
    display: inline-block;
  }
  .mv {
    background: url(../img/mv.jpg) 0 0 no-repeat;
    background-attachment: fixed;
    -moz-background-size: cover;
         background-size: cover;
  }
  .mv_txt_ex_in {
    background-color: #fff;
    padding: 2.34375vw 1.5625vw 4.16667vw;
  }
  .mv_txt_ex_in > p:not(:last-child) {
    margin-bottom: 1.5625vw;
  }
  .mv_txt_ex h2 {
    text-align: center;
    font-size: 3.75vw;
    font-weight: bold;
    color: #fff;
    height: 75vh;/* base:100vh */
    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;
    -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;
  }

  .mv_txt_ex-thx h2 {
   text-align: center;
    font-size: 3.75vw;
    font-weight: bold;
    /*color: #fff;*/
    height: 65vh;/* base:100vh */
    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;
    -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;
  }

  .mv_txt_ex h2 small {
    display: block;
    font-size: 3.75vw;
  }

  .mv_txt_ex-thx h2 small {
    display: block;
    font-size: 1vw;
    font-weight: 100;
  }

  .mv_txt_ex-thx {
    background-color: #fff;
    padding: 20px;
  }

  .mv_txt_ex .ex_df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4.6875vw;
  }
  .mv_txt_ex .ex_df figure {
    width: 272px;
  }
  .mv_txt_ex .ex_df figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .mv_txt_ex .ex_df p {
    width: -webkit-calc(100% - 272px);
    width: -moz-calc(100% - 272px);
    width: calc(100% - 272px);
    padding-left: 60px;
  }
  .ras .ras_ex {
    background-color: #fff;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .ras .ras_ex p {
    /*font-size: 2.4rem;*/
  }
  .ras .ras_ex p:not(:last-of-type) {
    margin-bottom: 55px;
  }
  .ras .ras_ex p:last-of-type {
    margin-bottom: 80px;
  }
  .ras h2 {
    background-color: #d92231;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 4.8rem;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .step {
    counter-reset: div;
  }
  .step_item .row {
    padding-left: 40px;
    padding-right: 40px;
  }
  .step_item.pt110 {
    padding-top: 110px;
  }
  .step_item:nth-child(odd) {
    padding-bottom: 90px;
  }
  .step_item:nth-child(even) {
    color: #fff;
    position: relative;
  }
  .step_item:nth-child(even)::before {
    content: "";
    position: absolute;
    top: -19%;
    left: -15%;
    width: 200%;
    height: 127%;
    background-color: #d92231;
    display: block;
    -webkit-transform: rotate(-4deg);
       -moz-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
    z-index: -1;
  }
  .step_item:nth-child(even) h3 {
    color: #fff;
  }
  .step_item:nth-child(even) .step_item_df figure {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .step_item:nth-child(even) .step_item_df .txt {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 45px;
    padding-left: 0;
  }
  .step_item h3 {
    font-size: 3rem;
    color: #d92231;
    position: relative;
  }
  .step_item h3::before {
    counter-increment: div;
    content: counter(div);
    font-size: 11.1rem;
    margin-right: 5px;
  }
  .step_item .step_item_df {
    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;
  }
  .step_item .step_item_df.ait {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .step_item .step_item_df.ait .txt {
    padding-top: 10px;
  }
  .step_item .step_item_df .txt {
    padding-left: 50px;
  }
  .step_item .step_item_df .txt .note {
    font-size: 1.4rem;
  }
  .ttl3 {
    font-size: 4.8rem;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 55px;
  }
  .ttl3 span {
    position: relative;
    z-index: 1;
  }
  .ttl3::after {
    content: "COST";
    color: #ffb4b4;
    font-size: 10.7rem;
    opacity: 0.39;
    display: block;
    font-weight: bold;
    position: absolute;
    line-height: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: 'Arial',sans-serif;
  }
  .cost {
    background-color: #eee;
    padding-top: 60px;
    padding-bottom: 70px;
    text-align: center;
  }
  .cost p {
    /*font-size: 2.4rem;*/
  }
  .cost p:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .cost p:last-of-type {
    margin-bottom: 30px;
  }
  .results {
    padding-top: 100px;
    padding-bottom: 130px;
    text-align: center;
  }
  .results p {
    /*font-size: 2.4rem;*/
    margin-bottom: 30px;
  }
  .results .ttl3::after {
    content: "RESULTS";
  }
  .contact {
    padding-bottom: 130px;
    text-align: center;
  }
  .contact_head {
    color: #fff;
    background-color: #d92231;
    padding-bottom: 20px;
    padding-top: 10px;
    position: relative;
  }
  .contact_head::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -44px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 84px solid transparent;
    border-right: 84px solid transparent;
    border-top: 44px solid #d92231;
  }
  .contact_head .ttl3 {
    margin-bottom: 25px;
  }
  .contact_head .ttl3::after {
    content: "CONTACT";
    top: 60%;
  }
  .contact_head p {
    /*font-size: 2.4rem;*/
  }
  .contact form {
    padding-left: 174px;
    padding-right: 174px;
    margin-top: 122px;
  }
  .contact form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 18px 0;
  }
  .contact form dl:last-of-type dt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8px;
  }
  .contact form dl dt {
    padding-right: 45px;
    width: -webkit-calc(100% - 516px);
    width: -moz-calc(100% - 516px);
    width: calc(100% - 516px);
    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: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    white-space: nowrap;
  }
  .contact form dl dd {
    width: 516px;
  }
  .contact form dl dd input {
    border: 1px solid #c9c9c9;
    -moz-border-radius: 8px;
         border-radius: 8px;
    width: 100%;
    min-height: 48px;
    padding: 0 10px;
    outline: none;
    color: #000;
    font-size: 1.8rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .contact form dl dd input::-ms-clear {
    display: none;
  }
  .contact form dl dd textarea {
    border: 1px solid #c9c9c9;
    -moz-border-radius: 8px;
         border-radius: 8px;
    width: 100%;
    min-height: 265px;
    padding: 5px 10px;
    outline: none;
    resize: vertical;
    font-size: 1.8rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .contact form .btn_wrap {
    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;
  }
  .contact form .btn {
    cursor: pointer;
    margin-top: 52px;
    margin-bottom: 80px;
    outline: none;
    border: 0;
    padding: 0;
    width: 516px;
    height: 49px;
    text-align: center;
    -moz-border-radius: 25px;
         border-radius: 25px;
    background-color: #d92231;
    font-size: 1.8rem;
    color: #fff;
    line-height: 49px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .contact form .btn:hover {
    opacity: 0.8;
  }
  .contact .box_b {
    border: 1px solid #c9c9c9;
    width: 847px;
    margin: 0 auto;
    padding: 30px;
    font-size: 2.4rem;
  }

  .contact .box_b-thx {
    border: 1px solid #c9c9c9;
    width: 847px;
    margin: 0 auto;
    padding: 30px;
    /*font-size: 2.4rem;*/
  }

  .footer {
    background-color: #434343;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer p {
    font-size: 1.8rem;
  }
  .jcc {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .jcc h2 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 1024px) {
  .mv_txt_ex-thx h2 small {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.75vw;
  }
  .header {
    background-color: #d92231;
    padding: 3.54167vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    font-size: 0;
    line-height: 0;
    display: inline-block;
  }
  .header h1 a img {
    width: 33.07292vw;
  }
  body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(../img/mv.jpg) no-repeat center center;
    -moz-background-size: cover;
    background-size: cover;
  }
  .mv_txt_ex_in {
    background-color: #fff;
    padding: 3.90625vw 3.90625vw 6.51042vw;
  }
  .mv_txt_ex_in > p:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
  .mv_txt_ex h2 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    height: 100vh;
    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;
    -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;
  }
  .mv_txt_ex h2 small {
    display: block;
    font-size: 6.51042vw;
  }
  .mv_txt_ex .ex_df {
    margin-bottom: 3.90625vw;
  }
  .mv_txt_ex .ex_df figure {
    width: 35.41667vw;
    margin: 0 auto 3.90625vw;
  }
  .mv_txt_ex .ex_df figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .ras .ras_ex {
    background-color: #fff;
    text-align: center;
    padding-top: 6.51042vw;
    padding-bottom: 6.51042vw;
    padding-left: 1.95312vw;
    padding-right: 1.95312vw;
    width: 92.1875vw;
    margin: 0 auto;
  }
  .ras .ras_ex p {
    font-size: 4.16667vw;
  }
  .ras .ras_ex p:not(:last-of-type) {
    margin-bottom: 3.90625vw;
  }
  .ras .ras_ex p:last-of-type {
    margin-bottom: 3.90625vw;
  }
  .ras h2 {
    background-color: #d92231;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 6.25vw;
    padding-top: 2.08333vw;
    padding-bottom: 3.125vw;
  }
  .step {
    counter-reset: div;
    background-color: #fff;
    padding-top: 6.51042vw;
  }
  .step_item.pt110 {
    padding-top: 22.91667vw;
  }
  .step_item:nth-child(odd) {
    padding-bottom: 24.73958vw;
  }
  .step_item:nth-child(odd):last-child {
    padding-bottom: 13.02083vw;
  }
  .step_item:nth-child(even) {
    color: #fff;
    position: relative;
  }
  .step_item:nth-child(even)::before {
    content: "";
    position: absolute;
    top: -19%;
    left: -15%;
    width: 200%;
    height: 127%;
    background-color: #d92231;
    display: block;
    -webkit-transform: rotate(-4deg);
       -moz-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  .step_item:nth-child(even) h3 {
    color: #fff;
  }
  .step_item h3 {
    font-size: 5.20833vw;
    color: #d92231;
    position: relative;
    padding-left: 11.71875vw;
    line-height: 1.3;
    margin-bottom: 3.90625vw;
  }
  .step_item h3::before {
    counter-increment: div;
    content: counter(div);
    font-size: 17.34375vw;
    margin-right: 1.04167vw;
    line-height: 1;
    position: absolute;
    top: -3.25521vw;
    left: 0;
  }
  .step_item .step_item_df figure {
    width: 39.58333vw;
    margin: 0 auto 3.90625vw;
  }
  .step_item .step_item_df figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .step_item .step_item_df .txt .note {
    font-size: 2.91667vw;
  }
  .ttl3 {
    font-size: 5vw;/*base:6.25vw*/
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 6.51042vw;
  }
  .ttl3 span {
    position: relative;
    z-index: 1;
  }
  .ttl3::after {
    content: "COST";
    color: #ffb4b4;
    font-size: 13.93229vw;
    opacity: 0.39;
    display: block;
    font-weight: bold;
    position: absolute;
    line-height: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cost {
    background-color: #eee;
    padding-top: 6.51042vw;
    padding-bottom: 6.51042vw;
    text-align: center;
  }
  .cost p {
    font-size: 4.16667vw;
  }
  .cost p:not(:last-of-type) {
    margin-bottom: 6.51042vw;
  }
  .cost p:last-of-type {
    margin-bottom: 6.51042vw;
  }
  .results {
    padding-top: 6.51042vw;
    padding-bottom: 6.51042vw;
    text-align: center;
    background-color: #fff;
  }
  .results p {
    font-size: 4.16667vw;
    margin-bottom: 6.25vw;
  }
  .results .ttl3::after {
    content: "RESULTS";
  }
  .contact {
    padding-bottom: 13.02083vw;
    text-align: center;
    background-color: #fff;
  }
  .contact_head {
    color: #fff;
    background-color: #d92231;
    padding-bottom: 4.16667vw;
    position: relative;
    padding-top: 20px;
  }
  .contact_head::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -vw2(44);
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 17.5vw solid transparent;
    border-right: 17.5vw solid transparent;
    border-top: 9.16667vw solid #d92231;
  }
  .contact_head .ttl3 {
    margin-bottom: 5.20833vw;
  }
  .contact_head .ttl3::after {
    content: "CONTACT";
  }
  .contact_head p {
    font-size: 4.16667vw;
  }
  .contact form {
    margin-top: 13.02083vw;
  }
  .contact form dl {
    width: 100%;
    padding: 2.34375vw 0;
  }
  .contact form dl dt {
    text-align: left;
    margin-bottom: 1.95312vw;
  }
  .contact form dl dd input {
    border: 1px solid #c9c9c9;
    -moz-border-radius: 1.66667vw;
         border-radius: 1.66667vw;
    width: 100%;
    min-height: 10vw;
    padding: 0 2.08333vw;
    outline: none;
    color: #000;
    font-size: 3.75vw;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .contact form dl dd input::-ms-clear {
    display: none;
  }
  .contact form dl dd textarea {
    border: 1px solid #c9c9c9;
    -moz-border-radius: 1.66667vw;
         border-radius: 1.66667vw;
    width: 100%;
    min-height: 34.50521vw;
    padding: 1.04167vw 2.08333vw;
    outline: none;
    resize: vertical;
    font-size: 3.75vw;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .contact form .btn_wrap {
    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;
  }
  .contact form .btn {
    cursor: pointer;
    margin-top: 10.83333vw;
    margin-bottom: 16.66667vw;
    outline: none;
    border: 0;
    padding: 0;
    width: 100%;
    height: 10.20833vw;
    text-align: center;
    -moz-border-radius: 5.20833vw;
         border-radius: 5.20833vw;
    background-color: #d92231;
    font-size: 3.75vw;
    color: #fff;
    line-height: 10.20833vw;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .contact form .btn:hover {
    opacity: 0.8;
  }
  .contact .box_b {
    border: 1px solid #c9c9c9;
    margin: 0 auto;
    padding: 3.90625vw 1.95312vw;
    font-size: 4.16667vw;
  }
  .footer {
    background-color: #434343;
    text-align: center;
    color: #fff;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
  }
  .footer p {
    font-size: 3.75vw;
  }
  .thanks {
    height: 100vh;
  }

  .thanks-thx {
    height: 95vh;
  }

  .eff-title-thx {
    width: 100%;
    background-color: #fff;
    padding: 20px;
  }
  .jcc {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .jcc h2 small {
    font-size: 5.20833vw;
  }
  .box_b-thx {
    padding: 20px;
  }
}

.video {
  position: fixed;
  height: auto;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (max-aspect-ratio: 16 / 9) {
  .video {
    height: 100%;
    width: auto;
  }
}

.hide {
  display: none !important;
}

.red {
  border: 1px solid red !important;
}

.confirm_screen .red {
  border: 1px solid #231815 !important;
}
