@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* ======================================================================
 common
====================================================================== */
html {
  font-size: 0.6666666667vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  font-weight: 400;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1.8rem;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

label {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.sk_inner {
  width: calc(100% - 50rem);
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sk_inner {
    width: 92%;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* ======================================================================
 header
====================================================================== */
.sk_header {
  box-sizing: border-box;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2.5rem 5rem;
}
@media screen and (max-width: 768px) {
  .sk_header {
    position: static;
    padding: 0 4%;
  }
}
.sk_header_logo {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sk_header_logo {
    transition: none;
  }
}
.sk_header_logo:hover, .sk_header_logo:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .sk_header_logo:hover, .sk_header_logo:hover img {
    opacity: 1;
  }
}
.sk_header_logo {
  width: 55.7rem;
}
@media screen and (max-width: 768px) {
  .sk_header_logo {
    position: absolute;
    top: 2%;
    left: 4%;
  }
}
.sk_header_cv {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .sk_header_cv {
    position: fixed;
    box-sizing: border-box;
    z-index: 9999;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    left: 0;
    bottom: 0;
    gap: 2%;
    padding: 2% 4%;
  }
}
.sk_header_cv_btn {
  transition: all 0.2s ease-in-out;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004DA0;
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.3) inset;
  width: 32.9rem;
  height: 7.5rem;
  border-radius: 7.5rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sk_header_cv_btn {
    width: 49%;
    font-size: 2.6rem;
  }
}
.sk_header_cv_btn._trial {
  background: #E9FF40;
}
.sk_header_cv_btn._form {
  background: #00FFFF;
}
.sk_header_cv_btn:hover {
  transform: translateY(4px);
  box-shadow: none;
}

/* ======================================================================
 footer
====================================================================== */
.sk_footer {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .sk_footer {
    padding: 5rem 0 12rem;
  }
}
.sk_footer_logo {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sk_footer_logo {
    transition: none;
  }
}
.sk_footer_logo:hover, .sk_footer_logo:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .sk_footer_logo:hover, .sk_footer_logo:hover img {
    opacity: 1;
  }
}
.sk_footer_logo {
  display: block;
  margin: 0 auto;
  width: 33.4rem;
}
.sk_footer_copy {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 2rem;
}

/* ======================================================================
 main
====================================================================== */
.sk_mv {
  background: url(../img/mv_bg.jpg) 50% 0 no-repeat;
  background-size: 100%;
  padding: 13.2rem 0 7rem;
}
@media screen and (max-width: 768px) {
  .sk_mv {
    padding: 13.2rem 0 7rem;
    background-repeat: repeat-y;
  }
}
.sk_mv_cont {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .sk_mv_cont {
    margin-bottom: 0;
  }
}
.sk_mv_ttl {
  order: 2;
  width: 80.6rem;
  margin: 3.5rem 0 0 7rem;
}
@media screen and (max-width: 768px) {
  .sk_mv_ttl {
    order: 1;
    width: 92%;
    margin: 0 auto;
  }
}
.sk_mv_img {
  position: absolute;
  width: 46.4rem;
  top: 8rem;
  right: 7rem;
}
@media screen and (max-width: 768px) {
  .sk_mv_img {
    order: 4;
    position: relative;
    top: inherit;
    right: inherit;
    width: 60%;
    margin: -15% auto 4rem;
  }
}
.sk_mv_pic {
  width: 94rem;
}
@media screen and (max-width: 768px) {
  .sk_mv_pic {
    order: 3;
    width: 100%;
  }
}
.sk_mv_box {
  position: absolute;
  z-index: 1;
  top: 9.5rem;
  right: 33.2rem;
  width: 53rem;
}
@media screen and (max-width: 768px) {
  .sk_mv_box {
    order: 2;
    position: static;
    width: 92%;
    margin: 4% auto 0;
  }
}
.sk_mv_box_cont {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .sk_mv_box_cont {
    background-color: #D4EBFF;
    margin-bottom: 2rem;
  }
}
.sk_mv_box_ttl {
  font-weight: 700;
  text-align: center;
  color: #004DA0;
  font-size: 2.3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .sk_mv_box_ttl {
    font-size: 3rem;
  }
}
.sk_mv_box_txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .sk_mv_box_txt {
    font-size: 2.2rem;
  }
}

