.whitehat-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.whitehat-wrap a {
  text-decoration: none;
}

.whitehat-wrap table {
  border-collapse: collapse;
  width: 100%;
}

.whitehat-wrap .btn-cv-wrap {
  width: 460px;
  position: relative;
  margin: 0 auto;
}

.whitehat-wrap .btn-cv {
  width: 440px;
  height: 82px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700 !important;
  line-height: 82px;
  border-radius: 41px;
  margin: 0 auto;
  background: url("../../img/lp/whitehat/btn_cv.svg") no-repeat 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 20px 30px -10px rgba(3, 49, 154, 0.5);
  box-shadow: 0 20px 30px -10px rgba(3, 49, 154, 0.5);
}
.whitehat-wrap .btn-cv-white {
  color: #000;
  background: #fff;
  border: 3px solid #000;
}

.whitehat-wrap .btn-cv:hover {
  width: 460px;
  -webkit-box-shadow: 0 30px 30px -5px rgba(3, 49, 154, 0.5);
  box-shadow: 0 30px 30px -5px rgba(3, 49, 154, 0.5);
}

.whitehat-wrap .btn-link-wrap {
  text-align: right;
}
.whitehat-wrap .cta-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.whitehat-wrap .cta-btn-wrapper .btn-cv {
  margin: 0;
}
.whitehat-wrap .btn-link {
  display: inline-block;
  padding: 0 40px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  border: 2px solid #1b1f22;
  color: #1b1f22;
  margin: 0 0 0 auto;
  border-radius: 24px;
  background: url("../../img/lp/whitehat/btn_arrow.svg") no-repeat 95% center
    #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.whitehat-wrap .btn-link:hover {
  background: url("../../img/lp/whitehat/btn_arrow_w.svg") no-repeat 95% center
    #1b1f22;
  color: #fff;
}

.whitehat-wrap .sec-ttl {
  font-size: 38px;
  text-align: center;
  font-weight: 800;
}

.whitehat-wrap .sec-ttl .fnt-s {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.whitehat-wrap .sec-ttl.ttl-s {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
}

.whitehat-wrap .lead {
  text-align: center;
  font-weight: 600;
}

.whitehat-wrap .red {
  color: #ea4335;
}

.whitehat-wrap .cv {
  background: url("../../img/lp/whitehat/cv_bg.png") no-repeat center bottom;
  background-size: cover;
  position: relative;
  text-align: center;
  height: 420px;
  padding-top: 70px;
  font-weight: 600;
  color: #fff;
}

.whitehat-wrap .cv .cv-ttl {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.5;
}

.whitehat-wrap .cv .btn-cv {
  margin-top: 20px;
}

.whitehat-wrap .mv .mv-txt {
  text-align: center;
  position: relative;
  padding-top: 50px;
  font-size: 16px;
  margin-top: 60px;
  font-weight: 600;
}

.whitehat-wrap .mv .balloon {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 50px;
  font-size: 14px;
  background: #4285f4;
  color: #fff;
  text-align: center;
  width: 123px;
  height: 40px;
  line-height: 40px;
  z-index: 1;
  font-weight: 700;
}

.whitehat-wrap .mv .balloon .bg {
  position: relative;
}

.whitehat-wrap .mv .balloon .bg::after {
  display: block;
  content: "";
  background: #000;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: 0;
  width: 2px;
  height: 16px;
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
  z-index: 2;
}

.whitehat-wrap .mv .lead {
  font-size: 22px;
  font-weight: 700;
}

.whitehat-wrap .mv .mv-ttl {
  font-size: 96px;
  margin: 40px 0 30px;
  font-weight: 800;
  line-height: 1.2;
}

.whitehat-wrap .mv .btn-cv {
  margin-top: 30px;
}

.whitehat-wrap .worries {
  margin: 110px 0 80px;
}

.whitehat-wrap .worries .sec-ttl {
  margin-bottom: 45px;
}

.whitehat-wrap .worries .box-all-wrap {
  position: relative;
}

.whitehat-wrap .worries .box-all-wrap .icon {
  position: absolute;
  left: 25px;
  top: -87px;
  z-index: 99;
}

.whitehat-wrap .worries .box {
  position: relative;
  background: #f4f7fa;
  padding: 30px 30px 20px;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.whitehat-wrap .worries .box::before,
.whitehat-wrap .worries .box::after {
  display: block;
  content: "";
  position: absolute;
}

.whitehat-wrap .worries .box::before {
  top: -4px;
  right: 15px;
  width: 16px;
  height: 12px;
  background: url("../../img/lp/whitehat/worries_02.svg") no-repeat 0 0;
}

.whitehat-wrap .worries .box::after {
  bottom: -8px;
  left: 50%;
  width: 13px;
  height: 17px;
  margin-left: -2px;
  background: url("../../img/lp/whitehat/worries_03.svg") no-repeat 0 0;
}

.whitehat-wrap .worries .box .box-ttl {
  padding-left: 30px;
  background: url("../../img/lp/whitehat/worries_01.svg") no-repeat 0 0;
  min-height: 20px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.whitehat-wrap .worries .fnt-s {
  font-size: 13px;
}

.whitehat-wrap .worries .lead {
  font-size: 28px;
  margin-top: 55px;
  line-height: 1.6;
  font-weight: 700;
}

.whitehat-wrap .worries .lead .fnt-l {
  font-size: 62px;
  font-weight: 800;
}

.whitehat-wrap .strength {
  margin: 100px 0;
}

.whitehat-wrap .strength .lead {
  margin: 25px 0 45px;
}

.whitehat-wrap .strength .box {
  font-size: 16px;
}

.whitehat-wrap .strength .box .bg {
  color: #fff;
  padding: 3px 5px 2px;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 0;
}

.whitehat-wrap .strength .box .bg-blue {
  background: #4285f4;
}

.whitehat-wrap .strength .box .bg-yellow {
  background: #fbbc05;
}

.whitehat-wrap .strength .box .bg-green {
  background: #34a853;
}

.whitehat-wrap .strength .box .box-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.whitehat-wrap .strength .box .box-ttl-wrap .image {
  width: 41.6%;
  margin-bottom: 25px;
}

.whitehat-wrap .strength .box .box-ttl-wrap .box-ttl {
  width: 58.4%;
  font-size: 28px;
  padding-bottom: 5px;
}

.whitehat-wrap .strength .box .box-wrap02 {
  margin-top: 60px;
}

.whitehat-wrap .strength .box .box-wrap02 .box-ttl {
  margin-bottom: 15px;
}

.whitehat-wrap .strength .box .box-wrap02 .box-ttl .ttl {
  font-size: 22px;
}

.whitehat-wrap .service {
  background: #f4f7fa;
  padding: 115px 0 90px;
}

.whitehat-wrap .service .lead {
  margin: 15px 0 45px;
}

.whitehat-wrap .service .fase-ttl {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  padding-bottom: 80px;
  position: relative;
  width: 100%;
}

.whitehat-wrap .service .fase-txt {
  margin-top: 15px;
}

.whitehat-wrap .service .fase-txt .txt-ttl {
  position: relative;
  margin-bottom: 15px;
}

.whitehat-wrap .service .fase-txt .txt-ttl .bg {
  display: inline-block;
  position: relative;
  color: #fff;
  z-index: 1;
  position: relative;
  padding: 2px 10px 0;
}

.whitehat-wrap .service .fase-txt .txt-ttl::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #e7e8eb;
}

.whitehat-wrap .service .fase-txt-wrap .fase-txt:first-of-type {
  margin-top: 0;
}

.whitehat-wrap .service .fase01 .fase-ttl {
  color: #4285f4;
}

.whitehat-wrap .service .fase01 .txt-ttl .bg {
  background: #4285f4;
}

.whitehat-wrap .service .fase02 .fase-ttl {
  color: #34a853;
}

.whitehat-wrap .service .fase02 .txt-ttl .bg {
  background: #34a853;
}

.whitehat-wrap .service .fase03 .fase-ttl {
  color: #fbbc05;
}

.whitehat-wrap .service .fase03 .txt-ttl .bg {
  background: #fbbc05;
}

.whitehat-wrap .service .note {
  text-align: right;
  font-size: 13px;
  font-weight: 300;
}

#nl-difference {
  scroll-margin-top: 140px;
}
@media screen and (max-width: 768px) {
  #nl-difference {
    scroll-margin-top: 15px;
  }
}

