@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-size: 13px;
  font-family: "Noto Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Osaka", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
@media screen and (min-width: 768px) {
  #create:not(:disabled) .rover-hover:hover,
.rover-hover:hover {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateCenter {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(-360deg);
  }
}
@keyframes rotateReverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  to {
    visibility: visible;
    opacity: 1;
  }
  from {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutIn {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideBaseUp {
  from {
    transform: translateX(-50%) translateY(0);
  }
  to {
    transform: translateX(-50%) translateY(-20px);
  }
}
@keyframes slideUpFull {
  from {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(20px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideUpText {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes popUp {
  0% {
    transform: translateY(20px);
  }
  70% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes frameOutStartScene {
  0% {
    top: 0;
  }
  100% {
    top: -100vh;
  }
}
@keyframes runMarking {
  from {
    -webkit-background-size: 0%;
    background-size: 0%;
  }
  to {
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}
@keyframes bounceLeftRight {
  0% {
    transform: translateX(-150%) translateY(0);
  }
  15% {
    transform: translateX(-90%) translateY(-200px);
  }
  30% {
    transform: translateX(-60%) translateY(0) scaleX(1.1) scaleY(0.9);
  }
  45% {
    transform: translateX(-40%) translateY(-100px);
  }
  60% {
    transform: translateX(-20%) translateY(0) scaleX(1.1) scaleY(0.9);
  }
  75% {
    transform: translateX(-10%) translateY(-50px);
  }
  90% {
    transform: translateX(0) translateY(0) scaleX(1.02) scaleY(0.98);
  }
  100% {
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1);
  }
}
@keyframes bounceRightLeft {
  0% {
    transform: translateX(235%) translateY(0) scaleX(1) scaleY(1);
  }
  6% {
    transform: translateX(200%) translateY(-100px) scaleX(0.97) scaleY(1.03);
  }
  12% {
    transform: translateX(170%) translateY(0) scaleX(1.03) scaleY(0.97);
  }
  18% {
    transform: translateX(145%) translateY(-100px) scaleX(0.97) scaleY(1.03);
  }
  24% {
    transform: translateX(120%) translateY(0) scaleX(1.03) scaleY(0.97);
  }
  30% {
    transform: translateX(95%) translateY(-100px) scaleX(0.97) scaleY(1.03);
  }
  36% {
    transform: translateX(70%) translateY(0) scaleX(1.03) scaleY(0.97);
  }
  42% {
    transform: translateX(45%) translateY(-100px) scaleX(0.97) scaleY(1.03);
  }
  48% {
    transform: translateX(25%) translateY(0) scaleX(1.03) scaleY(0.97);
  }
  54% {
    transform: translateX(10%) translateY(-100px) scaleX(0.97) scaleY(1.03);
  }
  60% {
    transform: translateX(-5%) translateY(0) scaleX(1.03) scaleY(0.97);
  }
  66% {
    transform: translateX(-20%) translateY(-100px) scaleX(0.97) scaleY(1.03);
  }
  72% {
    transform: translateX(-30%) translateY(0) scaleX(1.02) scaleY(0.98);
  }
  78% {
    transform: translateX(-40%) translateY(-100px) scaleX(0.98) scaleY(1.02);
  }
  84% {
    transform: translateX(-45%) translateY(0) scaleX(1.01) scaleY(0.99);
  }
  90% {
    transform: translateX(-47%) translateY(-100px) scaleX(0.99) scaleY(1.01);
  }
  96% {
    transform: translateX(-50%) translateY(0) scaleX(1.01) scaleY(0.99);
  }
  100% {
    transform: translateX(-50%) translateY(0) scaleX(1) scaleY(1);
  }
}
@keyframes bounceMove {
  0% {
    top: 11.6393442623vw;
    left: 50%;
    transform: translateX(-50%) translateY(0) scaleX(1) scaleY(1);
  }
  10% {
    top: 4.9180327869vw;
    left: 57%;
    transform: translateX(-40%) translateY(-120px) scaleX(0.9) scaleY(1.1);
  }
  20% {
    top: 19.6721311475vw;
    left: 63%;
    transform: translateX(-30%) translateY(0) scaleX(1.2) scaleY(0.8);
  }
  35% {
    top: 8.1967213115vw;
    left: 67%;
    transform: translateX(-20%) translateY(-70px) scaleX(0.95) scaleY(1.05);
  }
  50% {
    top: 21.3114754098vw;
    left: 71%;
    transform: translateX(-10%) translateY(0) scaleX(1.1) scaleY(0.9);
  }
  65% {
    top: 14.7540983607vw;
    left: 72%;
    transform: translateX(-5%) translateY(-20px) scaleX(0.98) scaleY(1.02);
  }
  80% {
    top: 24.0983606557vw;
    left: 72.8%;
    transform: translateX(0) translateY(0) scaleX(1.01) scaleY(0.99);
  }
  100% {
    top: 24.0983606557vw;
    left: 72.8%;
    transform: translateY(0) scaleX(1) scaleY(1);
  }
}
@keyframes swapBgImg1 {
  0% {
    opacity: 1;
  }
  2.5% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  27.5% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  32.5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swapBgImg1_1 {
  0% {
    opacity: 0;
  }
  2.5% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  32.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes swingDown {
  0% {
    transform: rotate(-90deg);
  }
  20% {
    transform: rotate(50deg);
  }
  40% {
    transform: rotate(-30deg);
  }
  60% {
    transform: rotate(15deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes swapBgImg2 {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swapBgImg2_1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(100%);
  }
  /*90% {
    transform: translateX(-10%);
  }*/
  100% {
    transform: translateX(0);
  }
}
@keyframes swapBgImg3 {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swapBgImg3_1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(370deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swapBgImg4 {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swapBgImg4_1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes float-upDown {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100px);
  }
}
@keyframes popUpTooltip {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes popUpTooltip2 {
  0% {
    transform: rotate(15deg);
  }
  25% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes moveLeftRight {
  from {
    transform: translateX(-210%);
  }
  to {
    transform: translateX(150%);
  }
}
@keyframes moveLeftRight2 {
  from {
    transform: translateX(-250%);
  }
  to {
    transform: translateX(250%);
  }
}
@keyframes moveLeftRight3 {
  from {
    transform: translateX(-320%);
  }
  to {
    transform: translateX(150%);
  }
}
@keyframes moveLeftRight4 {
  from {
    transform: translateX(-210%);
  }
  to {
    transform: translateX(250%);
  }
}
@keyframes moveLeftRight5 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes moveRightLeft {
  from {
    transform: translateX(180%);
  }
  to {
    transform: translateX(-300%);
  }
}
@keyframes moveRightLeft2 {
  from {
    transform: translateX(900%);
  }
  to {
    transform: translateX(-750%);
  }
}
@keyframes moveRightLeft3 {
  from {
    transform: translateX(2000%);
  }
  to {
    transform: translateX(-300%);
  }
}
@keyframes moveTopDown {
  from {
    transform: translateY(-130%);
  }
  to {
    transform: translateY(270%);
  }
}
@keyframes wobble {
  0% {
    transform: rotate(-30deg);
  }
  20% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes wobble2 {
  0% {
    transform: translateX(-50%) translateY(-20px) -30deg;
  }
  20% {
    transform: translateX(-50%) translateY(-20px) rotate(20deg);
  }
  40% {
    transform: translateX(-50%) translateY(-20px) rotate(-10deg);
  }
  60% {
    transform: translateX(-50%) translateY(-20px) rotate(5deg);
  }
  80% {
    transform: translateX(-50%) translateY(-20px) rotate(-2deg);
  }
  100% {
    transform: translateX(-50%) translateY(-20px) rotate(0deg);
  }
}
@keyframes shrinkCircle {
  from {
    clip-path: circle(100% at 50% 29.5081967213vw); /* 全体が見えてる */
  }
  to {
    clip-path: circle(14.3118594436vw at 50% 29.5081967213vw); /* 中央の小さい円に */
  }
}
@keyframes flipOut {
  from {
    transform: scaleX(1);
    visibility: visible;
  }
  to {
    transform: scaleX(0);
    visibility: hidden;
  }
}
@keyframes flipIn {
  from {
    transform: translateX(-50%) scaleX(0);
    visibility: hidden;
  }
  to {
    transform: translateX(-50%) scaleX(1);
    visibility: visible;
  }
}
body img {
  width: 100%;
}
body .fadeIn-obj {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 767px) {
  body .fadeIn-obj.sp-show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    animation: none !important;
  }
}
body .fadeIn-obj.active {
  animation: fadeIn 0.4s linear 0s forwards, slideUp 0.4s ease-out 0s forwards;
}
body .oswald {
  font-family: "Oswald", sans-serif;
}
body .popUp-obj {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
}
body .popUp-obj.up {
  animation: fadeIn 0.1s linear 0s forwards, wobble 0.4s ease-out forwards;
}
body .btn-cta {
  width: 45.4098360656vw;
  height: 7.3770491803vw;
  border-radius: 45px;
  background-color: #EE8F14;
}
@media screen and (max-width: 767px) {
  body .btn-cta {
    width: 92vw;
    height: 16.5333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .btn-cta {
    width: 554px;
    height: 90px;
  }
}
body .btn-cta a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 11.4754098361vw;
  box-sizing: border-box;
  font-size: 2.0491803279vw;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  body .btn-cta a {
    padding-left: 21.8666666667vw;
    font-size: 4.4vw;
  }
}
@media screen and (min-width: 1220px) {
  body .btn-cta a {
    padding: 0 0 0 140px;
    font-size: 25px;
  }
}
body .btn-cta a span {
  display: inline-block;
  padding: 0 2.3770491803vw 0 0;
  background-image: url("/cyber-protection/lp/ad_edr/assets/img/ico_arrow_right.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  body .btn-cta a span {
    padding-right: 3.7333333333vw;
    -webkit-background-size: 2.4vw;
    background-size: 2.4vw;
  }
}
@media screen and (min-width: 1220px) {
  body .btn-cta a span {
    padding: 0 29px 0 0;
  }
}
body .form-container .formArea {
  width: 32.7868852459vw;
  box-sizing: border-box;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea {
    width: 400px;
  }
}
body .form-container .formArea .inputArea {
  width: 100%;
  background-color: #fff;
  border-radius: 0.8196721311vw;
  box-shadow: 0 0.6557377049vw 1.6393442623vw 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  padding: 1.3114754098vw 1.1475409836vw 1.0655737705vw;
  margin: 0 auto;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea {
    padding: 16px 14px 13px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
}
body .form-container .formArea .inputArea-ttl {
  font-size: 1.3114754098vw;
  line-height: 1.7213114754vw;
  font-weight: 700;
  margin: 1.4754098361vw 0 0.4918032787vw 0;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-ttl {
    font-size: 16px;
    line-height: 21px;
    margin: 18px 0 6px;
  }
}
body .form-container .formArea .inputArea-ttl:after {
  content: "必須";
  display: inline-block;
  color: #ffffff;
  background-color: #d01207;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.9836065574vw;
  border-radius: 2px;
  padding: 0.2459016393vw 0.4918032787vw 0.2459016393vw;
  margin: -0.2459016393vw 0 0 0.9836065574vw;
  box-sizing: border-box;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-ttl:after {
    padding: 3px 6px 3px;
    margin: -3px 0 0 12px;
    font-size: 12px;
  }
}
body .form-container .formArea .inputArea-box {
  font-size: 1.1475409836vw;
  background-color: #fff;
  line-height: 1;
  width: 100%;
  height: 2.868852459vw;
  border: solid 1px #C5C5C5;
  border-radius: 5px;
  padding: 0 0 0 0.8196721311vw;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-box {
    height: 35px;
    padding: 0 0 0 10px;
    font-size: 14px;
  }
}
body .form-container .formArea .inputArea-list {
  margin: 0;
}
body .form-container .formArea .inputArea-list li {
  line-height: 1.5;
}
body .form-container .formArea .position .inputArea-ttl {
  margin-top: 0;
}
body .form-container .formArea .inputArea-nameArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body .form-container .formArea .inputArea-name {
  width: 14.5081967213vw;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-name {
    width: 177px;
  }
}
body .form-container .formArea .inputArea-select {
  position: relative;
  display: block;
}
body .form-container .formArea .inputArea-select {
  color: #777777;
}
body .form-container .formArea .formArea .inputArea-select .inputArea-box {
  appearance: none;
  -webkit-appearance: none;
}
body .form-container .formArea .inputArea-select:after {
  content: "";
  width: 0.4918032787vw;
  height: 0.4918032787vw;
  border-bottom: solid 1px #1c8e8d;
  border-right: solid 1px #1c8e8d;
  background-size: contain;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.2295081967vw;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-select:after {
    width: 6px;
    height: 6px;
    right: 15px;
  }
}
body .form-container .formArea .inputArea-select select {
  padding-left: 0.6557377049vw;
  margin: 0;
  color: #828282;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-select select {
    padding-left: 8px;
  }
}
body .form-container .formArea .inputArea-checkboxArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.6393442623vw auto 1.3114754098vw;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-checkboxArea {
    margin: 20px auto 16px;
  }
}
body .form-container .formArea .inputArea-checkbox {
  position: relative;
  display: block;
  width: 1.393442623vw;
  height: 1.393442623vw;
  margin-right: 0.6557377049vw;
  border: 1px solid #1c8e8d;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-checkbox {
    width: 17px;
    height: 17px;
    margin-right: 8px;
  }
}
body .form-container .formArea .inputArea-checkbox-input {
  display: none;
}
body .form-container .formArea .inputArea-checkbox-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(40deg);
  top: -0.4918032787vw;
  left: 0.2459016393vw;
  width: 0.8196721311vw;
  height: 1.4754098361vw;
  border-bottom: 0.2459016393vw solid #707070;
  border-right: 0.2459016393vw solid #707070;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-checkbox-input:checked + label:after {
    top: -6px;
    left: 3px;
    width: 10px;
    height: 18px;
    border-bottom: 3px solid #707070;
    border-right: 3px solid #707070;
  }
}
body .form-container .formArea .inputArea-txt {
  display: flex;
  margin: 0;
  line-height: 1.4;
}
body .form-container .formArea .inputArea-txt a, body .form-container .formArea .inputArea-txt span {
  font-size: 0.9836065574vw;
  font-weight: 500;
  color: #333333;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-txt a, body .form-container .formArea .inputArea-txt span {
    font-size: 12px;
  }
}
body .form-container .formArea .inputArea-txt a {
  font-weight: 700;
  color: #1c8e8d;
  margin-right: 0.4918032787vw;
  cursor: pointer;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-txt a {
    margin-right: 6px;
  }
}
body .form-container .formArea .inputArea-txt a:after {
  content: "";
  display: inline-block;
  width: 0.9836065574vw;
  height: 0.9836065574vw;
  background-image: url("/cyber-protection/assets/img/common/ico_blank2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0;
  margin-left: 6px;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-txt a:after {
    width: 12px;
    height: 12px;
  }
}
body .form-container .formArea .inputArea-boxArea {
  position: relative;
}
body .form-container .formArea .inputArea-box::placeholder {
  font-size: 1.2295081967vw;
  font-weight: 400;
  color: #828282;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-box::placeholder {
    font-size: 15px;
  }
}
body .form-container .formArea .inputArea-error {
  position: absolute;
  line-height: 1;
  text-align: left;
  color: #fff;
  background-color: #d01207;
  margin: 0;
  z-index: 10;
  box-sizing: border-box;
  width: 12.2950819672vw;
  font-size: 0.9016393443vw;
  font-weight: 700;
  padding: 0.6557377049vw 0 0.6557377049vw 0.6557377049vw;
  border-radius: 0.6557377049vw;
  bottom: -2.4590163934vw;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-error {
    width: 150px;
    font-size: 11px;
    padding: 8px 0 8px 8px;
    border-radius: 8px;
    bottom: -30px;
  }
}
body .form-container .formArea .inputArea-error:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #d01207 transparent;
  position: absolute;
  border-width: 0 0.4098360656vw 0.737704918vw 0.4098360656vw;
  top: -0.6557377049vw;
  left: 0.4918032787vw;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-error:before {
    border-width: 0 5px 9px 5px;
    top: -8px;
    left: 6px;
  }
}
body .form-container .formArea .inputArea-radio {
  position: relative;
  font-size: 1.0655737705vw;
  line-height: 1.7213114754vw;
  font-weight: 700;
  padding-left: 1.6393442623vw;
  overflow: hidden;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-radio {
    font-size: 13px;
    line-height: 21px;
    padding-left: 20px;
  }
}
body .form-container .formArea .inputArea-radio:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  border-radius: 16.393442623vw;
  width: 1.1475409836vw;
  height: 1.1475409836vw;
  border: solid #CECECE 1px;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-radio:before {
    width: 14px;
    height: 14px;
    border-radius: 200px;
  }
}
body .form-container .formArea .inputArea-radio .name {
  letter-spacing: 0;
}
body .form-container .formArea .inputArea-radio .small {
  letter-spacing: 0;
  top: 55%;
  width: auto;
  left: 0px;
  font-size: 0.8196721311vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-radio .small {
    font-size: 10px;
  }
}
body .form-container .formArea .inputArea-radio .small_basic {
  letter-spacing: -0.02em;
  top: 55%;
  left: -0.6666666667vw;
  width: auto;
  left: 0px;
  font-size: 0.8196721311vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-radio .small_basic {
    font-size: 10px;
  }
}
body .form-container .formArea .inputArea-radio-input {
  display: none;
}
body .form-container .formArea .inputArea-radio-input:checked + label:after {
  width: 0.8196721311vw;
  height: 0.8196721311vw;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.2459016393vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  border-radius: 16.393442623vw;
  background-color: #0F3A64;
}
@media screen and (min-width: 1220px) {
  body .form-container .formArea .inputArea-radio-input:checked + label:after {
    width: 10px;
    height: 10px;
    border-radius: 200px;
    left: 3px;
  }
}
body .form-container .formArea .main-btnArea {
  width: 100%;
  margin: 0 auto;
}
body .form-container .btn-cta {
  width: 100%;
  height: 7.3770491803vw;
  background-color: #EE8F14;
  border-radius: 0.8196721311vw;
}
@media screen and (min-width: 1220px) {
  body .form-container .btn-cta {
    height: 90px;
    border-radius: 10px;
  }
}
body .form-container .btn-cta:after {
  content: none;
}
body .form-container .btn-cta span {
  display: inline-block;
  padding: 0 1.8032786885vw 0 0;
  font-size: 1.8852459016vw;
  background-image: url("/cyber-protection/lp/ad_edr/assets/img/ico_arrow_right.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media screen and (min-width: 1220px) {
  body .form-container .btn-cta span {
    padding-right: 22px;
    font-size: 23px;
  }
}
body .main {
  margin-top: 0;
}
body .main .main-visual {
  position: relative;
  height: 72.131147541vw;
  padding: 3.8524590164vw 20px 7.131147541vw;
  box-sizing: border-box;
  background-image: url("/cyber-protection/lp/ad_edr/assets/img/bg_main_visual.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  body .main .main-visual {
    height: 181.0666666667vw;
    padding: 6.6666666667vw 3.4666666667vw 11.3333333333vw 4vw;
    background-image: url("/cyber-protection/lp/ad_edr/assets/img/bg_main_visual_sp.webp");
  }
}
@media screen and (min-width: 1220px) {
  body .main .main-visual {
    height: 880px;
    padding: 47px 20px 87px;
  }
}
body .main .main-visual .mv-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
body .main .main-visual .logo {
  width: 22.131147541vw;
  margin: 0 0 3.1147540984vw;
}
@media screen and (max-width: 767px) {
  body .main .main-visual .logo {
    width: 46.6666666667vw;
    margin-bottom: 5.8666666667vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .main-visual .logo {
    width: 270px;
    margin: 0 0 38px;
  }
}
body .main .main-visual .mv-lead {
  position: relative;
  width: 51.1475409836vw;
  height: 4.262295082vw;
  margin: 0 0 4.262295082vw;
  padding: 1.2295081967vw 1.9672131148vw 0 2.3770491803vw;
  box-sizing: border-box;
  font-size: 1.8852459016vw;
  font-weight: 700;
  background-color: #FCEE21;
}
@media screen and (max-width: 767px) {
  body .main .main-visual .mv-lead {
    width: 90.5333333333vw;
    height: 7.6vw;
    margin-bottom: 5.6vw;
    padding: 2.1333333333vw 2.4vw 0 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .main-visual .mv-lead {
    width: 624px;
    height: 52px;
    margin: 0 0 52px;
    padding: 15px 24px 0 29px;
    font-size: 23px;
  }
}
body .main .main-visual .mv-lead:before {
  content: "";
  position: absolute;
  bottom: -1.6393442623vw;
  left: 23.6885245902vw;
  width: 2.5409836066vw;
  height: 1.6393442623vw;
  box-sizing: border-box;
  border-top: 0.8196721311vw solid #E0D918;
  border-right: 1.2704918033vw solid transparent;
  border-bottom: 0.8196721311vw solid transparent;
  border-left: 1.2704918033vw solid #E0D918;
  transform: skew(-4deg, 0deg);
}
@media screen and (max-width: 767px) {
  body .main .main-visual .mv-lead:before {
    bottom: -2.9333333333vw;
    left: 42.2666666667vw;
    width: 4.5333333333vw;
    height: 2.9333333333vw;
    border-top: 1.4666666667vw solid #E0D918;
    border-right: 2.2666666667vw solid transparent;
    border-bottom: 1.4666666667vw solid transparent;
    border-left: 2.2666666667vw solid #E0D918;
  }
}
@media screen and (min-width: 1220px) {
  body .main .main-visual .mv-lead:before {
    bottom: -20px;
    left: 289px;
    width: 31px;
    height: 20px;
    border-top: 10px solid #E0D918;
    border-right: 15.5px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15.5px solid #E0D918;
  }
}
body .main .main-visual .page-title {
  margin: 0 0 3.606557377vw;
  font-size: 4.262295082vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body .main .main-visual .page-title {
    margin-bottom: 5.0666666667vw;
    font-size: 6.9333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .main-visual .page-title {
    margin: 0 0 44px;
    font-size: 52px;
  }
}
body .main .main-visual .page-title .title-line {
  display: block;
}
body .main .main-visual .page-title .title-line:nth-of-type(1) {
  margin-bottom: 1.393442623vw;
}
@media screen and (max-width: 767px) {
  body .main .main-visual .page-title .title-line:nth-of-type(1) {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .main-visual .page-title .title-line:nth-of-type(1) {
    margin-bottom: 17px;
  }
}
body .main .main-visual .page-title .title-line:nth-of-type(2) {
  margin-bottom: 1.7213114754vw;
}
@media screen and (max-width: 767px) {
  body .main .main-visual .page-title .title-line:nth-of-type(2) {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .main-visual .page-title .title-line:nth-of-type(2) {
    margin-bottom: 21px;
  }
}
body .main .main-visual .page-title .large {
  font-size: 6.1475409836vw;
  color: #009370;
}
@media screen and (max-width: 767px) {
  body .main .main-visual .page-title .large {
    font-size: 9.3333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .main-visual .page-title .large {
    font-size: 75px;
  }
}
@media screen and (max-width: 767px) {
  body .main .main-visual .page-title .sp-small {
    font-size: 5.7333333333vw;
  }
}
body .main .main-visual .mv-content {
  width: 60.2459016393vw;
}
@media screen and (max-width: 767px) {
  body .main .main-visual .mv-content {
    width: 100%;
  }
}
@media screen and (min-width: 1220px) {
  body .main .main-visual .mv-content {
    width: 735px;
  }
}
body .main .main-visual .mv-content .mv-product-name-wrapper {
  display: flex;
  align-items: baseline;
  gap: 1.5573770492vw;
  margin: 0 0 0.9836065574vw;
  padding: 0 0 0 8.0327868852vw;
}
@media screen and (max-width: 767px) {
  body .main .main-visual .mv-content .mv-product-name-wrapper {
    gap: 3.4666666667vw;
    margin-bottom: 2.4vw;
    padding: 0;
  }
}
@media screen and (min-width: 1220px) {
  body .main .main-visual .mv-content .mv-product-name-wrapper {
    gap: 19px;
    margin: 0 0 12px;
    padding: 0 0 0 98px;
  }
}
body .main .main-visual .mv-content .mv-product-name-wrapper .product-name-head {
  font-size: 4.5081967213vw;
  font-weight: 700;
  color: #009370;
}
@media screen and (max-width: 767px) {
  body .main .main-visual .mv-content .mv-product-name-wrapper .product-name-head {
    font-size: 9.1666666667vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .main-visual .mv-content .mv-product-name-wrapper .product-name-head {
    font-size: 55px;
  }
}
body .main .main-visual .mv-content .mv-product-name-wrapper .product-name {
  font-size: 1.9672131148vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body .main .main-visual .mv-content .mv-product-name-wrapper .product-name {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .main-visual .mv-content .mv-product-name-wrapper .product-name {
    font-size: 24px;
  }
}
body .main .main-visual .mv-content .mv-product-name-wrapper .product-name span {
  font-size: 2.7868852459vw;
  color: #009370;
}
@media screen and (max-width: 767px) {
  body .main .main-visual .mv-content .mv-product-name-wrapper .product-name span {
    font-size: 5.6666666667vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .main-visual .mv-content .mv-product-name-wrapper .product-name span {
    font-size: 34px;
  }
}
body .main .main-visual .mv-content .product-overview {
  margin: 0 0 2.0491803279vw;
  padding: 0 0 0 0.737704918vw;
  font-size: 1.5573770492vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6315789474em;
}
@media screen and (max-width: 767px) {
  body .main .main-visual .mv-content .product-overview {
    margin-bottom: 5.0666666667vw;
    font-size: 3.2vw;
    line-height: 1.375em;
  }
}
@media screen and (min-width: 1220px) {
  body .main .main-visual .mv-content .product-overview {
    margin: 0 0 25px;
    padding: 0 0 0 9px;
    font-size: 19px;
  }
}
body .main .main-visual .mv-content .mv-image-wrapper {
  display: flex;
  gap: 1.4754098361vw;
}
@media screen and (max-width: 767px) {
  body .main .main-visual .mv-content .mv-image-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.3333333333vw 3.4666666667vw;
    margin: 0 0 7.4666666667vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .main-visual .mv-content .mv-image-wrapper {
    gap: 18px;
  }
}
body .main .main-visual .mv-content .mv-image-wrapper picture {
  box-shadow: 0 0.3278688525vw 0.3278688525vw 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  body .main .main-visual .mv-content .mv-image-wrapper picture {
    width: 42.4vw;
  }
}
@media screen and (min-width: 768px) {
  body .main .main-visual .mv-content .mv-image-wrapper picture {
    flex: 1;
  }
}
@media screen and (min-width: 1220px) {
  body .main .main-visual .mv-content .mv-image-wrapper picture {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
body .main .main-visual .mv-content .mv-image-wrapper picture:nth-of-type(1) {
  order: 2;
}
@media screen and (max-width: 767px) {
  body .main .main-visual .mv-content .mv-image-wrapper picture:nth-of-type(1) {
    order: 1;
  }
}
body .main .main-visual .mv-content .mv-image-wrapper picture:nth-of-type(2) {
  order: 1;
}
@media screen and (max-width: 767px) {
  body .main .main-visual .mv-content .mv-image-wrapper picture:nth-of-type(2) {
    order: 2;
  }
}
body .main .main-visual .mv-content .mv-image-wrapper picture:nth-of-type(3) {
  order: 3;
}
body .main .main-visual .form-container {
  position: absolute;
  top: 7.9508196721vw;
  right: 0;
}
@media screen and (min-width: 1220px) {
  body .main .main-visual .form-container {
    top: 97px;
  }
}
body .main .section-title {
  font-size: 3.4426229508vw;
  font-weight: 700;
  text-align: center;
  color: #009370;
}
@media screen and (max-width: 767px) {
  body .main .section-title {
    font-size: 5.6vw;
    line-height: 1.3571428571em;
  }
}
@media screen and (min-width: 1220px) {
  body .main .section-title {
    font-size: 42px;
  }
}
body .main .section-title.--black {
  color: #000;
}
body .main .section-lead {
  margin: 1.8852459016vw 0 0;
  font-size: 1.9672131148vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  body .main .section-lead {
    margin-top: 3.2vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .section-lead {
    margin: 23px 0 0;
    font-size: 24px;
  }
}
body .main .lead-section {
  padding: 7.3770491803vw 0 5.737704918vw;
}
@media screen and (max-width: 767px) {
  body .main .lead-section {
    padding-top: 9.3333333333vw;
    padding-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .lead-section {
    padding: 90px 0 70px;
  }
}
body .main .about-section {
  padding: 7.3770491803vw 20px 5.9016393443vw;
  background-color: #ECF0F3;
}
@media screen and (max-width: 767px) {
  body .main .about-section {
    padding-top: 10.6666666667vw;
    padding-bottom: 9.4666666667vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .about-section {
    padding: 90px 0 72px;
  }
}
body .main .about-section .section-lead {
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 768px) {
  body .main .about-section .section-lead {
    margin: 2.2131147541vw 0 2.9508196721vw;
    font-size: 1.6393442623vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .about-section .section-lead {
    margin: 27px 0 36px;
    font-size: 20px;
  }
}
body .main .about-section picture {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body .main .about-section picture {
    padding: 0 4.2666666667vw;
  }
}
body .main .difference-section {
  padding: 6.5573770492vw 0 9.0163934426vw;
}
@media screen and (max-width: 767px) {
  body .main .difference-section {
    padding-top: 9.3333333333vw;
    padding-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .difference-section {
    padding: 80px 0 110px;
  }
}
body .main .difference-section .section-title {
  margin-bottom: 3.2786885246vw;
}
@media screen and (min-width: 1220px) {
  body .main .difference-section .section-title {
    margin-bottom: 40px;
  }
}
body .main .difference-section .table-comparison {
  width: 98.3606557377vw;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  body .main .difference-section .table-comparison {
    width: 90.6666666667vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .difference-section .table-comparison {
    width: 1200px;
  }
}
body .main .difference-section .table-comparison th, body .main .difference-section .table-comparison td {
  border: 1px solid #CCCCCC;
}
body .main .difference-section .table-comparison .row-header {
  width: 18.3333333333%;
  padding: 1.6393442623vw 0;
  font-size: 1.4754098361vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #777777;
}
@media screen and (max-width: 767px) {
  body .main .difference-section .table-comparison .row-header {
    width: 14.1176470588%;
    padding: 4.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .difference-section .table-comparison .row-header {
    padding: 20px 0;
    font-size: 18px;
  }
}
body .main .difference-section .table-comparison .col-header {
  width: 40.8333333333%;
  padding: 1.6393442623vw 3.2786885246vw;
  font-size: 3.4426229508vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  body .main .difference-section .table-comparison .col-header {
    padding: 2.1333333333vw 2.6666666667vw 2.9333333333vw;
    font-size: 5.6vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .difference-section .table-comparison .col-header {
    padding: 20px 40px;
    font-size: 42px;
  }
}
body .main .difference-section .table-comparison .col-header.--1 {
  background-color: #ACB26C;
}
body .main .difference-section .table-comparison .col-header.--2 {
  background-color: #1CA78E;
}
body .main .difference-section .table-comparison .col-header span {
  font-size: 1.2295081967vw;
}
@media screen and (max-width: 767px) {
  body .main .difference-section .table-comparison .col-header span {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .difference-section .table-comparison .col-header span {
    font-size: 15px;
  }
}
body .main .difference-section .table-comparison td {
  padding: 1.6393442623vw 3.2786885246vw;
  font-size: 1.4754098361vw;
  line-height: 1.8em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  body .main .difference-section .table-comparison td {
    padding: 2.6666666667vw;
    font-size: 3.4666666667vw;
    vertical-align: top;
  }
}
@media screen and (min-width: 1220px) {
  body .main .difference-section .table-comparison td {
    padding: 20px 40px;
    font-size: 18px;
  }
}
body .main .difference-section .table-comparison td span {
  font-weight: 700;
}
body .main .merit-section {
  padding: 7.9508196721vw 0 8.9344262295vw;
  background-color: #ECF0F3;
}
@media screen and (max-width: 767px) {
  body .main .merit-section {
    padding-top: 9.6vw;
    padding-bottom: 9.8666666667vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .merit-section {
    padding: 97px 0 109px;
  }
}
body .main .merit-section .section-title {
  margin-bottom: 7.3770491803vw;
}
@media screen and (max-width: 767px) {
  body .main .merit-section .section-title {
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .merit-section .section-title {
    margin-bottom: 90px;
  }
}
body .main .merit-section .merit-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8.1967213115vw;
}
@media screen and (max-width: 767px) {
  body .main .merit-section .merit-list {
    gap: 13.8666666667vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .merit-section .merit-list {
    gap: 100px;
  }
}
body .main .merit-section .merit-list li {
  position: relative;
  width: 98.3606557377vw;
  padding: 5.737704918vw 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body .main .merit-section .merit-list li {
    width: 90.6666666667vw;
    padding: 9.8666666667vw 0 10.6666666667vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .merit-section .merit-list li {
    width: 1200px;
    padding: 70px 0;
  }
}
body .main .merit-section .merit-list li .merit-number {
  position: absolute;
  top: -3.2786885246vw;
  left: 50%;
  display: inline-block;
  width: 6.5573770492vw;
  height: 6.5573770492vw;
  border-radius: 50%;
  background: linear-gradient(90deg, #0C9877 0%, #007970 100%);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 3.2786885246vw;
  font-weight: 500;
  text-align: center;
  line-height: 6.2295081967vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  body .main .merit-section .merit-list li .merit-number {
    top: -5.8666666667vw;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    font-size: 6.4vw;
    line-height: 11.2vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .merit-section .merit-list li .merit-number {
    top: -40px;
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 76px;
  }
}
body .main .merit-section .merit-list li .merit-title {
  margin-bottom: 1.9672131148vw;
  font-size: 2.6229508197vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body .main .merit-section .merit-list li .merit-title {
    margin-bottom: 3.2vw;
    font-size: 4.8vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1220px) {
  body .main .merit-section .merit-list li .merit-title {
    margin-bottom: 24px;
    font-size: 32px;
  }
}
body .main .merit-section .merit-list li .merit-overview {
  margin: 0 auto 3.2786885246vw;
  font-size: 1.6393442623vw;
  font-weight: 500;
  line-height: 2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body .main .merit-section .merit-list li .merit-overview {
    margin-bottom: 6.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 1220px) {
  body .main .merit-section .merit-list li .merit-overview {
    margin: 0 auto 40px;
    font-size: 20px;
  }
}
body .main .merit-section .merit-list li .merit-img {
  display: block;
  margin: 0 auto;
}
body .main .merit-section .merit-list li .merit-img.--1 {
  width: 65.0819672131vw;
}
@media screen and (max-width: 767px) {
  body .main .merit-section .merit-list li .merit-img.--1 {
    width: 69.3333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .merit-section .merit-list li .merit-img.--1 {
    width: 794px;
  }
}
body .main .merit-section .merit-list li .merit-img.--2 {
  width: 74.5901639344vw;
}
@media screen and (max-width: 767px) {
  body .main .merit-section .merit-list li .merit-img.--2 {
    width: 69.3333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .merit-section .merit-list li .merit-img.--2 {
    width: 910px;
  }
}
body .main .merit-section .merit-list li .merit-img.--3 {
  width: 57.3770491803vw;
}
@media screen and (max-width: 767px) {
  body .main .merit-section .merit-list li .merit-img.--3 {
    width: 58.6666666667vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .merit-section .merit-list li .merit-img.--3 {
    width: 700px;
  }
}
body .main .cta-section {
  padding: 7.9508196721vw 0 5.5737704918vw;
  background-image: url("/cyber-protection/lp/ad_edr/assets/img/bg_cta.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  body .main .cta-section {
    padding-top: 8.2666666667vw;
    padding-bottom: 10.1333333333vw;
    background-image: url("/cyber-protection/lp/ad_edr/assets/img/bg_cta_sp.webp");
  }
}
@media screen and (min-width: 1220px) {
  body .main .cta-section {
    padding: 97px 0 68px;
  }
}
body .main .cta-section .section-title {
  margin-bottom: 3.3606557377vw;
}
@media screen and (max-width: 767px) {
  body .main .cta-section .section-title {
    margin-bottom: 4.8vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .cta-section .section-title {
    margin-bottom: 41px;
  }
}
body .main .cta-section .cta-inner {
  display: flex;
  justify-content: center;
  gap: 5.4918032787vw;
}
@media screen and (max-width: 767px) {
  body .main .cta-section .cta-inner {
    flex-direction: column;
    gap: 4vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .cta-section .cta-inner {
    gap: 67px;
  }
}
body .main .cta-section .cta-inner .cta-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5573770492vw;
}
@media screen and (max-width: 767px) {
  body .main .cta-section .cta-inner .cta-image-wrapper {
    gap: 2.4vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .cta-section .cta-inner .cta-image-wrapper {
    gap: 19px;
  }
}
body .main .cta-section .cta-inner .cta-image-wrapper.--horizontal {
  flex-direction: row;
}
body .main .cta-section .cta-inner .cta-image-wrapper picture {
  display: block;
  width: 19.0983606557vw;
  box-shadow: 0 0.3278688525vw 0.3278688525vw 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  body .main .cta-section .cta-inner .cta-image-wrapper picture {
    width: 31.0666666667vw;
    box-shadow: 0 0.5333333333vw 0.5333333333vw 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 1220px) {
  body .main .cta-section .cta-inner .cta-image-wrapper picture {
    width: 233px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
body .main .cta-section .cta-inner .cta-text-wrapper {
  padding: 0.9016393443vw 0 0;
}
@media screen and (max-width: 767px) {
  body .main .cta-section .cta-inner .cta-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2vw;
    padding: 0;
  }
}
@media screen and (min-width: 1220px) {
  body .main .cta-section .cta-inner .cta-text-wrapper {
    padding: 11px 0 0;
  }
}
body .main .cta-section .cta-inner .cta-text-wrapper .material-list {
  display: flex;
  flex-direction: column;
  margin: 0 0 2.6229508197vw;
  font-size: 1.9672131148vw;
  font-weight: 700;
  line-height: 1.6666666667em;
}
@media screen and (max-width: 767px) {
  body .main .cta-section .cta-inner .cta-text-wrapper .material-list {
    font-size: 4.4vw;
    line-height: 1.3636363636em;
  }
}
@media screen and (min-width: 1220px) {
  body .main .cta-section .cta-inner .cta-text-wrapper .material-list {
    margin: 0 0 32px;
    font-size: 24px;
  }
}
body .main .case-section {
  padding: 8.6885245902vw 20px 9.1803278689vw;
}
@media screen and (max-width: 767px) {
  body .main .case-section {
    padding: 14.4vw 10vw 15.3333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .case-section {
    padding: 196px 0 112px;
  }
}
body .main .case-section .section-title {
  margin-bottom: 6.1475409836vw;
}
@media screen and (max-width: 767px) {
  body .main .case-section .section-title {
    margin-bottom: 7.2vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .case-section .section-title {
    margin-bottom: 75px;
  }
}
body .main .case-section .case-list {
  display: flex;
  justify-content: center;
  gap: 2.2950819672vw;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body .main .case-section .case-list {
    flex-direction: column;
    gap: 7.3333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .case-section .case-list {
    gap: 28px;
  }
}
body .main .case-section .case-list li {
  flex: 1;
  height: 34.5901639344vw;
  border-radius: 0.8196721311vw;
  box-shadow: 0 0 1.0655737705vw 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  body .main .case-section .case-list li {
    height: auto;
    border-radius: 2.1333333333vw;
    box-shadow: 0 0 2.7373333333vw 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 1220px) {
  body .main .case-section .case-list li {
    height: 422px;
    border-radius: 10px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.25);
  }
}
body .main .case-section .case-list li .case-thumbnail {
  height: 19.1803278689vw;
  margin: 0 0 2.6229508197vw;
}
@media screen and (max-width: 767px) {
  body .main .case-section .case-list li .case-thumbnail {
    height: 49.2vw;
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .case-section .case-list li .case-thumbnail {
    height: 234px;
    margin: 0 0 32px;
  }
}
body .main .case-section .case-list li .case-thumbnail img {
  border-radius: 0.8196721311vw 0.8196721311vw 0 0;
}
@media screen and (max-width: 767px) {
  body .main .case-section .case-list li .case-thumbnail img {
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
@media screen and (min-width: 1220px) {
  body .main .case-section .case-list li .case-thumbnail img {
    border-radius: 10px 10px 0 0;
  }
}
body .main .case-section .case-list li .customer-name {
  margin: 0 0 1.2295081967vw;
  padding: 0 1.8852459016vw;
  font-size: 1.3114754098vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body .main .case-section .case-list li .customer-name {
    margin-bottom: 3.2vw;
    padding: 0 4.8vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .case-section .case-list li .customer-name {
    margin: 0 0 15px;
    padding: 0 23px;
    font-size: 16px;
  }
}
body .main .case-section .case-list li .case-title {
  padding: 0 1.8852459016vw;
  font-size: 1.4754098361vw;
  font-weight: 700;
  line-height: 1.7777777778em;
}
@media screen and (max-width: 767px) {
  body .main .case-section .case-list li .case-title {
    font-size: 3.7333333333vw;
    padding: 0 4.8vw 5.3333333333vw;
    line-height: 1.3571428571em;
  }
}
@media screen and (min-width: 1220px) {
  body .main .case-section .case-list li .case-title {
    padding: 0 23px;
    font-size: 18px;
  }
}
body .main .case-section .case-notice {
  padding: 40px 0 0;
  text-align: center;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  body .main .case-section .case-notice {
    font-size: 3.2vw;
    text-align: left;
  }
}
body .main .feature-section {
  padding: 9.0163934426vw 0 8.1147540984vw;
  background-image: url("/cyber-protection/lp/ad_edr/assets/img/bg_feature_section.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  body .main .feature-section {
    padding-top: 9.3333333333vw;
    padding-right: 3.3333333333vw;
    padding-bottom: 12.9333333333vw;
    padding-left: 4.4vw;
    background-image: url("/cyber-protection/lp/ad_edr/assets/img/bg_feature_section_sp.webp");
  }
}
@media screen and (min-width: 1220px) {
  body .main .feature-section {
    padding: 110px 0 99px;
  }
}
body .main .feature-section .section-title {
  margin-bottom: 1.6393442623vw;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  body .main .feature-section .section-title {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .feature-section .section-title {
    margin-bottom: 20px;
  }
}
body .main .feature-section .section-title .asterisk {
  font-size: 42%;
  vertical-align: top;
}
body .main .feature-section .title-notice {
  margin: 0 0 5.737704918vw;
  font-size: 1.3114754098vw;
  font-weight: 700;
  text-align: center;
  color: #999;
}
@media screen and (max-width: 767px) {
  body .main .feature-section .title-notice {
    margin-bottom: 8.5333333333vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .feature-section .title-notice {
    margin: 0 0 70px;
    font-size: 16px;
  }
}
body .main .feature-section .section-lead {
  margin-bottom: 5.737704918vw;
}
@media screen and (max-width: 767px) {
  body .main .feature-section .section-lead {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .feature-section .section-lead {
    margin-bottom: 70px;
  }
}
body .main .feature-section .powered-by {
  margin: 0 0 5.737704918vw;
  font-size: 1.3114754098vw;
  font-weight: 700;
  text-align: center;
  color: #999999;
}
@media screen and (max-width: 767px) {
  body .main .feature-section .powered-by {
    margin-bottom: 8.5333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 1220px) {
  body .main .feature-section .powered-by {
    margin: 0 0 70px;
    font-size: 16px;
  }
}
body .main .feature-section .feature-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.5901639344vw;
}
@media screen and (max-width: 767px) {
  body .main .feature-section .feature-list {
    gap: 3.7333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .feature-section .feature-list {
    gap: 56px;
  }
}
body .main .feature-section .feature-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4.3442622951vw;
  width: 76.0655737705vw;
  height: 25.2459016393vw;
  padding: 2.6229508197vw 6.1475409836vw 2.7049180328vw 5.9016393443vw;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body .main .feature-section .feature-list li {
    flex-direction: column;
    width: 86vw;
    height: auto;
    gap: 3.4666666667vw;
    padding: 4.8vw 5.0666666667vw 5.0666666667vw 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body .main .feature-section .feature-list li:nth-of-type(odd) {
    transform: translateX(8.1967213115vw);
  }
  body .main .feature-section .feature-list li:nth-of-type(even) {
    transform: translateX(-8.1967213115vw);
  }
}
@media screen and (min-width: 1220px) {
  body .main .feature-section .feature-list li {
    gap: 53px;
    width: 928px;
    height: 308px;
    padding: 32px 75px 32px 72px;
  }
  body .main .feature-section .feature-list li:nth-of-type(odd) {
    transform: translateX(100px);
  }
  body .main .feature-section .feature-list li:nth-of-type(even) {
    transform: translateX(-100px);
  }
}
body .main .feature-section .feature-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 0.7786885246vw 0 rgba(0, 0, 0, 0.2);
  transform: skew(-13deg, 0);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body .main .feature-section .feature-list li:before {
    transform: skew(-5deg, 0);
  }
}
@media screen and (min-width: 1220px) {
  body .main .feature-section .feature-list li:before {
    box-shadow: 0 0 9.5px 0 rgba(0, 0, 0, 0.2);
  }
}
body .main .feature-section .feature-list li .ico-feature {
  position: relative;
  width: 16.393442623vw;
}
@media screen and (max-width: 767px) {
  body .main .feature-section .feature-list li .ico-feature {
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .feature-section .feature-list li .ico-feature {
    width: 200px;
  }
}
body .main .feature-section .feature-list li .feature-inner {
  position: relative;
  flex: 1;
}
body .main .feature-section .feature-list li .feature-inner .feature-number {
  margin: 0 0 0.737704918vw;
  font-size: 3.4426229508vw;
  font-weight: 500;
  color: #009370;
}
@media screen and (max-width: 767px) {
  body .main .feature-section .feature-list li .feature-inner .feature-number {
    margin-bottom: 0.8vw;
    font-size: 5.6vw;
    text-align: center;
  }
}
@media screen and (min-width: 1220px) {
  body .main .feature-section .feature-list li .feature-inner .feature-number {
    margin: 0 0 9px;
    font-size: 42px;
  }
}
body .main .feature-section .feature-list li .feature-inner .feature-title {
  margin: 0 0 1.0655737705vw;
  font-size: 2.4590163934vw;
  font-weight: 700;
  line-height: 1.36em;
}
@media screen and (max-width: 767px) {
  body .main .feature-section .feature-list li .feature-inner .feature-title {
    margin-bottom: 2.1333333333vw;
    font-size: 4vw;
    text-align: center;
    line-height: 1.3666666667em;
  }
}
@media screen and (min-width: 1220px) {
  body .main .feature-section .feature-list li .feature-inner .feature-title {
    margin: 0 0 13px;
    font-size: 30px;
  }
}
body .main .feature-section .feature-list li .feature-inner .feature-overview {
  font-size: 1.3114754098vw;
  font-weight: 700;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  body .main .feature-section .feature-list li .feature-inner .feature-overview {
    font-size: 3.2vw;
    line-height: 1.375em;
  }
}
@media screen and (min-width: 1220px) {
  body .main .feature-section .feature-list li .feature-inner .feature-overview {
    font-size: 16px;
  }
}
body .main .form-section {
  padding: 7.2131147541vw 20px 8.606557377vw;
  background-color: #EDF8F6;
}
@media screen and (max-width: 767px) {
  body .main .form-section {
    padding-top: 12vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section {
    padding: 88px 20px 105px;
  }
}
body .main .form-section .section-title {
  margin-bottom: 5.737704918vw;
}
@media screen and (max-width: 767px) {
  body .main .form-section .section-title {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .section-title {
    margin-bottom: 70px;
  }
}
body .main .form-section .form-inner {
  display: flex;
  justify-content: center;
  gap: 5vw;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner {
    flex-direction: column;
    gap: 6.8vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner {
    gap: 61px;
  }
}
body .main .form-section .form-inner .material-list {
  display: flex;
  flex-direction: column;
  gap: 2.5409836066vw;
  width: 29.5081967213vw;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .material-list {
    gap: 6.8vw;
    width: 66.6666666667vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .material-list {
    gap: 31px;
    width: 360px;
  }
}
body .main .form-section .form-inner .material-list li {
  position: relative;
  box-sizing: border-box;
  border: 2px solid #0C9877;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .material-list li {
    border-width: 0.4vw;
  }
}
body .main .form-section .form-inner .material-list li .number {
  position: absolute;
  top: -1.7213114754vw;
  left: 50%;
  width: 3.7704918033vw;
  height: 3.7704918033vw;
  border-radius: 50%;
  background-color: #1CA78E;
  color: #fff;
  font-size: 2.2131147541vw;
  font-weight: 500;
  text-align: center;
  line-height: 3.7704918033vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .material-list li .number {
    top: -4vw;
    width: 8.4vw;
    height: 8.4vw;
    font-size: 5vw;
    line-height: 8.4vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .material-list li .number {
    top: -21px;
    width: 46px;
    height: 46px;
    font-size: 27px;
    line-height: 46px;
  }
}
body .main .form-section .form-inner .material-list li .material-img {
  display: flex;
  justify-content: center;
  padding: 2.868852459vw 0 1.3114754098vw;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .material-list li .material-img {
    padding-top: 6.1333333333vw;
    padding-bottom: 2.9333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .material-list li .material-img {
    padding: 35px 0 16px;
  }
}
body .main .form-section .form-inner .material-list li .material-img img {
  width: 17.2131147541vw;
  box-shadow: 0 0.3278688525vw 0.3278688525vw 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .material-list li .material-img img {
    width: 38.8vw;
    box-shadow: 0 0.8vw 0.8vw 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .material-list li .material-img img {
    width: 210px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
body .main .form-section .form-inner .material-list li .material-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5737704918vw;
  height: 7.2950819672vw;
  color: #ffffff;
  background-color: #0C9877;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .material-list li .material-info {
    gap: 1.0666666667vw;
    height: 16.5333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .material-list li .material-info {
    gap: 7px;
    height: 89px;
  }
}
body .main .form-section .form-inner .material-list li .material-info .material-lead {
  font-size: 1.4754098361vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.1666666667em;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .material-list li .material-info .material-lead {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .material-list li .material-info .material-lead {
    font-size: 18px;
  }
}
body .main .form-section .form-inner .material-list li .material-info .material-name {
  font-size: 1.9672131148vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .material-list li .material-info .material-name {
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .material-list li .material-info .material-name {
    font-size: 24px;
  }
}
body .main .form-section .form-inner .form-container {
  width: 41.8032786885vw;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .form-container {
    width: 100%;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .form-container {
    width: 510px;
  }
}
body .main .form-section .form-inner .form-container .formArea {
  width: 100%;
}
body .main .form-section .form-inner .form-container .formArea .inputArea {
  padding: 1.6393442623vw 1.4754098361vw 1.393442623vw;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea {
    padding: 2.6666666667vw 3.4666666667vw 4vw;
    border-radius: 2vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea {
    padding: 20px 18px 17px;
  }
}
body .main .form-section .form-inner .form-container .formArea .inputArea-ttl {
  margin: 1.8852459016vw 0 0.6557377049vw;
  font-size: 1.6393442623vw;
  line-height: 2.2131147541vw;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea-ttl {
    margin: 5.3333333333vw 0 1.6vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea-ttl {
    margin: 23px 0 8px;
    font-size: 20px;
    line-height: 27px;
  }
}
body .main .form-section .form-inner .form-container .formArea .inputArea-ttl:after {
  margin: -0.2459016393vw 0 0 1.2295081967vw;
  padding: 0.3278688525vw 0.6557377049vw;
  font-size: 1.2295081967vw;
  border-radius: 0.2459016393vw;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea-ttl:after {
    margin: -0.8vw 0 0 3.2vw;
    padding: 0.8vw 1.6vw 0.8vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea-ttl:after {
    margin: -3px 0 0 15px;
    padding: 4px 8px;
    font-size: 15px;
    border-radius: 3px;
  }
}
body .main .form-section .form-inner .form-container .formArea .inputArea-box {
  height: 3.6885245902vw;
  font-size: 1.4754098361vw;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea-box {
    height: 7.7333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea-box {
    height: 45px;
    font-size: 18px;
  }
}
body .main .form-section .form-inner .form-container .formArea .inputArea-box::placeholder {
  font-size: 1.4754098361vw;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea-box::placeholder {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea-box::placeholder {
    font-size: 18px;
  }
}
body .main .form-section .form-inner .form-container .formArea .inputArea-name {
  width: 18.5245901639vw;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea-name {
    width: 39.4666666667vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea-name {
    width: 226px;
  }
}
body .main .form-section .form-inner .form-container .formArea .inputArea-checkboxArea {
  margin: 2.131147541vw auto 1.6393442623vw;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea-checkboxArea {
    align-items: center;
    margin: 4vw auto 4.8vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea-checkboxArea {
    margin: 26px auto 20px;
  }
}
body .main .form-section .form-inner .form-container .formArea .inputArea-checkbox {
  width: 1.8032786885vw;
  height: 1.8032786885vw;
  margin-right: 0.8196721311vw;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea-checkbox {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    margin-right: 2vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea-checkbox {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
}
body .main .form-section .form-inner .form-container .formArea .inputArea-checkbox-input:checked + label:after {
  top: -4px;
  left: 4px;
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea-txt {
    line-height: 1;
  }
}
body .main .form-section .form-inner .form-container .formArea .inputArea-txt span,
body .main .form-section .form-inner .form-container .formArea .inputArea-txt a {
  font-size: 1.2295081967vw;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea-txt span,
body .main .form-section .form-inner .form-container .formArea .inputArea-txt a {
    position: relative;
    padding-right: 4vw;
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea-txt span,
body .main .form-section .form-inner .form-container .formArea .inputArea-txt a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .form-container .formArea .inputArea-txt span:after,
body .main .form-section .form-inner .form-container .formArea .inputArea-txt a:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.2vw;
    height: 3.2vw;
  }
}
body .main .form-section .form-inner .form-container .formArea .btn-cta {
  height: 9.4262295082vw;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .form-container .formArea .btn-cta {
    height: 20.8vw;
    border-radius: 2vw;
    color: #ffffff;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .form-container .formArea .btn-cta {
    height: 115px;
  }
}
body .main .form-section .form-inner .form-container .formArea .btn-cta span {
  padding-right: 2.6229508197vw;
  font-size: 2.131147541vw;
}
@media screen and (max-width: 767px) {
  body .main .form-section .form-inner .form-container .formArea .btn-cta span {
    padding-right: 6.4vw;
    font-size: 4.6666666667vw;
    font-weight: 700;
    -webkit-background-size: 3.2vw;
    background-size: 3.2vw;
  }
}
@media screen and (min-width: 1220px) {
  body .main .form-section .form-inner .form-container .formArea .btn-cta span {
    padding-right: 32px;
    font-size: 26px;
  }
}
body .modalArea {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 60px;
  display: none;
}
body .modalArea.active {
  display: block;
  z-index: 9998;
}
body .modalArea-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: -1;
}
body .modalArea-bg.active {
  opacity: 0.6;
}
body .modalArea-individual {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  width: 1200px;
  background-color: #fff;
  padding: 50px;
  margin: auto;
  box-sizing: border-box;
}
body .modalArea-individual.active {
  display: block;
}
body .modalArea-individual p {
  font-size: 17px;
  line-height: 1.4em;
}
body .modalArea-individual p span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
body .modalArea-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  margin: 0;
}

/*# sourceMappingURL=app.css.map */