.sk_cv_list {
  display: flex;
  justify-content: space-between;
}
.sk_cv_list_box {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #004DA0;
  border-radius: 0.5rem;
  width: 46.9%;
  padding: 2rem;
}
.sk_cv_list_box:first-child::after {
  color: #004DA0;
  font-weight: 900;
  position: absolute;
  content: "+";
  top: 50%;
  font-size: 5rem;
  right: -4.5rem;
  margin-top: -2.5rem;
}
@media screen and (max-width: 768px) {
  .sk_cv_list_box:first-child::after {
    right: -3.8rem;
  }
}
.sk_cv_list_box_ttl {
  font-weight: 900;
  color: #004DA0;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .sk_cv_list_box_ttl {
    text-align: center;
    font-size: 4rem;
    line-height: 1.3;
  }
}
.sk_cv_list_box_txt {
  font-weight: 900;
  color: #004DA0;
  font-size: 1.8rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .sk_cv_list_box_txt {
    text-align: center;
    line-height: 1.3;
  }
}
.sk_cv_list_box_txt span {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sk_cv_list_box_txt span {
    display: block;
  }
}
.sk_cv_list_box_price {
  font-weight: 900;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  color: #004DA0;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sk_cv_list_box_price {
    position: static;
  }
}
.sk_cv_list_box_price_num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.sk_cv_list_box_price i {
  text-align: right;
  display: block;
  font-family: inherit;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .sk_cv_list_box_price i {
    font-size: 1.7rem;
  }
}
.sk_cv_list_box._server .sk_cv_list_box_img {
  width: 14.5rem;
}
@media screen and (max-width: 768px) {
  .sk_cv_list_box._server .sk_cv_list_box_img {
    width: 50%;
    margin: 0 auto;
  }
}
.sk_cv_list_box._server .sk_cv_list_box_ttl {
  position: absolute;
  right: 2rem;
  top: 4rem;
}
@media screen and (max-width: 768px) {
  .sk_cv_list_box._server .sk_cv_list_box_ttl {
    position: static;
  }
}
.sk_cv_list_box._server .sk_cv_list_box_price_num {
  font-size: 11.8rem;
}
.sk_cv_list_box._water .sk_cv_list_box_img {
  width: 16rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .sk_cv_list_box._water .sk_cv_list_box_img {
    width: 80%;
    margin: 1.5rem auto 0;
  }
}
.sk_cv_list_box._water .sk_cv_list_box_ttl {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sk_cv_list_box._water .sk_cv_list_box_ttl {
    margin-top: 0;
  }
}
.sk_cv_list_box._water .sk_cv_list_box_price_num {
  font-size: 9.8rem;
}
@media screen and (max-width: 768px) {
  .sk_cv_list_box._water .sk_cv_list_box_price_num {
    font-size: 11rem;
  }
}
.sk_cv_list_box._water .sk_cv_list_box_price_num span {
  font-size: 4.8rem;
  margin: 0 -0.5rem;
}

