@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 3.7333333333vw;
  line-height: 1.7857142857;
  color: #001515;
}
body.fixed {
  overflow-y: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
}

ul {
  list-style-type: none;
}

@media print, (min-width: 375px) {
  body {
    font-size: 14px;
  }
  body.fixed {
    overflow-y: hidden;
  }
}
@media print, (min-width: 769px) {
  body {
    font-size: 1.3157894737vw;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}
@media print, (min-width: 1064px) {
  body {
    font-size: 14px;
  }
}
.u-d--none--sp {
  display: none !important;
}

.u-d--none02--sp {
  display: none !important;
}

.u-d--none03--sp {
  display: none !important;
}

@media print, (min-width: 769px) {
  .u-d--none--pc {
    display: none !important;
  }
  .u-d--none--sp {
    display: inline !important;
  }
  .u-d--none02--sp {
    display: block !important;
  }
  .u-d--none03--sp {
    display: flex !important;
  }
}
body {
  color: #4E4B4B;
  font-family: "Noto Sans JP", sans-serif;
}

span {
  font-family: inherit;
}

a {
  color: inherit;
  transition: opacity 0.6s;
}
a:hover {
  opacity: 0.8;
  color: inherit;
}

button {
  color: inherit;
}

.paloalto-common__heading {
  font-size: 42px;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .paloalto-common__heading {
    font-size: 30px;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.paloalto-common__heading img {
  width: 21px;
  height: 39px;
  margin-right: 32px;
  margin-top: 4px;
  margin-left: -2px;
}
@media screen and (max-width: 768px) {
  .paloalto-common__heading img {
    margin-right: 17px;
  }
}
.paloalto-common__heading--subttl {
  font-size: 28px;
  font-family: "Montserrat", serif;
  font-weight: normal;
  margin-left: 27px;
  display: inline-block;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .paloalto-common__heading--subttl {
    font-size: 14px;
    margin-left: 0;
    display: block;
    margin-top: 10px;
    text-align: left;
  }
}
.paloalto-common__heading--subttlStrong {
  font-size: 28px;
  font-family: "Montserrat", serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-top: 17px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .paloalto-common__heading--subttlStrong {
    font-size: 14px;
    margin-top: 0;
  }
}
.paloalto-common__border {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  background: transparent;
  border-radius: 20px 0px 20px 0px;
  flex: 1;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
  margin-top: 20px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  pointer-events: none;
}
.paloalto-common__border::after {
  content: "";
  border-bottom: 4px solid #FA592C;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.paloalto-common__nav-item {
  width: 181px;
  height: 50px;
  background: #269BCD;
  color: #fff;
  border-radius: 2px;
}
.paloalto-common__nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .paloalto-common__nav-item {
    width: 116px;
    height: 42px;
  }
  .paloalto-common__nav-item a {
    font-size: 12px;
    letter-spacing: 0.01em;
  }
}
.paloalto-common__nav-link {
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}
.paloalto-common__nav-link::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 12px;
  background: url(/cyber-security/paloaltonetworks/images/img-icon-mail.png) center center/cover no-repeat;
  margin-right: 14px;
}
.paloalto-common__nav-link--noIcon::before {
  display: none;
}
.paloalto-common__noEvent {
  pointer-events: none;
}
.paloalto-common__noEvent:hover {
  opacity: 1;
}
.paloalto-common__text--main {
  color: #FA592C;
}

.paloalto-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.25);
}
.paloalto-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 22px 24px;
  max-width: 1360px;
}
@media screen and (max-width: 768px) {
  .paloalto-header__inner {
    padding: 9px 20px;
  }
}
.paloalto-header__logo h1 {
  display: flex;
  line-height: 1;
  height: auto;
  font-size: 0;
  align-items: center;
}
.paloalto-header__logo h1 > img:nth-child(1) {
  width: 202px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .paloalto-header__logo h1 > img:nth-child(1) {
    width: 57%;
    margin-right: 0;
  }
}
.paloalto-header__logo h1 > img:nth-child(2) {
  width: 156px;
}
.paloalto-header__logo img {
  width: 100%;
}
.paloalto-header__logo-text {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .paloalto-header__logo-text {
    font-size: 10px;
    margin-bottom: 7px;
  }
}

