@charset "UTF-8";
/**
 * FUNCTION
 * Function.............
 *
 * VARIABLE
 * Global...............プロジェクト全体を通して使用される変数です。
 * Color................カラー用の変数（マップ）を管理します。
 * Config...............
 *
 * MIXIN
 * Media-query..........メディアクエリ用のmixinです。
 * Clearfix.............`float`を解除する`clearfix`のmixinです。
 *
 * VENDORS
 * Normalize.css........Normalize cssのインポートします。
 *
 * VENDORS-EXTENSION
 * Normalize.css........Normalize.cssのスタイルを上書きします。
 *
 * BASE
 * Base.................要素セレクタと属性セレクタのデフォルトスタイルです。
 *
 * LAYOUT
 * Header...............ヘッダーエリアのコンテナブロックのスタイルを指定します。
 * Footer...............フッターエリアのコンテナブロックのスタイルを指定します。
 * Main.................メインコンテンツエリアのコンテナブロックのスタイルを指定します。
 * Sidebar..............サイドバーエリアのコンテナブロックのスタイルを指定します。
 *
 * COMPONENT
 * Wrapper..............コンポーネントをラップするオブジェクトです。`max-width`が指定されています。
 * Grid.................グリッドレイアウトのベーススタイルです。
 * Inline...............横並びになるリストオブジェクトです。
 * Block................縦並びになるリストオブジェクトです。
 * Rank.................横並びになるリストオブジェクトです。アンカータグのクリック範囲が大きく指定されています。
 * Pac..................子要素を折り返さず、横幅内に収めるリストオブジェクトです。
 * Stac.................縦に積み上げていくタイプのリストオブジェクトです。
 * Media................画像とテキストを横並びにするために使用するオブジェクトです。
 * Split................2つの要素をブロックから横並びにするオブジェクトです。
 * Justify..............子要素を両端揃えにするオブジェクトです。
 * Scroll...............横スクロールに対応したテーブルオブジェクトです。
 * Central..............上下左右の中央配置オブジェクトです。
 * Button...............ボタンコンポーネントのベーススタイルです。
 * Card.................カード型のコンポーネントです。
 * Embed................YouTubeなどの埋め込みコンテンツのアスペクト比を固定するオブジェクトです。
 * Images...............画像コンポーネントです。
 *
 * PROJECT
 * Breadcrumbs..........パンくずリストです。セパレーターは`>`です。
 * Pagination...........前後のページに遷移するためのナビゲーションです。アイコンは`<`, `>`です。
 * Tag-cloud............タグクラウドのコンポーネントです。
 * Alert................エラーメッセージなどを表示するコンポーネントです。
 * Badge................投稿数のような数値を表示するコンポーネントです。
 * Label................インラインでメッセージを表示するコンポーネントです。
 * Balloon..............吹き出しのコンポーネントです。
 *
 * UTILITY
 * Col..................レスポンシブに対応した`width`を指定するためのヘルパークラスです。
 * Push.................レスポンシブに対応した`left`を指定するためのヘルパークラスです。
 * Pull.................レスポンシブに対応した`right`を指定するためのヘルパークラスです。
 * Column...............レスポンシブに対応した`column-count`を指定するためのヘルパークラスです。
 * Margin...............レスポンシブに対応した`margin`を指定するためのヘルパークラスです。
 * Padding..............`padding`を指定するためのヘルパークラスです。
 * Display..............要素の表示を切り替えるヘルパークラスです。
 * Float................`float`とクリアーフィックスのヘルパークラスです。
 * Position.............`position`のヘルパークラスです。
 * Text.................テキストのスタイルを変更するヘルパークラスです。
 */
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Vendors
   ----------------------------------------------------------------- */
/**
 * #Normalize
 */
/* ==========================================================================
   Normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Base
   ----------------------------------------------------------------- */
/**
 * #Base
 */
/**
 * ボックスモデルを`border-box`にリセットします。
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
:root {
  --width-ratio: 1px/1;
  --width-wide-ratio: 100vw / 1280;
}

@media screen and (max-width: 1440) {
  :root {
    --width-ratio: 100vw / 1280;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --width-ratio: 100vw / 393;
    --width-wide-ratio: 100vw / 393;
  }
}
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: my-strip-unit(my-margins());
  /* iOSとAndroidでのリンクをタップ時のハイライトをリセットする。 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: #fff;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  letter-spacing: normal;
}

/* 日本語にitalicは使用されないためリセットする */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}

a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* マージンを持たないブロックとする。 */
figure {
  margin: 0;
}

/* ネストされたリストのマージンをリセットする */
li {
  list-style: none;
}
li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin: 0;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

/**
 * <blockquote cite="#">
 *     <p><small></small></p>
 *     <footer>
 *         <cite><a href="#"></a></cite>
 *     </footer>
 * </blockquote>
 */
blockquote {
  margin: my-margins() 0 my-margins() 0;
  padding-left: my-paddings();
  border-left: 1px solid my-colors(text, light);
  color: my-colors(text, light);
}
blockquote > :first-child {
  margin-top: 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/* `<cite>`の先頭にemダッシュが付く */
blockquote cite:before {
  content: "— ";
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: my-paddings();
  background-color: my-colors(bg);
}

legend {
  padding: 0 my-paddings(small);
  background-color: my-colors(bg);
}

label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url] {
  padding-left: my-paddings(small);
  outline: none;
}

textarea {
  width: 100%;
  min-height: 8rem;
  padding: my-paddings(large) my-paddings(small);
  vertical-align: top;
  resize: vertical;
  outline: none;
}

optgroup {
  font-weight: normal;
  font-style: normal;
}

/**
 * プレイスホルダーのcolorを無効化してopacityでコントラストを抑える
 * http://hail2u.net/blog/webdesign/placeholder-normalization.html
 */
:-ms-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

:placeholder-shown {
  opacity: 0.54;
}

code,
kbd,
pre,
samp {
  font-size: 1rem;
}

code,
pre {
  font-family: Menlo, Consolas, Courier, monospace;
}

kbd {
  /* ユーザーに入力を促す要素 */
  font-family: inherit;
}
kbd > kbd {
  /* キーボードのキーを示す要素に変化するためボーダーで囲われます */
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px 6px;
  font-size: 0.75rem;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
}

/**
 * Vertical Rhythmを指定しているクラスセレクタをまとめて指定します。
 */
