@charset "UTF-8";
.main {
  padding-top: 0;
}

#footer {
  margin-top: 0;
}

.contact {
  text-align: center;
  width: 100%;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}
.contact .contact__txt {
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  margin-bottom: 10px;
  display: inline-block;
}
@media print, screen and (min-width: 751px) {
  .contact .contact__txt {
    font-size: 2.6rem;
    margin-bottom: 24px;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  .contact .contact__txt {
    font-size: 3.3898305085vh;
    margin-bottom: 1em;
  }
}
.contact .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  color: white;
  font-size: 2rem;
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 10px;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .contact .contact-btn {
    font-size: 5rem;
    height: 120px;
    margin-bottom: 40px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .contact .contact-btn {
    font-size: 4.8828125vw;
    height: 11.71875vw;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  .contact .contact-btn {
    font-size: 6.518904824vh;
    height: 15.6453715776vh;
    margin-bottom: 0.8em;
  }
}
.contact .contact-btn span {
  z-index: 2;
}
.contact .contact-btn:hover {
  color: #DE4040;
}
.contact .contact-btn:hover:before {
  opacity: 0;
}
.contact .contact-btn:before {
  content: "";
  display: block;
  z-index: 1;
  background: linear-gradient(to right, #de6c4a 0%, #de4040 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 90px;
}
.contact .contact-btn:after {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: solid 5px #DE4040;
  box-sizing: border-box;
  border-radius: 90px;
}
.contact .btn-list {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 751px) {
  .contact .btn-list {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 750px) {
  .contact .btn-list li {
    width: calc(50% - 5px);
  }
}
@media print, screen and (min-width: 751px) {
  .contact .btn-list li {
    width: calc(50% - 12px);
  }
}
.contact .btn-list .button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 100%;
  color: white;
  border-radius: 90px;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 1.2rem;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .contact .btn-list .button {
    font-size: 3rem;
    height: 80px;
    border-radius: 40px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .contact .btn-list .button {
    font-size: 2.9296875vw;
    height: 7.8125vw;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  .contact .btn-list .button {
    font-size: 3.9113428944vh;
    height: 10.4302477184vh;
  }
}
.contact .btn-list .button span {
  z-index: 2;
}
.contact .btn-list .button:hover {
  color: #00A7C6;
}
.contact .btn-list .button:hover:before {
  opacity: 0;
}
.contact .btn-list .button:before {
  content: "";
  display: block;
  z-index: 1;
  background: linear-gradient(to right, #4dc7c2 0%, #00a7c6 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 90px;
}
.contact .btn-list .button:after {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: solid 4px #00A7C6;
  box-sizing: border-box;
  border-radius: 90px;
}

.kv {
  background: url(../img/products/kv-bg.png) repeat-x left bottom, linear-gradient(#d2f1ef 0%, #bee9f0 100%);
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-bottom: 40px;
}
.kv .kv__pic {
  text-align: right;
  margin-bottom: 18px;
}
@media print, screen and (min-width: 751px) {
  .kv {
    padding-top: 136px;
    padding-bottom: 60px;
    margin-bottom: 80px;
  }
}
@media print and (max-height: 900px), screen and (min-width: 751px) and (max-height: 900px) {
  .kv {
    padding-top: 6vh;
  }
}
.kv .kv__img {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (min-width: 751px) {
  .kv .kv__inner {
    max-width: 1200px;
    width: calc(100% - 80px);
    margin: auto;
  }
}
@media only screen and (max-width: 750px) {
  .kv .kv__top {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 751px) {
  .kv .kv__top {
    padding-left: 56px;
  }
}
.kv .kv__ttl {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  color: #174146;
  text-shadow: 0px 3px 6px rgba(46, 104, 123, 0.35);
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 27px;
}
.kv .kv__ttl small {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 5px;
}
.kv .kv__ttl.kv__ttl_s small {
  font-size: 1.8rem;
  margin-bottom: 0px;
  text-shadow: none;
}
@media print, screen and (min-width: 751px) {
  .kv .kv__ttl {
    bottom: 22.3214285714%;
    left: 12.6201923077%;
    font-size: 5rem;
    margin-bottom: 40px;
    line-height: 1;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  .kv .kv__ttl {
    font-size: 6.518904824vh;
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 751px) {
  .kv .kv__ttl small {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 751px) {
  .kv .kv__ttl.kv__ttl_s small {
    font-size: 1.8rem;
    margin-bottom: 0px;
  }
  .kv .kv__ttl .kv__ttl_xs {
    font-size: 1.7rem;
  }
  .kv__ttl_only {
    font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.7;
    color: #174146;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 27px;
  }
}
@media print, screen and (max-width: 751px) {
  .kv .kv__ttl.kv__ttl_s small {
    font-size: 1.3rem;
    margin-bottom: 0px;
  }
  .kv .kv__ttl .kv__ttl_xs {
    font-size: 1.6rem;
  }
  .kv__ttl_only {
    font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.7;
    color: #174146;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 27px;
  }
}
.kv .loan-info {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
@media only screen and (max-width: 750px) {
  .kv .loan-info {
    display: flex;
    justify-content: center;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  .kv .loan-info {
    display: flex;
    margin-bottom: 40px;
  }
  .kv .loan-info .loan-info_col{
    flex-flow: column;
  }
  .kv .loan-info .loan-info__row:not(:last-child) {
    margin-right: 20px;
  }
}
.kv .loan-info .loan-info__row {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.kv .loan-info .loan-info_col .loan-info__row {
  display: column;
}
@media only screen and (max-width: 750px) {
  .kv .loan-info .loan-info__row:not(:last-child) {
    margin-right: 7px;
  }
  .kv .loan-info .loan-info__row:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 751px) {
  .kv .loan-info .loan-info__row {
    font-size: 2.5rem;
  }
  .kv .loan-info .loan-info__row:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  .kv .loan-info .loan-info__row:not(:last-child) {
    margin-bottom: 0;
  }
  .kv .loan-info .loan-info_col .loan-info__row:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  .kv .loan-info .loan-info__row {
    font-size: 3.259452412vh;
  }
}
.kv .loan-info .loan-info__row .loan-info__ttl {
  width: 38px;
  height: 38px;
  background: white;
  border-radius: 100%;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1875;
  margin-right: 5px;
}
@media print, screen and (min-width: 751px) {
  .kv .loan-info .loan-info__row .loan-info__ttl {
    width: 73px;
    height: 73px;
    font-size: 1.6rem;
    margin-right: 15px;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  .kv .loan-info .loan-info__row .loan-info__ttl {
    width: 9.517601043vh;
    height: 9.517601043vh;
    font-size: 2.0860495437vh;
  }
}
.kv .kv__step-list {
  display: flex;
  justify-content: space-between;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 1.2rem;
}
@media only screen and (max-width: 750px) {
  .kv .kv__step-list {
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 751px) {
  .kv .kv__step-list {
    font-size: 1.9rem;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .kv .kv__step-list {
    font-size: 1.85546875vw;
  }
}
.kv .kv__step-list .kv__step {
  width: calc(50% - 7px);
}
@media only screen and (max-width: 750px) {
  .kv .kv__step-list .kv__step:nth-child(n+3) {
    margin-top: 14px;
  }
}
@media print, screen and (min-width: 751px) {
  .kv .kv__step-list .kv__step {
    width: 23.5%;
  }
  .kv .kv__step-list-5 .kv__step {
    width: 18.5%;
  }
}
.kv .kv__step-list .kv__step a {
  width: 100%;
  height: 90px;
  background: white url(../img/products/letterlink-after.svg) no-repeat center bottom 12px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s ease;
}
@media only screen and (max-width: 750px) {
  .kv .kv__step-list .kv__step a {
    background-size: 12px;
    background: white url(../img/products/letterlink-after@sp.svg) no-repeat center bottom 10px;
  }
}
@media print, screen and (min-width: 751px) {
  .kv .kv__step-list .kv__step a {
    height: 150px;
  }
}
.kv .kv__step-list .kv__step a:hover {
  transform: scale(1.05);
  background-position: center bottom 6px;
}
.kv .kv__step-list .kv__step a .step__num {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 8px;
  top: 8px;
  background: #00A7C6;
  color: white;
  font-size: 1.1rem;
  text-align: center;
  line-height: 18px;
  border-radius: 100%;
  padding-left: 2px;
}
@media print, screen and (min-width: 751px) {
  .kv .kv__step-list .kv__step a .step__num {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 2rem;
    padding-left: 2px;
  }
}
.kv .kv__step-list .kv__step a .kv__step__txt {
  line-height: 1.4166666667;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .kv .kv__step-list .kv__step a .kv__step__txt {
    line-height: 1.6842105263;
  }
}
.kv .kv__step-list .kv__step a .kv__step__txt.three-lines {
  margin-top: 8px;
  line-height: 1.0833333333;
}
@media print, screen and (min-width: 751px) {
  .kv .kv__step-list .kv__step a .kv__step__txt.three-lines {
    margin-top: 0;
    line-height: 1.3157894737;
  }
}
.kv .kv__step-list .kv__step:nth-child(4) a .step__num {
  padding-left: 1px;
}

.point-list {
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  margin-bottom: 45px;
}
@media only screen and (max-width: 750px) {
  .point-list .point .point__info {
    margin-bottom: 12px;
  }
  .point-list .point .point__pic {
    text-align: center;
  }
  .point-list .point:not(:last-child) {
    margin-bottom: 40px;
  }
  .point-list .point.point3 .point__pic img {
    width: 257px;
  }
}
@media print, screen and (min-width: 751px) {
  .point-list .point {
    display: flex;
    justify-content: space-between;
  }
  .point-list .point:not(:last-child) {
    margin-bottom: 40px;
  }
  .point-list .point .point__info {
    width: 65.8333333333%;
  }
  .point-list .point .point__pic {
    width: 26.8333333333%;
    text-align: center;
  }
}
.point-list .point__ttl {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1em;
  display: flex;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  .point-list .point__ttl {
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 751px) {
  .point-list .point__ttl {
    color: #00A7C6;
    font-size: 3rem;
    margin-bottom: 24px;
    align-items: center;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .point-list .point__ttl {
    font-size: 2.34375vw;
    margin-bottom: 1.875vw;
  }
}
.point-list .point__circle {
  min-width: 34px;
  min-height: 34px;
  color: white;
  background: #00A7C6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-align: center;
  font-size: 0.6rem;
  margin-right: 8px;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
.point-list .point__circle .point__num {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .point-list .point__circle {
    line-height: 1;
    transform: translateY(-5%);
  }
}
@media print, screen and (min-width: 751px) {
  .point-list .point__circle {
    width: 78px;
    height: 78px;
    font-size: 1.2rem;
    margin-right: 24px;
    padding-top: 4px;
  }
  .point-list .point__circle .point__num {
    font-size: 2.7rem;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .point-list .point__circle {
    width: 6.09375vw;
    height: 6.09375vw;
    margin-right: 1.875vw;
    font-size: 0.9375vw;
  }
  .point-list .point__circle .point__num {
    font-size: 2.109375vw;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .point-list .point__circle {
    width: 64px;
    height: 64px;
    margin-right: 14px;
  }
}
.point-list .point__txt {
  font-size: 1.6rem;
  line-height: 1.6842105263;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
.point-list .point__txt small {
  display: block;
  font-size: 1.3rem;
  margin-left: 1em;
  text-indent: -1em;
}
@media print, screen and (min-width: 751px) {
  .point-list .point__txt {
    font-size: 1.9rem;
    padding-left: 102px;
  }
  .point-list .point__txt small {
    font-size: 1.5rem;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .point-list .point__txt {
    padding-left: 7.96875vw;
    font-size: 1.484375vw;
  }
  .point-list .point__txt small {
    font-size: 1.171875vw;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .point-list .point__txt {
    padding-left: 78px;
  }
}

@media print, screen and (min-width: 751px) {
  .medical-page .kv {
    background: url(../img/products/medical-kv.png) no-repeat center top 20px, url(../img/products/kv-bg.png) repeat-x left bottom, linear-gradient(#d2f1ef 0%, #bee9f0 100%);
  }
}
@media print and (max-width: 1920px), screen and (min-width: 751px) and (max-width: 1920px) {
  .medical-page .kv {
    background-size: 86.6666666667%;
  }
}

@media print, screen and (min-width: 751px) {
  .dispensing-page .kv {
    background: url(../img/products/dispensing-kv.png) no-repeat center top 20px, url(../img/products/kv-bg.png) repeat-x left bottom, linear-gradient(#d2f1ef 0%, #bee9f0 100%);
  }
}
@media print and (max-width: 1920px), screen and (min-width: 751px) and (max-width: 1920px) {
  .dispensing-page .kv {
    background-size: 86.6666666667%;
  }
}

@media print, screen and (min-width: 751px) {
  .welfare-page .kv {
    background: url(../img/products/welfare-kv.png) no-repeat center top 20px, url(../img/products/kv-bg.png) repeat-x left bottom, linear-gradient(#d2f1ef 0%, #bee9f0 100%);
  }
}
@media print and (max-width: 1920px), screen and (min-width: 751px) and (max-width: 1920px) {
  .welfare-page .kv {
    background-size: 86.6666666667%;
  }
}

@media print, screen and (min-width: 751px) {
  .welfare-page-lp .kv {
    background: url(../img/products/welcare-lp.jpeg) no-repeat center top 20px, url(../img/products/kv-bg.png) repeat-x left bottom, linear-gradient(#d2f1ef 0%, #bee9f0 100%);
  }
}
@media print and (max-width: 1920px), screen and (min-width: 751px) and (max-width: 1920px) {
  .welfare-page-lp .kv {
    background-size: 100% /* 86.6666666667% */;
  }
}
@media print, screen and (min-width: 751px) {
  .nursingcare-page .kv {
    background: url(../img/products/nursingcare-kv.png) no-repeat center top 20px, url(../img/products/kv-bg.png) repeat-x left bottom, linear-gradient(#d2f1ef 0%, #bee9f0 100%);
    
  }
}
@media print and (max-width: 1920px), screen and (min-width: 751px) and (max-width: 1920px) {
  .nursingcare-page .kv {
    background-size: 86.6666666667%;
  }
}
@media print, screen and (min-width: 751px) {
  .openingsupport-page .kv {
    background: url(../img/products/openingsupport-kv.png) no-repeat center top 20px, url(../img/products/kv-bg.png) repeat-x left bottom, linear-gradient(#d2f1ef 0%, #bee9f0 100%);
  }
}
@media print and (max-width: 1920px), screen and (min-width: 751px) and (max-width: 1920px) {
  .openingsupport-page .kv {
    background-size: 86.6666666667%;
  }
}
.section {
  padding-bottom: 50px;
}
.section .page__ttl:after {
  border-color: #4DC7C2;
  width: 100px;
}
@media print, screen and (min-width: 751px) {
  .section .page__ttl:after {
    width: 120px;
  }
}
@media only screen and (max-width: 750px) {
  .section {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 751px) {
  .section {
    padding-bottom: 120px;
    max-width: 960px;
    width: calc(100% - 40px);
    margin: auto;
  }
}
.section .section__txt {
  font-size: 1.6rem;
  line-height: 1.6842105263;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 751px) {
  .section .section__txt {
    font-size: 1.9rem;
    margin-bottom: 24px;
  }
}
.section:not(:last-child) {
  margin-bottom: 44px;
  border-bottom: solid 4px #D8E2E2;
}
@media print, screen and (min-width: 751px) {
  .section:not(:last-child) {
    margin-bottom: 80px;
  }
}
.section .page__ttl {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 751px) {
  .section .page__ttl {
    margin-bottom: 56px;
  }
}
.section .sub-section:not(:last-child) {
  margin-bottom: 45px;
}
@media print, screen and (min-width: 751px) {
  .section .sub-section:not(:last-child) {
    margin-bottom: 80px;
  }
}
.section .sub-section .sub-section__ttl {
  display: flex;
  font-size: 2rem;
  margin-bottom: 1em;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
@media only screen and (max-width: 750px) {
  .section .sub-section .sub-section__ttl {
    line-height: 1.6875;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 751px) {
  .section .sub-section .sub-section__ttl {
    font-size: 2.8rem;
    margin-bottom: 44px;
    align-items: center;
  }
}
.section .sub-section .sub-section__ttl:before {
  content: "";
  display: block;
  min-width: 12px;
  min-height: 12px;
  background: linear-gradient(#4dc7c2 0%, #00a7c6 100%);
  border-radius: 100%;
  margin-right: 8px;
}
@media only screen and (max-width: 750px) {
  .section .sub-section .sub-section__ttl:before {
    transform: translateY(90%);
  }
}
@media print, screen and (min-width: 751px) {
  .section .sub-section .sub-section__ttl:before {
    width: 22px;
    height: 22px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .section .sub-section.sub-section2 .sub-section__ttl {
    margin-bottom: 40px;
  }
}
.section .sub-section .sub-section__txt {
  font-size: 1.6rem;
  line-height: 1.6842105263;
  margin-bottom: 24px;
}
@media only screen and (max-width: 750px) {
  .section .sub-section .sub-section__txt small {
    font-size: 1.3rem;
    display: block;
    margin-left: 1em;
    text-indent: -1em;
  }
}
@media print, screen and (min-width: 751px) {
  .section .sub-section .sub-section__txt {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.section figure {
  text-align: center;
  margin-bottom: 24px;
}

.flow-list {
  padding-left: 14px;
}
@media print, screen and (min-width: 751px) {
  .flow-list {
    padding-left: 40px;
  }
}
.flow-list .flow {
  padding-left: 20px;
  padding-bottom: 48px;
}
@media print, screen and (min-width: 751px) {
  .flow-list .flow {
    padding-left: 60px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .flow-list .flow {
    padding-left: 5.859375vw;
  }
}
.flow-list .flow:not(:last-child) {
  border-left: solid 6px #EBF0F0;
}
.flow-list .flow .flow__ttl {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
@media print, screen and (min-width: 751px) {
  .flow-list .flow .flow__ttl {
    font-size: 3rem;
    margin-bottom: 24px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .flow-list .flow .flow__ttl {
    font-size: 2.34375vw;
    margin-bottom: 24px;
  }
}
.flow-list .flow .flow__ttl .flow__num {
  position: absolute;
  left: -39px;
  top: 0;
  width: 33px;
  height: 33px;
  color: white;
  background: #00A7C6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transform: translateY(-25%);
}
@media print, screen and (min-width: 751px) {
  .flow-list .flow .flow__ttl .flow__num {
    font-size: 2.7rem;
    width: 78px;
    height: 78px;
    left: -102px;
    transform: translateY(-25%);
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .flow-list .flow .flow__ttl .flow__num {
    width: 7.6171875vw;
    height: 7.6171875vw;
    font-size: 2.63671875vw;
    left: -9.9609375vw;
  }
}
@media only screen and (max-width: 750px) {
  .flow-list .flow .flow__row .flow__pic {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .flow-list .flow .flow__row {
    display: flex;
    justify-content: space-between;
  }
  .flow-list .flow .flow__row .flow__pic {
    width: 35.1005484461%;
  }
}
.flow-list .flow .flow__info {
  line-height: 1.7894736842;
  font-size: 1.6rem;
}
@media only screen and (max-width: 750px) {
  .flow-list .flow .flow__info small {
    font-size: 1.2rem;
    display: block;
    margin-left: 1em;
    text-indent: -1em;
  }
}
@media print, screen and (min-width: 751px) {
  .flow-list .flow .flow__info {
    width: 63.071297989%;
    font-size: 1.9rem;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .flow-list .flow .flow__info {
    font-size: 1.484375vw;
  }
}
.flow-list .flow .contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  color: white;
  border-radius: 90px;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 1.4rem;
  margin-top: 1em;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .flow-list .flow .contact-btn {
    font-size: 2.4rem;
    width: 306px;
    height: 60px;
    border-radius: 90px;
    margin-top: 1em;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .flow-list .flow .contact-btn {
    height: 5.859375vw;
    font-size: 1.3671875vw;
  }
}
.flow-list .flow .contact-btn:hover {
  color: #00A7C6;
}
.flow-list .flow .contact-btn:hover:before {
  opacity: 0;
}
.flow-list .flow .contact-btn:before {
  content: "";
  display: block;
  z-index: -1;
  background: linear-gradient(to right, #4dc7c2 0%, #00a7c6 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 90px;
}
.flow-list .flow .contact-btn:after {
  z-index: -2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: solid 4px #00A7C6;
  box-sizing: border-box;
  border-radius: 90px;
}
@media print, screen and (min-width: 751px) {
  .flow-list .flow .contact-btn2 {
    width: 486px;
    max-width: 100%;
  }
}

.panel-list {
  width: 100%;
  margin-bottom: 45px;
}
@media (min-width: 751px) {
  .panel-list {
    display: flex;
    justify-content: space-between;
  }
}
.panel-list .panel {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media print {
  .panel-list .panel {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .panel-list .panel {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  .panel-list .panel {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .panel-list .panel {
    width: calc(50% - 6px);
  }
}
.panel-list .panel .panel__ttl {
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px 15px 0 0;
  background: #afc1ce;
  border: 2px solid #afc1ce;
  font-size: 2rem;
  color: white;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
@media print, screen and (min-width: 751px) {
  .panel-list .panel .panel__ttl {
    border-radius: 30px 30px 0 0;
    font-size: 3.2rem;
    height: 88px;
    font-size: 3.2rem;
    border: 4px solid #afc1ce;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .panel-list .panel .panel__ttl {
    font-size: 2.5vw;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .panel-list .panel .panel__ttl {
    font-size: 2.2vw;
  }
}
.panel-list .panel .panel__info {
  border: 2px solid #afc1ce;
  border-top: none;
  padding: 30px 20px 30px;
  border-radius: 0 0 15px 15px;
  height: 100%;
}
@media print, screen and (min-width: 751px) {
  .panel-list .panel .panel__info {
    padding: 40px 24px 24px;
    border-radius: 0 0 30px 30px;
  }
}
@media only screen and (max-width: 750px) {
  .panel-list .panel .panel__pic {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .panel-list .panel .panel__pic {
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }
}
.panel-list .panel .panel__txt {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.6842105263;
}
@media print, screen and (min-width: 751px) {
  .panel-list .panel .panel__txt {
    margin-bottom: 24px;
    font-size: 1.9rem;
    min-height: 5.0526315789em;
  }
}
.panel-list .panel .supplement {
  display: flex;
  line-height: 1.6666666667;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
@media only screen and (max-width: 750px) {
  .panel-list .panel .supplement {
    font-size: 1.4rem;
  }
}
.panel-list .panel .supplement:before {
  content: "●";
  width: 1em;
}
.panel-list .panel .unit {
  text-align: right;
  font-size: 1.2rem;
}
@media only screen and (max-width: 750px) {
  .panel-list .panel .unit {
    font-size: 1.4rem;
  }
}

.panel__table {
  width: 100%;
  border-collapse: separate;
  border-radius: 15px;
  margin-top: 10px;
  /*
  	th:not(:first-child)
  	{
  		border-left-width: 1.5px;	
  	}
  */
}
@media only screen and (max-width: 750px) {
  .panel__table {
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 751px) {
  .panel__table {
    margin-top: 24px;
    border-radius: 30px;
  }
}
.panel__table th, .panel__table td {
  padding: 27px 5px;
}
.panel__table th {
  text-align: center;
  background: #F0F4F7;
  border: solid 3px #DFE8EF;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
@media only screen and (max-width: 750px) {
  .panel__table th {
    font-size: 1.1rem;
  }
}
.panel__table th:not(:last-child) {
  border-right: none;
}
.panel__table td {
  line-height: 1.3333333333;
}
.panel__table thead th {
  border-bottom: none;
  line-height: 1.2;
}
.panel__table thead th small {
  font-size: 1.1rem;
}
.panel__table thead th:first-child {
  border-radius: 15px 0 0 0;
}
@media print, screen and (min-width: 751px) {
  .panel__table thead th:first-child {
    border-radius: 30px 0 0 0;
  }
}
.panel__table thead th:last-child {
  border-radius: 0 15px 0 0;
}
@media print, screen and (min-width: 751px) {
  .panel__table thead th:last-child {
    border-radius: 0 30px 0 0;
  }
}
.panel__table tbody th {
  border-right: none;
}
.panel__table tbody td {
  font-size: 1.2rem;
  text-align: right;
  border: solid 3px #DFE8EF;
}
.panel__table tbody td:not(:last-child) {
  border-right: none;
}
.panel__table tbody tr:not(:last-child) * {
  border-bottom: none;
}
.panel__table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 15px;
}
@media print, screen and (min-width: 751px) {
  .panel__table tbody tr:last-child th:first-child {
    border-radius: 0 0 0 30px;
  }
}
.panel__table tbody tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}
@media print, screen and (min-width: 751px) {
  .panel__table tbody tr:last-child td:last-child {
    border-radius: 0 0 30px 0;
  }
}

.case-section .panel__bottom-txt {
  line-height: 1.6666666667;
}
.case-section .panel__bottom-txt-list li {
  display: flex;
  line-height: 1.6923076923;
}
.case-section .panel__bottom-txt-list li:before {
  content: "※";
  margin-right: 0.5em;
}
.case-section .sub-section__txt {
  padding-left: 24px;
}
.case-section .panel__table {
  min-width: 530px;
}
@media only screen and (max-width: 750px) {
  .case-section .panel__table {
    min-width: 500px;
  }
}
.case-section .panel__table td {
  text-align: center;
}
.case-section .sub-section .sub-section__txt {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 751px) {
  .case-section .sub-section .sub-section__txt {
    font-size: 1.5rem;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .case-section .sub-section .sub-section__txt {
    font-size: 1.46484375vw;
  }
}
@media only screen and (max-width: 750px) {
  .case-section .case-info .case__pic {
    text-align: center;
  }
  .case-section .case-info .case__pic img {
    width: 120px;
  }
}
@media print, screen and (min-width: 751px) {
  .case-section .case-info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.case-section .case-info img {
  vertical-align: bottom;
}
.case-section .case-info .case__comment {
  border-radius: 15px;
  background: #D2F1EF;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
@media only screen and (max-width: 750px) {
  .case-section .case-info .case__comment {
    padding: 32px 0;
    margin-bottom: 34px;
  }
}
@media print, screen and (min-width: 751px) {
  .case-section .case-info .case__comment {
    width: 384px;
    height: 169px;
    border-radius: 30px;
    font-size: 1.5rem;
  }
}
.case-section .case-info .case__comment:before {
  position: absolute;
  content: "";
  display: block;
  width: 23px;
  height: 20px;
  background: url(../img/products/comment-bg@sp.svg) no-repeat center bottom;
  background-size: contain;
}
@media only screen and (max-width: 750px) {
  .case-section .case-info .case__comment:before {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(100%);
  }
}
@media print, screen and (min-width: 751px) {
  .case-section .case-info .case__comment:before {
    width: 23px;
    height: 20px;
    background: url(../img/products/comment-bg.png) no-repeat center bottom;
    background-size: contain;
    right: -20px;
    top: 50%;
  }
}
.case-section .panel-list {
  margin-bottom: 16px;
}
.case-section .panel {
  border: solid 2px #DFE8EF;
  border-radius: 15px;
  padding: 20px 20px 32px;
}
@media print, screen and (min-width: 751px) {
  .case-section .panel {
    border: solid 4px #DFE8EF;
    border-radius: 30px;
    padding: 34px 24px 24px;
  }
}
.case-section .panel .panel__ttl {
  color: inherit;
  background: inherit;
  border: none;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .case-section .panel .panel__ttl {
    line-height: 1.4;
    height: fit-content;
  }
}
@media print, screen and (min-width: 751px) {
  .case-section .panel .panel__ttl {
    height: 64px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .case-section .panel .panel__ttl {
    height: 6.25vw;
  }
}
.case-section .panel .panel__ttl small {
  font-size: 1.5rem;
  margin-top: 8px;
  display: inline-block;
}
.case-section .panel--ag {
  border-color: #F4CBCB;
}
@media only screen and (max-width: 750px) {
  .case-section .panel--ag {
    margin-top: 26px;
  }
}
.case-section .panel--ag .panel__ttl {
  color: #DE4040;
}
.case-section .panel--ag .panel__ttl small {
  color: black;
}
.case-section .use-list {
  margin-bottom: 45px;
}
@media print, screen and (min-width: 751px) {
  .case-section .use-list {
    padding-left: 40px;
  }
}
.case-section .use-list .use:not(:last-child) {
  margin-bottom: 24px;
}
.case-section .use-list .use .use__ttl {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 14px;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
@media print, screen and (min-width: 751px) {
  .case-section .use-list .use .use__ttl {
    align-items: center;
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
.case-section .use-list .use .use__ttl:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: linear-gradient(#4dc7c2 0%, #00a7c6 100%);
  border-radius: 100%;
  flex: 0 0 auto;
}
@media only screen and (max-width: 750px) {
  .case-section .use-list .use .use__ttl:before {
    transform: translateY(75%);
  }
}
@media print, screen and (min-width: 751px) {
  .case-section .use-list .use .use__ttl:before {
    width: 20px;
    height: 20px;
    margin-right: 16px;
  }
}
.case-section .use-list .use .use__txt {
  font-size: 1.6rem;
  line-height: 1.6842105263;
}
@media print, screen and (min-width: 751px) {
  .case-section .use-list .use .use__txt {
    font-size: 1.9rem;
    padding-left: 36px;
  }
}
.case-section .panel__table {
  white-space: nowrap;
  margin-bottom: 30px;
}

.howto-section .table-container .panel__table {
  margin-bottom: 30px;
}
.howto-section .panel__table {
  min-width: 500px;
}
@media print, screen and (min-width: 751px) {
  .howto-section .table-container .panel__table {
    margin-bottom: 30px;
  }
  .howto-section .panel__table {
    min-width: 532px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .howto-section .supplement br {
    display: none;
  }
}

.about-section .panel__table tbody {
  white-space: normal;
}
.about-section .panel__table tbody th {
  font-size: 1.1rem;
  line-height: 1.6842105263;
  width: 32.8358208955%;
}
@media only screen and (max-width: 750px) {
  .about-section .panel__table tbody th {
    padding: 13px 0;
  }
}
@media print, screen and (min-width: 751px) {
  .about-section .panel__table tbody th {
    font-size: 1.9rem;
    width: 32%;
    padding-left: 34px;
    text-align: left;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .about-section .panel__table tbody th {
    font-size: 1.484375vw;
    padding: 2.109375vw 2.65625vw;
  }
}
.about-section .panel__table tbody td {
  font-size: 1.1rem;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .about-section .panel__table tbody td {
    padding: 13px;
    line-height: 1.6363636364;
  }
}
@media print, screen and (min-width: 751px) {
  .about-section .panel__table tbody td {
    font-size: 1.9rem;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .about-section .panel__table tbody td {
    font-size: 1.484375vw;
    padding: 2.109375vw 1.875vw;
  }
}
.about-section .panel__table tbody tr:first-child th {
  border-radius: 15px 0 0 0;
}
.about-section .panel__table tbody tr:first-child td {
  border-radius: 0 15px 0 0;
}
@media print, screen and (min-width: 751px) {
  .about-section .panel__table tbody tr:first-child th {
    border-radius: 30px 0 0 0;
  }
  .about-section .panel__table tbody tr:first-child td {
    border-radius: 0 30px 0 0;
  }
}
.about-section .panel__table tbody tr:last-child th {
  border-radius: 0 0 0 15px;
}
.about-section .panel__table tbody tr:last-child td {
  border-radius: 0 0 15px 0;
}
@media print, screen and (min-width: 751px) {
  .about-section .panel__table tbody tr:last-child th {
    border-radius: 0 0 0 30px;
  }
  .about-section .panel__table tbody tr:last-child td {
    border-radius: 0 0 30px 0;
  }
}
.about-section .panel__table tbody .tabel__supplement-txt {
  display: flex;
}
.about-section .panel__table tbody .tabel__supplement-txt:before {
  content: "※";
}
.about-section .document {
  line-height: 1.6842105263;
}
.about-section .document .document__ttl {
  display: flex;
}
.about-section .document .document__ttl:before {
  content: "●";
}
.about-section .document .document__txt {
  padding-left: 1em;
}
.about-section .section__bottom-txt {
  font-size: 1.6rem;
  margin-top: 40px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 750px) {
  .about-section .section__bottom-txt {
    line-height: 1.6875;
  }
}
@media print, screen and (min-width: 751px) {
  .about-section .section__bottom-txt {
    text-align: center;
    font-size: 2.4rem;
    margin-top: 80px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .about-section .section__bottom-txt {
    font-size: 2.34375vw;
  }
}
.about-section .panel .panel__ttl {
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  .about-section .panel .panel__ttl {
    font-size: 1.6rem;
  }
}
.about-section .panel-list .panel__info {
  font-size: 1.3rem;
  text-align: center;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
@media print, screen and (min-width: 751px) {
  .about-section .panel-list .panel__info {
    font-size: 1.9rem;
    padding: 28px 24px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .about-section .panel-list .panel__info {
    font-size: 1.484375vw;
    padding: 2.1875vw 1vw;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .about-section .panel-list .panel__info {
    padding: 2.1875vw 0;
  }
}
.about-section .panel-list .panel__info .tell {
  font-size: 1.6rem;
  display: inline-block;
}
@media print, screen and (min-width: 751px) {
  .about-section .panel-list .panel__info .tell {
    font-size: 2.8rem;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .about-section .panel-list .panel__info .tell {
    font-size: 2.1875vw;
  }
}

.panel__table td {
  transform: rotate(0.05deg);
}

_:-ms-lang(x)::backdrop, .panel__table td {
  transform: rotate(0.05deg);
}

_:lang(x)::-ms-, .panel__table td {
  transform: rotate(0.05deg);
}

/*-----------------------------------------
LP
-------------------------------------------*/
#wrapper.lp {
  padding-top: 0;
}
#wrapper.lp .kv {
  padding-top: 107px;
}
@media print, screen and (min-width: 751px) {
  #wrapper.lp .kv {
    padding-top: 236px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  #wrapper.lp .kv {
    padding-top: calc(136px + 7.8125vw);
  }
}
@media print and (max-height: 900px), screen and (min-width: 751px) and (max-height: 900px) {
  #wrapper.lp .kv {
    padding-top: calc(6vh + 100px);
  }
}
@media print and (max-height: 900px) and (max-width: 1279px), screen and (min-width: 751px) and (max-height: 900px) and (max-width: 1279px) {
  #wrapper.lp .kv {
    padding-top: calc(6vh + 7.8125vw);
  }
}
@media print, screen and (min-width: 751px) {
  #wrapper.lp .medical-page .kv {
    background: url(../img/products/medical-kv.png) no-repeat center top 120px, url(../img/products/kv-bg.png) repeat-x left bottom, linear-gradient(#d2f1ef 0%, #bee9f0 100%);
  }
}
@media print and (max-width: 1920px), screen and (min-width: 751px) and (max-width: 1920px) {
  #wrapper.lp .medical-page .kv {
    background-size: 86.6666666667%;
  }
}
@media print, screen and (min-width: 751px) {
  #wrapper.lp .openingsupport-page .kv {
    background: url(../img/products/medical-kv.png) no-repeat center top 120px, url(../img/products/kv-bg.png) repeat-x left bottom, linear-gradient(#d2f1ef 0%, #bee9f0 100%);
  }
}
@media print and (max-width: 1920px), screen and (min-width: 751px) and (max-width: 1920px) {
  #wrapper.lp .openingsupport-page .kv {
    background-size: 86.6666666667%;
  }
}
#wrapper.lp #footer {
  padding-bottom: 106px;
}
@media print, screen and (min-width: 751px) {
  #wrapper.lp #footer {
    padding-bottom: 226px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  #wrapper.lp #footer {
    padding-bottom: calc(106px + (120/1024)*100vw);
  }
}
#wrapper.lp .lp-botttom {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media (max-width: 750px) {
  #wrapper.lp .lp-botttom {
    left: 20px;
    right: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  #wrapper.lp .lp-botttom {
    max-width: 1200px;
    width: calc(100% - 80px);
    margin: auto;
  }
}
#wrapper.lp .contact-btn--bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  color: white;
  font-size: 2rem;
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 10px;
  width: 100%;
  max-width: 996px;
  position: relative;
  margin: auto;
}
@media print, screen and (min-width: 751px) {
  #wrapper.lp .contact-btn--bottom {
    font-size: 5rem;
    height: 120px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  #wrapper.lp .contact-btn--bottom {
    font-size: 4.8828125vw;
    height: 11.71875vw;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  #wrapper.lp .contact-btn--bottom {
    font-size: 6.518904824vh;
    height: 15.6453715776vh;
  }
}
#wrapper.lp .contact-btn--bottom span {
  z-index: 2;
}
#wrapper.lp .contact-btn--bottom:hover {
  color: #DE4040;
}
#wrapper.lp .contact-btn--bottom:hover:before {
  opacity: 0;
}
#wrapper.lp .contact-btn--bottom:before {
  content: "";
  display: block;
  z-index: 1;
  background: linear-gradient(to right, #de6c4a 0%, #de4040 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 90px;
}
#wrapper.lp .contact-btn--bottom:after {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: solid 5px #DE4040;
  box-sizing: border-box;
  border-radius: 90px;
}