.paloalto-kv {
  background: url("/cyber-security/paloaltonetworks/images/bg-kv.png") no-repeat center center/cover;
  padding: 56px 45px 56px 0;
}
@media screen and (max-width: 768px) {
  .paloalto-kv {
    padding: 69.5vh 0 0 0;
    position: relative;
    background: url("/cyber-security/paloaltonetworks/images/bg-kv-sp.png") no-repeat center center/cover;
  }
}
.paloalto-kv__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1360px;
  margin: auto;
}
.paloalto-kv__form {
  width: 445px;
  height: 616px;
}
.paloalto-kv__form iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 768px) {
  .paloalto-kv__form {
    display: none;
  }
}
.paloalto-kv__heading {
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  background: rgba(0, 0, 0, 0.41);
  padding: 17px 52px 22px 73px;
  line-height: 1.432;
}
@media screen and (max-width: 768px) {
  .paloalto-kv__heading {
    font-size: 25px;
    margin-bottom: 0;
    position: absolute;
    padding: 40px 15px 40px 20px;
    bottom: -104px;
    z-index: 1;
    line-height: 1.5;
  }
}

.paloalto-ctaSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .paloalto-ctaSp {
    padding: 0 20px;
    display: block;
    margin-top: 135px;
    margin-bottom: 32px;
  }
  .paloalto-ctaSp a {
    display: block;
    background: #FA592C;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    padding: 16px 20px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2509803922);
  }
  .paloalto-ctaSp a img {
    display: inline;
    width: 17px;
    height: 16px;
    margin-left: 14px;
  }
}

.paloalto-lead__inner {
  background: #F2F2F2;
  padding: 199px 0 139px;
  position: relative;
  margin-bottom: 96px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__inner {
    padding: 104px 20px 60px;
    margin-bottom: 0;
  }
}
.paloalto-lead__inner::after {
  content: "";
  display: block;
  width: 194px;
  height: 101px;
  background: #F2F2F2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 96%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  /* 吹き出しの三角形部分のみ表示 */
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__inner::after {
    width: 160px;
    height: 80px;
  }
}
.paloalto-lead__heading {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 53px;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__heading {
    font-size: 26px;
    margin-bottom: 45px;
    line-height: 1.4;
  }
}
.paloalto-lead__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 31px;
  max-width: 1113px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__list {
    flex-direction: column;
    gap: 20px;
  }
}
.paloalto-lead__item {
  min-height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 20px 0px 20px 0px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  flex: 1;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__item {
    align-items: center;
    justify-content: center;
    padding: 28px 0;
    font-size: 18px;
    text-align: center;
    gap: 19px;
    min-height: 166px;
    margin-top: 0;
  }
}
.paloalto-lead__icon {
  width: 44px;
  height: 47px;
  display: inline-block;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__icon {
    width: 32px;
    height: 34px;
    top: -50px;
  }
}
.paloalto-lead__copy {
  margin: 220px 0 200px;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #000000;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__copy {
    margin: 92px 0 76px;
    font-size: 21px;
    line-height: 1.2;
  }
}
.paloalto-lead__copy--main {
  color: #FA592C;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__copy--main {
    font-size: 26px;
    line-height: 1.8;
  }
}
.paloalto-lead__copy--underline {
  color: #FA592C;
  font-weight: 800;
  text-decoration: underline;
  font-size: 44px;
  text-underline-offset: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__copy--underline {
    font-size: 26px;
    text-underline-offset: 10px;
  }
}
.paloalto-lead__copy--underline:nth-child(4) {
  line-height: 2;
}
.paloalto-lead__copy--large {
  font-weight: 800;
  font-size: 40px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__copy--large {
    font-size: 26px;
  }
}
.paloalto-lead__copy--ruby {
  position: relative;
}
.paloalto-lead__copy--ruby::before, .paloalto-lead__copy--ruby::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #FA592C;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
}
.paloalto-lead__copy--ruby::before {
  left: 53%;
}
.paloalto-lead__copy--ruby::after {
  right: 53%;
}
.paloalto-lead__desc {
  margin-top: 4px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .paloalto-lead__desc {
    margin-top: 0;
    line-height: 1.5;
    font-size: 20px;
  }
}
.paloalto-lead__desc--strong {
  font-weight: 800;
}