.sk_sec01 {
  background: #D4EBFF;
  padding: 6rem 0 0;
}
.sk_sec01_campaign {
  margin-bottom: 4rem;
}
.sk_sec01_campaign_ttl {
  font-weight: 900;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.sk_sec01_campaign_ttl_badge {
  margin-right: 3rem;
}
.sk_sec01_campaign_ttl_badge span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E9FF40;
  color: #FF0004;
  width: 15.5rem;
  height: 15.5rem;
  border-radius: 15.5rem;
  font-size: 4.6rem;
  line-height: 1.2;
}
.sk_sec01_campaign_ttl_box {
  color: #004DA0;
  font-size: 5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sk_sec01_campaign_ttl_box {
    line-height: 1.3;
  }
}
.sk_sec01_campaign_ttl_box span {
  background: linear-gradient(transparent 70%, #00FFFF 0%);
}
.sk_sec01_campaign_txt {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .sk_sec01_campaign_txt {
    font-size: 2.2rem;
  }
}
.sk_sec01_campaign_date {
  font-weight: 900;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  border: 1px solid #004DA0;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .sk_sec01_campaign_date {
    display: block;
  }
}
.sk_sec01_campaign_date_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  color: #004DA0;
  text-align: center;
  flex-grow: 1;
  width: 20%;
  font-size: 2.6rem;
  line-height: 1.5;
  padding: 0.7rem 0;
}
@media screen and (max-width: 768px) {
  .sk_sec01_campaign_date_ttl {
    width: 100%;
  }
}
.sk_sec01_campaign_date_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #004DA0;
  color: #E9FF40;
  text-align: center;
  width: 80%;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .sk_sec01_campaign_date_txt {
    width: 100%;
    padding: 2rem 0;
    font-size: 4rem;
  }
}
.sk_sec01_campaign_present {
  font-weight: 700;
  background: #E9FF40;
  color: #FF0004;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 2.3rem;
  line-height: 1.5;
  padding: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .sk_sec01_campaign_present {
    font-size: 2.8rem;
  }
}
.sk_sec01_campaign_price {
  position: relative;
  text-align: center;
  border: 1px solid #004DA0;
  border-radius: 0.5rem;
  padding: 3.5rem 3rem 2.5rem;
}
.sk_sec01_campaign_price_ttl {
  position: absolute;
  left: 50%;
  top: -1.25rem;
  z-index: 1;
  margin-left: -11rem;
}
@media screen and (max-width: 768px) {
  .sk_sec01_campaign_price_ttl {
    margin-left: -12rem;
  }
}
.sk_sec01_campaign_price_ttl span {
  font-weight: 700;
  color: #004DA0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22rem;
  font-size: 2.3rem;
  background: #D4EBFF;
}
@media screen and (max-width: 768px) {
  .sk_sec01_campaign_price_ttl span {
    font-size: 2.8rem;
    width: 24rem;
  }
}
.sk_sec01_campaign_price_att {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .sk_sec01_campaign_price_att {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.sk_sec01_campaign_price_price {
  text-align: left;
  display: table;
  margin: 0 auto 2rem;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .sk_sec01_campaign_price_price {
    font-size: 2rem;
  }
}
.sk_sec01_campaign_price_txt {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sk_sec01_campaign_price_txt {
    font-size: 2.4rem;
  }
}
.sk_sec01_about {
  position: relative;
  background: url(../img/bg01.jpg) no-repeat 50% 100%;
  background-size: 100%;
  padding-bottom: 8rem;
}
.sk_sec01_about_cycle {
  font-weight: 900;
  text-align: center;
  color: #004DA0;
  font-size: 3rem;
  line-height: 1.7;
  margin-bottom: 4rem;
}
.sk_sec01_about_cycle span {
  background: linear-gradient(transparent 60%, #00FFFF 0%);
}
.sk_sec01_about_img {
  width: 46rem;
}
@media screen and (max-width: 768px) {
  .sk_sec01_about_img {
    margin: 0 auto;
  }
}
.sk_sec01_about_box {
  position: absolute;
  right: 0;
  top: 12rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sk_sec01_about_box {
    position: static;
  }
}
.sk_sec01_about_box_ttl {
  font-weight: 900;
  color: #004DA0;
  font-size: 5.7rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .sk_sec01_about_box_ttl {
    text-align: center;
  }
}
.sk_sec01_about_box_txt {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.7;
}

.sk_sec02 {
  background: url(../img/bg02.jpg) no-repeat 50% -100%;
  background-size: 100%;
  padding: 8rem 0;
}
.sk_sec02_ttl {
  font-weight: 900;
  color: #004DA0;
  text-align: center;
  font-size: 5rem;
  line-height: 1.3;
}
.sk_sec02_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
.sk_sec02_box_txt {
  font-weight: 700;
  order: 2;
  width: 70%;
  font-size: 2.4rem;
  line-height: 1.7;
}
.sk_sec02_box_img {
  width: 30%;
}
.sk_sec02_copy {
  font-weight: 900;
  background: #004DA0;
  color: #FFF;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 3.2rem;
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sk_sec02_copy {
    line-height: 1.3;
  }
}
.sk_sec02_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  .sk_sec02_list {
    display: block;
  }
}
.sk_sec02_list + .sk_sec02_ttl {
  margin-top: 10rem;
}
.sk_sec02_list_box {
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #004DA0;
  background: #FFF;
  border-radius: 0.5rem;
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .sk_sec02_list_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sk_sec02_list_box:not(:last-child) {
    margin-bottom: 4%;
  }
}
.sk_sec02_list_box_desc {
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .sk_sec02_list_box_desc {
    padding: 4%;
  }
}
.sk_sec02_list_box_ttl {
  text-align: center;
  font-weight: 900;
  color: #004DA0;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sk_sec02_list_box_ttl {
    font-size: 3rem;
  }
}
.sk_sec02_list_box_txt {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sk_sec02_list_box_txt {
    font-size: 2.4rem;
  }
}

.sk_faq {
  background: #D4EBFF;
  padding: 8rem 0;
}
.sk_faq_ttl {
  text-align: center;
  color: #004DA0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 5rem;
}
.sk_faq_list {
  border-top: 1px solid #004DA0;
  margin-top: 5rem;
}
.sk_faq_list_box {
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #004DA0;
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sk_faq_list_box {
    padding: 4% 6% 4% 2%;
  }
}
.sk_faq_list_box._active {
  background: #FFF;
}
.sk_faq_list_box._active .sk_faq_list_box_top::after {
  transform: rotate(225deg);
}
.sk_faq_list_box._active .sk_faq_list_box_top_ico span {
  background: #E9FF40;
}
.sk_faq_list_box_top {
  cursor: pointer;
  position: relative;
  display: flex;
}
.sk_faq_list_box_top::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-bottom: 1px solid #004DA0;
  border-right: 1px solid #004DA0;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sk_faq_list_box_top::after {
    right: -2%;
  }
}
.sk_faq_list_box_top_ico {
  margin-right: 1rem;
}
.sk_faq_list_box_top_ico span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  overflow: hidden;
  color: #004DA0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #004DA0;
  background: #FFF;
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 0.5rem;
  font-size: 2.4rem;
}
.sk_faq_list_box_top_ttl {
  font-weight: 900;
  color: #004DA0;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .sk_faq_list_box_top_ttl {
    font-size: 3rem;
  }
}
.sk_faq_list_box_btm {
  display: none;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .sk_faq_list_box_btm {
    font-size: 2.4rem;
  }
}

