body .pb-0 {
  padding-bottom: 0;
}

.cv-white-box-outer {
  margin-bottom: 30px;
}

.cv-white-box {
  background-color: #fff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.cv-white-box p {
  margin-bottom: 0;
  line-height: 1;
}

.cv-white-box-head {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px !important;
}

.cv-white-box-btn {
  padding: 20px 0;
}

.cv-white-box:first-child {
  margin-bottom: 10px;
}

@media screen and (max-width: 1019px) {
  .cv-white-box-outer {
    margin-top: 10px;
  }

  .cv-white-box-head {
    font-size: 20px;
    line-height: 1.4 !important;
  }
}

/* フローティング */
#floating-area {
  position: fixed;
  left: 0;
  bottom: -200px;
  width: 100%;
  height: auto;
  z-index: 100;
  transition: 700ms ease;
  background-color: #2071bd;
}
#floating-area.btn_show {
  display: block;
  bottom: 0;
  transition: 700ms ease;
}
#floating-area.contents_cv {
  background-color: rgba(256, 256, 256, 0.9);
}

.contents_cv_main {
  display: flex;
  flex-direction: column; /* 縦並びにする設定 */
  align-items: center;
  gap: 10px;
}

.contents_cv_main img {
  display: block;
}

.flow-btn {
  margin: 0 auto;
}
footer.simple-footer {
  height: auto;
  margin-bottom: 70px;
}
footer.simple-footer .footer__pagetop {
  display: none;
}
.pagetop_btn {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.05em;
  position: absolute;
  color: #2071bd;
  cursor: pointer;
  line-height: 30px;
  height: 50px;
  width: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  padding-top: 10px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  transition: 1s ease;
}
.pagetop_btn:hover {
  opacity: 0.7;
}
.pagetop_btn .icon-arrow--up {
  position: absolute;
  right: 50%;
  top: 7px;
  font-size: 10px;
  transform: translate(50%, 0) scale(0.7);
  font-weight: 700;
}

.footer__pagetop__add {
  bottom: 145px !important;
}


