@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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-size: 16px;
  line-height: 1.7;
  /* iOSとAndroidでのリンクをタップ時のハイライトをリセットする。 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 1280px 以下でリキッドレイアウト（vw連動） */
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
html {
  /* 375〜767px はルート 16px 固定（その間だけ vw を打ち消す） */
}
@media screen and (max-width: 767px) and (min-width: 375px) {
  html {
    font-size: 16px;
  }
}
html {
  /* 374px 以下は 375 基準の vw（極小幅で読みやすく） */
}
@media (max-width: 374px) {
  html {
    font-size: 4.2666666667vw;
  }
}

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;
  /* メトリクスカーニングを指定する */
  -webkit-font-kerning: normal;
          font-kerning: normal;
  letter-spacing: normal;
}

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

a {
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  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: 1.7rem 0 1.7rem 0;
  padding-left: 1em;
  border-left: 1px solid #fff;
  color: #fff;
}
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: 1em;
  background-color: #fff;
}

legend {
  padding: 0 0.5em;
  background-color: #fff;
}

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: 0.5em;
  outline: none;
}

textarea {
  width: 100%;
  min-height: 8rem;
  padding: 1.5em 0.5em;
  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;
}

:-moz-placeholder {
  opacity: 0.54;
}

:-ms-input-placeholder {
  opacity: 0.54;
}