h1, h2, h3, h4, h5, h6,
p,
ul, ol, dl,
table,
pre,
address {
  margin-top: 0;
  margin-bottom: my-margins();
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, p, a, img, ul, li, table, tr, th, td, tbody, footer, header, main, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/**
 * #Paloalto
 */
.paloalto-common__heading {
  font-size: 42px;
  font-weight: 800;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 62px;
}
@media (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 (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 (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: 800;
  letter-spacing: 0.01em;
  margin-top: 17px;
  display: inline-block;
}
@media (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;
  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: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.paloalto-common__nav-item {
  width: 141px;
  height: 43px;
  background: #269bcd;
}
.paloalto-common__nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  letter-spacing: 0.06em;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
@media (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-item.style-consul, .paloalto-common__nav-item.style-stimate {
  height: 57px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .paloalto-common__nav-item.style-consul, .paloalto-common__nav-item.style-stimate {
    height: 42px;
  }
}
.paloalto-common__nav-item.style-consul {
  width: 180px;
  background: transparent;
}
@media (max-width: 768px) {
  .paloalto-common__nav-item.style-consul {
    width: 110px;
  }
}
.paloalto-common__nav-item.style-consul a {
  background: #f9572d;
  border: 1px solid #f9572d;
  color: #fff;
}
@media (max-width: 768px) {
  .paloalto-common__nav-item.style-consul a {
    font-size: 10px;
  }
}
.paloalto-common__nav-item.style-consul a:hover {
  background: #fff;
  color: #f9572d;
}
.paloalto-common__nav-item.style-stimate {
  width: 145px;
  background: transparent;
  color: #000;
}
.paloalto-common__nav-item.style-stimate a {
  background: #fff;
  border: 1px solid #000;
}
.paloalto-common__nav-item.style-stimate a:hover {
  background: #000;
  color: #fff;
}
.paloalto-common__nav-link {
  text-decoration: none;
  font-size: 15px;
}
.paloalto-common__nav-link::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 12px;
  background: url(https://licensecounter.jp/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-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .paloalto-header {
    box-shadow: none;
  }
}
.paloalto-header--page {
  box-shadow: none;
}
@media (max-width: 768px) {
  .paloalto-header--page .paloalto-header__wrapper {
    box-shadow: none;
  }
}
.paloalto-header__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 45px 12px;
}
@media (max-width: 768px) {
  .paloalto-header__wrapper {
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.25);
    padding: 9px 0;
    position: relative;
  }
}
@media (max-width: 768px) {
  .paloalto-header__logo-wrap {
    max-width: fit-content;
    border-bottom: none;
    padding: 0;
    position: absolute;
    top: 16px;
    left: 20px;
  }
}
@media (max-width: 768px) {
  .paloalto-header__logo-inner {
    max-width: none;
    padding: 0;
  }
}
.paloalto-header__logo h1,
.paloalto-header__logo .logo {
  display: flex;
  line-height: 1;
  height: auto;
  font-size: 0;
  align-items: center;
}
.paloalto-header__logo h1 > img:nth-child(1),
.paloalto-header__logo .logo > img:nth-child(1) {
  width: 158px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .paloalto-header__logo h1 > img:nth-child(1),
  .paloalto-header__logo .logo > img:nth-child(1) {
    width: 80px;
    margin-right: 8px;
  }
}
.paloalto-header__logo h1 > img:nth-child(2),
.paloalto-header__logo .logo > img:nth-child(2) {
  width: 120px;
}
@media (max-width: 768px) {
  .paloalto-header__logo h1 > img:nth-child(2),
  .paloalto-header__logo .logo > img:nth-child(2) {
    width: 72px;
  }
}
.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 (max-width: 768px) {
  .paloalto-header__logo-text {
    font-size: 10px;
    margin-bottom: 7px;
  }
}
.paloalto-header__lp-name {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.025em;
}
@media (max-width: 768px) {
  .paloalto-header__lp-name {
    margin-top: 3px;
    font-size: 9px;
    letter-spacing: 0.09em;
  }
}
.paloalto-header__text-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .paloalto-header__text-wrap {
    margin-left: auto;
    padding-top: 0;
    padding: 0 12px 0 20px;
    align-items: flex-end;
  }
}
.paloalto-header__text-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .paloalto-header__text-inner {
    gap: 9px;
  }
}
.paloalto-header__nav-list {
  display: flex;
  gap: 0 10px;
}
@media (max-width: 768px) {
  .paloalto-header__nav-list {
    flex-direction: column;
    gap: 20px 0;
  }
}

@media (max-width: 768px) {
  .paloalto-header-nav {
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    height: 100svh;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    transition: 0.3s;
  }
  .is-menu-open .paloalto-header-nav {
    opacity: 1;
    pointer-events: all;
  }
}
.paloalto-header-nav__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .paloalto-header-nav__inner {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .paloalto-header-nav .paloalto-common__nav-item {
    width: 275px;
    height: 63px;
  }
}
@media (max-width: 768px) {
  .paloalto-header-nav .paloalto-common__nav-item a {
    font-size: 15px;
  }
}

