body {
  color: #071013;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  overflow: hidden;
}

.entry-fb {
  color: #EE6A6A;
  font-weight: bold;
}

.top-img {
  text-align: center;
  line-height: 1;
}
.top-img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.top-note li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
.top-note li + li {
  margin-top: 0.5em;
}

@-webkit-keyframes mvPointsShow {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes mvPointsShow {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.top-mv {
  margin-top: 6em;
  height: calc(100svh - 4em - 16.66vw);
  min-height: 130vw;
  position: relative;
  z-index: 1;
}
.top-mv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 4.5em;
  width: 100%;
  background: url("../img/home/wave_sp01.svg") top center/cover no-repeat;
}
.top-mv .top-mv-wrap {
  position: absolute;
  width: 100%;
  top: calc(50% - 1em);
  padding: 0 1.5em;
  translate: 0 -50%;
}
.top-mv .top-mv-wrap h1 {
  font-size: 10px;
  font-size: 1rem;
  height: 0;
  padding-top: 9.4em;
  width: 32em;
  padding-top: 24.11vw;
  width: 82.05vw;
  overflow: hidden;
  background: url("../img/home/mv_h1_sp.svg") top center/cover no-repeat;
}
.top-mv .top-mv-wrap p {
  margin-top: 0.5555555556em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 0 0.5555555556em #071013;
}
.top-mv .top-mv-points {
  position: absolute;
  bottom: calc(-16.666vw + 3.3em);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 3em);
  max-width: 58em;
  z-index: 1;
}
.top-mv .top-mv-points::before, .top-mv .top-mv-points::after {
  content: "";
  display: table;
  clear: both;
  overflow: hidden;
}
.top-mv .top-mv-points li {
  font-size: 10px;
  font-size: 1rem;
  border: solid 1.5px #FFF;
  width: calc(33.333% + 0.333em);
  float: left;
  border-radius: 50%;
}
.top-mv .top-mv-points li + li {
  margin-left: -0.5em;
}
.top-mv .top-mv-points li:nth-child(1) {
  opacity: 0;
  -webkit-animation: 1s mvPointsShow 0.1s forwards;
          animation: 1s mvPointsShow 0.1s forwards;
  background: rgb(240, 72, 72);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 72, 72, 0.9)), to(rgba(255, 240, 79, 0.9)));
  background: linear-gradient(0deg, rgba(240, 72, 72, 0.9) 0%, rgba(255, 240, 79, 0.9) 100%);
}
.top-mv .top-mv-points li:nth-child(2) {
  opacity: 0;
  -webkit-animation: 1s mvPointsShow 0.6s forwards;
          animation: 1s mvPointsShow 0.6s forwards;
  background: rgb(255, 240, 79);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 240, 79, 0.9)), to(rgba(27, 154, 170, 0.9)));
  background: linear-gradient(0deg, rgba(255, 240, 79, 0.9) 0%, rgba(27, 154, 170, 0.9) 100%);
}
.top-mv .top-mv-points li:nth-child(3) {
  opacity: 0;
  -webkit-animation: 1s mvPointsShow 1.1s forwards;
          animation: 1s mvPointsShow 1.1s forwards;
  background: rgb(76, 145, 249);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 145, 249, 0.9)), to(rgba(255, 147, 147, 0.9)));
  background: linear-gradient(0deg, rgba(76, 145, 249, 0.9) 0%, rgba(255, 147, 147, 0.9) 100%);
}
.top-mv .top-mv-imgs {
  background: #F07D7D;
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  height: 100%;
  width: 100%;
  padding-bottom: 4.5em;
  grid-template-rows: repeat(2, 1fr);
  z-index: -1;
}
.top-mv .top-mv-imgs picture {
  display: block;
  overflow: hidden;
  line-height: 1;
}
.top-mv .top-mv-imgs picture:last-child {
  margin-bottom: -4.5em;
}
.top-mv .top-mv-imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-mv .top-mv-kyumin {
  position: absolute;
  top: 1.5em;
  right: 1em;
  width: 8.5em;
  z-index: 1;
}
.top-mv .top-mv-kyumin img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-filter: drop-shadow(0 0 0.4em rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0 0.4em rgba(0, 0, 0, 0.15));
}
@media only screen and (min-width: 768px) {
  .top-mv {
    margin-top: 5em;
    height: calc(100dvh - 6.2em);
    min-height: 100vw;
  }
  .top-mv .top-mv-points li {
    border: solid 2px #FFF;
    width: calc(33.333% + 0.6666em);
  }
  .top-mv .top-mv-points li + li {
    margin-left: -1em;
  }
  .top-mv .top-mv-points li:nth-child(1) {
    background: rgb(240, 72, 72);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(240, 72, 72, 0.85)), to(rgba(255, 240, 79, 0.85)));
    background: linear-gradient(0deg, rgba(240, 72, 72, 0.85) 0%, rgba(255, 240, 79, 0.85) 100%);
  }
  .top-mv .top-mv-points li:nth-child(2) {
    background: rgb(255, 240, 79);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 240, 79, 0.85)), to(rgba(27, 154, 170, 0.85)));
    background: linear-gradient(0deg, rgba(255, 240, 79, 0.85) 0%, rgba(27, 154, 170, 0.85) 100%);
  }
  .top-mv .top-mv-points li:nth-child(3) {
    background: rgb(76, 145, 249);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 145, 249, 0.85)), to(rgba(255, 147, 147, 0.85)));
    background: linear-gradient(0deg, rgba(76, 145, 249, 0.85) 0%, rgba(255, 147, 147, 0.85) 100%);
  }
  .top-mv .top-mv-kyumin {
    right: 1.5em;
    width: 10em;
  }
}
@media only screen and (min-width: 1024px) {
  .top-mv {
    min-height: 82em;
  }
  .top-mv::after {
    height: 8em;
    background-image: url("../img/home/wave_pc01.svg");
  }
  .top-mv .top-mv-wrap {
    top: calc(50vh - 35em);
    top: calc(50% - 2em);
    padding: 0 3em;
    translate: 0 -50%;
  }
  .top-mv .top-mv-wrap h1 {
    padding-top: 17em;
    width: 61.8em;
    background-image: url("../img/home/mv_h1_pc.svg");
  }
  .top-mv .top-mv-wrap p {
    margin-top: 0.7894736842em;
    font-size: 38px;
    font-size: 3.8rem;
    text-shadow: 0 0 0.5263157895em #F07D7D, 0 0 0.5263157895em #F07D7D;
  }
  .top-mv .top-mv-points {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin-top: 5em;
  }
  .top-mv .top-mv-imgs {
    padding-bottom: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
  }
  .top-mv .top-mv-imgs picture:nth-child(1) {
    grid-area: 1/3/2/4;
  }
  .top-mv .top-mv-imgs picture:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .top-mv .top-mv-imgs picture:last-child {
    margin: 0;
  }
  .top-mv .top-mv-kyumin {
    right: 3em;
    top: auto;
    bottom: 3em;
    width: 20em;
  }
}
@media only screen and (min-width: 1200px) {
  .top-mv {
    margin-top: 8em;
    height: calc(100dvh - 10.6em);
  }
}

.top-intro {
  position: relative;
  padding: calc(16.666vw + 2.5em) 1.5em 11.5em 1.5em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.top-intro h2 {
  margin-bottom: 0.8333333333em;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
  color: #1B9AAA;
}
.top-intro p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
.top-intro:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100dvw;
  height: 100dvh;
  background: url("../img/home/intro_bg.webp") top center/cover no-repeat;
  z-index: -1;
  opacity: 0.5;
  -webkit-filter: blur(0.3em);
          filter: blur(0.3em);
}
.top-intro .note {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}
@media only screen and (min-width: 768px) {
  .top-intro {
    padding: 20em 6em 18em 6em;
    text-shadow: none;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255));
  }
  .top-intro .con-wrap {
    max-width: 100em;
    margin: 0 auto;
    padding: 8em 12em;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 2em 3em rgba(7, 16, 19, 0.2);
            box-shadow: 0 2em 3em rgba(7, 16, 19, 0.2);
    border-radius: 1em;
    backdrop-filter: blur(1em);
  }
  .top-intro h2 {
    margin-bottom: 0.8333333333em;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .top-intro p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-intro:before {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .top-intro {
    padding: 10em 6em 18em 6em;
  }
}

.top-intro-check {
  padding: 1.5em 2em;
  margin-top: 3em;
  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: 10px;
  font-size: 1rem;
  background: #FFF;
  -webkit-box-shadow: 0 0.1em 2em rgba(7, 16, 19, 0.15);
          box-shadow: 0 0.1em 2em rgba(7, 16, 19, 0.15);
  border-radius: 0.5em;
}
.top-intro-check .ttl {
  margin-right: 1.0714285714em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #F07D7D;
  line-height: 1;
}
.top-intro-check .ttl span {
  display: block;
  padding-top: 0.2em;
}
.top-intro-check .txt {
  line-height: 1.6;
  color: #027887;
}
.top-intro-check .txt a {
  color: inherit;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .top-intro-check {
    padding: 4em 4.5em;
    margin-top: 4em;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: none;
            box-shadow: none;
    border: solid 3px rgba(27, 154, 170, 0.5);
  }
}
@media only screen and (min-width: 1024px) {
  .top-intro-check .ttl {
    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-right: 0.9375em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-intro-check .ttl span {
    padding: 0 0 0 0.3125em;
  }
  .top-intro-check .ttl img {
    width: 1.5625em;
    height: auto;
  }
}

.top-price {
  margin-bottom: 2em;
  padding: 2.6em 1em 2em 1em;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  border: solid 2px #1B9AAA;
  border-radius: 0.3em;
  background: #FFF;
}
.top-price .top-price-basic {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.top-price .top-price-basic::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  height: 1px;
  display: block;
  width: 100%;
  background: #071013;
}
.top-price .top-price-basic > .sub {
  font-size: 14px;
  font-size: 1.4rem;
}
.top-price .top-price-free {
  position: relative;
  display: block;
  padding-top: 1em;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fd0c0c;
  font-weight: bold;
}
.top-price .top-price-free::before {
  content: "";
  position: absolute;
  top: 0.375em;
  left: calc(50% - 0.25em);
  display: block;
  width: 0.5416666667em;
  height: 0.2916666667em;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.65465 7.30805C7.27888 7.63348 6.72112 7.63348 6.34535 7.30805L0.800333 2.50593C0.100429 1.8998 0.529099 0.750001 1.45498 0.750001L12.545 0.750002C13.4709 0.750002 13.8996 1.8998 13.1997 2.50593L7.65465 7.30805Z" fill="%23fd0c0c"/></svg>') no-repeat center center;
}
@media only screen and (min-width: 768px) {
  .top-price {
    padding: 3em 1em 2.6em 1em;
  }
}

.top-sec {
  background: #F07D7D;
}
.top-sec p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
.top-sec:first-child {
  margin-top: 6em;
}
.top-sec:first-child .top-sec-ttl {
  padding: 5em 2em 4em 2em;
}
.top-sec:first-child .top-sec-ttl::before {
  content: normal;
}
@media only screen and (min-width: 768px) {
  .top-sec:first-child {
    margin-top: 5em;
  }
  .top-sec:first-child .top-sec-ttl {
    padding: 7em 2em 6em 2em;
  }
  .top-sec p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .top-sec:first-child {
    margin-top: 8em;
  }
}

.top-sec-ttl {
  position: relative;
  padding: 4em 2em;
}
.top-sec-ttl .main {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
}
.top-sec-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4.4em;
  display: block;
  width: 100%;
  height: 4.5em;
  background: url("../img/home/wave_sp02.svg") top center/cover no-repeat;
}
@media only screen and (min-width: 768px) {
  .top-sec-ttl {
    padding: 6em 2em;
  }
  .top-sec-ttl .main {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .top-sec-ttl::before {
    top: -7.9em;
    height: 8em;
    background-image: url("../img/home/wave_pc02.svg");
  }
}

.top-sec-wrap {
  padding: 4em 2em 6em 2em;
  background: #FAFAFA;
  -webkit-box-shadow: 0 0 1em rgba(7, 16, 19, 0.1);
          box-shadow: 0 0 1em rgba(7, 16, 19, 0.1);
  border-radius: 1em 1em 0 0;
}
.top-sec-wrap > .wrap {
  max-width: 100em;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .top-sec-wrap {
    padding: 8em 6em 16em 6em;
    border-radius: 1.5em 1.5em 0 0;
  }
}

.top-sec-inner {
  position: relative;
  margin: 4em auto;
  padding: 4em 2.5em;
  background: #FFF;
  -webkit-box-shadow: 0 0.5em 1em rgba(7, 16, 19, 0.2);
          box-shadow: 0 0.5em 1em rgba(7, 16, 19, 0.2);
  border-radius: 0.5em;
}
@media only screen and (min-width: 768px) {
  .top-sec-inner {
    padding: 6em 12em 8em 12em;
    -webkit-box-shadow: 0 1em 2.5em rgba(7, 16, 19, 0.1);
            box-shadow: 0 1em 2.5em rgba(7, 16, 19, 0.1);
    border-radius: 1em;
  }
  .top-sec-inner p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.top-faq-box .faq-ans:before, .top-faq-box .faq-ttl:before, .top-faq-list li:before {
  position: absolute;
  left: 0;
  top: -0.0555555556em;
  display: block;
  width: 1.3333333333em;
  height: 1.3333333333em;
  padding-top: 0.1666666667em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  color: #FFF;
  background: #1B9AAA;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-faq-list li {
  position: relative;
  padding: 1em 0.6666666667em 1em 3em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}
.top-faq-list li:nth-child(2n) {
  background: #FFF;
}
.top-faq-list li:nth-child(2n+1) {
  background: rgba(27, 154, 170, 0.1);
}
.top-faq-list li:before {
  content: "Q";
  left: 0.6666666667em;
  top: 0.7333333333em;
}
.top-faq-list li a {
  display: block;
  text-decoration: none;
}
.top-faq-list li a:link, .top-faq-list li a:visited {
  color: #071013;
}
.top-faq-list li a:hover, .top-faq-list li a:active {
  color: #1B9AAA;
}
@media only screen and (min-width: 768px) {
  .top-faq-list li {
    padding: 0.9375em 0.625em 0.9375em 2.8125em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .top-faq-list li:before {
    left: 0.625em;
    top: 0.6875em;
  }
}

.top-faq-box {
  background: #FFF;
  padding: 3em 2.5em;
  border: solid 3px rgba(7, 16, 19, 0.1);
  margin-bottom: 2em;
}
.top-faq-box .faq-ttl {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 0 0.6666666667em 1.9444444444em;
  margin-bottom: 0.8333333333em;
  color: #1B9AAA;
  line-height: 1.4;
  border-bottom: solid 1px rgba(7, 16, 19, 0.2);
}
.top-faq-box .faq-ttl:before {
  content: "Q";
}
.top-faq-box .faq-ans {
  position: relative;
  padding-left: 3.5em;
}
.top-faq-box .faq-ans:before {
  content: "A";
  top: 0.2777777778em;
  background: #F07D7D;
}
@media only screen and (min-width: 768px) {
  .top-faq-box {
    padding: 3em 2.5em;
  }
}

.top-cv-btn {
  margin-block: 3em;
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  line-height: 1 !important;
}
.top-cv-btn a {
  display: block;
  position: relative;
  padding: 1.380952381em 1.9047619048em;
  border-radius: 1.9047619048em;
  -webkit-box-shadow: 0 0.2380952381em 0.4761904762em rgba(7, 16, 19, 0.2);
          box-shadow: 0 0.2380952381em 0.4761904762em rgba(7, 16, 19, 0.2);
}
.top-cv-btn a:link, .top-cv-btn a:visited, .top-cv-btn a:hover, .top-cv-btn a:active {
  text-decoration: none;
  color: #FFF;
}
.top-cv-btn a:after {
  content: "";
  position: absolute;
  right: 1.1904761905em;
  top: 1.380952381em;
  display: block;
  width: 0.380952381em;
  height: 0.9523809524em;
  background: url("../img/share/btn_arr.svg") top center/cover no-repeat;
}
.top-cv-btn .pc {
  display: none;
}
.top-cv-btn a {
  background: #F07D7D;
  background: #084B83;
  background: -webkit-gradient(linear, left top, left bottom, from(#084B83), to(rgb(32.7, 93, 143.4)));
  background: linear-gradient(to bottom, #084B83 0%, rgb(32.7, 93, 143.4) 100%);
}
.top-cv-btn a:before {
  content: "";
  display: inline-block;
  width: 1.2857142857em;
  height: 1.4285714286em;
  margin: -0.4285714286em 0.1428571429em -0.4285714286em 0;
  background: url("../img/top2021/btn_doc.svg") top center/contain no-repeat;
}
.top-cv-btn .cv-tag {
  display: block;
  position: absolute;
  left: 50%;
  top: -1.5333333333em;
  width: 13.3333333333em;
  padding: 0.3333333333em;
  font-size: 15px;
  font-size: 1.5rem;
  background: #66BC22;
  border: solid 2px #FFF;
  border-radius: 3px;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-box-shadow: 0 0.1333333333em 0.3333333333em rgba(255, 255, 255, 0.1);
          box-shadow: 0 0.1333333333em 0.3333333333em rgba(255, 255, 255, 0.1);
}
.top-cv-btn .cv-tag:before, .top-cv-btn .cv-tag:after {
  content: "";
  position: absolute;
  right: calc(50% - 7px);
  bottom: 0;
  border-style: solid;
  border-width: 0.6666666667em 0.4666666667em 0 0.4666666667em;
  border-color: #007bff transparent transparent transparent;
}
.top-cv-btn .cv-tag:before {
  bottom: -0.6666666667em;
  border-color: #FFF transparent transparent transparent;
}
.top-cv-btn .cv-tag:after {
  bottom: -0.4em;
  border-color: #66BC22 transparent transparent transparent;
}
.top-cv-btn + .cv-app {
  margin-top: 0.6666666667em;
}
@media only screen and (min-width: 768px) {
  .top-cv-btn {
    margin-block: 2.1428571429em 0.7142857143em;
    font-size: 28px;
    font-size: 2.8rem;
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
  .top-cv-btn a {
    max-width: 22.8571428571em;
    padding: 1.1071428571em 1.6071428571em;
    margin-right: auto;
    margin-left: auto;
    border-radius: 1.6071428571em;
    -webkit-box-shadow: 0 0.7142857143em 0.7142857143em rgba(7, 16, 19, 0.15);
            box-shadow: 0 0.7142857143em 0.7142857143em rgba(7, 16, 19, 0.15);
  }
  .top-cv-btn a:after {
    right: 1.0714285714em;
    top: 1.0714285714em;
    width: 0.4285714286em;
    height: 1.0714285714em;
    background: url("../img/share/btn_arr.svg") top center/cover no-repeat;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
  }
  .top-cv-btn a:link, .top-cv-btn a:visited {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .top-cv-btn a:hover, .top-cv-btn a:active {
    opacity: 0.8;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .top-cv-btn a:hover:after, .top-cv-btn a:active:after {
    right: 0.9285714286em;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
  }
  .top-cv-btn .pc {
    display: inline;
  }
  .top-cv-btn a:before {
    width: 1.0714285714em;
    height: 1.25em;
    margin: -0.3571428571em 0.1071428571em -0.2857142857em 0;
  }
  .top-cv-btn .cv-tag {
    top: -1.6666666667em;
    width: 14.4444444444em;
    padding: 0.5em 0;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 1.1111111111em;
    -webkit-box-shadow: 0 0.1111111111em 0.2777777778em rgba(255, 255, 255, 0.1);
            box-shadow: 0 0.1111111111em 0.2777777778em rgba(255, 255, 255, 0.1);
  }
  .top-cv-btn .cv-tag:before, .top-cv-btn .cv-tag:after {
    border-width: 0.5555555556em 0.3888888889em 0 0.3888888889em;
  }
  .top-cv-btn .cv-tag:before {
    bottom: -0.5555555556em;
  }
  .top-cv-btn .cv-tag:after {
    bottom: -0.3333333333em;
  }
  .top-cv-btn + .cv-app {
    margin-top: 0.8333333333em;
  }
}

.top-footer {
  padding: 4em 1.5em 12em 1.5em;
  background: #1B9AAA;
  color: #FFF;
}
.top-footer a {
  color: inherit;
}
.top-footer a:link, .top-footer a:visited {
  text-decoration: underline;
}
.top-footer a:hover, .top-footer a:active {
  text-decoration: none;
}
.top-footer h2 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.top-footer h2 img {
  width: 12.5em;
  vertical-align: bottom;
}
.top-footer .foot-list {
  text-align: center;
  margin-top: 2em;
}
.top-footer .foot-list li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
}
.top-footer .foot-list li a {
  padding: 0.5em 0;
}
.top-footer .foot-list li + li {
  margin-left: 1.3333333333em;
}
.top-footer .copy {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 2.6666666667em;
  text-align: center;
}
.top-footer .copy span {
  display: block;
}
.top-footer .copy .sub {
  margin-top: 0.4166666667em;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .top-footer {
    padding: 4em 1.5em 6em 1.5em;
  }
  .top-footer .foot-list {
    margin-top: 2em;
  }
  .top-footer .foot-list li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-footer .foot-list li + li {
    margin-left: 1.25em;
  }
  .top-footer .copy br {
    display: none;
  }
}

.foot-nav-list {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .foot-nav-list {
    position: fixed;
    right: 0;
    bottom: 2em;
    z-index: 10;
    background: #FFF;
    -webkit-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.15);
    padding: 4.5em 2.5em 3.5em 3em;
    border-radius: 0.5em 0 0 0.5em;
  }
  .foot-nav-list a {
    text-decoration: none;
  }
  .foot-nav-list .btn-top a {
    display: grid;
    place-items: center;
    width: 5em;
    height: 5em;
    padding-top: 1.6em;
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    top: -2.5em;
    left: calc(50% - 25px);
    background: #1B9AAA;
    color: #FFF;
    border-radius: 2.5em;
  }
  .foot-nav-list .btn-top a::before {
    content: "";
    display: block;
    position: absolute;
    top: 1.6em;
    width: 1em;
    height: 1em;
    border-top: solid 2px #FFF;
    border-left: solid 2px #FFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .foot-nav-list li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .foot-nav-list li + li {
    margin-top: 0.8571428571em;
  }
  .foot-nav-list li a {
    position: relative;
    display: inline-block;
    padding-left: 1.1428571429em;
    color: #1B9AAA;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }
  .foot-nav-list li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.2857142857em;
    width: 0.4285714286em;
    height: 0.4285714286em;
    background-color: #1B9AAA;
    border-radius: 0.2142857143em;
    border-width: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
  }
  .foot-nav-list li a:hover, .foot-nav-list li a.is-active {
    color: #F07D7D;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }
  .foot-nav-list li a:hover::before, .foot-nav-list li a.is-active::before {
    background-color: #F07D7D;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
  }
  .foot-nav-list li ol {
    font-size: 10px;
    font-size: 1rem;
    margin: 1.2em 0 1.2em 1.6em;
  }
  .foot-nav-list li li a::before {
    background: none !important;
    border: solid 1px #1B9AAA;
    -webkit-transition: border-color 0.25s;
    transition: border-color 0.25s;
  }
  .foot-nav-list li li a:hover::before, .foot-nav-list li li a.is-active::before {
    border-color: #F07D7D;
    -webkit-transition: border-color 0.25s;
    transition: border-color 0.25s;
  }
}