.sk_cv {
  background: url(../img/bg03.jpg) 50% 100% no-repeat;
  background-size: 100%;
  padding: 8rem 0 12rem;
}
.sk_cv_ttl {
  font-weight: 900;
  text-align: center;
  color: #004DA0;
  font-size: 5rem;
  margin-bottom: 5rem;
}
.sk_cv_txt {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .sk_cv_txt {
    font-size: 2.4rem;
  }
}
.sk_cv_btn {
  width: 57.5rem;
  margin: 7rem auto 10rem;
}
.sk_cv_btn_box {
  font-weight: 900;
  color: #004DA0;
  transition: all 0.2s ease-in-out;
}
.sk_cv_btn_box._trial, .sk_cv_btn_box._form, .sk_cv_btn_box._tel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 13rem;
  border-radius: 13rem;
}
.sk_cv_btn_box._trial, .sk_cv_btn_box._form {
  box-shadow: 0 -6px 0 0 rgba(0, 0, 0, 0.3) inset;
  font-size: 4.2rem;
  margin-bottom: 3rem;
}
.sk_cv_btn_box._trial:hover, .sk_cv_btn_box._form:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.sk_cv_btn_box._trial {
  background: #E9FF40;
}
.sk_cv_btn_box._form {
  background: #00FFFF;
}
.sk_cv_btn_box._tel {
  pointer-events: none;
  background: #FFF;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sk_cv_btn_box._tel {
    border: 1px solid #CCC;
    pointer-events: all;
    box-shadow: 0 -6px 0 0 rgba(0, 0, 0, 0.3) inset;
  }
}
.sk_cv_btn_box._tel span {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 7rem;
  margin-top: 0.5rem;
}
.sk_cv_btn_time {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .sk_cv_btn_time {
    font-size: 2.4rem;
  }
}
.sk_cv_logo {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sk_cv_logo {
    transition: none;
  }
}
.sk_cv_logo:hover, .sk_cv_logo:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .sk_cv_logo:hover, .sk_cv_logo:hover img {
    opacity: 1;
  }
}
.sk_cv_logo {
  display: block;
  margin: 0 auto;
  width: 57.5rem;
}/*# sourceMappingURL=style.css.map */