.paloalto-reason {
  padding-top: 67px;
  background: url("/cyber-security/paloaltonetworks/images/bg-reason.png") no-repeat top center/100%;
}
@media screen and (max-width: 768px) {
  .paloalto-reason {
    background: url("/cyber-security/paloaltonetworks/images/bg-reason-sp.png") no-repeat top center/100%;
  }
}
.paloalto-reason__inner {
  max-width: 1017px;
  margin: auto;
}
.paloalto-reason__heading {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__heading {
    margin-bottom: 54px;
  }
  .paloalto-reason__heading img {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-reason__list {
    padding: 0 20px;
  }
}
.paloalto-reason__item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
  padding: 35px 25px 40px 46px;
  margin-bottom: 22px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .paloalto-reason__item {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item {
    padding: 34px 15px 23px;
    flex-direction: column;
    gap: 37px;
    box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    margin-top: -10px;
    position: relative;
    cursor: pointer;
  }
  .paloalto-reason__item::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 54px;
    width: 13px;
    height: 13px;
    border-right: 2px solid #FA592C;
    border-bottom: 2px solid #FA592C;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s;
  }
  .paloalto-reason__item.is-open::after {
    transform: translateY(-50%) rotate(-135deg);
  }
}
.paloalto-reason__item:nth-child(1) .paloalto-reason__itemInner:nth-child(2) {
  gap: 101px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(1) .paloalto-reason__itemInner:nth-child(2) {
    gap: 18px;
  }
}
.paloalto-reason__item:nth-child(1) .paloalto-reason__itemInner:nth-child(2) a {
  width: 283px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(1) .paloalto-reason__itemInner:nth-child(2) a {
    width: auto;
    margin: 0;
  }
}
.paloalto-reason__item:nth-child(2) .paloalto-reason__itemInner:nth-child(2) {
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(2) .paloalto-reason__itemInner:nth-child(2) {
    gap: 40px;
  }
}
.paloalto-reason__item:nth-child(2) .paloalto-reason__itemInner:nth-child(2) a {
  width: 299px;
  margin-left: -34px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(2) .paloalto-reason__itemInner:nth-child(2) a {
    width: auto;
    margin: 0;
  }
}
.paloalto-reason__item:nth-child(3) .paloalto-reason__itemInner:nth-child(2) {
  gap: 109px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(3) .paloalto-reason__itemInner:nth-child(2) {
    gap: 40px;
  }
}
.paloalto-reason__item:nth-child(3) .paloalto-reason__itemInner:nth-child(2) a {
  width: 262px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(3) .paloalto-reason__itemInner:nth-child(2) a {
    width: auto;
    margin: 0;
  }
}
.paloalto-reason__item:nth-child(4) .paloalto-reason__itemInner:nth-child(2) {
  gap: 142px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(4) .paloalto-reason__itemInner:nth-child(2) {
    gap: 40px;
  }
}
.paloalto-reason__item:nth-child(4) .paloalto-reason__itemInner:nth-child(2) a {
  width: 294px;
  margin-top: 5px;
  margin-left: -16px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(4) .paloalto-reason__itemInner:nth-child(2) a {
    width: auto;
    margin: 0;
  }
}
.paloalto-reason__item:nth-child(5) .paloalto-reason__itemInner:nth-child(2) {
  gap: 138px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(5) .paloalto-reason__itemInner:nth-child(2) {
    gap: 40px;
  }
}
.paloalto-reason__item:nth-child(5) .paloalto-reason__itemInner:nth-child(2) a {
  width: 193px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(5) .paloalto-reason__itemInner:nth-child(2) a {
    width: auto;
    margin: 0;
  }
}
.paloalto-reason__item:nth-child(6) .paloalto-reason__itemInner:nth-child(2) {
  gap: 58px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(6) .paloalto-reason__itemInner:nth-child(2) {
    gap: 40px;
  }
}
.paloalto-reason__item:nth-child(6) .paloalto-reason__itemInner:nth-child(2) a {
  width: 218px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__item:nth-child(6) .paloalto-reason__itemInner:nth-child(2) a {
    width: auto;
    margin: 0;
  }
}
.paloalto-reason__item:last-child {
  margin-bottom: 0;
}
.paloalto-reason__item:nth-child(even) {
  background: #F7F7F7;
}
.paloalto-reason__itemInner {
  display: flex;
  gap: 17px;
}
.paloalto-reason__itemInner:nth-child(2) {
  gap: 57px;
}
@media screen and (min-width: 769px) {
  .paloalto-reason__itemInner:nth-child(2) {
    display: flex !important;
  }
}
.paloalto-reason__itemInner:nth-child(2) a {
  width: 298px;
  flex-grow: 0;
  flex-shrink: 0;
  pointer-events: all;
}
.paloalto-reason__itemInner:nth-child(2) a::after {
  content: "";
  background: url(/cyber-security/paloaltonetworks/images/img-icon-zoom.png) center center/cover no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 8px;
  right: 9px;
}
.paloalto-reason__itemInner:nth-child(2) a.paloalto-common__noEvent::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__itemInner:nth-child(2) {
    position: relative;
    flex-direction: column;
    gap: 37px;
  }
  .paloalto-reason__itemInner:nth-child(2) a {
    width: auto;
    padding-bottom: 46px;
    position: relative;
  }
  .paloalto-reason__itemInner:nth-child(2) a::after {
    bottom: 12px;
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-reason__itemInner {
    gap: 23px;
  }
}
.paloalto-reason__num {
  font-family: "Montserrat", serif;
  font-size: 50px;
  font-weight: 600;
  color: #CFC9C9;
  line-height: 1;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__num {
    font-size: 30px;
    line-height: 1.1;
  }
}
.paloalto-reason__title {
  font-size: 28px;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__title {
    font-size: 20px;
    line-height: 1.5;
  }
}
.paloalto-reason__desc {
  font-size: 20px;
  max-width: 60%;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__desc {
    font-size: 16px;
    cursor: auto;
    max-width: none;
    padding: 6px 5px;
  }
}
.paloalto-reason__desc li {
  padding-left: 24px;
  line-height: 1.6;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .paloalto-reason__desc li {
    padding-left: 20px;
  }
}
.paloalto-reason__desc li:last-child {
  margin-bottom: 0;
}
.paloalto-reason__desc li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 16px;
  background: #FA592C;
  left: 0;
  top: 6px;
  margin: auto;
}
.paloalto-reason + .paloalto-cta {
  margin-top: 100px;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .paloalto-reason + .paloalto-cta {
    margin-top: 60px;
  }
}