.whitehat-wrap .difference {
  margin: 130px 0 80px;
}

.whitehat-wrap .difference .tbl-ttl {
  color: #fff;
  height: 72px;
  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;
  text-align: center;
}

.whitehat-wrap .difference .tbl-wrap {
  margin-top: 45px;
  display: flex;
}

.whitehat-wrap .difference .tbl-wrap .tbl {
  display: table-cell;
}

.whitehat-wrap .difference .tbl-wrap td {
  vertical-align: top;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 15px 20px 10px;
  font-size: 14px;
}

.whitehat-wrap .difference .wh,
.whitehat-wrap .difference .bh,
.whitehat-wrap .difference .maru1,
.whitehat-wrap .difference .maru2,
.whitehat-wrap .difference .sankaku,
.whitehat-wrap .difference .batsu {
  padding-left: 35px;
  min-height: 24px;
  display: block;
}

.whitehat-wrap .difference .wh {
  background: url("../../img/lp/whitehat/difference_01.svg") no-repeat 0 2px;
}

.whitehat-wrap .difference .bh {
  background: url("../../img/lp/whitehat/difference_02.svg") no-repeat 0 2px;
}

.whitehat-wrap .difference .maru1 {
  background: url("../../img/lp/whitehat/difference_05.svg") no-repeat 0 2px;
}

.whitehat-wrap .difference .maru2 {
  background: url("../../img/lp/whitehat/difference_02.svg") no-repeat 0 2px;
}

.whitehat-wrap .difference .batsu {
  background: url("../../img/lp/whitehat/difference_04.svg") no-repeat 0 2px;
}

.whitehat-wrap .difference .sankaku {
  background: url("../../img/lp/whitehat/difference_06.svg") no-repeat 0 2px;
}

.whitehat-wrap .difference td.line1 {
  height: 80px;
  background: none !important;
}

.whitehat-wrap .difference .all-ttl td {
  border-bottom: 1px solid #e7e8eb;
  font-size: 15px;
  padding: 15px 0 10px;
}

.whitehat-wrap .difference .all-ttl td.line1 {
  height: 75px;
  padding: 0;
  border: none;
}

.whitehat-wrap .difference .all-ttl tr:last-child td {
  border: none;
}

.whitehat-wrap .difference .nw {
  border: 5px solid #ea4335;
}

.whitehat-wrap .difference .nw .tbl-ttl {
  font-size: 18px;
  background: #ea4335;
}

.whitehat-wrap .difference .nw tr:nth-child(2n + 1) td {
  background: rgba(234, 67, 53, 0.05);
}

.whitehat-wrap .difference .nw td.line1 {
  height: 75px;
  padding: 0;
}

.whitehat-wrap .difference .nw .fnt-s {
  font-size: 12px;
}

.whitehat-wrap .difference .other {
  border: 3px solid #9ca0a5;
}

.whitehat-wrap .difference .other .tbl-ttl {
  background: #9ca0a5;
}

.whitehat-wrap .difference .other td.line1 {
  height: 74px;
  padding: 4px 4px 0 !important;
}

.whitehat-wrap .difference .other tr:nth-child(2n-1) td {
  background: #f4f7fa;
}

.whitehat-wrap .difference .tbl-other:last-child .other {
  border-left: 0;
}

.whitehat-wrap .difference .box-wrap {
  margin: 55px auto 100px;
}