: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: 1.7rem;
}

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -ms-flex-item-align: end;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  text-align: center;
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  letter-spacing: 0.06em;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  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: 130px;
  background: transparent;
}
@media (max-width: 768px) {
  .paloalto-common__nav-item.style-consul {
    width: 94px;
  }
}
.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;
  -webkit-box-shadow: 0 6px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .paloalto-header {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.paloalto-header--page {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 768px) {
  .paloalto-header--page .paloalto-header__wrapper {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.paloalto-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 45px 12px;
}
@media (max-width: 768px) {
  .paloalto-header__wrapper {
    -webkit-box-shadow: 0 6px 4px rgba(0, 0, 0, 0.25);
            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: -webkit-fit-content;
    max-width: -moz-fit-content;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  height: auto;
  font-size: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .paloalto-header__text-wrap {
    margin-left: auto;
    padding-top: 0;
    padding: 0 12px 0 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.paloalto-header__text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .paloalto-header__text-inner {
    gap: 9px;
  }
}
.paloalto-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media (max-width: 768px) {
  .paloalto-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .is-menu-open .paloalto-header-nav {
    opacity: 1;
    pointer-events: all;
  }
}
.paloalto-header-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .paloalto-header-nav__inner {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: 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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paloalto-header-button__border--top {
  top: 0;
}
.is-menu-open .paloalto-header-button__border--top {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.paloalto-header-button__border--middle {
  top: 50%;
  -webkit-transform: translateY(-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%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .paloalto-header-menu {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.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;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.paloalto-header-menu__child {
  position: absolute;
  z-index: 1;
  top: 45px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .paloalto-header-menu__child {
    display: none;
  }
}
.paloalto-header-menu__child {
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.paloalto-header-menu__child > li {
  -webkit-transition: all 0.3s ease;
  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;
  -webkit-transition: all 0.3s ease;
  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;
  -webkit-transform: rotate(-90deg) translateY(-50%);
          transform: rotate(-90deg) translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.paloalto-header-menu__child > li > a > span {
  display: block;
  -webkit-transition: all 0.5s ease;
  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;
  padding-inline: 20px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .paloalto-contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 20px 8px;
    gap: 20px;
    padding: 0;
  }
}
.paloalto-contact__text {
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  gap: 15px;
}
@media (max-width: 767px) {
  .paloalto-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 11px;
  }
}
.paloalto-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: opacity 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .paloalto-footer__bottom--links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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
   ----------------------------------------------------------------- */
/**
 * #Fade
 */
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

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

/* Project
   ----------------------------------------------------------------- */
/**
 * #FV（ファーストビュー）
 */
.p-fv {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  background: #fff;
}
.p-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/main/fv-treat.webp");
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  width: 77.625rem;
  height: 104.375rem;
  top: -27rem;
  left: -37rem;
}
@media screen and (max-width: 767px) {
  .p-fv::before {
    background-image: url("../images/main/fv-treat-sp.webp");
    width: 38.375rem;
    height: 21.4375rem;
    top: -7rem;
    left: -19rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-top: 2.5rem;
  }
}

.p-fv__inner {
  position: relative;
  z-index: 1;
  max-width: 75.75rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    padding-inline: 1.25rem;
  }
}

.p-fv__layout {
  position: relative;
  z-index: 1;
  min-height: 35rem;
}
@media screen and (max-width: 767px) {
  .p-fv__layout {
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-fv__body {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-fv__body {
    display: contents;
  }
}

.p-fv__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0.5rem 1.25rem;
  border-radius: 0.3125rem;
  background: #f73c3c;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-fv__tag {
    font-size: 1.125rem;
    padding: 0.5rem 0.875rem;
    line-height: 1.3;
  }
}

.p-fv__title {
  color: #000;
  font-family: "M PLUS 1", "Noto Sans JP", sans-serif;
  font-size: 3.610625rem;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 1.125rem;
}
.p-fv__title span {
  display: block;
  font-weight: 800;
  color: #f73c3c;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.9375rem;
    letter-spacing: 0.1em;
    margin-top: 1rem;
    line-height: 1.2;
  }
  .p-fv__title span {
    font-size: 2.75rem;
  }
}

.p-fv__text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 1.03125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 1rem;
    text-align: center;
  }
}

.p-fv__meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.75rem 0 0;
  padding: 0.875rem 1.25rem;
  border: 1px solid #e5dbdf;
  border-radius: 2.21875rem;
  background: #fff;
  -webkit-box-shadow: 0 0.875rem 2.125rem rgba(170, 121, 121, 0.25);
          box-shadow: 0 0.875rem 2.125rem rgba(170, 121, 121, 0.25);
  list-style: none;
  margin-top: 2.0625rem;
  max-width: 26.1875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-fv__meta {
    padding: 0 1.25rem;
    height: 3rem;
    border-radius: 1.8125rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
    margin-top: -1.25rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: relative;
  }
}

.p-fv__meta-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
  color: #9d9daa;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-fv__meta-item:first-child {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.p-fv__meta-item + .p-fv__meta-item {
  -webkit-border-start: 2px solid #e5dbdf;
          border-inline-start: 2px solid #e5dbdf;
  -webkit-margin-start: 1.25rem;
          margin-inline-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__meta-item {
    font-size: 0.875rem;
    gap: 0.375rem;
    -webkit-padding-start: 0.875rem;
            padding-inline-start: 0.875rem;
  }
  .p-fv__meta-item + .p-fv__meta-item {
    -webkit-margin-start: 0.875rem;
            margin-inline-start: 0.875rem;
  }
}

.p-fv__meta-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__meta-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-fv__meta-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-fv__figure {
  position: absolute;
  top: 50%;
  right: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36.25rem;
  z-index: 0;
  margin: 0;
  pointer-events: none;
}
.p-fv__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 546/422;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-fv__figure {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    max-width: 26.25rem;
    margin: 1.5rem auto 0;
    pointer-events: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

/**
 * #Banner（PayPay プレゼントバナー）
 */
.p-banner {
  background: #fff;
}

.anim-box.zoomin {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.anim-box.zoomin.is-animated {
  --bounce-scale: 1;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: zoomIn 1.4s forwards;
          animation: zoomIn 1.4s forwards;
}
@media screen and (max-width: 767px) {
  .anim-box.zoomin.is-animated {
    --bounce-scale: 0.4;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.95, 0.95) translateY(calc(-22% * var(--bounce-scale)));
            transform: scale(0.95, 0.95) translateY(calc(-22% * var(--bounce-scale)));
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  20% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  32% {
    -webkit-transform: scale(1.05, 0.92) translateY(0);
            transform: scale(1.05, 0.92) translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  47% {
    -webkit-transform: scale(0.97, 1.06) translateY(calc(-18% * var(--bounce-scale)));
            transform: scale(0.97, 1.06) translateY(calc(-18% * var(--bounce-scale)));
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  60% {
    -webkit-transform: scale(1, 1) translateY(calc(-22% * var(--bounce-scale)));
            transform: scale(1, 1) translateY(calc(-22% * var(--bounce-scale)));
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  76% {
    -webkit-transform: scale(1.03, 0.96) translateY(0);
            transform: scale(1.03, 0.96) translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  88% {
    -webkit-transform: scale(0.99, 1.02) translateY(calc(-8% * var(--bounce-scale)));
            transform: scale(0.99, 1.02) translateY(calc(-8% * var(--bounce-scale)));
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.95, 0.95) translateY(calc(-22% * var(--bounce-scale)));
            transform: scale(0.95, 0.95) translateY(calc(-22% * var(--bounce-scale)));
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  20% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  32% {
    -webkit-transform: scale(1.05, 0.92) translateY(0);
            transform: scale(1.05, 0.92) translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  47% {
    -webkit-transform: scale(0.97, 1.06) translateY(calc(-18% * var(--bounce-scale)));
            transform: scale(0.97, 1.06) translateY(calc(-18% * var(--bounce-scale)));
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  60% {
    -webkit-transform: scale(1, 1) translateY(calc(-22% * var(--bounce-scale)));
            transform: scale(1, 1) translateY(calc(-22% * var(--bounce-scale)));
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  76% {
    -webkit-transform: scale(1.03, 0.96) translateY(0);
            transform: scale(1.03, 0.96) translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  88% {
    -webkit-transform: scale(0.99, 1.02) translateY(calc(-8% * var(--bounce-scale)));
            transform: scale(0.99, 1.02) translateY(calc(-8% * var(--bounce-scale)));
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .anim-box.zoomin {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .anim-box.zoomin.is-animated {
    -webkit-animation: none;
            animation: none;
  }
}
.p-banner__inner {
  max-width: 90rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-banner__inner {
    padding-inline: 1.5rem;
  }
}

.p-banner__body {
  position: relative;
  overflow: hidden;
  height: 14.5rem;
  border-radius: 0.625rem;
  background-color: #f73c3c;
  background-image: url("../images/main/paypay-bannerbg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-banner__body {
    height: auto;
    padding-top: 2.5rem;
    padding-inline: 1rem;
    padding-bottom: 1.5rem;
    border-radius: 0.625rem;
    background-image: url("../images/main/paypay-bannerbg-sp.webp");
    overflow: visible;
    clip-path: inset(-3rem -0.9375rem 0 0 round 0.625rem);
    margin-top: 2.5rem;
  }
}

.p-banner__layout {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 15.5625rem) minmax(-webkit-min-content, 1fr) minmax(0, 14.25rem);
  -ms-grid-columns: minmax(0, 15.5625rem) minmax(min-content, 1fr) minmax(0, 14.25rem);
  grid-template-columns: minmax(0, 15.5625rem) minmax(-webkit-min-content, 1fr) minmax(0, 14.25rem);
  grid-template-columns: minmax(0, 15.5625rem) minmax(min-content, 1fr) minmax(0, 14.25rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-inline: 4.6875rem;
}
@media (max-width: 1380px) {
  .p-banner__layout {
    padding-inline: 1.5625rem;
    -ms-grid-columns: minmax(0, 11.5625rem) minmax(-webkit-min-content, 1fr) minmax(0, 10.9375rem);
    -ms-grid-columns: minmax(0, 11.5625rem) minmax(min-content, 1fr) minmax(0, 10.9375rem);
    grid-template-columns: minmax(0, 11.5625rem) minmax(-webkit-min-content, 1fr) minmax(0, 10.9375rem);
    grid-template-columns: minmax(0, 11.5625rem) minmax(min-content, 1fr) minmax(0, 10.9375rem);
  }
}
@media screen and (max-width: 767px) {
  .p-banner__layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-inline: 0;
  }
}

.p-banner__figure-left img,
.p-banner__figure-right img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-banner__figure-left,
  .p-banner__figure-right {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-banner__figure-left {
    bottom: -0.625rem;
    left: -0.625rem;
    width: 3.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-banner__figure-right {
    bottom: -0.3125rem;
    right: 0;
    width: 4rem;
  }
}

.p-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-banner__content {
    position: relative;
    z-index: 1;
    gap: 0.625rem;
  }
}

.p-banner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-banner__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
  }
}

.p-banner__badge {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.875rem;
  height: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-banner__badge {
    position: absolute;
    top: -5.125rem;
    right: -1.75rem;
    width: 8.4375rem;
    z-index: 3;
  }
}

.p-banner__label {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  margin-left: -0.75rem;
  padding-block: 0.625rem 0.8125rem;
  padding-inline: 1.25rem 0.8125rem;
  border-radius: 0.5rem;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-banner__label {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 0;
    padding-block: 0.4375rem 0.5625rem;
    padding-inline: 0.625rem;
    border-radius: 0.3125rem;
  }
}

.p-banner__label-en {
  color: #f73c3c;
  font-size: 1.9375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-banner__label-en {
    font-size: 1.5rem;
  }
}

.p-banner__label-ja {
  color: #3a3a3a;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-banner__label-ja {
    font-size: 1.3125rem;
  }
}

.p-banner__amount {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-banner__amount {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 0.5rem auto;
    grid-template-columns: auto auto;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    row-gap: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: normal;
  }
}

.p-banner__amount-num {
  color: #faff5b;
  font-style: normal;
  font-family: "Oswald", "DIN Alternate", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .p-banner__amount-num {
    font-size: 6.5rem;
  }
}

.p-banner__amount-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-banner__amount-text {
    display: contents;
  }
}

.p-banner__unit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-banner__unit-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.125rem;
  }
}

.p-banner__logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.5rem;
  height: auto;
}

.p-banner__unit {
  color: #faff5b;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-banner__unit {
    font-size: 2rem;
    font-weight: 900;
  }
}

.p-banner__lead {
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-banner__lead {
    font-size: 2.5rem;
    grid-column: 1/-1;
    text-align: center;
    margin-top: 0.25rem;
  }
}

.p-banner__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 17.5rem;
  padding: 0.625rem 1.75rem;
  border-radius: 0.4575625rem;
  background: #fff;
  color: #f73c3c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.1875rem;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.p-banner__cta:hover, .p-banner__cta:focus-visible {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.p-banner__cta:focus-visible {
  outline: 0.1875rem solid #fff;
  outline-offset: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-banner__cta {
    display: block;
    min-width: 0;
    width: 72%;
    font-size: 1.125rem;
    padding: 0.5625rem 1.25rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
    text-align: center;
  }
}

.p-banner__cta-end {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

.p-banner__cta-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.75rem;
  height: 0.875rem;
  margin-left: 0.625rem;
}
.p-banner__cta-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-banner__cta-icon {
    margin-left: 0.5rem;
  }
}

/**
 * #Intro（説明帯：注意書き＋メタ情報）
 */
.p-intro {
  padding-top: 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding-top: 1.5rem;
  }
}

.p-intro__inner {
  max-width: 71.875rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-intro__inner {
    padding-inline: 1rem;
  }
}

.p-intro__body {
  padding: 2.5rem 3.75rem;
  border: 0.25rem solid #f73c3c;
  border-radius: 0.625rem 0.625rem 0 0;
  background: #fff;
  -webkit-box-shadow: 0 0.875rem 2.125rem rgba(170, 121, 121, 0.25);
          box-shadow: 0 0.875rem 2.125rem rgba(170, 121, 121, 0.25);
}
@media screen and (max-width: 767px) {
  .p-intro__body {
    padding: 1.875rem 1.875rem;
    border-width: 0.1875rem;
    border-radius: 0.625rem;
  }
}

.p-intro__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.75rem 2.25rem;
  border-radius: 0.625rem;
  background: #fee;
}
@media screen and (max-width: 767px) {
  .p-intro__note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
  }
}

.p-intro__alert {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
}
.p-intro__alert img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-intro__alert {
    width: 1.875rem;
    height: 1.875rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.p-intro__note-text {
  color: #f73c3c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-intro__note-text {
    font-size: 1rem;
    line-height: 1.7;
    text-align: left;
  }
}

.p-intro__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-intro__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 0.625rem;
    margin-top: 1.25rem;
  }
}

.p-intro__meta-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-intro__meta-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-intro__meta-item:first-child {
    width: 100%;
  }
  .p-intro__meta-item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-intro__meta-item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-intro__meta-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 3.875rem;
  height: 2.3125rem;
  padding: 0 0.9375rem;
  border-radius: 0.3125rem;
  background: #f2f1f6;
  color: #000;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-intro__meta-label {
    min-width: 3rem;
    height: 1.8125rem;
    font-size: 0.875rem;
    padding: 0 0.625rem;
  }
}

.p-intro__meta-value {
  color: #000;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-intro__meta-value {
    font-size: 1.125rem;
  }
}

/**
 * #Quiz（クイズ本体＋完了画面）
 */
.p-quiz {
  position: relative;
  padding-block: 5rem;
  background: #f73c3c;
  margin-top: -0.3125rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  scroll-margin-top: 5rem;
  overflow-x: clip;
}
.p-quiz.is-quiz-completed {
  background: -webkit-gradient(linear, left top, right top, from(#f93030), to(#ff5b5b));
  background: linear-gradient(90deg, #f93030 0%, #ff5b5b 100%);
}
@media screen and (max-width: 767px) {
  .p-quiz {
    padding-block: 3.75rem;
    scroll-margin-top: 3.75rem;
  }
}

.p-quiz__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 72.5rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-quiz__inner {
    padding-inline: 1.5rem;
  }
}

.p-quiz__title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-quiz__title {
    font-size: 1.25rem;
    line-height: 1.7;
    max-width: 17.625rem;
  }
}

/* ステップインジケーター
   ----------------------------------------------------------------- */
.p-quiz__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4375rem;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-quiz__progress {
    gap: 0.375rem;
    margin-top: 1.875rem;
  }
}

.p-quiz__progress-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}
.p-quiz__progress-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 0.0625rem;
  background: #fff;
}

.p-quiz__progress-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 50%;
  background: transparent;
  border: 0.125rem solid #fff;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.p-quiz__progress-dot img {
  display: block;
  width: 0.875rem;
  height: 0.75rem;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-quiz__progress-dot.is-current {
  background: transparent;
}
.p-quiz__progress-dot.is-current img {
  display: none;
}
.p-quiz__progress-dot.is-current::before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: #fff;
}
.p-quiz__progress-dot.is-completed {
  background: #fff;
}
.p-quiz__progress-dot.is-completed img {
  opacity: 1;
}

/* クイズ盤面
   ----------------------------------------------------------------- */
.p-quiz__board {
  width: 100%;
  max-width: 70rem;
  margin-inline: auto;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-quiz__board {
    max-width: none;
    margin-top: 1.875rem;
  }
}

/* 1問のユニット
   ----------------------------------------------------------------- */
.p-quiz__question {
  scroll-margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-quiz__question {
    scroll-margin-top: 8.75rem;
  }
}

.p-quiz__question-upper {
  padding: 1.625rem 6.5625rem 2.5rem;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-quiz__question-upper {
    padding: 1rem 1.5rem 1.875rem;
  }
}