.paloalto-midSection {
  margin-top: 184px;
}
@media screen and (max-width: 768px) {
  .paloalto-midSection {
    margin-top: 80px;
  }
}

.paloalto-feature {
  background: #F2F2F2;
  margin-top: 134px;
  padding-top: 137px;
  padding-bottom: 165px;
}
@media screen and (max-width: 768px) {
  .paloalto-feature {
    margin-top: 61px;
    padding-top: 57px;
    padding-bottom: 98px;
  }
}
.paloalto-feature .paloalto-common__heading--subttl {
  margin-left: 31px;
}
@media screen and (max-width: 768px) {
  .paloalto-feature .paloalto-common__heading--subttl {
    margin-left: 0;
  }
}
.paloalto-feature__inner {
  max-width: 1016px;
  margin: auto;
}
.paloalto-feature__heading {
  color: #4E4B4B;
  font-size: 48px;
  margin-bottom: 71px;
}
@media screen and (max-width: 768px) {
  .paloalto-feature__heading {
    font-size: 30px;
    margin-bottom: 38px;
  }
}
.paloalto-feature__heading img {
  margin-right: 30px;
  height: 49px;
  margin-top: 0;
  margin-left: -3px;
}
@media screen and (max-width: 768px) {
  .paloalto-feature__heading img {
    margin-right: 21px;
  }
}
.paloalto-feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .paloalto-feature__list {
    padding: 0 20px;
    gap: 16px;
  }
}
.paloalto-feature__item {
  flex: 1 1 calc((100% - 30px) / 2);
  display: flex;
  gap: 38px;
  position: relative;
  padding: 41px 29px 35px 37px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px 0px 20px 0px;
  background: #fff;
}
.paloalto-feature__item:nth-child(1) .paloalto-feature__img, .paloalto-feature__item:nth-child(2) .paloalto-feature__img {
  position: absolute;
  width: 124px;
}
@media screen and (max-width: 768px) {
  .paloalto-feature__item:nth-child(1) .paloalto-feature__img, .paloalto-feature__item:nth-child(2) .paloalto-feature__img {
    width: 100px;
  }
}
.paloalto-feature__item:nth-child(1) .paloalto-feature__title, .paloalto-feature__item:nth-child(2) .paloalto-feature__title {
  height: 80px;
  padding-left: 143px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .paloalto-feature__item:nth-child(1) .paloalto-feature__title, .paloalto-feature__item:nth-child(2) .paloalto-feature__title {
    height: 62px;
    padding-left: 118px;
  }
}
.paloalto-feature__item:nth-child(2) .paloalto-feature__img {
  width: 90px;
}
.paloalto-feature__item:nth-child(2) .paloalto-feature__title {
  height: 78px;
  line-height: 1.5;
  padding-top: 10px;
}
.paloalto-feature__item:nth-child(3), .paloalto-feature__item:nth-child(4) {
  flex: 1 1 100%;
  padding: 35px 29px 30px 37px;
}
@media screen and (max-width: 768px) {
  .paloalto-feature__item:nth-child(3), .paloalto-feature__item:nth-child(4) {
    padding: 30px;
  }
  .paloalto-feature__item:nth-child(3) .paloalto-feature__img, .paloalto-feature__item:nth-child(4) .paloalto-feature__img {
    top: 40px;
  }
  .paloalto-feature__item:nth-child(3) .paloalto-feature__title, .paloalto-feature__item:nth-child(4) .paloalto-feature__title {
    padding-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-feature__item:nth-child(4) .paloalto-feature__title {
    padding-top: 38px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-feature__item {
    flex-basis: auto;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .paloalto-feature__item .paloalto-feature__img {
    position: absolute;
    width: 100px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .paloalto-feature__item .paloalto-feature__title {
    height: 100px;
    padding-left: 118px;
    margin-bottom: 30px;
  }
}
.paloalto-feature__img:first-child {
  flex: 1 0 124px;
}
@media screen and (max-width: 768px) {
  .paloalto-feature__img {
    top: 35px;
  }
}
.paloalto-feature__title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .paloalto-feature__title {
    font-size: 20px;
    display: flex;
    align-items: center;
  }
}
.paloalto-feature__desc {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .paloalto-feature__desc {
    font-size: 16px;
    font-weight: 400;
  }
}
.paloalto-feature__desc--main {
  color: #FA592C;
}

.paloalto-cta {
  background: #F2F2F2;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .paloalto-cta {
    margin-bottom: 17px;
    padding-bottom: 50px;
  }
}
.paloalto-cta__inner {
  max-width: 686px;
  margin: auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .paloalto-cta__inner {
    padding: 0 16px;
  }
}
.paloalto-cta__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 101px;
  border-radius: 100px;
  background: #FA592C;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .paloalto-cta__btn {
    height: auto;
    padding: 32px 20px 20px;
    gap: 30px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 768px) {
  .paloalto-cta__btn:not(.u-d--none--pc) {
    display: none;
  }
}
.paloalto-cta__btn::before {
  content: "";
  position: absolute;
  background: url(/cyber-security/paloaltonetworks/images/img-icon-cta-btn-01.png) no-repeat;
  background-size: contain;
  width: 37px;
  height: 47px;
  top: -9px;
  bottom: 0;
  left: 94px;
  right: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .paloalto-cta__btn::before {
    left: 42px;
    right: auto;
    top: auto;
    width: 49px;
    height: 67px;
    bottom: -5px;
  }
}
.paloalto-cta__btn::after {
  content: "";
  position: absolute;
  background: url(/cyber-security/paloaltonetworks/images/img-icon-cta-btn-02.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 35px;
  top: 10px;
  bottom: 0;
  right: 39px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .paloalto-cta__btn::after {
    left: auto;
    right: 22px;
    top: 0;
    bottom: 0;
  }
}
.paloalto-cta__download {
  margin: 0 20px;
  background: #000;
  border-radius: 200px;
  font-size: 20px;
  font-weight: 800;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  bottom: 60px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 20px;
}
.paloalto-cta__lead {
  display: block;
  background: #fff;
  width: 182px;
  height: 44px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  padding: 10px;
  border-radius: 5px;
  color: #000000;
  position: absolute;
  border-radius: 22px;
  border: 3px solid #4E4B4B;
  top: -26px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .paloalto-cta__lead {
    width: 146px;
    height: 36px;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 14px;
    padding: 8px;
    top: -15px;
  }
}
.paloalto-cta__text {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .paloalto-cta__text {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    padding-left: 88px;
  }
}
.paloalto-cta__text--large {
  font-size: 32px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .paloalto-cta__text--large {
    font-size: 20px;
  }
}

.paloalto-howto {
  padding-top: 75px;
  padding-bottom: 140px;
  border-radius: 0 0 20px 20px;
  position: relative;
  z-index: 1;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .paloalto-howto {
    padding-top: 0;
    padding-bottom: 35px;
  }
}
.paloalto-howto a {
  text-decoration: underline;
}
.paloalto-howto__inner {
  max-width: 1016px;
  margin: auto;
}
.paloalto-howto__heading {
  font-size: 48px;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .paloalto-howto__heading {
    font-size: 30px;
    align-items: flex-start;
    margin-bottom: 37px;
  }
}
.paloalto-howto__heading img {
  height: 49px;
  margin-right: 27px;
}
@media screen and (max-width: 768px) {
  .paloalto-howto__heading img {
    margin-right: 18px;
  }
}
.paloalto-howto__heading .paloalto-common__heading--subttl {
  margin-left: 29px;
}
@media screen and (max-width: 768px) {
  .paloalto-howto__heading .paloalto-common__heading--subttl {
    margin-top: 13px;
    margin-left: 2px;
  }
}
.paloalto-howto__heading .paloalto-common__heading--subttlStrong {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .paloalto-howto__heading .paloalto-common__heading--subttlStrong {
    margin-top: 0;
  }
}
.paloalto-howto__list {
  max-width: 928px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .paloalto-howto__list {
    padding: 0 20px;
  }
}
.paloalto-howto__list::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  left: 95px;
  border-left: 1px solid #FA592C;
  border-left-style: dashed;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .paloalto-howto__list::before {
    display: none;
  }
}
.paloalto-howto__item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 54px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.paloalto-howto__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .paloalto-howto__item:last-child .paloalto-howto__desc {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-howto__item {
    display: block;
    margin-bottom: 0;
  }
  .paloalto-howto__item:nth-child(3) .paloalto-howto__desc {
    padding-bottom: 35px;
  }
  .paloalto-howto__item:nth-child(4) .paloalto-howto__desc {
    padding-bottom: 61px;
  }
}
.paloalto-howto__step {
  width: 196px;
  flex-grow: 0;
  flex-shrink: 0;
  border: 2px solid #FA592C;
  border-radius: 20px 0px 20px 0px;
  padding: 18px 14px;
  line-height: 1;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .paloalto-howto__step {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding-left: 48px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 18px 0px 13px 0px;
  }
}
.paloalto-howto__desc {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .paloalto-howto__desc {
    display: block;
    padding-left: 20px;
    margin-left: 29px;
    border-left: 2px dashed #FA592C;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 30px;
    line-height: 1.6;
    min-height: 97px;
  }
}

.paloalto-faq {
  margin-top: -40px;
  padding-top: 428px;
  background: url(/cyber-security/paloaltonetworks/images/bg-faq.png) top center/100% no-repeat;
}
@media screen and (max-width: 768px) {
  .paloalto-faq {
    padding-top: 193px;
    padding-bottom: 0;
    margin-top: -20px;
    background: url(/cyber-security/paloaltonetworks/images/bg-faq-sp.png) top center/100% no-repeat;
  }
}
.paloalto-faq__wrapper {
  max-width: 1360px;
  padding-top: 140px;
  padding-bottom: 140px;
  background: #F2F2F2;
  border-radius: 20px 20px 0 0;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .paloalto-faq__wrapper {
    padding-top: 109px;
    padding-bottom: 72px;
    border-radius: 20px 20px 0 0;
  }
}
.paloalto-faq__inner {
  max-width: 1018px;
  margin: auto;
}
.paloalto-faq__heading {
  margin-bottom: 65px;
  text-align: center;
  font-size: 48px;
}
.paloalto-faq__heading img {
  height: 49px;
  margin-right: 27px;
}
@media screen and (max-width: 768px) {
  .paloalto-faq__heading {
    margin-bottom: 39px;
    font-size: 30px;
  }
  .paloalto-faq__heading img {
    margin-right: 19px;
  }
}
.paloalto-faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .paloalto-faq__list {
    padding: 0 20px;
  }
}
.paloalto-faq__item {
  position: relative;
  margin-bottom: 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.paloalto-faq__item:last-child {
  margin-bottom: 0;
}
.paloalto-faq__item::after {
  content: "";
  position: absolute;
  right: 44px;
  top: 40px;
  width: 16px;
  height: 16px;
  border-right: 2px solid #FA592C;
  border-bottom: 2px solid #FA592C;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
.paloalto-faq__item.is-open::after {
  top: 52px;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .paloalto-faq__item.is-open::after {
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-faq__item {
    padding-bottom: 63px;
  }
  .paloalto-faq__item::after {
    content: "";
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.paloalto-faq__question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: bold;
  padding: 24px 48px 24px 40px;
  cursor: pointer;
  position: relative;
  transition: background 0.2s;
  display: flex;
  align-items: flex-end;
  gap: 26px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .paloalto-faq__question {
    align-items: flex-start;
    gap: 21px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-top: 47px;
  }
}
.paloalto-faq__question-text {
  font-size: 20px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .paloalto-faq__question-text {
    line-height: 1.6;
    margin-top: -6px;
  }
}
.paloalto-faq__number {
  display: inline-block;
  font-size: 40px;
  border-right: 2px solid #CFC9C9;
  padding-right: 26px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  line-height: 1;
  flex-grow: 0;
  flex-shrink: 0;
  width: 76px;
  color: #CFC9C9;
}
@media screen and (max-width: 768px) {
  .paloalto-faq__number {
    padding-right: 23px;
    font-size: 38px;
    height: 52px;
    margin-top: -4px;
  }
}
.paloalto-faq__answer {
  padding: 0 137px 24px 24px;
  font-size: 18px;
  color: #333;
  background: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .paloalto-faq__answer {
    padding: 23px 20px 0;
  }
}
.paloalto-faq__answer p {
  padding-left: 116px;
}
@media screen and (max-width: 768px) {
  .paloalto-faq__answer p {
    padding-left: 0;
    font-size: 16px;
  }
}

.paloalto-contact {
  background: #222222;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .paloalto-contact {
    padding: 60px 20px 53px;
  }
}
.paloalto-contact__inner {
  max-width: 1031px;
  margin: 0 auto;
}
.paloalto-contact__title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  font-family: "Montserrat", serif;
  line-height: 1;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 768px) {
  .paloalto-contact__title {
    font-size: 30px;
    margin-bottom: 13px;
    letter-spacing: -0.09em;
  }
}
.paloalto-contact__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .paloalto-contact__content {
    flex-direction: column;
    align-items: stretch;
    padding: 20px 8px;
    gap: 20px;
    padding: 0;
  }
}
.paloalto-contact__text {
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
  flex: 1 1 0;
  color: #fff;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .paloalto-contact__text {
    font-size: 10px;
    line-height: 1.9;
    margin-top: 6px;
  }
}
.paloalto-contact .paloalto-common__nav-item {
  width: 186px;
  margin-top: 30px;
  margin-right: 8px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .paloalto-contact .paloalto-common__nav-item {
    width: 180px;
    margin-top: 25px;
  }
}
.paloalto-contact .paloalto-common__nav-item a {
  font-size: 16px;
}
.paloalto-contact .paloalto-common__nav-link::before {
  margin-right: 8px;
}

.paloalto-footer {
  background: #333333;
  padding: 33px 0 32px;
}
@media screen and (max-width: 768px) {
  .paloalto-footer {
    padding: 20px 16px 26px;
  }
}
.paloalto-footer__inner {
  max-width: 1016px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .paloalto-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
  }
}
.paloalto-footer__links {
  display: flex;
  gap: 18px;
}
.paloalto-footer__links a::after {
  content: "";
  display: inline-block;
  background: url(/cyber-security/paloaltonetworks/images/img-icon-link-outer.png) center center/cover no-repeat;
  width: 10px;
  height: 8px;
  margin-left: 7px;
}
@media screen and (max-width: 768px) {
  .paloalto-footer__links a::after {
    margin-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .paloalto-footer__links {
    gap: 8px;
  }
}
.paloalto-footer__link {
  color: #C1C1C1;
  text-decoration: none;
  transition: opacity 0.3s;
  font-size: 10px;
  font-weight: 800;
}
.paloalto-footer__link:hover {
  opacity: 0.7;
}
.paloalto-footer__info {
  text-align: right;
  font-size: 10px;
  color: #C1C1C1;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .paloalto-footer__info {
    text-align: left;
    font-size: 10px;
  }
}

.lightbox .lb-image {
  max-width: 788px !important;
}
/*# sourceMappingURL=page.css.map */