.paloalto-header-button {
  display: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 768px) {
  .paloalto-header-button {
    display: block;
    min-width: 32px;
    padding: 0;
  }
}
.paloalto-header-button__border {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 21px;
  position: relative;
}
.paloalto-header-button__border--top, .paloalto-header-button__border--middle, .paloalto-header-button__border--bottom {
  width: 100%;
  height: 3px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.paloalto-header-button__border--top {
  top: 0;
}
.is-menu-open .paloalto-header-button__border--top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.paloalto-header-button__border--middle {
  top: 50%;
  transform: translateY(-50%);
}
.is-menu-open .paloalto-header-button__border--middle {
  opacity: 0;
}
.paloalto-header-button__border--bottom {
  bottom: 0;
}
.is-menu-open .paloalto-header-button__border--bottom {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.paloalto-header-button__text {
  font-size: 8px;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.09em;
}

.paloalto-header-menu {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .paloalto-header-menu {
    margin-bottom: 60px;
    flex-direction: column;
    gap: 30px;
  }
}
.paloalto-header-menu.lp-prisma {
  gap: 40px;
}
@media (max-width: 768px) {
  .paloalto-header-menu.lp-prisma {
    gap: 30px;
  }
}
.paloalto-header-menu__link {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  padding: 10px 0;
}
.paloalto-header-menu__parent {
  position: relative;
}
.paloalto-header-menu__parent:not(:hover) > ul {
  opacity: 0;
  pointer-events: none;
}
.paloalto-header-menu__parent:not(:hover) > ul > li > a > span {
  opacity: 0;
  transform: translateX(50%);
}
.paloalto-header-menu__child {
  position: absolute;
  z-index: 1;
  top: 45px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  white-space: nowrap;
  background: #fff;
  transition: all 0.3s ease;
  padding: 0 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.paloalto-header-menu__child > li {
  transition: all 0.3s ease;
}
.paloalto-header-menu__child > li + li {
  border-top: 1px solid #d9d9d9;
}
.paloalto-header-menu__child > li > a {
  display: block;
  padding: 20px 0;
  line-height: 1;
  transition: all 0.3s ease;
  min-width: 180px;
  position: relative;
}
.paloalto-header-menu__child > li > a::after {
  content: "";
  width: 10.016px;
  height: 5.766px;
  background: url(../images/top/arrow_down.svg) center center/contain no-repeat;
  margin-left: 10px;
  display: inline-block;
  transform: rotate(-90deg) translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.paloalto-header-menu__child > li > a > span {
  display: block;
  transition: all 0.5s ease;
}
.paloalto-header-menu__child > li > a > span.sub {
  font-size: 12px;
  line-height: 150%;
}
.paloalto-header-menu__child > li > a > span.main {
  font-size: 16px;
  line-height: 150%;
}

.paloalto-contact {
  background: #222222;
  padding: 60px 0;
}
@media (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 (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 (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 (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 (max-width: 768px) {
  .paloalto-contact .paloalto-common__nav-item {
    width: 180px;
    margin-top: 25px;
  }
}
.paloalto-contact .paloalto-common__nav-item a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.paloalto-contact .paloalto-common__nav-link::before {
  margin-right: 8px;
}

.paloalto-footer-breadcrumbs {
  color: #fff;
  background: #222222;
  border-bottom: 1px solid #fff;
}
.paloalto-footer-breadcrumbs__list {
  margin: 0 auto;
  padding-block: 12px;
  max-width: 1031px;
  display: flex;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .paloalto-footer-breadcrumbs__list {
    padding-inline: 20px;
  }
}
.paloalto-footer-breadcrumbs__item {
  white-space: nowrap;
  line-height: 1.8;
  font-size: 13px;
}
@media (max-width: 768px) {
  .paloalto-footer-breadcrumbs__item {
    font-size: 10px;
  }
}
.paloalto-footer-breadcrumbs__item::after {
  content: "〉";
  color: #fa592c;
  margin: 0 10px 0 16px;
}
.paloalto-footer-breadcrumbs__item:last-child::after {
  display: none;
}
.paloalto-footer-breadcrumbs__link {
  text-decoration: underline;
}
.paloalto-footer-breadcrumbs__title {
  font-weight: bold;
}

.paloalto-footer__top {
  background: #ffffff;
  padding: 33px 0 32px;
}
@media (max-width: 768px) {
  .paloalto-footer__top {
    padding: 20px 16px 26px;
  }
}
.paloalto-footer__inner {
  max-width: 1016px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  gap: 15px;
}
@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(https://licensecounter.jp/cyber-security/paloaltonetworks/images/img-icon-link-outer-bk.png) center center/cover no-repeat;
  width: 10px;
  height: 8px;
  margin-left: 7px;
}
@media (max-width: 768px) {
  .paloalto-footer__links a::after {
    margin-left: 12px;
  }
}
@media (max-width: 768px) {
  .paloalto-footer__links {
    gap: 8px;
  }
}
.paloalto-footer__link {
  color: #000000;
  text-decoration: none;
  transition: opacity 0.3s;
  font-size: 10px;
  font-weight: 800;
}
.paloalto-footer__link:hover {
  opacity: 0.7;
}
.paloalto-footer__info {
  font-size: 10px;
  color: #000000;
  line-height: 1.7;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .paloalto-footer__info {
    text-align: left;
    font-size: 10px;
  }
}
.paloalto-footer__bottom {
  background: #ffffff;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .paloalto-footer__bottom {
    padding: 0px 16px 26px;
  }
}
.paloalto-footer__bottom--tile {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7857142857;
}
.paloalto-footer__bottom--links {
  display: flex;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .paloalto-footer__bottom--links {
    flex-direction: column;
    gap: 5px 0;
  }
}
.paloalto-footer__bottom--link {
  display: inline-block;
  color: #000000;
  font-size: 10px;
  line-height: 1.8;
}
.paloalto-footer__bottom--link::after {
  content: "";
  display: inline-block;
  background: url(https://licensecounter.jp/cyber-security/paloaltonetworks/images/img-icon-link-outer-bk.png) center center/cover no-repeat;
  width: 10px;
  height: 8px;
  margin-left: 7px;
}
@media (max-width: 768px) {
  .paloalto-footer__bottom--link::after {
    margin-left: 12px;
  }
}

/**
 * #Main
 */
.l-main {
  overflow: hidden;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/**
 * #Cta
 */
.c-cta {
  position: relative;
  max-width: calc(720 * var(--width-ratio));
  width: 100%;
  margin-top: calc(65 * var(--width-ratio));
  border-radius: calc(16 * var(--width-ratio));
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .c-cta {
    max-width: calc(343 * var(--width-ratio));
    margin: calc(192 * var(--width-ratio)) auto 0;
    border-radius: calc(7 * var(--width-ratio));
  }
}

.c-cta__inner {
  padding: calc(26 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-cta__inner {
    padding: calc(32 * var(--width-ratio)) calc(17 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(26 * var(--width-ratio));
  }
}

.c-cta__figure {
  position: absolute;
  top: calc(-50 * var(--width-ratio));
  left: 0;
  display: block;
  max-width: calc(281 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .c-cta__figure {
    top: calc(-165 * var(--width-ratio));
    max-width: calc(157 * var(--width-ratio));
  }
}

.c-cta__lead {
  width: calc(442 * var(--width-ratio));
  margin-left: auto;
  color: #fff;
  font-size: calc(18 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.2222222222;
}
@media (max-width: 768px) {
  .c-cta__lead {
    width: 100%;
    margin: 0 auto;
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.5714285714;
  }
}

.c-cta-area {
  margin-top: calc(28 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-cta-area {
    margin-top: calc(18 * var(--width-ratio));
  }
}

.c-cta__title {
  color: #fff;
  font-size: calc(18 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.2222222222;
  text-align: center;
}
@media (max-width: 768px) {
  .c-cta__title {
    font-size: calc(15 * var(--width-ratio));
    line-height: 1.4666666667;
  }
}

.c-cta__link {
  max-width: calc(280 * var(--width-ratio));
  width: 100%;
  margin: calc(10 * var(--width-ratio)) auto 0;
  padding: calc(15 * var(--width-ratio)) calc(22 * var(--width-ratio)) calc(16 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio));
  border: 1px solid #FF0033;
  background: #FF0033;
  color: #fff;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 800;
  text-align: center;
  box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.23);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .c-cta__link {
    max-width: calc(220 * var(--width-ratio));
    margin: calc(6 * var(--width-ratio)) auto 0;
    padding: calc(10 * var(--width-ratio)) calc(18 * var(--width-ratio));
    font-size: calc(18 * var(--width-ratio));
  }
}
.c-cta__link:hover {
  background: #fff;
  color: #FF0033;
}

/**
 * #Fade
 */
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/**
 * #Kv
 */
.c-kv {
  background-image: url(../images/main/img_hero_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .c-kv {
    background-image: url(../images/main/img_hero_sp.webp);
  }
}

.c-kv__inner {
  position: relative;
  max-width: calc(1420 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(60 * var(--width-ratio)) calc(70 * var(--width-ratio)) calc(45 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-kv__inner {
    padding: calc(20 * var(--width-ratio)) calc(10 * var(--width-ratio)) calc(40 * var(--width-ratio));
  }
}

.c-kv__title {
  color: #fff;
  font-size: calc(50 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .c-kv__title {
    padding-left: calc(15 * var(--width-ratio));
    font-size: calc(25 * var(--width-ratio));
    line-height: 1.3;
  }
}

.c-kv__text {
  margin-top: calc(30 * var(--width-ratio));
  color: #fff;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-kv__text {
    margin-top: calc(10 * var(--width-ratio));
    padding-left: calc(15 * var(--width-ratio));
    padding-right: calc(10 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.375;
  }
}

.c-kv-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: calc(489 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 994px) {
  .c-kv-logo {
    max-width: calc(200 * var(--width-ratio));
  }
}
@media (max-width: 768px) {
  .c-kv-logo {
    position: unset;
    max-width: calc(290 * var(--width-ratio));
    transform: translateX(calc(-8 * var(--width-ratio)));
  }
}

/**
 * #Inner
 */
.c-inner {
  width: 100%;
  margin: 0 auto;
}

/* Project
   ----------------------------------------------------------------- */
/**
 * #Concerns
 */
.p-concerns {
  position: relative;
}
.p-concerns::after {
  content: "";
  position: absolute;
  bottom: calc(-35 * var(--width-ratio));
  left: 50%;
  width: calc(106 * var(--width-ratio));
  height: calc(48 * var(--width-ratio));
  border-style: solid;
  border-right: 53px solid transparent;
  border-left: 53px solid transparent;
  border-top: 48px solid #ffffff;
  border-bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-concerns::after {
    bottom: calc(-25 * var(--width-ratio));
    width: calc(57 * var(--width-ratio));
    height: calc(31 * var(--width-ratio));
    border-right: 28px solid transparent;
    border-left: 28px solid transparent;
    border-top: 31px solid #ffffff;
  }
}

.p-concerns__inner {
  max-width: calc(1059 * var(--width-ratio));
  padding: calc(70 * var(--width-ratio)) calc(18 * var(--width-ratio)) calc(45 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-concerns__inner {
    padding: calc(50 * var(--width-ratio)) calc(18 * var(--width-ratio)) calc(20 * var(--width-ratio));
  }
}

.p-concerns__head {
  position: relative;
}
.p-concerns__head::before, .p-concerns__head::after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-concerns__head::before, .p-concerns__head::after {
    content: none;
  }
}
.p-concerns__head::before {
  top: calc(11 * var(--width-ratio));
  left: calc(100 * var(--width-ratio));
  width: calc(71 * var(--width-ratio));
  height: calc(71 * var(--width-ratio));
  background-image: url(../images/main/img_concerns_before.webp);
  transition: 0.3s;
}
@media (max-width: 1234px) {
  .p-concerns__head::before {
    top: calc(-60 * var(--width-ratio));
    width: calc(51 * var(--width-ratio));
    height: calc(51 * var(--width-ratio));
  }
}
.p-concerns__head::after {
  top: calc(-46 * var(--width-ratio));
  right: calc(-20 * var(--width-ratio));
  width: calc(241 * var(--width-ratio));
  height: calc(202 * var(--width-ratio));
  background-image: url(../images/main/img_concerns_after.webp);
  transition: 0.3s;
}
@media (max-width: 1234px) {
  .p-concerns__head::after {
    width: calc(141 * var(--width-ratio));
    height: calc(102 * var(--width-ratio));
  }
}

.p-concerns__title {
  font-size: calc(28 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.4642857143;
  text-align: center;
}
@media (max-width: 768px) {
  .p-concerns__title {
    font-size: calc(17 * var(--width-ratio));
    line-height: 1.4705882353;
  }
}

.p-concerns-note {
  font-size: calc(34 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.4411764706;
  text-align: center;
}
@media (max-width: 768px) {
  .p-concerns-note {
    font-size: calc(22 * var(--width-ratio));
    line-height: 1.4545454545;
  }
}
.p-concerns-note span {
  color: #00A0DC;
  font-weight: 800;
}

.p-concerns__figure {
  max-width: calc(229 * var(--width-ratio));
  width: 100%;
  margin: calc(12 * var(--width-ratio)) auto 0;
}

.p-concerns__body {
  margin-top: calc(80 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-concerns__body {
    margin-top: calc(10 * var(--width-ratio));
  }
}

.p-concerns__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: calc(25 * var(--width-ratio));
  grid-row-gap: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-concerns__list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-row-gap: calc(14 * var(--width-ratio));
  }
}

.p-concerns__item {
  display: flex;
  align-items: center;
  gap: calc(11 * var(--width-ratio));
  height: calc(110 * var(--width-ratio));
  padding: 0 calc(40 * var(--width-ratio)) 0 calc(26 * var(--width-ratio));
  border-radius: calc(16 * var(--width-ratio));
  background: #E8F5F9;
}
@media (max-width: 768px) {
  .p-concerns__item {
    gap: calc(7 * var(--width-ratio));
    height: 100%;
    padding: calc(10 * var(--width-ratio)) calc(8 * var(--width-ratio)) calc(10 * var(--width-ratio)) calc(18 * var(--width-ratio));
    border-radius: calc(10 * var(--width-ratio));
  }
  .p-concerns__item:first-child {
    grid-area: 1/1/2/2;
  }
  .p-concerns__item:nth-child(2) {
    grid-area: 3/1/4/2;
  }
  .p-concerns__item:nth-child(3) {
    grid-area: 2/1/3/2;
  }
  .p-concerns__item:last-child {
    grid-area: 4/1/5/2;
  }
}

.p-concerns__text {
  max-width: calc(417 * var(--width-ratio));
  width: 100%;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 768px) {
  .p-concerns__text {
    max-width: calc(290 * var(--width-ratio));
    font-size: calc(15 * var(--width-ratio));
    line-height: 1.4666666667;
  }
}
.p-concerns__text span {
  color: #00A0DC;
  font-weight: 700;
}

.p-concerns__wrap {
  display: flex;
  align-items: baseline;
  gap: calc(11 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-concerns__wrap {
    gap: calc(7 * var(--width-ratio));
  }
}
.p-concerns__wrap::before {
  content: "";
  display: block;
  width: calc(29 * var(--width-ratio));
  height: calc(26 * var(--width-ratio));
  background-image: url(../images/main/icon_check.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-concerns__wrap::before {
    width: calc(19 * var(--width-ratio));
    height: calc(17 * var(--width-ratio));
  }
}

.p-concerns__foot {
  margin-top: calc(34 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-concerns__foot {
    margin-top: calc(20 * var(--width-ratio));
  }
}

.p-concerns__lead {
  font-size: calc(28 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.2857142857;
  text-align: center;
}
@media (max-width: 768px) {
  .p-concerns__lead {
    font-size: calc(17 * var(--width-ratio));
    line-height: 1.5294117647;
  }
}
.p-concerns__lead span {
  color: #00A0DC;
  font-size: calc(34 * var(--width-ratio));
  font-weight: 800;
  line-height: 1.3823529412;
}
@media (max-width: 768px) {
  .p-concerns__lead span {
    font-size: calc(21 * var(--width-ratio));
    line-height: 1.2380952381;
  }
}

/**
 * #Cause
 */
.p-cause {
  background: #E8F5F9;
}

.p-cause__inner {
  max-width: calc(1320 * var(--width-ratio));
  padding: calc(64 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(50 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-cause__inner {
    padding: calc(32 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(40 * var(--width-ratio));
  }
}

.p-cause__head {
  position: relative;
}
.p-cause__head::before, .p-cause__head::after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-cause__head::before, .p-cause__head::after {
    content: none;
  }
}
.p-cause__head::before {
  top: calc(-28 * var(--width-ratio));
  left: calc(100 * var(--width-ratio));
  width: calc(195 * var(--width-ratio));
  height: calc(165 * var(--width-ratio));
  background-image: url(../images/main/img_cause_before.webp);
  transition: 0.3s;
}
@media (max-width: 1234px) {
  .p-cause__head::before {
    width: calc(95 * var(--width-ratio));
    height: calc(65 * var(--width-ratio));
  }
}
.p-cause__head::after {
  top: calc(-25 * var(--width-ratio));
  right: calc(80 * var(--width-ratio));
  width: calc(165 * var(--width-ratio));
  height: calc(142 * var(--width-ratio));
  background-image: url(../images/main/img_cause_after.webp);
  transition: 0.3s;
}
@media (max-width: 1234px) {
  .p-cause__head::after {
    width: calc(95 * var(--width-ratio));
    height: calc(72 * var(--width-ratio));
  }
}

.p-cause__text {
  font-size: calc(24 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 768px) {
  .p-cause__text {
    font-size: calc(17 * var(--width-ratio));
    line-height: 1.7647058824;
  }
}

.p-cause__title {
  font-size: calc(34 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 768px) {
  .p-cause__title {
    font-size: calc(21 * var(--width-ratio));
    line-height: 1.4285714286;
  }
}
.p-cause__title span {
  padding: 0 calc(8 * var(--width-ratio));
  background: #FFF952;
  color: #00A0DC;
  font-weight: 800;
}

.p-cause__body {
  margin-top: calc(55 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-cause__body {
    margin-top: calc(11 * var(--width-ratio));
  }
}

.p-cause__lead {
  font-size: calc(20 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 768px) {
  .p-cause__lead {
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.5714285714;
  }
}
.p-cause__lead span {
  color: #00A0DC;
  font-weight: 600;
}

.p-cause__figure {
  max-width: calc(202 * var(--width-ratio));
  width: 100%;
  margin: calc(18 * var(--width-ratio)) auto 0;
}
@media (max-width: 768px) {
  .p-cause__figure {
    transform: translateX(calc(12 * var(--width-ratio)));
  }
}

.p-cause__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: calc(50 * var(--width-ratio));
  margin: calc(30 * var(--width-ratio)) auto;
}
@media (max-width: 768px) {
  .p-cause__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: calc(8 * var(--width-ratio));
  }
}

.p-cause__item {
  max-width: calc(306 * var(--width-ratio));
  width: 100%;
  padding: calc(37 * var(--width-ratio)) calc(25 * var(--width-ratio)) calc(43 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio));
  background: #00A0DC;
}
@media (max-width: 768px) {
  .p-cause__item {
    max-width: calc(112 * var(--width-ratio));
    padding: calc(18 * var(--width-ratio)) calc(7 * var(--width-ratio)) calc(10 * var(--width-ratio));
    border-radius: calc(4 * var(--width-ratio));
  }
}

.p-cause-number {
  color: #FFF952;
  font-size: calc(100 * var(--width-ratio));
  font-weight: 900;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
@media (max-width: 768px) {
  .p-cause-number {
    font-size: calc(51 * var(--width-ratio));
  }
}
.p-cause-number span {
  font-size: calc(60 * var(--width-ratio));
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .p-cause-number span {
    font-size: calc(30 * var(--width-ratio));
  }
}

.p-cause-note {
  margin-top: calc(5 * var(--width-ratio));
  color: #fff;
  font-size: calc(22 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.1818181818;
  text-align: center;
}
@media (max-width: 768px) {
  .p-cause-note {
    margin-top: calc(8 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.2142857143;
  }
}

/**
 * #Options
 */
.p-options__inner {
  max-width: calc(1068 * var(--width-ratio));
  padding: calc(50 * var(--width-ratio)) calc(9 * var(--width-ratio)) calc(45 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-options__inner {
    padding: calc(40 * var(--width-ratio)) calc(9 * var(--width-ratio));
  }
}

.p-options__title {
  font-size: calc(28 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.7857142857;
  text-align: center;
}
@media (max-width: 768px) {
  .p-options__title {
    font-size: calc(17 * var(--width-ratio));
    line-height: 1.5705882353;
  }
}

.p-options-logo {
  max-width: calc(444 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-options-logo {
    max-width: calc(315 * var(--width-ratio));
  }
}

.p-options__figure {
  max-width: calc(649 * var(--width-ratio));
  width: 100%;
  margin: calc(7 * var(--width-ratio)) auto 0;
}
@media (max-width: 768px) {
  .p-options__figure {
    max-width: calc(340 * var(--width-ratio));
    margin: 0 auto;
  }
}

.p-options__lead {
  margin-top: calc(30 * var(--width-ratio));
  font-size: calc(20 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 768px) {
  .p-options__lead {
    margin-top: calc(26 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.5714285714;
  }
}
.p-options__lead span {
  color: #00A0DC;
  font-weight: 800;
}

/**
 * #Features
 */
.p-features {
  background: #FAFAFA;
}

.p-features__inner {
  max-width: calc(930 * var(--width-ratio));
  padding: calc(70 * var(--width-ratio)) calc(25 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-features__inner {
    padding: calc(40 * var(--width-ratio)) calc(25 * var(--width-ratio)) calc(70 * var(--width-ratio));
  }
}

.p-features__title {
  font-size: calc(34 * var(--width-ratio));
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .p-features__title {
    font-size: calc(17 * var(--width-ratio));
  }
}
.p-features__title span {
  background: linear-gradient(transparent 80%, #FFF952 50%);
  color: #00A0DC;
  font-weight: 800;
}
@media (max-width: 768px) {
  .p-features__title span {
    display: inline-block;
    font-size: calc(22 * var(--width-ratio));
  }
}

.p-features-area {
  margin-top: calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-features-area {
    margin-top: calc(18 * var(--width-ratio));
  }
}

.p-features__unit {
  display: grid;
  grid-template-areas: "title image" "text image";
  align-items: center;
  gap: calc(22 * var(--width-ratio));
  margin-top: calc(30 * var(--width-ratio));
  padding: calc(25 * var(--width-ratio)) calc(18 * var(--width-ratio)) calc(25 * var(--width-ratio)) calc(50 * var(--width-ratio));
  border-radius: calc(15 * var(--width-ratio));
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .p-features__unit {
    grid-template-areas: "title title" "text image";
    gap: calc(7 * var(--width-ratio));
    padding: calc(9 * var(--width-ratio)) calc(8 * var(--width-ratio)) calc(9 * var(--width-ratio)) calc(16 * var(--width-ratio));
  }
}

.p-features__head {
  display: flex;
  align-items: center;
  gap: calc(22 * var(--width-ratio));
  grid-area: title;
}
@media (max-width: 768px) {
  .p-features__head {
    gap: calc(4 * var(--width-ratio));
  }
}

.p-features-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: calc(4 * var(--width-ratio));
  width: calc(80 * var(--width-ratio));
  height: calc(80 * var(--width-ratio));
  border-radius: 50%;
  background: #00A0DC;
  color: #fff;
  font-size: calc(34 * var(--width-ratio));
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-features-number {
    width: calc(40 * var(--width-ratio));
    height: calc(40 * var(--width-ratio));
    font-size: calc(15 * var(--width-ratio));
  }
}
.p-features-number span {
  font-size: calc(14 * var(--width-ratio));
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .p-features-number span {
    font-size: calc(7 * var(--width-ratio));
  }
}

.p-features__lead {
  color: #00A0DC;
  font-size: calc(26 * var(--width-ratio));
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-features__lead {
    font-size: calc(18 * var(--width-ratio));
  }
}

.p-features__text {
  grid-area: text;
  margin-top: calc(28 * var(--width-ratio));
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8888888889;
}
@media (max-width: 768px) {
  .p-features__text {
    width: calc(182 * var(--width-ratio));
    margin-top: 0;
    font-size: calc(12 * var(--width-ratio));
  }
}

.p-features__figure {
  grid-area: image;
  max-width: calc(320 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-features__figure {
    max-width: calc(124 * var(--width-ratio));
  }
}

/**
 * #Benefits
 */
.p-benefits__inner {
  max-width: calc(1100 * var(--width-ratio));
  padding: calc(70 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(106 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-benefits__inner {
    padding: calc(40 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(53 * var(--width-ratio));
  }
}

.p-benefits__title {
  font-size: calc(34 * var(--width-ratio));
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .p-benefits__title {
    font-size: calc(17 * var(--width-ratio));
  }
}
.p-benefits__title span {
  background: linear-gradient(transparent 60%, #FFF952 50%);
  color: #00A0DC;
  font-weight: 800;
}
@media (max-width: 768px) {
  .p-benefits__title span {
    display: inline-block;
    font-size: calc(22 * var(--width-ratio));
  }
}

.p-benefits__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: calc(30 * var(--width-ratio));
  margin-top: calc(90 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-benefits__list {
    flex-direction: column;
    gap: calc(50 * var(--width-ratio));
    margin-top: calc(53 * var(--width-ratio));
  }
}

.p-benefits__item {
  position: relative;
  max-width: calc(320 * var(--width-ratio));
  width: 100%;
  padding: calc(100 * var(--width-ratio)) calc(22 * var(--width-ratio)) calc(21 * var(--width-ratio));
  border-radius: calc(15 * var(--width-ratio));
  background: #E8F5F9;
}
@media (max-width: 768px) {
  .p-benefits__item {
    max-width: calc(313 * var(--width-ratio));
    padding: calc(84 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(16 * var(--width-ratio));
  }
}

.p-benefits__figure {
  position: absolute;
  top: calc(-40 * var(--width-ratio));
  left: 50%;
  width: calc(122 * var(--width-ratio));
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-benefits__figure {
    top: calc(-32 * var(--width-ratio));
    width: calc(102 * var(--width-ratio));
  }
}

.p-benefits__lead {
  max-width: calc(245 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(6 * var(--width-ratio)) calc(6 * var(--width-ratio)) calc(8 * var(--width-ratio));
  border-radius: calc(39 * var(--width-ratio));
  border: 2px solid #00A0DC;
  background: #fff;
  color: #00A0DC;
  font-size: calc(22 * var(--width-ratio));
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .p-benefits__lead {
    max-width: calc(272 * var(--width-ratio));
    padding: calc(1 * var(--width-ratio)) calc(6 * var(--width-ratio)) calc(2 * var(--width-ratio));
    border-radius: calc(32 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.4375;
  }
}

.p-benefits__text {
  margin-top: calc(20 * var(--width-ratio));
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6666666667;
}
@media (max-width: 768px) {
  .p-benefits__text {
    margin-top: calc(9 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.5714285714;
  }
}

/**
 * #Contact
 */
.p-contact {
  background: #00A0DC;
}

.p-contact__inner {
  max-width: calc(1070 * var(--width-ratio));
  padding: calc(70 * var(--width-ratio)) calc(25 * var(--width-ratio)) calc(27 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact__inner {
    padding: calc(58 * var(--width-ratio)) calc(25 * var(--width-ratio)) calc(48 * var(--width-ratio));
  }
}

.p-contact__title {
  color: #fff;
  font-size: calc(44 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.4545454545;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact__title {
    font-size: calc(24 * var(--width-ratio));
    line-height: 1.4583333333;
  }
}

.p-contact-area {
  margin-top: calc(45 * var(--width-ratio));
  border-radius: calc(15 * var(--width-ratio));
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .p-contact-area {
    margin-top: calc(74 * var(--width-ratio));
    border-radius: calc(4 * var(--width-ratio));
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  }
}

.p-contact-catch {
  padding: calc(28 * var(--width-ratio)) calc(90 * var(--width-ratio));
  border-radius: calc(15 * var(--width-ratio)) calc(15 * var(--width-ratio)) 0 0;
  background: #E8F5F9;
}
@media (max-width: 768px) {
  .p-contact-catch {
    padding: calc(10 * var(--width-ratio)) calc(6 * var(--width-ratio));
    border-radius: calc(4 * var(--width-ratio)) calc(4 * var(--width-ratio)) 0 0;
  }
}

.p-contact-catch__wrap {
  padding: calc(15 * var(--width-ratio)) calc(90 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio));
  background: #FF0033;
}
@media (max-width: 768px) {
  .p-contact-catch__wrap {
    padding: calc(5 * var(--width-ratio)) calc(10 * var(--width-ratio));
    border-radius: calc(5 * var(--width-ratio));
  }
}

.p-contact-catch__title {
  color: #fff;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact-catch__title {
    font-size: calc(17 * var(--width-ratio));
    line-height: 1.7647058824;
  }
}

.p-contact-catch__text {
  margin-top: calc(8 * var(--width-ratio));
  color: #fff;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact-catch__text {
    margin-top: calc(10 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.5714285714;
  }
}
.p-contact-catch__text span {
  font-weight: 800;
}

.p-contact-content {
  padding: calc(27 * var(--width-ratio)) calc(90 * var(--width-ratio)) calc(70 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact-content {
    padding: calc(20 * var(--width-ratio)) calc(12 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(14 * var(--width-ratio));
  }
}

.p-contact__unit {
  margin-top: calc(34 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact__unit {
    margin-top: calc(20 * var(--width-ratio));
  }
}
.p-contact__unit:first-child {
  margin-top: 0;
}

.p-contact__head {
  display: flex;
  align-items: baseline;
  gap: calc(8 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact__head {
    gap: calc(4 * var(--width-ratio));
  }
}

.p-contact-question {
  color: #00A0DC;
  font-size: calc(22 * var(--width-ratio));
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-contact-question {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-contact__lead {
  color: #323232;
  font-size: calc(22 * var(--width-ratio));
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-contact__lead {
    font-size: calc(14 * var(--width-ratio));
  }
}
.p-contact__lead span {
  display: inline-block;
  padding: calc(4 * var(--width-ratio)) calc(9 * var(--width-ratio)) calc(6 * var(--width-ratio));
  border-radius: calc(2 * var(--width-ratio));
  background: #00A0DC;
  color: #fff;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 600;
  line-height: 1;
  text-align: center;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .p-contact__lead span {
    font-size: calc(10 * var(--width-ratio));
  }
}

.p-contact__body {
  margin-top: calc(10 * var(--width-ratio));
  padding-left: calc(38 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact__body {
    padding-left: calc(25 * var(--width-ratio));
  }
}

.p-contact-flex {
  display: flex;
  flex-direction: column;
  gap: calc(12 * var(--width-ratio));
  width: 95%;
}
@media (max-width: 768px) {
  .p-contact-flex {
    gap: calc(5 * var(--width-ratio));
  }
}
.p-contact-flex div {
  display: flex;
  align-items: center;
  gap: calc(6 * var(--width-ratio));
  width: 100%;
}

.p-contact__item {
  display: flex;
  align-items: baseline;
  gap: calc(6 * var(--width-ratio));
  margin-top: calc(12 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact__item {
    gap: calc(3 * var(--width-ratio));
    margin-top: calc(4 * var(--width-ratio));
  }
}
.p-contact__item:first-child {
  margin-top: 0;
}

.p-contact__item--privacy {
  justify-content: center;
  margin-top: calc(18 * var(--width-ratio));
}

.p-contact-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.p-contact-radio:checked + .p-contact-radio__text::before {
  border: 1px solid #00A0DC;
}
.p-contact-radio:checked + .p-contact-radio__text::after {
  opacity: 1;
}

.p-contact-radio__text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.p-contact-radio__text::before, .p-contact-radio__text::after {
  content: "";
  display: block;
  border-radius: 50%;
}
.p-contact-radio__text::before {
  position: relative;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 50%;
  width: calc(20 * var(--width-ratio));
  height: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact-radio__text::before {
    min-width: calc(14 * var(--width-ratio));
    min-height: calc(14 * var(--width-ratio));
    width: auto;
    height: auto;
  }
}
.p-contact-radio__text::after {
  position: absolute;
  width: calc(12 * var(--width-ratio));
  height: calc(12 * var(--width-ratio));
  left: calc(4 * var(--width-ratio));
  background-color: #00A0DC;
  border-radius: 50%;
  opacity: 0;
}
@media (max-width: 768px) {
  .p-contact-radio__text::after {
    min-width: calc(6 * var(--width-ratio));
    min-height: calc(6 * var(--width-ratio));
    width: auto;
    height: auto;
  }
}

.p-contact__text {
  font-size: calc(20 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-contact__text {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-contact-products {
  max-width: calc(426 * var(--width-ratio));
  width: 100%;
  padding: 6px 10px;
  border-radius: calc(2 * var(--width-ratio));
  border: 1px solid #666;
  color: #666;
  font-size: calc(16 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact-products {
    max-width: calc(272 * var(--width-ratio));
    height: calc(30 * var(--width-ratio));
  }
}
.p-contact-products:focus {
  outline: none;
}

.p-contact-check {
  position: relative;
  display: block;
  width: calc(20 * var(--width-ratio));
  height: calc(20 * var(--width-ratio));
  margin: 0;
  border-radius: calc(2 * var(--width-ratio));
  border: 1px solid #666;
  appearance: none;
}
@media (max-width: 768px) {
  .p-contact-check {
    min-width: calc(14 * var(--width-ratio));
    min-height: calc(14 * var(--width-ratio));
    width: auto;
    height: auto;
  }
}
.p-contact-check::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(14 * var(--width-ratio));
  height: calc(13 * var(--width-ratio));
  content: "";
  opacity: 0;
  mask-image: url(../images/main/icon_check.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .p-contact-check::before {
    width: calc(8 * var(--width-ratio));
    height: calc(7 * var(--width-ratio));
  }
}
.p-contact-check:checked {
  border-color: #00A0DC;
  background: #00A0DC;
}
.p-contact-check:checked::before {
  opacity: 1;
}

.p-contact__list {
  margin-top: calc(11 * var(--width-ratio));
}
.p-contact__list:first-child {
  margin-top: 0;
}

.p-contact__term {
  display: flex;
  align-items: baseline;
  gap: calc(5 * var(--width-ratio));
  font-size: calc(18 * var(--width-ratio));
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-contact__term {
    align-items: center;
    gap: calc(7 * var(--width-ratio));
    font-size: calc(13 * var(--width-ratio));
    line-height: 1.5615384615;
  }
}
.p-contact__term span {
  display: inline-block;
  padding: calc(4 * var(--width-ratio)) calc(9 * var(--width-ratio)) calc(6 * var(--width-ratio));
  border-radius: calc(2 * var(--width-ratio));
  background: #00A0DC;
  color: #fff;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact__term span {
    font-size: calc(10 * var(--width-ratio));
  }
}

.p-contact__desc {
  margin-top: calc(10 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact__desc {
    margin-top: calc(7 * var(--width-ratio));
  }
}

.p-contact-input {
  width: 100%;
  min-height: calc(46 * var(--width-ratio));
  padding: 6px calc(24 * var(--width-ratio));
  border-radius: calc(2 * var(--width-ratio));
  border: 1px solid #666;
  font-size: calc(16 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact-input {
    width: 94%;
    min-height: calc(36 * var(--width-ratio));
  }
}
.p-contact-input:focus {
  outline: none;
}

.p-contact-select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  min-height: calc(46 * var(--width-ratio));
  padding: 6px calc(24 * var(--width-ratio));
  border-radius: calc(2 * var(--width-ratio));
  border: 1px solid #666;
  background-image: url(../images/main/icon_select.svg);
  background-repeat: no-repeat;
  background-size: 12px auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 12px center; /* 画像の位置 */
  font-size: calc(16 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact-select {
    width: 94%;
    min-height: calc(36 * var(--width-ratio));
  }
}
.p-contact-select:focus {
  outline: none;
}

.p-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: calc(44 * var(--width-ratio)) auto 0;
  padding: calc(13 * var(--width-ratio)) calc(32 * var(--width-ratio)) calc(18 * var(--width-ratio));
  border: none;
  border-radius: calc(10 * var(--width-ratio));
  border: 1px solid #FF0033;
  background: #FF0033;
  color: #fff;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 800;
  text-align: center;
  box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.23);
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-contact-btn {
    margin-top: calc(40 * var(--width-ratio));
    padding: calc(14 * var(--width-ratio)) calc(5 * var(--width-ratio));
    border-radius: calc(7 * var(--width-ratio));
    font-size: calc(18 * var(--width-ratio));
  }
}
.p-contact-btn:focus, .p-contact-btn:hover {
  background: #fff;
  color: #FF0033;
}

.p-contact-thanks {
  padding: calc(70 * var(--width-ratio)) calc(90 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact-thanks {
    padding: calc(70 * var(--width-ratio)) calc(40 * var(--width-ratio));
  }
}
.p-contact-thanks p {
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact-thanks p {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-contact-error {
  display: block;
  color: #e00;
  font-size: 12px;
  margin-top: 6px;
}

.p-contact-input.is-error,
.p-contact-products.is-error {
  border-color: #e00;
  background-color: #fff5f5;
}

/**
 * #Privacy
 */
.p-privacy {
  border: 1px solid #666;
  height: calc(200 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  overflow-wrap: anywhere;
}
@media (max-width: 768px) {
  .p-privacy {
    width: 94%;
    font-size: calc(13 * var(--width-ratio));
  }
}
.p-privacy a {
  display: block;
  color: #00A0DC;
  font-weight: 600;
  text-decoration: underline;
}

.p-privacy__wrap {
  height: 100%;
  padding: calc(14 * var(--width-ratio));
  overflow-y: scroll;
  overflow-x: hidden;
}

.p-privacy-block {
  margin-top: calc(28 * var(--width-ratio));
}
.p-privacy-block:first-child {
  margin-top: 0;
}

.p-privacy__unit {
  padding-left: calc(10 * var(--width-ratio));
}

.p-privacy__list {
  margin-top: calc(12 * var(--width-ratio));
  padding-left: calc(25 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-privacy__list {
    padding-left: calc(15 * var(--width-ratio));
  }
}

.p-privacy__list--second {
  margin-top: calc(15 * var(--width-ratio));
  padding-left: calc(15 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-privacy__list--second {
    margin-top: calc(10 * var(--width-ratio));
  }
}

.p-privacy__item,
.p-privacy__item--second {
  padding-left: 1em;
  text-indent: -1em;
}

.p-privacy__item {
  margin-top: calc(15 * var(--width-ratio));
}
.p-privacy__item:first-child {
  margin-top: 0;
}

.p-privacy__text {
  margin-top: calc(14 * var(--width-ratio));
}

/* Utitlity
   ----------------------------------------------------------------- */
/**
 * #Display
 */
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.flex-sp {
  display: none;
}
@media (max-width: 768px) {
  .flex-sp {
    display: flex;
  }
}

.tab {
  display: block;
}
@media (max-width: 768px) {
  .tab {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */