/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  color: #000;
  font-style: normal;
}

a img {
  border: none;
}

html {
  background: #fff;
}

body {
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  margin: 0;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  position: relative;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06rem
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: unset;
  line-height: 100%;
}

img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .sp_only {
    display: none!important;
  }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 4% 8% 4% 5%;
  }
  header .toplogo {
    background: url(../img/logo.png) no-repeat center bottom;
    width: 24%;
    padding-bottom: 5.5%;
    height: 0;
    background-size: contain;
  }
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav ul li a {
    position: relative;
    font-size: 1.27vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    margin-right: 34px;
    -webkit-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
  }
  nav ul li a:before {
    content: "";
    position: absolute;
    right: 0;
    top: -19px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #1bbb6b transparent transparent transparent;
    border-width: 7px 5px 0 5px;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
  }
  nav ul li:last-child a {
    margin-right: 0;
  }
  .contents {
    width: calc(100vw - 330px);
    position: relative;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 50px -10px #0000000f;
    box-shadow: 0px 0px 50px -10px #0000000f;
  }
  .contents>.wrap {
    width: 80%;
    margin: 0 auto;
  }
  .contents .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.2% 0 0;
  }
  .contents .mv p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    border-bottom: 1px solid #000;
    width: 33%;
    padding-bottom: 0.9%;
    margin-bottom: 6%;
  }
  .contents .mv p span:first-child {
    font-size: 19px;
    font-size: 1.5vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .contents .mv p span:last-child {
    font-size: 35px;
    font-size: 2.8vw;
    font-family: ff-market-web-pro-condensed, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
  }
  .contents .mv h1 {
    font-size: 26px;
    font-size: 2vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .contents .mv h2 {
    font-size: 17px;
    font-size: 1.3vw;
    font-weight: normal;
    margin-bottom: 6.3%;
  }
  .contents .box {
    box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 9%) inset;
    -webkit-box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 9%) inset;
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.09) inset;
    -o-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.09) inset;
    -ms-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.09) inset;
    background: #f3f5f7;
    border-radius: 8px;
    padding: 6.5% 6%;
    margin: 7% 0 6.6%;
  }
  .contents .box h2 {
    text-align: center;
    font-size: 1.9vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    margin-bottom: 4.5%;
    line-height: 160%;
    letter-spacing: 0.08rem;
  }
  .contents .box .line {
    width: 63%;
    margin: 0 auto;
    height: 0;
    padding-bottom: 4%;
    background: url(../img/fkds.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 3.5%;
  }
  .contents .box .info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 5%;
  }
  .contents .box .info .left {
    width: 10%;
    border-radius: 6px;
    overflow: hidden;
    height: 0;
    padding-bottom: 10%;
    min-width: 10%;
    -webkit-box-shadow: 0px 4px 6px -1px #00000005;
    box-shadow: 0px 4px 6px -1px #0000001c;
  }
  .contents .box .info .right {
    width: 85%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0;
    margin-left: 4%;
  }
  .contents .box .info .right .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contents .box .info .right .top h3 {
    font-size: 22px;
    font-size: 1.7vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    letter-spacing: 0.1rem;
  }
  .contents .box .info .right .top span {
    font-size: 1.1vw;
    margin-left: 2%;
    white-space: nowrap;
  }
  .contents .box .info .right .btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .contents .box .info .right .btm p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2vw;
  }
  .contents .box .qa {
    width: 100%;
    background: #fff;
    margin-top: 3%;
    padding: 4% 5.4%;
    border-radius: 7px;
    -webkit-box-shadow: 0px 5px 16px -6px #1e303c14;
    box-shadow: 0px 5px 16px -6px #1e303c14;
  }
  .contents .box .qa h4 {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    letter-spacing: 0.03rem;
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 1%;
  }
  .contents .box .qa p {
    letter-spacing: 0.03rem;
    font-size: 15px;
    line-height: 180%;
    text-align: justify;
  }
  .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 330px;
    z-index: 99;
    height: 100vh;
    background: #f3f5f7;
    border-top: 7px solid #19c371;
  }
  .link{
    width: 80%;
    margin: 0 auto;
    background: #78838a;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    position: relative;
  }
  .link:after{
    content: "";
    width: 2%;
    height: 20%;
    background: url(../img/white_arw.png) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    z-index: 99;
    top: 40%;
    right: 2%;
  }
  .link:hover{
    background: #5e676d;
    -webkit-box-shadow: 0px 10px 34px -12px #1e303ca1;
            box-shadow: 0px 10px 34px -12px #1e303ca1;
  }
  .link a{
    padding: 2.4% 0;
    display: block;
  }
  .link h3{
    color: #fff;
    font-size: 1.35vw;
    line-height: 170%;
  }
  .cvarea {
    margin-top: 70px;
  }
  .cvarea .wrap {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border: 5px solid #1bbb6c;
    border-radius: 10px;
    padding: 70px 0 75px;
    background: #fff;
  }
  .cvarea .wrap h2 {
    font-size: 2.6vw;
    line-height: 140%;
    margin-bottom: 19px;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .cvarea .wrap p {
    font-size: 1.3vw;
    margin-bottom: 34px;
    line-height: 190%;
  }
  .cvarea .wrap .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cvarea .wrap .btn a:first-child {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    width: auto;
    font-size: 1.4vw;
    padding: 16px 40px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #1bbb6c;
    border-radius: 5px;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  }
  .cvarea .wrap .btn a:last-child {
    width: auto;
    padding: 14px 40px;
    font-size: 1.4vw;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1bbb6b;
    background: #ffffff;
    border-radius: 5px;
    border: 2px solid #1bbb6b;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .cvarea .wrap .btn span {
    display: block;
    margin: 0 20px;
    font-size: 1.8vw;
    font-weight: 600;
    font-family: montserrat, sans-serif;
  }
  footer .wrap {
    width: 80%;
    margin: 0 auto;
    margin-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .wrap h2 {
    background: url(../img/logo.png) no-repeat center left;
    width: 23%;
    padding-bottom: 7%;
    height: 0;
    margin-right: auto;
    margin-top: -18px;
    background-size: contain;
  }
  footer .wrap dl {
    margin-right: 60px;
  }
  footer .wrap dl:nth-child(3n) {
    margin-right: 30px;
  }
  footer .wrap dl:last-child {
    margin-right: 40px;
  }
  footer .wrap dl dt {
    font-weight: 600;
    margin-bottom: 26px;
    font-family: montserrat, sans-serif;
  }
  footer .wrap dl dd a {
    font-weight: 300;
    line-height: 220%;
    font-size: 14px;
    -webkit-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
  }
  footer p {
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #a5aaaa;
    padding: 100px 0;
  }
  .form .logo {
    background: url(../img/formlogo.png) no-repeat center bottom;
    width: 150px;
    padding-bottom: 34px;
    height: 0;
    background-size: contain;
  }
  .form h4 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 28px;
    margin-top: 15px;
    letter-spacing: 0.03rem;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .form #myform {
    width: 86%;
    margin-bottom: 4vh;
  }
  .form #myform .form_list {
    width: 100%;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
  }
  .form #myform .form_list .frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    border: 1px solid #cdd0d6;
    margin-bottom: -1px;
    border-radius: 0;
    padding: 13px 0 2px;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  }
  .form #myform .form_list .frame:nth-child(2) {
    border-radius: 7px 7px 0px 0px;
  }
  .form #myform .form_list #step04 {
    border-radius: 0 0 7px 7px;
  }
  .form #myform .form_list .frame.fcs {
    border: 1px solid #1bbb6d;
    z-index: 999;
  }
  .form #myform .form_list .frame.disapp {
    opacity: 0;
  }
  .form #myform .form_list .frame label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    width: 89%;
    margin: 0 auto;
  }
  .form #myform .form_list .frame.fcs label {
    color: #1bbb6d;
  }
  .form #myform .form_list .frame input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    outline: none;
    border: none;
    padding: 0;
    font-size: 16px;
    width: 89%;
    margin: 0 auto;
    height: 38px;
    background: #f2f5f7;
    letter-spacing: 0.06rem;
  }
  .form .pp {
    font-size: 12px;
    position: absolute;
    bottom: 24px;
    letter-spacing: 0.01rem;
  }
  .form .pp a {
    color: #1bbb6d;
    text-decoration: underline;
  }
  .form #myform button {
    border-radius: 6px;
    width: 100%;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 55px;
    border: none;
    letter-spacing: 0.05rem;
    font-size: 18px;
    color: #fff;
    background: #1bbb6d;
    margin-top: 28px;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    cursor: pointer;
    z-index: 999;
    position: relative;
  }
  .form #myform button:focus, .form #myform button:active {
    outline: none;
    border: none;
  }
  .formError {
    position: absolute!important;
    top: 10px!important;
    left: unset!important;
    right: 9px!important;
    margin-top: unset!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    font-weight: 500;
    width: auto;
    font-weight: 500;
    color: #ffffff;
    background: #ff4e7f;
    border-radius: 4px;
    display: flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 6px 4px;
    line-height: 100%;
    letter-spacing: 0;
  }
  .formErrorContent {
    font-weight: 500;
  }
  input::-webkit-input-placeholder {
    color: #aeb0b8;
  }
  input::-moz-placeholder {
    color: #aeb0b8;
  }
  input:-ms-input-placeholder {
    color: #aeb0b8;
  }
  input::-ms-input-placeholder {
    color: #aeb0b8;
  }
  input::placeholder {
    color: #aeb0b8;
  }
  /* IE */
  input:-ms-input-placeholder {
    color: #aeb0b8;
  }
  /* Edge */
  input::-ms-input-placeholder {
    color: #aeb0b8;
  }
  #lottie {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background: #f2f5f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -ms-transform: translate(0, 60px) scale(0.8);
    transform: translate(0, 60px) scale(0.8);
    -webkit-transform: translate(0, 60px) scale(0.8);
  }
  #lottie.app {
    opacity: 1;
    z-index: 999;
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
  }
  #lottie svg {
    width: 90%!important;
    height: 90%!important;
    -webkit-transform: translate3d(0px, 0px, 0px)!important;
    transform: translate3d(0px, 0px, 0px)!important;
  }
}

@media only screen and (min-width: 768px) {
  .cvbtn:hover {
    background: #0ad46f;
    -webkit-box-shadow: 0px 8px 20px #1094536b;
    box-shadow: 0px 8px 20px #1094536b;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  nav ul li a:hover {
    color: #1bbb6d;
  }
  nav ul li a:hover:before {
    opacity: 1;
    top: -22px;
  }
  .cvarea .wrap .btn a:first-child:hover {
    background: #0ad46f;
    -webkit-box-shadow: 0px 8px 20px #1094536b;
    box-shadow: 0px 8px 20px #1094536b;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  .cvarea .wrap .btn a:last-child:hover {
    -webkit-box-shadow: 0px 8px 20px #01a05238;
    box-shadow: 0px 8px 20px #01a05238;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  footer .wrap dl dd a:hover {
    color: #1bbb6d;
    text-decoration: underline;
  }
  .form #myform button:hover {
    background: #0ad46f;
    -webkit-box-shadow: 0px 8px 20px #1094536b;
    box-shadow: 0px 8px 20px #1094536b;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
}

@media only screen and (max-width: 768px) {
  body {
    letter-spacing: 0.03rem;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .pc_only {
    display: none!important;
  }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 6% 4% 4% 7%;
    position: relative;
  }
  header .toplogo {
    background: url(../img/logo.png) no-repeat center bottom;
    width: 171px;
    padding-bottom: 45px;
    height: 0;
    background-size: contain;
  }
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  nav ul li a {
    position: relative;
    font-weight: bold;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    margin-right: 34px;
    -webkit-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
  }
  nav ul li a:before {
    content: "";
    position: absolute;
    right: 0;
    top: -19px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #1bbb6b transparent transparent transparent;
    border-width: 7px 5px 0 5px;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
  }
  nav ul li:last-child a {
    margin-right: 0;
  }
  .cvbtn {
    top: unset;
    bottom: 22px;
    right: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 68%;
    height: 48px;
  }
  .contents {
    width: 100vw;
    position: relative;
    z-index: 999;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .contents>.wrap {
    width: 100%;
    margin: 0 auto;
  }
  .contents .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.2% 0 0;
  }
  .contents .mv p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    border-bottom: 1px solid #000;
    width: 59vw;
    padding-bottom: 0.9%;
    margin-bottom: 7%;
  }
  .contents .mv p span:first-child {
    font-size: 19px;
    font-size: 5vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .contents .mv p span:last-child {
    font-size: 35px;
    font-size: 8.8vw;
    font-family: ff-market-web-pro-condensed, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
  }
  .contents .mv h1 {
    font-size: 26px;
    font-size: 6vw;
    text-align: center;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    line-height: 150%;
    letter-spacing: 0.03rem;
  }
  .contents .box {
    width: 90%;
    box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 9%) inset;
    -webkit-box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 9%) inset;
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.09) inset;
    -o-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.09) inset;
    -ms-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.09) inset;
    background: #f3f5f7;
    border-radius: 8px;
    padding: 6.5% 6%;
    margin: 8% auto 6.6%;
  }
  .contents .box h2 {
    text-align: center;
    font-size: 4.9vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    margin-bottom: 4.5%;
    line-height: 160%;
    letter-spacing: 0.08rem;
  }
  .contents .box .line {
    width: 80%;
    margin: 0 auto;
    height: 0;
    padding-bottom: 8%;
    background: url(../img/fkds.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 6%;
  }
  .contents .box .info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 8%;
  }
  .contents .box .info .left {
    width: 22%;
    border-radius: 6px;
    overflow: hidden;
    height: 0;
    padding-bottom: 22%;
    min-width: 22%;
    -webkit-box-shadow: 0px 4px 6px -1px #00000005;
    box-shadow: 0px 4px 6px -1px #0000001c;
  }
  .contents .box .info .right {
    width: 85%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin-left: 6%;
  }
  .contents .box .info .right .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3%;
  }
  .contents .box .info .right .top h3 {
    font-size: 22px;
    font-size: 4.7vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    letter-spacing: 0.1rem;
  }
  .contents .box .info .right .top span {
    font-size: 3.5vw;
    margin-left: 4%;
    white-space: nowrap;
  }
  .contents .box .info .right .btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .contents .box .info .right .btm p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.5vw;
    line-height: 150%;
  }
  .contents .box .qa {
    width: 100%;
    background: #fff;
    margin-top: 6%;
    padding: 6.6% 8.4% 6.6%;
    border-radius: 7px;
    -webkit-box-shadow: 0px 5px 16px -6px #1e303c14;
    box-shadow: 0px 5px 16px -6px #1e303c14;
  }
  .contents .box .qa h4 {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    letter-spacing: 0.03rem;
    font-size: 15px;
    text-align: justify;
    line-height: 160%;
    margin-bottom: 1.5%;
  }
  .contents .box .qa p {
    letter-spacing: 0.03rem;
    font-size: 14px;
    line-height: 180%;
    text-align: justify;
  }
  
  .link{
    width: 90%;
    margin: 0 auto;
    background: #78838a;
    border-radius: 6px;
    color: #fff;
    text-align: center;
  }
  .link a{
    padding: 5.4% 0;
    display: block;
  }
  .link h3{
    color: #fff;
    font-size: 4vw;
    line-height: 150%;
  }
  .cvarea {
    margin-top: 35px;
  }
  .cvarea .wrap {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border: 3px solid #1bbb6c;
    border-radius: 10px;
    padding: 10% 0 10%;
    background: #fff;
  }
  .cvarea.top .wrap {
    margin-top: 0;
  }
  .cvarea .wrap h2 {
    font-size: 6.6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 6%;
    text-align: center;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.01rem;
  }
  .cvarea .wrap p {
    font-size: 3.8vw;
    line-height: 180%;
    text-align: center;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 7%;
    width: 100%;
  }
  .cvarea.foot .wrap p {
    font-size: 3.8vw;
    line-height: 180%;
    text-align: justify;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 7%;
    width: 81%;
  }
  .cvarea .wrap .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cvarea .wrap .btn a:first-child {
    width: 76%;
    font-size: 17px;
    padding: 14px 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    color: #fff;
    background: #1bbb6c;
    border-radius: 5px;
  }
  .cvarea .wrap .btn a:last-child {
    width: 76%;
    padding: 12px 0;
    font-size: 17px;
    height: auto;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1bbb6b;
    background: #ffffff;
    border-radius: 5px;
    border: 2px solid #1bbb6b;
  }
  .cvarea .wrap .btn span {
    display: block;
    margin: 8px 0;
    font-size: 22px;
    font-weight: bold;
  }
  footer {
    border-top: 1px solid #ddd;
    margin-top: 16%;
  }
  footer .wrap {
    width: 80%;
    margin: 0 auto;
    margin-top: 0;
    padding-top: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .wrap h2 {
    background: url(../img/logo.png) no-repeat center left;
    width: 60%;
    padding-bottom: 17%;
    height: 0;
    margin-right: auto;
    margin-top: 0;
    background-size: contain;
    margin-bottom: 15%;
  }
  footer .wrap dl {
    margin-right: 13%;
  }
  footer .wrap dl:nth-child(3n) {
    margin-right: 0;
  }
  footer .wrap dl:last-child {
    margin-right: 0;
    margin-top: 12%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  footer .wrap dl:last-child dt {
    margin-bottom: 0;
    margin-right: 14%;
  }
  footer .wrap dl dt {
    font-weight: 600;
    margin-bottom: 26px;
    font-family: montserrat, sans-serif;
  }
  footer .wrap dl:last-child dd {
    margin-right: 10%;
  }
  footer .wrap dl dd a {
    line-height: 200%;
  }
  footer p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    color: #a5aaaa;
    padding: 13% 0 38%;
  }
  .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: -100vh;
    left: 0;
    width: 100vw;
    z-index: 9999;
    height: 100vh;
    background: #f3f5f7;
    border-top: 7px solid #19c371;
    -webkit-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
  }
  .form.open {
    bottom: 0vw;
  }
  .contact {
    width: 100%;
    background: #ffffff5c;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 13px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(4px) brightness(100%) opacity(1);
    -webkit-backdrop-filter: blur(4px) brightness(100%) opacity(1);
  }
  .contact span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 92%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    height: 50px;
    font-size: 18px;
    letter-spacing: 0.02rem;
    border-radius: 6px;
    background: #01af5a;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .menu {
    width: 40px;
    height: 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    z-index: 9997;
    cursor: pointer;
    padding: 10px;
    background: url(../img/menu.png) 10px 10px / 34px no-repeat;
    background-position: center;
  }
  .remove {
    width: 32px;
    height: 32px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: fixed;
    top: 38px;
    right: 38px;
    cursor: pointer;
    background: url(../img/close.png) center center / cover no-repeat;
  }
  #navwrap {
    opacity: 0;
    z-index: -100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    background: rgba(255, 255, 255, 0.97);
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    border: 7px solid #1bbb6c;
  }
  #navwrap.front {
    opacity: 1;
    z-index: 99999;
  }
  nav ul li a {
    margin-right: 0;
    font-size: 7vw;
    line-height: 220%;
  }
  #form h1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 11%;
    margin-bottom: 7%;
  }
  .form .logo {
    background: url(../img/formlogo.png) no-repeat center bottom;
    width: 47%;
    padding-bottom: 11%;
    height: 0;
    background-size: contain;
  }
  .form h4 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 28px;
    margin-top: 15px;
    letter-spacing: 0.03rem;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  }
  .form #myform {
    width: 82%;
    margin-bottom: 0vh;
  }
  #form .container {
    margin-bottom: 0%;
  }
  .form .pp {
    font-size: 13px;
    position: relative;
    letter-spacing: 0.03rem;
    margin-top: 5vw;
  }
  .form .pp a {
    color: #1bbb6d;
    text-decoration: underline;
  }
  .form #myform .form_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
  }
  .form #back {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10vw;
    font-size: 17px;
    font-weight: 500;
    color: #7b7b7b;
  }
  #lottie {
    width: 100%;
    height: 260px;
    position: absolute;
    bottom: -10px;
    top: unset;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -ms-transform: translate(0, 60px) scale(0.8);
    transform: translate(0, 60px) scale(0.8);
    -webkit-transform: translate(0, 6px) scale(0.8);
  }
  #lottie svg {
    width: 100%!important;
    height: 100%!important;
    -webkit-transform: translate3d(0px, 0px, 0px)!important;
    transform: translate3d(0px, 0px, 0px)!important;
  }
  #lottie.app {
    opacity: 1;
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
  }
  .form #myform .form_list .frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    border: 1px solid #b5b5b5;
    margin-bottom: -1px;
    border-radius: 0;
    padding: 15px 0 2px;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  }
  .form #myform .form_list #step01 {
    border-radius: 5px 5px 0 0;
  }
  .form #myform .form_list #step04 {
    border-radius: 0 0 5px 5px;
  }
  .form #myform .form_list .frame.disapp {
    opacity: 0;
  }
  .form #myform .form_list .frame label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    width: 89%;
    margin: 0 auto;
  }
  .form #myform .form_list .frame input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    border: none;
    font-size: 16px;
    width: 91%;
    margin: 0 auto;
    height: 41px;
  }
  .form #myform .form_list .frame textarea {
    border: 1px solid #ddd;
    width: 89%;
    margin: 0 auto;
    height: 90px;
    margin-top: 14px;
    margin-bottom: 18px;
    font-size: 16px;
  }
  input::-webkit-input-placeholder {
    color: #aeb0b8;
  }
  input::-moz-placeholder {
    color: #aeb0b8;
  }
  input:-ms-input-placeholder {
    color: #aeb0b8;
  }
  input::-ms-input-placeholder {
    color: #aeb0b8;
  }
  input::placeholder {
    color: #aeb0b8;
  }
  /* IE */
  input:-ms-input-placeholder {
    color: #aeb0b8;
  }
  /* Edge */
  input::-ms-input-placeholder {
    color: #aeb0b8;
  }
  .form #myform button {
    border-radius: 6px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.05rem;
    margin: 0 auto;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    height: 50px;
    border: none;
    font-size: 18px;
    color: #fff;
    background: #1bbb6d;
    margin-top: 8%;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    cursor: pointer;
  }
  .form #myform .pp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    margin-top: 5%;
  }
  .formError {
    position: absolute!important;
    top: 11px!important;
    left: unset!important;
    right: 10px!important;
    margin-top: unset!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 500;
    width: auto;
    font-weight: 500;
    color: #ffffff;
    background: #ff4e7f;
    border-radius: 4px;
    display: flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 5px 4px;
    line-height: 100%;
  }
  #thanks .thanks {
    width: 100vw;
    height: 50vh;
    padding-top: 9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #thanks .thanks div {
    font-size: 32px;
    font-weight: 800;
    color: #1bbb6d;
    margin-top: 0;
  }
  #thanks .thanks h1 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5%;
    text-align: center;
    line-height: 190%;
  }
  #thanks .thanks a {
    width: 64%;
    height: 50px;
    background: #1bbb6c;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2px;
    margin-top: 7%;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  }
}