.whitehat-wrap .difference .box-wrap .box-ttl {
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.whitehat-wrap .difference .box-wrap .box-ttl .red {
  font-size: 40px;
}

.whitehat-wrap .difference .box-wrap .fnt-m {
  margin: 15px 0;
  font-size: 18px;
}

.whitehat-wrap .difference .box-wrap .note {
  font-size: 13px;
}

.whitehat-wrap .achievement {
  margin: 80px 0 70px;
}

.whitehat-wrap .achievement .tble-all-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.whitehat-wrap .achievement .tbl-wrap {
  position: relative;
  width: 32.4%;
}

.whitehat-wrap .achievement .tbl-wrap:nth-child(2) {
  margin: 0 1.4%;
}

.whitehat-wrap .achievement .tbl-wrap::after {
  position: absolute;
  display: block;
  content: "";
  top: -10px;
  right: 10px;
  width: 24px;
  height: 16px;
}

.whitehat-wrap .achievement .tbl-wrap.tbl-yellow::after {
  background: url("../../img/lp/whitehat/achievement_01.svg") no-repeat 0 0;
}

.whitehat-wrap .achievement .tbl-wrap.tbl-yellow th {
  background: #fbbc05;
}

.whitehat-wrap .achievement .tbl-wrap.tbl-yellow tr:nth-child(2n-1) td {
  background: #f4f7fa;
}

.whitehat-wrap
  .achievement
  .tbl-wrap.tbl-yellow
  tr:nth-child(2n-1)
  td:last-child {
  background: #fbbc05;
}

.whitehat-wrap .achievement .tbl-wrap.tbl-yellow table {
  border: 4px solid #fbbc05;
  border-right: 0;
}

.whitehat-wrap .achievement .tbl-wrap.tbl-yellow td:last-child {
  background: rgba(251, 188, 5, 0.9);
}

.whitehat-wrap .achievement .tbl-wrap.tbl-green::after {
  background: url("../../img/lp/whitehat/achievement_02.svg") no-repeat 0 0;
}

.whitehat-wrap .achievement .tbl-wrap.tbl-green th {
  background: #34a853;
}

.whitehat-wrap .achievement .tbl-wrap.tbl-green tr:nth-child(2n-1) td {
  background: #f4f7fa;
}

.whitehat-wrap
  .achievement
  .tbl-wrap.tbl-green
  tr:nth-child(2n-1)
  td:last-child {
  background: #34a853;
}

.whitehat-wrap .achievement .tbl-wrap.tbl-green table {
  border: 4px solid #34a853;
  border-right: 0;
}

.whitehat-wrap .achievement .tbl-wrap.tbl-green td:last-child {
  background: rgba(52, 168, 83, 0.9);
}

.whitehat-wrap .achievement .tbl-wrap.tbl-blue::after {
  background: url("../../img/lp/whitehat/achievement_03.svg") no-repeat 0 0;
}

.whitehat-wrap .achievement .tbl-wrap.tbl-blue th {
  background: #4285f4;
}

.whitehat-wrap .achievement .tbl-wrap.tbl-blue tr:nth-child(2n-1) td {
  background: #f4f7fa;
}

.whitehat-wrap
  .achievement
  .tbl-wrap.tbl-blue
  tr:nth-child(2n-1)
  td:last-child {
  background: #4285f4;
}

.whitehat-wrap .achievement .tbl-wrap.tbl-blue table {
  border: 4px solid #4285f4;
  border-right: 0;
}

.whitehat-wrap .achievement .tbl-wrap.tbl-blue td:last-child {
  background: rgba(66, 133, 244, 0.9);
}

.whitehat-wrap .achievement .tbl-wrap th {
  color: #fff;
  font-size: 13px;
  text-align: left;
  padding: 5px 25px;
}

.whitehat-wrap .achievement .tbl-wrap th:last-child {
  text-align: center;
  padding: 2px;
}

.whitehat-wrap .achievement .tbl-wrap td {
  font-size: 14px;
  padding: 5px 25px;
}

.whitehat-wrap .achievement .tbl-wrap td:last-child {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 48px;
  padding: 2px;
}

.whitehat-wrap .achievement .note {
  text-align: right;
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 80px;
}

.whitehat-wrap .results {
  margin: 70px 0 80px;
}

.whitehat-wrap .results .banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.whitehat-wrap .cases-youtube figure img {
  border: none !important;
}

.whitehat-wrap .cases-youtube figure::before {
  display: none !important;
}

.whitehat-wrap .cases-youtube .swiper-button-prev,
.whitehat-wrap .cases-youtube .swiper-button-next {
  border: none !important;
  width: 11px;
  height: 19px;
  left: 50%;
  right: auto;
  bottom: 10px;
  top: auto;
  display: block;
  content: "";
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 999;
  cursor: pointer;
}

.whitehat-wrap .cases-youtube .swiper-button-prev {
  margin-left: -95px;
  background: url("../../img/lp/whitehat/voice_arrow_l.svg") no-repeat 0 0;
}

.whitehat-wrap .cases-youtube .swiper-button-next {
  margin-left: 95px;
  background: url("../../img/lp/whitehat/voice_arrow_r.svg") no-repeat 0 0;
}

.whitehat-wrap .cases-youtube .swiper-pagination {
  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;
  height: 19px;
  bottom: 10px;
  width: 100%;
  left: 8px;
}

.whitehat-wrap .cases-youtube .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  margin: 0 5px !important;
  background: #fff !important;
  border: 1px solid #1b1f22;
  opacity: 0.5;
}

.whitehat-wrap
  .cases-youtube
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #fff;
  background: #1b1f22 !important;
  z-index: 999;
  width: 8px !important;
  height: 8px !important;
  opacity: 0.8;
}

.whitehat-wrap .voice {
  margin: 80px 0 100px;
}

.whitehat-wrap .voice .l_inner {
  position: relative;
  padding-bottom: 15px;
}

.whitehat-wrap .voice .sec-ttl {
  margin-bottom: 35px;
}

.whitehat-wrap .voice .swiper-container {
  padding-bottom: 70px;
}

.whitehat-wrap .voice .case-swiper {
  overflow: hidden;
  font-size: 14px;
  position: relative;
}

.whitehat-wrap .voice .case-swiper .swiper-slide {
  background: #f4f7fa;
}

.whitehat-wrap .voice .case-swiper .swiper-slide .txt {
  padding: 20px 11% 60px;
}

.whitehat-wrap .voice .case-swiper .swiper-slide .ttl {
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.7;
}

.whitehat-wrap .voice .case-swiper .swiper-slide .ttl .name {
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.whitehat-wrap .measures {
  margin: 140px 0 130px;
}

.whitehat-wrap .measures .sec-ttl {
  line-height: 2;
}

.whitehat-wrap .measures .box-wrap {
  margin: 50px 0 30px;
  padding-bottom: 60px;
  background: url("../../img/lp/whitehat/measures_03.svg") no-repeat center
    bottom;
}

.whitehat-wrap .measures .box {
  border: 4px solid #ea4335;
  padding: 34px 3%;
}

.whitehat-wrap .measures .box .box-ttl {
  font-size: 30px;
  color: #ea4335;
  margin-bottom: 3px;
}

.whitehat-wrap .measures .box .bg {
  display: inline-block;
  font-size: 20px;
  padding: 2px 10px 1px;
  line-height: 1.3;
  color: #fff;
  background: #ea4335;
}

.whitehat-wrap .measures .box .txt {
  min-height: 86px;
  margin-bottom: 10px;
}

.whitehat-wrap .measures .box .list-wrap {
  min-height: 162px;
  padding: 30px 0 20px;
  background: rgba(234, 67, 53, 0.05);
}

.whitehat-wrap .measures .box .list-ttl {
  position: relative;
  color: #ea4335;
  padding-left: 8%;
}

.whitehat-wrap .measures .box .list-ttl::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 5%;
  height: 2px;
  background: #ea4335;
}

.whitehat-wrap .measures .box .list {
  padding: 0 8%;
}

.whitehat-wrap .measures .box .list li {
  margin-top: 10px;
  line-height: 1.4;
  padding-left: 25px;
  background: url("../../img/lp/whitehat/measures_04.svg") no-repeat 0 2px;
}

.whitehat-wrap .measures .box .fnt-s {
  font-size: 12px;
}

.whitehat-wrap .measures .box.bh {
  border: 4px solid #9ca0a5;
}

.whitehat-wrap .measures .box.bh .box-ttl {
  color: #9ca0a5;
}

.whitehat-wrap .measures .box.bh .bg {
  background: #9ca0a5;
}

.whitehat-wrap .measures .box.bh .list-ttl {
  color: #9ca0a5;
}

.whitehat-wrap .measures .box.bh .list-ttl::before {
  background: #9ca0a5;
}

.whitehat-wrap .measures .box.bh .list-wrap {
  background: #f4f7fa;
}

.whitehat-wrap .measures .box.bh .list li {
  background: url("../../img/lp/whitehat/measures_05.svg") no-repeat 0 2px;
}

.whitehat-wrap .measures .how-wrap {
  text-align: center;
  font-size: 18px;
  margin-bottom: 35px;
}

.whitehat-wrap .measures .how-wrap .ttl {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.whitehat-wrap .measures .how-wrap .bg {
  display: inline-block;
  padding: 2px 10px 1px;
  color: #fff;
  margin: 0 20px;
  background: #ea4335;
}

#nl-price {
  scroll-margin-top: 140px;
}
@media (max-width: 768px){
  #nl-price {
    scroll-margin-top: 15px;
  }
}
.whitehat-wrap .measures .price-box {
  margin: 45px 0 125px;
  background: url("../../img/lp/whitehat/measures_07.png") 0 0;
  background-size: cover;
  padding: 10px;
  color: #fff;
  position: relative;
}

.whitehat-wrap .measures .price-box .box-inner {
  border: 6px solid #fff;
  text-align: center;
  padding: 45px 10px 30px;
}

.whitehat-wrap .measures .price-box .l_box-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.3;
  font-size: 18px;
}

.whitehat-wrap .measures .price-box .ttl-wrap {
  margin-right: 3%;
}

.whitehat-wrap .measures .price-box .ttl {
  white-space: nowrap;
  font-size: 30px;
  font-weight: 700;
  padding: 0 10px 7px;
  position: relative;
}

.whitehat-wrap .measures .price-box .ttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.3);
}

.whitehat-wrap .measures .price-box .num {
  font-size: 30px;
}

.whitehat-wrap .measures .price-box .image {
  position: absolute;
  left: 40px;
  bottom: -50px;
}

.whitehat-wrap .measures .price-box .btn-price-wrap .red {
  margin: 15px 0 5px;
}

.whitehat-wrap .measures .price-box .btn-price {
  display: block;
  width: 320px;
  height: 62px;
  line-height: 62px;
  font-size: 22px;
  border-radius: 31px;
  margin: 0 auto;
  color: #fff;
  background: url("../../img/lp/whitehat/btn_price.svg") no-repeat 90% center
    #ea4335;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 15, 51, 0.12);
  box-shadow: 0 10px 10px -10px rgba(0, 15, 51, 0.12);
}

.whitehat-wrap .measures .price-box .btn-price:hover {
  width: 340px;
}
#nl-qa {
  scroll-margin-top: 140px;
}
@media screen and (max-width: 768px){
  #nl-qa {
    scroll-margin-top: 15px;
  }
}

.whitehat-wrap .faq .sec-ttl {
  margin-bottom: 45px;
}

.whitehat-wrap .faq .faq-wrap {
  margin-bottom: 3px;
  line-height: 1.3;
}

.whitehat-wrap .faq .faq-wrap .q,
.whitehat-wrap .faq .faq-wrap .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.whitehat-wrap .faq .faq-wrap .icon {
  margin-top: -1px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 10px;
  line-height: 1;
}

.whitehat-wrap .faq .faq-wrap .q {
  padding: 17px 70px 15px 5%;
  background: #f4f7fa;
  position: relative;
  cursor: pointer;
}

.whitehat-wrap .faq .faq-wrap .q .icon {
  font-size: 20px;
  color: #4285f4;
}

.whitehat-wrap .faq .faq-wrap .q::before,
.whitehat-wrap .faq .faq-wrap .q::after {
  display: block;
  content: "";
  background: #34a853;
  position: absolute;
  top: 50%;
  right: 55px;
}

.whitehat-wrap .faq .faq-wrap .q::before {
  width: 12px;
  height: 2px;
  margin-top: -1px;
}

.whitehat-wrap .faq .faq-wrap .q::after {
  width: 2px;
  height: 12px;
  margin: -6px 5px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.whitehat-wrap .faq .faq-wrap .q.open::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.whitehat-wrap .faq .faq-wrap .a-wrap {
  display: none;
}

.whitehat-wrap .faq .faq-wrap .a {
  padding: 30px 70px 35px 5%;
}

.whitehat-wrap .faq .faq-wrap .a .icon {
  font-size: 36px;
  color: #ea4335;
}

.whitehat-wrap .related {
  margin: 115px 0 85px;
  padding-bottom: 1px;
}

.whitehat-wrap .related .sec-ttl {
  margin-bottom: 45px;
}

.whitehat-wrap .related .item {
  font-size: 14px;
  margin-bottom: 25px;
}

.whitehat-wrap .related .item a {
  color: #1b1f22;
}

.whitehat-wrap .related .item img {
  margin-bottom: 25px;
}

.whitehat-wrap .related .btn-link-wrap {
  margin-bottom: 85px;
}

#whitehat .nl-leftContainer {
  width: calc(100% - 300px);
}
#whitehat .nl-rightContainer {
  width: 300px;
  transition: 0.3s all;
  position: relative;
}
#whitehat .sp-fnt-s {
  display: inline-block;
}

@media screen and (min-width: 1048px) and (max-width: 1199px) {
  #whitehat .btn-cv {
    font-size: 17px;
    height: 72px;
    line-height: 72px;
  }
  #whitehat .cv .cv-ttl {
    font-size: 36px;
  }
  #whitehat .tbl-scroll {
    overflow: auto;
  }
  #whitehat .difference .tbl-wrap {
    margin-top: 0;
    width: 800px;
  }
  #whitehat .achievement .tble-all-wrap {
    width: 790px;
    padding-top: 13px;
    margin-bottom: 3px;
  }
  #whitehat .internal_consultant_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1048px) and (max-width: 1399px) {
  #whitehat .measures .box .box-ttl {
    font-size: 20px;
  }
  #whitehat .measures .box .ttl-wrap .icon {
    width: 30%;
  }
  #whitehat .measures .price-box .image {
    width: 20%;
  }
}

@media screen and (max-width: 1047px){
  #whitehat .nl-leftContainer {
    width: 100%;
  }
  #whitehat .nl-rightContainer {
    display: none;
  }
}

@media (min-width: 769px) {
  .whitehat-wrap {
    padding-top: 72px;
    font-size: 15px;
  }
  .whitehat-wrap .sp {
    display: none;
  }
  .whitehat-wrap .cv {
    margin-bottom: 25px;
  }
  .whitehat-wrap .cv::before,
  .whitehat-wrap .cv::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 303px;
    height: 160px;
    background: url("../../img/lp/whitehat/cv_illust.svg") no-repeat 0 0;
  }
  .whitehat-wrap .cv::before {
    margin-left: -640px;
  }
  .whitehat-wrap .cv::after {
    margin-left: 337px;
  }
  .whitehat-wrap .fixed-banner-wrap {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 173px;
    height: 185px;
    padding: 32px 0 0 25px;
    text-align: center;
    background: url("../../img/lp/whitehat/side_banner_bg.svg") no-repeat 0 0;
    z-index: 999;
    pointer-events: none;
  }
  .whitehat-wrap .fixed-banner-wrap a {
    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;
    line-height: 1.3;
    color: #fff;
    pointer-events: auto;
  }
  .whitehat-wrap .fixed-banner-wrap .service-link {
    height: 60px;
    font-size: 12px;
  }
  .whitehat-wrap .fixed-banner-wrap .price-link {
    height: 40px;
    font-size: 15px;
  }
  .whitehat-wrap .fixed-banner-wrap:hover {
    background-image: url("../../img/lp/whitehat/side_banner_bg_on.svg");
    background-position: 0 -3px;
  }
  .whitehat-wrap .l_inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .whitehat-wrap .l_box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .whitehat-wrap .mv {
    height: 810px;
    padding: 1px;
    background-image: url("../../img/lp/whitehat/mv_bg2.svg"),
      url("../../img/lp/whitehat/mv_bg1.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center bottom;
    background-size: auto, cover;
  }
  .whitehat-wrap .worries .box-col-wrap {
    width: 32.4%;
  }
  .whitehat-wrap .worries .box-col-wrap:nth-child(2) {
    margin: 0 1.4%;
  }
  #nl-strength {
    scroll-margin-top: 140px;
  }
  @media (max-width: 768px){
    #nl-strength {
      scroll-margin-top: 15px;
    }
  }

  #nl-work {
    scroll-margin-top: 140px;
  }
  @media (max-width: 768px){
    #nl-work {
      scroll-margin-top: 15px;
    }
  }

  .whitehat-wrap .strength .l_inner {
    max-width: 1155px;
  }
  .whitehat-wrap .strength .box-wrap01 {
    margin-bottom: 65px;
  }
  .whitehat-wrap .strength .box-wrap01 .box {
    width: 46%;
  }
  .whitehat-wrap .strength .box-wrap01 .box:nth-child(2) {
    margin-left: 8%;
  }
  .whitehat-wrap .strength .box-wrap02 .box {
    width: 30%;
  }
  .whitehat-wrap .strength .box-wrap02 .box:nth-child(2) {
    margin: 0 5%;
  }
  .whitehat-wrap .strength .box-wrap02 .ttl {
    margin: 10px 0;
  }
  .whitehat-wrap .strength .box-wrap02 .bg {
    margin-left: 10px;
  }
  .whitehat-wrap .service .fase-wrap {
    margin-bottom: 30px;
  }
  .whitehat-wrap .service .fase-ttl-wrap {
    background: #fff;
    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;
    width: 19.4%;
    margin-right: 3.6%;
    position: relative;
    padding: 25px 5px;
  }
  .whitehat-wrap .service .fase-ttl-wrap::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: url("../../img/lp/whitehat/service_08.svg") no-repeat 0 0;
  }
  .whitehat-wrap .service .fase-ttl img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .whitehat-wrap .service .fase-txt-wrap {
    width: 77%;
  }
  .whitehat-wrap .service .fase-txt-wrap .txt {
    width: calc(100% - 70px);
  }
  .whitehat-wrap .service .fase-txt-wrap .icon {
    width: 50px;
    margin-left: 20px;
  }
  .whitehat-wrap .service .fase01 .fase-ttl-wrap::after {
    bottom: -23px;
  }
  .whitehat-wrap .service .fase02 .fase-ttl-wrap::after {
    display: none;
  }
  .whitehat-wrap .service .fase02 .fase-ttl-wrap .fase-ttl {
    padding-bottom: 25px;
  }
  .whitehat-wrap .service .fase02 .fase-ttl-wrap .fase-ttl img {
    bottom: -50px;
  }
  .whitehat-wrap .service .fase03 .fase-ttl-wrap::after {
    top: -5px;
  }
  .whitehat-wrap .service .fase03 .fase-ttl-wrap .fase-ttl {
    padding-bottom: 25px;
  }
  .whitehat-wrap .service .fase03 .fase-ttl-wrap .fase-ttl img {
    bottom: -50px;
  }
  .whitehat-wrap .difference .tbl-all-ttl {
    width: 140px;
  }
  .whitehat-wrap .difference .tbl-nw {
    padding: 0 8px 0 15px;
    width: calc(52% - 163px);
  }
  .whitehat-wrap .difference .tbl-other {
    width: 24%;
  }
  .whitehat-wrap .difference .box-wrap .txt {
    width: 54%;
    margin-right: 7%;
  }
  .whitehat-wrap .difference .box-wrap .image {
    width: 39%;
    margin-top: 35px;
  }
  #whitehat .voice .btn-link-wrap {
    position: relative;
    right: 20px;
    top: 20px;
  }
  .whitehat-wrap .measures .box {
    width: 49%;
  }
  .whitehat-wrap .measures .box:last-child {
    margin-left: 2%;
  }
  .whitehat-wrap .measures .box .ttl-wrap {
    position: relative;
    margin-bottom: 20px;
  }
  .whitehat-wrap .measures .box .ttl-wrap .icon {
    position: absolute;
    right: 0;
    bottom: 2px;
  }
  .whitehat-wrap .related .item {
    width: 31.5%;
    margin-bottom: 35px;
  }
  .whitehat-wrap .related .item:nth-child(3n-1) {
    margin: 0 2.75% 35px;
  }
  #whitehat .nl-sidebar {
    width: 300px;
    transform: translateX(410px);
  }
  #whitehat .nl-sidebar.bg-active {
    transform: translateX(0);
    transition: all .4s cubic-bezier(0.35, 0.32, 0.43, 1);
  }
  #whitehat .nl-sidebar .p-fix-cta  {
    width: 100%;
    padding: 0 15px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  #whitehat .p-fix-cta.is-show {
    bottom: auto;
  }

  .footer-lp {
    z-index: 70;
  }
}

@media (max-width: 768px) {
  .whitehat-wrap {
    font-size: 14px;
  }
  .whitehat-wrap .pc {
    display: none;
  }
  .whitehat-wrap .tbl-scroll {
    overflow: auto;
  }
  .whitehat-wrap .tbl-scroll table {
    margin: 0 0 5px;
  }
  .whitehat-wrap .tbl-scroll .tbl-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .whitehat-wrap .tbl-scroll .tbl-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .whitehat-wrap .tbl-scroll .tbl-scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .whitehat-wrap .btn-cv-wrap {
    width: 100%;
  }
  .whitehat-wrap .btn-cv {
    width: 100%;
    max-width: 340px;
    height: 64px;
    font-size: 17px;
    line-height: 64px;
    border-radius: 32px;
    background-size: cover;
  }
  .whitehat-wrap .btn-cv:hover {
    width: 100%;
  }
  .whitehat-wrap .btn-link {
    width: 100%;
    max-width: 340px;
  }
  .whitehat-wrap .l_inner {
    padding: 0 5%;
  }
  .whitehat-wrap .sec-ttl {
    font-size: 24px;
  }
  .whitehat-wrap .sec-ttl .fnt-s {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .whitehat-wrap .sec-ttl.ttl-s {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .whitehat-wrap .lead {
    text-align: left;
  }
  .whitehat-wrap .cv {
    background-image: url("../../img/lp/whitehat/cv_bg_sp.png");
    background-size: cover;
    height: 518px;
    padding-top: 55px;
  }
  .whitehat-wrap .cv .cv-ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .whitehat-wrap .cv p {
    text-align: left;
    padding: 0 5px;
  }
  .whitehat-wrap .cv .btn-cv {
    margin-top: 25px;
  }
  .whitehat-wrap .cta-btn-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
  }
  .whitehat-wrap .cta-btn-wrapper .btn-cv {
    margin: 0;
  }
  .whitehat-wrap .fixed-banner-wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    z-index: 999;
  }
  .whitehat-wrap .fixed-banner-wrap a {
    color: #fff;
  }
  .whitehat-wrap .fixed-banner-wrap .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .whitehat-wrap .fixed-banner-wrap .banner li {
    font-size: 11px;
    width: calc(100% - 133px);
    background: #fbaf05;
    text-align: center;
  }
  .whitehat-wrap .fixed-banner-wrap .banner li:last-child {
    width: 133px;
    font-size: 15px;
    background: #ea4335;
  }
  .whitehat-wrap .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 652px;
    background: url("../../img/lp/whitehat/mv_bg_sp.svg") no-repeat center 0;
    background-size: cover;
  }
  .whitehat-wrap .mv .balloon {
    margin-left: -50px;
  }
  .whitehat-wrap .mv .mv-txt {
    font-size: 14px;
    margin-top: 0;
  }
  .whitehat-wrap .mv .lead {
    font-size: 18px;
    text-align: center;
  }
  .whitehat-wrap .mv .mv-ttl {
    font-size: 46px;
    margin: 10px 0 20px;
    line-height: 1.5;
  }
  .whitehat-wrap .mv .mv-ttl + p {
    text-align: left;
  }
  .whitehat-wrap .mv .btn-cv {
    margin-top: 25px;
  }
  .whitehat-wrap .worries {
    margin: 60px 0 25px;
  }
  .whitehat-wrap .worries .sec-ttl {
    margin-bottom: 30px;
  }
  .whitehat-wrap .worries .box-all-wrap .icon {
    display: none;
  }
  .whitehat-wrap .worries .box {
    font-size: 15px;
    padding: 20px 6.7%;
    margin-bottom: 15px;
  }
  .whitehat-wrap .worries .box .box-ttl {
    padding-left: 25px;
    background-size: 16px 16px;
    min-height: 16px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .whitehat-wrap .worries .lead {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
  }
  .whitehat-wrap .worries .lead .fnt-l {
    font-size: 32px;
  }
  .whitehat-wrap .strength {
    margin: 50px 0 0;
  }
  .whitehat-wrap .strength .lead {
    margin: 20px 0 45px;
  }
  .whitehat-wrap .strength .box {
    font-size: 16px;
    margin-bottom: 55px;
  }
  .whitehat-wrap .strength .box .bg {
    font-size: 20px;
    margin: 0 0 5px;
  }
  .whitehat-wrap .strength .box .box-ttl-wrap {
    margin-bottom: 10px;
  }
  .whitehat-wrap .strength .box .box-ttl-wrap .image {
    width: 54%;
    margin: 0 -5% 0 0;
  }
  .whitehat-wrap .strength .box .box-ttl-wrap .box-ttl {
    width: 55%;
    font-size: 22px;
    padding-bottom: 0;
    line-height: 1.5;
  }
  .whitehat-wrap .strength .box-wrap02 {
    margin-top: 0;
  }
  .whitehat-wrap .strength .box-wrap02 .box .bg-green,
  .whitehat-wrap .strength .box-wrap02 .box .bg-blue {
    margin-left: 10px;
  }
  .whitehat-wrap .strength .box-wrap02 .box .bg-yellow {
    margin-right: 10px;
  }
  .whitehat-wrap .strength .box-wrap02 .box .box-ttl {
    margin-bottom: 5px;
  }
  .whitehat-wrap .strength .box-wrap02 .box .box-ttl img {
    margin: 0 0 5px;
  }
  .whitehat-wrap .strength .box-wrap02 .box .box-ttl .ttl {
    font-size: 22px;
  }
  .whitehat-wrap .service {
    padding: 45px 0 30px;
  }
  .whitehat-wrap .service .lead {
    margin: 20px 0 10px;
  }
  .whitehat-wrap .service .fase-wrap {
    background: #fff;
    padding: 0 5% 20px;
  }
  .whitehat-wrap .service .fase-ttl-wrap {
    position: relative;
  }
  .whitehat-wrap .service .fase-ttl {
    font-size: 22px;
    text-align: left;
    padding: 30px 0 10px;
  }
  .whitehat-wrap .service .fase-ttl img {
    position: absolute;
    top: -8px;
    right: 5%;
  }
  .whitehat-wrap .service .fase-txt {
    margin-top: 15px;
    position: relative;
  }
  .whitehat-wrap .service .fase-txt .txt-ttl .bg {
    position: relative;
  }
  .whitehat-wrap .service .fase-txt .icon {
    position: absolute;
    top: -3px;
    right: 0;
    width: 50px;
    background: #fff;
    padding-left: 15px;
  }
  .whitehat-wrap .service .fase-txt .icon img {
    width: 35px;
  }
  .whitehat-wrap .service .fase01,
  .whitehat-wrap .service .fase02 {
    margin-bottom: 25px;
    position: relative;
  }
  .whitehat-wrap .service .fase01::after,
  .whitehat-wrap .service .fase02::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: url("../../img/lp/whitehat/service_08.svg") no-repeat 0 0;
    bottom: -18px;
  }
  .whitehat-wrap .service .note {
    text-align: center;
    margin-top: 25px;
  }
  .whitehat-wrap .difference {
    margin: 50px 0 50px;
  }
  .whitehat-wrap .difference .tbl-ttl {
    height: 50px;
  }
  .whitehat-wrap .difference .tbl-wrap {
    margin-top: 0;
    width: 657px;
  }
  .whitehat-wrap .difference .tbl-wrap td {
    vertical-align: top;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 10px 15px 7px;
    font-size: 11px;
  }
  .whitehat-wrap .difference .wh,
  .whitehat-wrap .difference .bh,
  .whitehat-wrap .difference .maru1,
  .whitehat-wrap .difference .maru2,
  .whitehat-wrap .difference .sankaku,
  .whitehat-wrap .difference .batsu {
    padding-left: 30px;
    min-height: 20px;
    background-size: 20px auto !important;
  }
  .whitehat-wrap .difference td.line1 {
    height: 54px;
  }
  .whitehat-wrap .difference .tbl-nw {
    padding: 0 4px;
    width: 225px;
  }
  .whitehat-wrap .difference .tbl-other {
    width: 182px;
  }
  .whitehat-wrap .difference .all-ttl td {
    font-size: 10px;
    padding: 10px 0 7px;
  }
  .whitehat-wrap .difference .all-ttl td.line1 {
    height: 54px;
  }
  .whitehat-wrap .difference .nw {
    border: 4px solid #ea4335;
  }
  .whitehat-wrap .difference .nw .tbl-ttl {
    font-size: 14px;
  }
  .whitehat-wrap .difference .nw td.line1 {
    height: 52px;
  }
  .whitehat-wrap .difference .nw .fnt-s {
    font-size: 11px;
  }
  .whitehat-wrap .difference .other {
    border: 2px solid #9ca0a5;
  }
  .whitehat-wrap .difference .other td.line1 {
    height: 48px;
  }
  .whitehat-wrap .difference .box-wrap {
    margin: 40px auto 40px;
    position: relative;
  }
  .whitehat-wrap .difference .box-wrap .box-ttl {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
    padding: 25px 42% 0 0;
  }
  .whitehat-wrap .difference .box-wrap .box-ttl .red {
    font-size: 25px;
  }
  .whitehat-wrap .difference .box-wrap .fnt-m {
    margin: 10px 0 40px;
    font-size: 16px;
  }
  .whitehat-wrap .difference .box-wrap .note {
    font-size: 13px;
  }
  .whitehat-wrap .difference .box-wrap .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    max-width: 140px;
  }
  .whitehat-wrap .difference .graph img {
    margin: 0 auto;
    display: block;
  }
  .whitehat-wrap .achievement {
    margin: 50px 0;
  }
  .whitehat-wrap .achievement .tble-all-wrap {
    width: 790px;
    padding-top: 13px;
    margin-bottom: 3px;
  }
  .whitehat-wrap .achievement .tbl-wrap {
    position: relative;
    width: 260px;
  }
  .whitehat-wrap .achievement .tbl-wrap:nth-child(2) {
    margin: 0 5px;
  }
  .whitehat-wrap .achievement .tbl-wrap::after {
    right: 8px;
  }
  .whitehat-wrap .achievement .tbl-wrap th {
    font-size: 11px;
    padding: 8px 14px;
  }
  .whitehat-wrap .achievement .tbl-wrap th:last-child {
    padding: 8px 2px;
  }
  .whitehat-wrap .achievement .tbl-wrap td {
    font-size: 13px;
    padding: 6px 14px;
    letter-spacing: -0.5px;
  }
  .whitehat-wrap .achievement .tbl-wrap td:last-child {
    font-size: 14px;
    width: 40px;
  }
  .whitehat-wrap .achievement .note {
    text-align: center;
    font-size: 11px;
    margin-top: 10px;
  }
  .whitehat-wrap .results {
    margin: 50px 0;
  }
  .whitehat-wrap .results .banner-wrap {
    display: none;
  }
  .whitehat-wrap .results .btn-link-wrap {
    margin-top: 25px;
  }
  .whitehat-wrap .cases-youtube .swiper-slide {
    height: auto;
  }
  .whitehat-wrap .cases-youtube .swiper-button-prev,
  .whitehat-wrap .cases-youtube .swiper-button-next,
  .whitehat-wrap .cases-youtube .swiper-pagination,
  .whitehat-wrap .cases-youtube .swiper-pagination-bullet {
    display: none;
  }
  .whitehat-wrap .voice {
    margin: 50px 0 20px;
  }
  .whitehat-wrap .voice .sec-ttl {
    margin-bottom: 20x;
  }
  .whitehat-wrap .voice .case-swiper {
    padding-bottom: 30px;
    height: 100%;
  }
  .whitehat-wrap .voice .case-swiper .swiper-slide .txt {
    padding: 20px 5% 30px;
    font-size: 14px;
  }
  .whitehat-wrap .measures {
    margin: 50px 0 50px;
  }
  .whitehat-wrap .measures .sec-ttl {
    line-height: 1.6;
  }
  .whitehat-wrap .measures .box-wrap {
    margin: 0;
    padding-bottom: 15px;
    background-size: auto 20px;
  }
  .whitehat-wrap .measures .box {
    padding: 20px 0 0;
    margin-bottom: 15px;
  }
  .whitehat-wrap .measures .box .ttl-wrap {
    position: relative;
    margin-bottom: 20px;
    padding: 0 5%;
  }
  .whitehat-wrap .measures .box .icon {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 58px;
  }
  .whitehat-wrap .measures .box .box-ttl {
    font-size: 22px;
  }
  .whitehat-wrap .measures .box .bg {
    font-size: 18px;
  }
  .whitehat-wrap .measures .box .txt {
    margin-bottom: 40px;
    padding: 0 5%;
  }
  .whitehat-wrap .measures .box .list-wrap {
    min-height: 1px;
    padding: 20px 0;
  }
  .whitehat-wrap .measures .box .list-ttl {
    padding-left: 5%;
  }
  .whitehat-wrap .measures .box .list-ttl::before {
    width: 3%;
  }
  .whitehat-wrap .measures .box .list {
    padding: 0 5%;
  }
  .whitehat-wrap .measures .box .fnt-s {
    font-size: 11px;
  }
  .whitehat-wrap .measures .box.bh {
    margin-top: 15px;
  }
  .whitehat-wrap .measures .how-wrap {
    font-size: 16px;
    margin: 15px 0;
  }
  .whitehat-wrap .measures .how-wrap .ttl {
    font-size: 22px;
    margin-bottom: 5px;
    letter-spacing: -1px;
    line-height: 1.8;
  }
  .whitehat-wrap .measures .how-wrap .ttl + p {
    text-align: left;
  }
  .whitehat-wrap .measures .how-wrap .bg {
    padding: 2px 5px 1px;
    margin: 0 5px;
    line-height: 1.3;
  }
  .whitehat-wrap .measures .price-box {
    margin: 45px 0 55px;
    background-image: url("../../img/lp/whitehat/measures_07_sp.png");
  }
  .whitehat-wrap .measures .price-box .box-inner {
    border: 4px solid #fff;
    padding: 35px 5% 20px;
    font-size: 14px;
  }
  .whitehat-wrap .measures .price-box .l_box-wrap {
    font-size: 16px;
  }
  .whitehat-wrap .measures .price-box .ttl-wrap {
    margin: 0 0 15px;
  }
  .whitehat-wrap .measures .price-box .ttl {
    font-size: 24px;
    display: inline-block;
  }
  .whitehat-wrap .measures .price-box .num {
    font-size: 24px;
  }
  .whitehat-wrap .measures .price-box .sp-fnt-s {
    font-size: 14px;
  }
  .whitehat-wrap .measures .price-box .image {
    position: absolute;
    left: 30px;
    bottom: auto;
    top: -30px;
    width: 100px;
  }
  .whitehat-wrap .measures .price-box .btn-price-wrap .red {
    font-size: 15px;
    margin: 15px 0 5px;
  }
  .whitehat-wrap .measures .price-box .btn-price {
    font-size: 20px;
    width: 100%;
  }
  .whitehat-wrap .measures .price-box .btn-price:hover {
    width: 100%;
  }
  .whitehat-wrap .faq .l_inner {
    padding: 0;
  }
  .whitehat-wrap .faq .sec-ttl {
    margin-bottom: 20px;
  }
  .whitehat-wrap .faq .faq-wrap {
    line-height: 1.7;
    font-size: 16px;
  }
  .whitehat-wrap .faq .faq-wrap .q {
    padding: 17px 50px 15px 5%;
  }
  .whitehat-wrap .faq .faq-wrap .q .icon {
    font-size: 18px;
  }
  .whitehat-wrap .faq .faq-wrap .q::before,
  .whitehat-wrap .faq .faq-wrap .q::after {
    right: 15px;
  }
  .whitehat-wrap .faq .faq-wrap .a-wrap {
    display: none;
  }
  .whitehat-wrap .faq .faq-wrap .a {
    padding: 30px 50px 35px 5%;
  }
  .whitehat-wrap .faq .faq-wrap .a .icon {
    font-size: 18px;
    padding-top: 5px;
  }
  .whitehat-wrap .related {
    margin: 50px 0;
  }
  .whitehat-wrap .related .l_inner {
    padding: 0;
  }
  .whitehat-wrap .related .sec-ttl {
    margin-bottom: 20px;
  }
  .whitehat-wrap .related .swiper-wrapper {
    margin-left: 5%;
  }
  .whitehat-wrap .related .btn-link-wrap {
    margin-bottom: 50px;
    padding: 0 5%;
  }
  #whitehat .voice .btn-link-wrap {
    position: absolute;
    top: auto;
    bottom: 20px;
    right: 20px;
  }
}