.p-quiz__question-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-quiz__question-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 0.5rem;
  }
}

.p-quiz__question-number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #f73c3c;
  font-family: "M PLUS 1", "Noto Sans JP", sans-serif;
  font-size: 3.610625rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-quiz__question-number {
    font-size: 1.875rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

.p-quiz__question-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-quiz__question-text {
    font-size: 1.125rem;
    text-align: left;
  }
}

/* 選択肢
   ----------------------------------------------------------------- */
.p-quiz__choices {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1.875rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 1.875rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-quiz__choices {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
}

.p-quiz__choice {
  display: block;
  height: 100%;
}

.p-quiz__choice-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  width: 100%;
  height: 100%;
  min-height: 7.375rem;
  padding: 1.25rem 1.75rem;
  border: 0.3125rem solid #e5dbdf;
  border-radius: 0.625rem;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-quiz__choice-btn {
    min-height: 4.875rem;
    gap: 1.125rem;
    padding: 1.25rem 1.75rem;
    border-width: 0.1875rem;
    font-size: 1rem;
  }
}
.p-quiz__choice-btn:hover:not(:disabled) {
  border-color: #f73c3c;
  background: #fee;
}
.p-quiz__choice-btn:focus-visible {
  outline: 0.1875rem solid #f73c3c;
  outline-offset: 0.125rem;
}
.p-quiz__choice-btn:disabled {
  cursor: default;
}
.p-quiz__choice-btn[aria-pressed=true] {
  border-color: #f73c3c;
  background: #fee;
}
.p-quiz__choice-btn.is-correct {
  border-color: #f73c3c;
  background: #fee;
  color: #f73c3c;
}
.p-quiz__choice-btn.is-incorrect {
  border-color: #e5dbdf;
  background: #ffeeee;
  color: #000;
}

.p-quiz__choice-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #e5dbdf;
  font-family: "Oswald", "M PLUS 1", sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-quiz__choice-label {
    font-size: 1.75rem;
  }
}
.p-quiz__choice-btn[aria-pressed=true] .p-quiz__choice-label, .p-quiz__choice-btn.is-correct .p-quiz__choice-label {
  color: #f73c3c;
}
.p-quiz__choice-btn.is-incorrect .p-quiz__choice-label {
  color: #e5dbdf;
}

.p-quiz__choice-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
}

/* 回答後の正解＋解説
   ----------------------------------------------------------------- */
.p-quiz__answer {
  padding: 2.5rem 6.5625rem 4.375rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background: #fee;
}
@media screen and (max-width: 767px) {
  .p-quiz__answer {
    padding-block: 1.875rem;
    padding-inline: 1.5rem;
  }
}

.p-quiz__answer-inner {
  padding: 2.5rem 3.125rem;
  border-radius: 0.625rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-quiz__answer-inner {
    padding: 1.25rem 1.5rem;
  }
}

.p-quiz__answer-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.875rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-quiz__answer-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
  }
}

.p-quiz__answer-label {
  color: #aa7979;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-quiz__answer-label {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

.p-quiz__answer-text {
  color: #f73c3c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-quiz__answer-text {
    font-size: 1.25rem;
  }
}

.p-quiz__answer-description {
  margin: 1.875rem 0 0;
  padding-top: 1.875rem;
  border-top: 5px solid #edbaba;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-quiz__answer-description {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 3px solid #edbaba;
    font-size: 1rem;
    line-height: 1.7;
  }
}

/* 次の問題へ ボタン
   ----------------------------------------------------------------- */
.p-quiz__actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
.p-quiz__actions:not([hidden]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-quiz__actions {
    margin-top: 1.875rem;
  }
}

.p-quiz__next-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.875rem;
  min-width: 18.125rem;
  height: 4.625rem;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.625rem;
  background: #fff;
  color: #f73c3c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-quiz__next-btn {
    min-width: 0;
    width: 100%;
    max-width: 13.75rem;
    height: 3.5rem;
    font-size: 1.125rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.473rem;
  }
}
.p-quiz__next-btn:hover, .p-quiz__next-btn:focus-visible {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.p-quiz__next-btn:focus-visible {
  outline: 0.1875rem solid #fff;
  outline-offset: 0.125rem;
}

.p-quiz__next-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.875rem;
  height: 1rem;
}
.p-quiz__next-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

/* クイズ完了画面
   ----------------------------------------------------------------- */
.p-quiz__complete {
  position: relative;
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  padding: 6.75rem 4.5625rem 6.125rem;
  border-radius: 1.5rem;
  background: #fff;
  -webkit-box-shadow: 0 0.875rem 2.125rem rgba(170, 121, 121, 0.25);
          box-shadow: 0 0.875rem 2.125rem rgba(170, 121, 121, 0.25);
  text-align: center;
  overflow: hidden;
  scroll-margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-quiz__complete {
    --sp-card-height: min(72.010178117vw, 17.6875rem);
    padding: 5.625rem 1.25rem 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    overflow: visible;
    scroll-margin-top: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-quiz__complete::before {
    content: "";
    position: absolute;
    inset-block-start: 0;
    inset-inline: 0;
    height: var(--sp-card-height);
    background: #fff;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0.875rem 2.125rem rgba(170, 121, 121, 0.25);
            box-shadow: 0 0.875rem 2.125rem rgba(170, 121, 121, 0.25);
    z-index: 0;
  }
}

.p-quiz__complete-figure {
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}
.p-quiz__complete-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.p-quiz__complete-figure--left {
  left: 2.5rem;
  width: 14.5rem;
}
.p-quiz__complete-figure--right {
  right: 2.5rem;
  width: 16.1875rem;
}
.p-quiz__complete-figure--center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 8%;
  width: 28.875rem;
}

.p-quiz__complete-body {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-quiz__complete-body {
    min-height: calc(var(--sp-card-height) - 5.625rem);
  }
}

.p-quiz__complete-title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-quiz__complete-title {
    font-size: 1.375rem;
  }
}

.p-quiz__complete-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-quiz__complete-text {
    font-size: 1rem;
    line-height: 1.7;
  }
}

.p-quiz__complete-cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.75rem;
  gap: 0.75rem;
  min-width: 22.5rem;
  padding: 1.875rem 4.1875rem;
  border: 0.3125rem solid #f73c3c;
  border-radius: 0.625rem;
  background: #fcee59;
  color: #f73c3c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.p-quiz__complete-cta:hover, .p-quiz__complete-cta:focus-visible {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-quiz__complete-cta:hover, .p-quiz__complete-cta:focus-visible {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: initial;
            transform: initial;
  }
}
.p-quiz__complete-cta:focus-visible {
  outline: 0.1875rem solid #ff7a00;
  outline-offset: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-quiz__complete-cta:focus-visible {
    outline: initial;
    outline-offset: initial;
  }
}

@media screen and (max-width: 767px) {
  .p-quiz__complete-cta--pc {
    display: none;
  }
}

.p-quiz__complete-cta--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-quiz__complete-cta--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    width: calc(100% + 2.5rem);
    margin-top: 1rem;
    margin-inline: -1.25rem;
    min-width: initial;
    border: initial;
    border-radius: 0.625rem;
    padding: 0.875rem 1.5rem;
  }
}

.p-quiz__complete-cta-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.75rem;
  height: 0.875rem;
}
.p-quiz__complete-cta-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

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

.p-contact__inner {
  max-width: calc(1070 * var(--width-ratio));
  padding: calc(70 * var(--width-ratio)) calc(25 * var(--width-ratio)) calc(80 * 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: #000;
  font-size: calc(30 * var(--width-ratio));
  font-weight: 700;
  line-height: 2.1333333333;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact__title {
    font-size: calc(24 * var(--width-ratio));
    line-height: 1.4583333333;
  }
}

.p-contact-area {
  border-radius: calc(15 * var(--width-ratio));
  background: #f4f4f9;
}
@media (max-width: 768px) {
  .p-contact-area {
    border-radius: calc(4 * var(--width-ratio));
  }
}

.p-contact-catch {
  padding: calc(80 * var(--width-ratio)) 0 0;
  background: transparent;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact-catch {
    padding: calc(40 * var(--width-ratio)) calc(20 * var(--width-ratio)) 0;
  }
}

.p-contact-catch__wrap {
  padding: 0;
  background: transparent;
}

.p-contact-catch__title {
  display: inline;
  color: #000;
  font-size: calc(18 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-contact-catch__title {
    font-size: calc(16 * var(--width-ratio));
  }
}

.p-contact-catch__text {
  display: inline;
  margin-top: 0;
  color: #000;
  font-size: calc(18 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-contact-catch__text {
    margin-top: 0;
    font-size: calc(16 * var(--width-ratio));
  }
}
.p-contact-catch__text span {
  font-weight: 700;
}

.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(22 * var(--width-ratio)) calc(24 * 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: calc(8 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact__head {
    gap: calc(4 * var(--width-ratio));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-contact-question {
  color: #f73c3c;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  font-family: "M PLUS 1", sans-serif;
}
@media (max-width: 768px) {
  .p-contact-question {
    font-size: calc(14 * var(--width-ratio));
  }
}
.p-contact-question::after {
  content: ".";
}

.p-contact__lead {
  color: #000;
  font-size: calc(22 * var(--width-ratio));
  font-weight: 700;
}
@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: #f73c3c;
  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(0 * var(--width-ratio));
  }
}

.p-contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(6 * var(--width-ratio));
  width: 100%;
}

.p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 #FF0033;
}
.p-contact-radio:checked + .p-contact-radio__text::after {
  opacity: 1;
}

.p-contact-radio__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 #ddd;
  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: #FF0033;
  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: 700;
}
@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(5 * var(--width-ratio));
  border: 2px solid #d8d5e4;
  background: #fff;
  color: #000;
  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 #ddd;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
  -webkit-mask-image: url(../images/main/icon_check.svg);
          mask-image: url(../images/main/icon_check.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #FFFFFF;
  -webkit-transform: translate(-50%, -50%);
          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: #FF0033;
  background: #FF0033;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: calc(5 * var(--width-ratio));
  font-size: calc(18 * var(--width-ratio));
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-contact__term {
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: #f73c3c;
  color: #fff;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  margin-left: calc(10 * var(--width-ratio));
}
@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(5 * var(--width-ratio));
  border: 2px solid #d8d5e4;
  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;
  -moz-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 #ddd;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: calc(40 * var(--width-ratio)) auto 0;
  padding: calc(40 * var(--width-ratio)) calc(78 * var(--width-ratio));
  border: 1px solid #f73c3c;
  border-radius: calc(10 * var(--width-ratio));
  background: #f73c3c;
  color: #fff;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: 0 calc(4 * var(--width-ratio)) calc(12 * var(--width-ratio)) rgba(0, 0, 0, 0.15);
          box-shadow: 0 calc(4 * var(--width-ratio)) calc(12 * var(--width-ratio)) rgba(0, 0, 0, 0.15);
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-contact-btn {
    width: 100%;
    margin-top: calc(40 * var(--width-ratio));
    padding: calc(14 * var(--width-ratio)) calc(5 * var(--width-ratio));
    border-radius: calc(6 * var(--width-ratio));
    font-size: calc(18 * var(--width-ratio));
  }
}
.p-contact-btn::after {
  content: "▶";
  margin-left: calc(10 * var(--width-ratio));
  font-size: 0.7em;
}
.p-contact-btn:focus, .p-contact-btn:hover {
  background: #fff;
  color: #FF0033;
}

.p-contact-submit-note {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: min(100%, 60rem);
  margin-inline: auto;
  margin-top: clamp(12px, 2.2vw, 20px);
  padding-inline: clamp(10px, 3vw, 20px);
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact-submit-note {
    padding-inline: calc(0 * var(--width-ratio));
  }
}

.p-contact-submit-note__text {
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}

.p-contact-submit-note__text--secondary {
  margin-top: 0.45em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.p-contact-submit-note__br500 {
  display: none;
}
@media (max-width: 500px) {
  .p-contact-submit-note__br500 {
    display: inline;
  }
}

.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: 2px solid #d8d5e4;
  background: #fff;
  height: calc(200 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  overflow-wrap: anywhere;
  border-radius: calc(5 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-privacy {
    width: 94%;
    font-size: calc(13 * var(--width-ratio));
  }
}
.p-privacy a {
  display: block;
  color: #FF0033;
  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 {
  color: #000;
  font-size: calc(13 * var(--width-ratio));
  font-weight: 700;
  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__title {
  color: #000;
  font-size: calc(13 * var(--width-ratio));
  font-weight: 700;
}

.p-privacy__lead {
  font-weight: 700;
}

.p-privacy__text {
  margin-top: calc(14 * var(--width-ratio));
  color: #000;
  font-size: calc(13 * var(--width-ratio));
  font-weight: 700;
}

/**
 * #Thanks（送信完了ページ）
 */
.p-thanks {
  position: relative;
  background: #fff;
  padding-block: 8.75rem 3.125rem;
  overflow: hidden;
}
.p-thanks::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-image: url("../images/main/fv-treat.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  width: 81.375rem;
  height: 99.375rem;
  top: -25rem;
  left: -39.0625rem;
}
@media screen and (max-width: 767px) {
  .p-thanks::before {
    display: none;
  }
}
.p-thanks::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/main/thanks-fv-treat.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  width: 76.75rem;
  height: 89.125rem;
  top: -30rem;
  left: 57rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding-block: 4.5rem;
  }
}

.p-thanks__inner {
  position: relative;
  z-index: 1;
  max-width: 85rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding-inline: 1rem;
  }
}

.p-thanks__body {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: "title title" "text  text" "fig-l fig-r";
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    justify-items: center;
  }
}

.p-thanks__figure {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}
.p-thanks__figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-thanks__figure {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    max-width: 9.375rem;
    margin-top: 1.5rem;
  }
}
.p-thanks__figure--left {
  left: 2.5rem;
  width: 14.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__figure--left {
    grid-area: fig-l;
  }
}
.p-thanks__figure--right {
  right: 2.5rem;
  width: 16.1875rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__figure--right {
    grid-area: fig-r;
  }
}

.p-thanks__title {
  position: relative;
  z-index: 1;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    grid-area: title;
    font-size: 1.25rem;
  }
}

.p-thanks__text {
  position: relative;
  z-index: 1;
  margin-top: 0.5rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    grid-area: text;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px){
  .p-thanks__figure--left {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-thanks__figure--right {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-thanks__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-thanks__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

/* CTAバナー
   ----------------------------------------------------------------- */
.p-thanks__cta {
  margin-inline: auto;
  margin-top: 7.625rem;
  padding: 2.75rem 7.5rem;
  border-radius: 0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#F93030), to(#FF5B5B));
  background: linear-gradient(90deg, #F93030 0%, #FF5B5B 100%);
}
@media screen and (max-width: 767px) {
  .p-thanks__cta {
    margin-top: 3rem;
    padding: 1.5rem 1rem;
    border-radius: 0.5rem;
  }
}

.p-thanks__cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-thanks__cta-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}

.p-thanks__cta-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-thanks__cta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.875rem;
  width: 100%;
  min-height: 6.5rem;
  padding: 1.25rem 1.75rem;
  border-radius: 0.625rem;
  color: #f73c3c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-thanks__cta-link {
    min-height: 3.75rem;
    padding: 0.75rem 1rem;
    gap: 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.9375rem;
  }
}
.p-thanks__cta-link::after {
  content: "▶";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.7em;
}
.p-thanks__cta-link:focus-visible {
  outline: 0.1875rem solid #f73c3c;
  outline-offset: 0.125rem;
}
.p-thanks__cta-link--yellow {
  background: #FCEE59;
}
.p-thanks__cta-link--yellow:hover, .p-thanks__cta-link--yellow:focus-visible {
  background: #fff;
}
.p-thanks__cta-link--white {
  background: #fff;
}
.p-thanks__cta-link--white:hover, .p-thanks__cta-link--white:focus-visible {
  background: #FCEE59;
}

/* 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.u-d-only-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-d-only-pc {
    display: block;
  }
}

.u-d-only-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-d-only-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-d--none--pc {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */