@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  word-wrap: break-word;
}

input,
textarea {
  box-sizing: border-box;
}

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

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

*,
html {
  font-size: 16px;
  color: #333;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}

button {
  border: none;
}

main {
  overflow-x: hidden;
}

/* スクロールでふわっと表示（JSで is-active 付与） */
.js-fadeIn {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.js-fadeIn.is-active {
  opacity: 1;
  transform: translateY(0);
}

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

.pc {
  display: none !important;
}
@media screen and (min-width: 821px) {
  .pc {
    display: block !important;
  }
}

.c-text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  font-weight: 500;
}
@media screen and (min-width: 821px) {
  .c-text {
    font-size: 16px;
    line-height: 1.875;
  }
}

.c-inner {
  padding: 0 15px;
}
@media screen and (min-width: 821px) {
  .c-inner {
    max-width: 1325px;
    margin: 0 auto;
  }
}

.c-section-name {
  font-size: 100px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  z-index: 0;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #A8BED1;
  opacity: 0.15;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 80px;
  left: -15px;
}
@media screen and (min-width: 821px) {
  .c-section-name {
    font-size: 140px;
  }
}
.c-section-name.right {
  left: inherit;
  right: -15px;
}

.c-main {
  margin-top: 60px;
}
@media screen and (min-width: 821px) {
  .c-main {
    margin-top: 80px;
  }
}

/* =========================================================
   button（ヘッダー / フッター共通）
   テキスト中央・矢印は右端固定
   ========================================================= */
.c-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  gap: 14px;
  text-align: center;
  transition: opacity 0.2s, background-color 0.2s, color 0.2s;
}
.c-btn:hover {
  opacity: 0.85;
}
@media only screen and (min-width: 992px) {
  .c-btn {
    width: 100%;
  }
}

.c-btn__arrow {
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* 塗り（資料ダウンロード / 資料請求） */
.c-btn--primary {
  background-color: #0E63C4;
  color: #fff;
}
.c-btn--primary .c-btn__arrow {
  background-image: url("../img/common/arrow-white.svg");
}

/* 白フチ（お問い合わせ）：明るい背景向けの基本形 */
.c-btn--outline {
  background-color: #fff;
  border: 1px solid #0E63C4;
  color: #0E63C4;
}
.c-btn--outline .c-btn__arrow {
  background-image: url("../img/common/arrow-blue.svg");
}

/* =========================================================
   共通ボタン（2つ目）：ブルーの大ボタン
   SP 300×50 / PC 300×60・テキスト中央・矢印右端
   既定は margin:0 auto（中央寄せ）／ .c-btn2--left で margin:0
   ========================================================= */
.c-btn2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  padding: 0 10px;
  border-radius: 25px;
  background-color: #0E63C4;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  gap: 20px;
  transition: opacity 0.2s;
}
.c-btn2:hover {
  opacity: 0.85;
}
@media only screen and (min-width: 992px) {
  .c-btn2 {
    height: 60px;
    border-radius: 30px;
    font-size: 17px;
  }
}
.c-btn2 .c-btn__arrow {
  background-image: url("../img/common/arrow-white.svg");
}

/* margin:0（左寄せにしたい時） */
.c-btn2--left {
  margin: 0;
}

/* =========================================================
   セクション見出し（c-section-ttl）
   1文字ずつ下からせり上がって表示（JSで <em> 分割 → IntersectionObserver）
   ========================================================= */
.c-section-ttl {
  position: relative;
  padding-top: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  /* JS分割後に表示（分割前の素テキストのチラつき防止） */
  opacity: 0;
  /* 見出し上の縦ライン */
}
@media only screen and (min-width: 992px) {
  .c-section-ttl {
    padding-top: 32px;
    font-size: 40px;
  }
}
.c-section-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 20px;
  background-color: #0E63C4;
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) {
  .c-section-ttl::before {
    height: 30px;
    top: 0px;
  }
}

/* JSで分割が完了したら表示 */
.c-section-ttl.is-ready {
  opacity: 1;
}

/* 強調文字（色変え） */
.c-section-ttl__accent {
  color: #0E63C4;
}

/* em に blue クラスが付いている場合は青色 */
.c-section-ttl em.blue {
  color: #0E63C4;
}

/* 1文字（JS生成）：自身でクリップ → 2行になっても自然 */
.c-section-ttl__char {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.c-section-ttl__char em {
  display: inline-block;
  font-style: normal;
  transform: translateY(105%);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s;
}

/* 範囲内に入ったらせり上がり */
.c-section-ttl.is-inview .c-section-ttl__char em {
  transform: translateY(0);
  opacity: 1;
}

/* =========================================================
   card（c-card）：どこでも使い回せるカードコンポーネント
   SP：縦並び1列 / PC：横並び3列・gap40px
   ========================================================= */
.c-cards {
  display: grid;
  gap: 28px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .c-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.c-card {
  background-color: #fff;
  box-shadow: 0 10px 20px 0px rgba(94, 170, 195, 0.16);
}

/* カード全体リンク（リンクにすると hover で画像ズーム） */
.c-card__link {
  display: block;
  color: inherit;
}

/* 画像：横幅いっぱい（比率を揃えてトリミング） */
.c-card__img {
  width: 100%;
  overflow: hidden;
}

.c-card__img img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* hover で画像を少し拡大 */
.c-card__link:hover .c-card__img img {
  transform: scale(1.05);
}

/* 画像下のコンテンツ */
.c-card__body {
  padding: 20px;
  background: #fff;
}

/* グラデーションのラベル（POINT 01 など） */
.c-card__label {
  display: inline-block;
  padding: 3px 10px;
  background: linear-gradient(90deg, #8AD4EF 0%, #4F93E0 100%);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 992px) {
  .c-card__label {
    font-size: 14px;
  }
}

/* 見出し */
.c-card__ttl {
  margin-top: 8px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .c-card__ttl {
    font-size: 24px;
  }
}

/* 本文（.c-text と併用） */
.c-card__text {
  margin-top: 4px;
  color: #333;
}
@media screen and (min-width: 821px) {
  .c-card__text {
    margin-top: 5px;
  }
}

/* =========================================================
   pickup / news 用バリエーション（画像下に枠・余白なし）
   ========================================================= */
.c-card--pickup {
  background-color: transparent;
  box-shadow: none;
}
.c-card--pickup .c-card__body {
  padding: 8px 0 0;
  background: transparent;
}
@media screen and (min-width: 821px) {
  .c-card--pickup .c-card__body {
    padding: 8px 0 0;
  }
}

/* 日付＋カテゴリーの行（横並び） */
.c-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-card__date {
  font-size: 14px;
  font-weight: 700;
  color: #0E63C4;
}
@media only screen and (min-width: 992px) {
  .c-card__date {
    font-size: 16px;
  }
}

/* カテゴリー（複数想定） */
.c-card__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-left: auto;
}

.c-card__cat {
  display: inline-block;
  padding: 2px 4px;
  border: 1px solid #0E63C4;
  color: #0E63C4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

/* タグ（複数想定） */
.c-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin-top: 12px;
}

.c-card__tag {
  color: #999999;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.c-card__tag::before {
  content: "#";
}

/* =========================================================
   c-heading（横に縦長の平行四辺形付き見出し・使い回し用）
   SP 20px / PC 30px bold
   ========================================================= */
.c-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  /* 縦長の平行四辺形 */
}
@media only screen and (min-width: 992px) {
  .c-heading {
    gap: 18px;
    font-size: 30px;
  }
}
.c-heading::before {
  content: "";
  flex-shrink: 0;
  width: 7px;
  height: 1.1em;
  background-color: #101F70;
  transform: skewX(-12deg);
}
@media only screen and (min-width: 992px) {
  .c-heading::before {
    width: 8px;
  }
}

/* =========================================================
   header
   ========================================================= */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .l-header {
    height: 80px;
  }
}

.l-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 16px;
}
@media only screen and (min-width: 992px) {
  .l-header__inner {
    justify-content: space-between;
    padding: 0 30px;
  }
}

.l-header__logo {
  line-height: 1;
  flex-shrink: 0;
  margin-right: 10px;
}

/* ---- logo ---- */
.c-logo {
  display: inline-block;
}

.c-logo__img {
  display: block;
  width: 232px;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .c-logo__img {
    width: 230px;
  }
}
@media only screen and (min-width: 1400px) {
  .c-logo__img {
    width: 310px;
  }
}

/* =========================================================
   hamburger（SPのみ表示・60×60の正方形）
   ========================================================= */
.l-header__hamburger {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #0E63C4;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .l-header__hamburger {
    display: none;
  }
}

.l-header__bars {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: background-color 0.3s;
}
.l-header__bars::before, .l-header__bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s;
}
.l-header__bars::before {
  top: -9px;
}
.l-header__bars::after {
  top: 9px;
}

/* 開いている状態 → ×印 */
.l-header.is-open .l-header__bars {
  background-color: transparent;
}
.l-header.is-open .l-header__bars::before {
  transform: translateY(9px) rotate(45deg);
}
.l-header.is-open .l-header__bars::after {
  transform: translateY(-9px) rotate(-45deg);
}

/* =========================================================
   nav
   ========================================================= */
/* ---- SP：ドロワー（全画面オーバーレイ） ---- */
.l-header__nav {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 900;
  width: 100%;
  height: auto;
  padding: 24px 24px 48px;
  overflow-y: auto;
  background-color: #0E63C4;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
}
@media only screen and (min-width: 992px) {
  .l-header__nav {
    position: static;
    width: auto;
    max-width: none;
    height: auto;
    padding: 0;
    overflow: visible;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

/* ---- オーバーレイマスク（SPのみ・メニュー背後） ---- */
.l-header__overlay {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 890;
  background-color: rgba(51, 51, 51, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media only screen and (min-width: 992px) {
  .l-header__overlay {
    display: none;
  }
}

.l-header.is-open .l-header__nav {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.l-header.is-open .l-header__overlay {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 992px) {
  .p-nav__list {
    display: flex;
    align-items: center;
    gap: 14px;
  }
}
@media only screen and (min-width: 1400px) {
  .p-nav__list {
    gap: 20px;
  }
}

.p-nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 992px) {
  .p-nav__item {
    border-bottom: none;
  }
}
@media only screen and (min-width: 992px) {
  .p-nav__item--has-child {
    position: relative;
  }
}

.p-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 18px 8px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .p-nav__link {
    width: auto;
    padding: 0;
    color: #333;
    font-size: 12px;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1400px) {
  .p-nav__link {
    font-size: 15px;
  }
}

/* 開閉ボタン（プルダウンの親） */
.p-nav__toggle {
  position: relative;
  gap: 4px;
  background-color: transparent;
}

/* ▼ 矢印（下向き三角・#0E63C4） */
.p-nav__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #0E63C4;
  transition: transform 0.3s;
}

/* SP：アコーディオン展開時に矢印を反転（上向き） */
.p-nav__item.is-open .p-nav__arrow {
  transform: rotate(180deg);
}

/* ---- submenu（SP：アコーディオン / PC：プルダウン） ---- */
.p-nav__submenu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
@media only screen and (min-width: 992px) {
  .p-nav__submenu {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    max-height: none;
    min-width: 220px;
    padding: 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(16, 31, 112, 0.12);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
}

/* PC：ホバーでプルダウン表示 */
@media only screen and (min-width: 992px) {
  .p-nav__item--has-child:hover .p-nav__submenu,
  .p-nav__item--has-child:focus-within .p-nav__submenu {
    opacity: 1;
    visibility: visible;
  }
  .p-nav__item--has-child:hover .p-nav__arrow {
    transform: rotate(180deg);
  }
}
.p-nav__sublink {
  display: block;
  padding: 14px 8px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .p-nav__sublink {
    padding: 12px 24px;
    color: #333;
    text-align: left;
    transition: background-color 0.2s, color 0.2s;
  }
  .p-nav__sublink:hover {
    background-color: #EBFBFF;
    color: #0E63C4;
  }
}

/* SP：1つ目のサブリンクに上部余白 */
.p-nav__subitem:first-child .p-nav__sublink {
  padding-top: 4px;
}
@media only screen and (min-width: 992px) {
  .p-nav__subitem:first-child .p-nav__sublink {
    padding-top: 12px;
  }
}

.p-nav__subitem:last-child .p-nav__sublink {
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .p-nav__subitem:last-child .p-nav__sublink {
    padding-bottom: 12px;
  }
}

/* =========================================================
   actions（ボタン群）
   ========================================================= */
.p-nav__actions {
  flex-direction: column;
  gap: 16px;
  display: none;
  margin-top: 32px;
}
@media only screen and (min-width: 992px) {
  .p-nav__actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 0;
  }
}
.p-nav__actions .c-btn {
  width: 200px;
}
@media only screen and (min-width: 992px) {
  .p-nav__actions .c-btn {
    width: 150px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1400px) {
  .p-nav__actions .c-btn {
    width: 200px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .p-nav__actions .c-btn.c-btn--outline {
    width: 150px;
  }
}
@media only screen and (min-width: 1400px) {
  .p-nav__actions .c-btn.c-btn--outline {
    width: 180px;
  }
}

/* ボタンの基本デザインは Object/_button.scss を共通利用。
   SPドロワー（青背景）内の「お問い合わせ」だけ白フチに上書き */
@media only screen and (max-width: 991px) {
  .l-header__nav .c-btn--outline {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
  }
  /* 青背景では矢印・三角を白に */
  .l-header__nav .c-btn--outline .c-btn__arrow {
    background-image: url("../img/common/arrow-white.svg");
  }
  .l-header__nav .p-nav__arrow {
    border-top-color: #fff;
  }
}
/* =========================================================
   body offset（固定ヘッダー分の余白）
   ========================================================= */
body {
  padding-top: 60px;
}
@media only screen and (min-width: 992px) {
  body {
    padding-top: 80px;
  }
}

/* ドロワー展開中は背面スクロールを固定 */
body.is-nav-open {
  overflow: hidden;
}

/* =========================================================
   footer
   ========================================================= */
.l-footer {
  position: relative;
  background-color: #F7F7F7;
}

.l-footer__inner {
  max-width: 1326px;
  margin: 0 auto;
  padding: 82px 15px 65px;
}
@media only screen and (min-width: 992px) {
  .l-footer__inner {
    padding: 73px 10px 70px;
  }
}

/* ---- 上段：ロゴ＋リード文 ---- */
.l-footer__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .l-footer__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    text-align: left;
  }
}

.l-footer__logo .c-logo__img {
  width: 310px;
}
@media screen and (min-width: 821px) {
  .l-footer__logo .c-logo__img {
    width: 385px;
  }
}

.l-footer__lead {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (min-width: 992px) {
  .l-footer__lead {
    font-size: 16px;
    text-align: right;
  }
}

@media only screen and (min-width: 992px) {
  .l-footer__br {
    display: none;
  }
}

/* ---- 区切り線 ---- */
.l-footer__divider {
  height: 1px;
  margin: 28px 0;
  border: 0;
  background-color: #dcdcdc;
}
@media only screen and (min-width: 992px) {
  .l-footer__divider {
    margin: 18px 0 30px;
  }
}

/* =========================================================
   content（メニュー＋ボタン）
   SP：縦並び（ボタン → メニュー） / PC：横並び（メニュー左・ボタン右）
   ========================================================= */
.l-footer__content {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .l-footer__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
}

/* ---- ボタン群 ---- */
.l-footer__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  order: 1;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .l-footer__btns {
    order: 2;
    flex-direction: row;
    flex-shrink: 0;
    gap: 16px;
    margin-bottom: 0;
  }
}
.l-footer__btns .c-btn {
  justify-content: center;
  width: 100%;
  padding: 20px 10px;
  gap: 0;
}
.l-footer__btns .c-btn .c-btn__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
@media only screen and (min-width: 992px) {
  .l-footer__btns .c-btn {
    width: 100%;
    width: 200px;
    padding: 16px 10px;
  }
}
.l-footer__btns .c-btn span {
  color: #fff;
}

/* 「（無料）」はSPのみ表示 */
@media only screen and (min-width: 992px) {
  .l-footer__note {
    display: none;
  }
}

/* =========================================================
   フッターナビ
   ========================================================= */
.p-fnav {
  order: 2;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .p-fnav {
    order: 1;
    display: flex;
    gap: 42px;
    text-align: left;
  }
}

.p-fnav__group + .p-fnav__group {
  margin-top: 24px;
}

/* SPでは各カラムを縦に連結 */
.p-fnav__col + .p-fnav__col {
  margin-top: 24px;
}
@media only screen and (min-width: 992px) {
  .p-fnav__col + .p-fnav__col {
    margin-top: 0;
  }
}

.p-fnav__ttl {
  display: inline-block;
  color: #0E63C4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .p-fnav__ttl {
    font-size: 16px;
  }
}

a.p-fnav__ttl:hover {
  text-decoration: underline;
}

.p-fnav__sublist {
  margin-top: 12px;
}

.p-fnav__subitem + .p-fnav__subitem {
  margin-top: 10px;
}

.p-fnav__sublink {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
.p-fnav__sublink::before {
  content: "- ";
}
@media only screen and (min-width: 992px) {
  .p-fnav__sublink {
    font-size: 14px;
  }
}

/* =========================================================
   コピーライト / プライバシーポリシー
   ========================================================= */
.l-footer__copy {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .l-footer__copy {
    margin-top: 24px;
    text-align: right;
  }
}

.l-footer__privacy {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #999999;
  display: none;
}
.l-footer__privacy::before {
  content: "- ";
}
@media only screen and (min-width: 992px) {
  .l-footer__privacy {
    display: block;
  }
}

.l-footer__copytext {
  display: block;
  margin-top: 12px;
  color: #999;
  font-size: 10px;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 992px) {
  .l-footer__copytext {
    font-size: 12px;
  }
}

/* =========================================================
   p-counseling（全ページ共通のCTAセクション）
   ========================================================= */
.p-counseling {
  position: relative;
  padding: 82px 15px 82px;
  color: #fff;
  text-align: center;
  background-image: url("../img/common/bg-counseling-sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .p-counseling {
    padding: 112px 24px 95px;
    background-image: url("../img/common/bg-counseling.webp");
  }
}

.p-counseling__inner {
  max-width: 880px;
  margin: 0 auto;
}

/* 濃色背景なので見出し・強調・縦ラインを白／ライトブルーに */
.p-counseling .c-section-ttl {
  margin-bottom: 30px;
}

.p-counseling__lead {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
}

/* ---- ボタン（c-btn 共通）：SP縦並び / PC横並び405px・gap20px ---- */
.p-counseling__btns {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
}
@media only screen and (min-width: 992px) {
  .p-counseling__btns {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 36px;
  }
}
.p-counseling__btns .c-btn {
  width: 100%;
  justify-content: center;
}
.p-counseling__btns .c-btn .c-btn__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
@media only screen and (min-width: 992px) {
  .p-counseling__btns .c-btn {
    width: 405px;
    max-width: 405px;
    flex-shrink: 0;
    padding: 25px 0;
    font-size: 20px;
  }
}

/* =========================================================
   l-mv（下層ページ共通のメインビジュアル）
   ========================================================= */
.l-mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 150px;
  text-align: center;
  background-image: url("../img/common/bg-common-sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .l-mv {
    height: 300px;
    background-image: url("../img/common/bg-common.webp");
  }
}

.l-mv__ttl {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 992px) {
  .l-mv__ttl {
    font-size: 50px;
  }
}

.l-mv__sub {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 20px;
  background-color: #101F70;
  border-radius: 30px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 992px) {
  .l-mv__sub {
    margin-top: 16px;
    padding: 8px 28px;
    font-size: 16px;
  }
}

/* =========================================================
   p-faq（FAQセクション・使い回し用）
   ========================================================= */
.p-faq {
  padding: 40px 0 60px;
  background-color: #F7F7F7;
}
@media only screen and (min-width: 992px) {
  .p-faq {
    padding: 60px 0 80px;
  }
}

.p-faq__inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

/* タイトル（下に40px・2pxの青ライン） */
.p-faq__ttl {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 20px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4583333333;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .p-faq__ttl {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
.p-faq__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 2px;
  background-color: #0E63C4;
  transform: translateX(-50%);
}

.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .p-faq__list {
    gap: 24px;
  }
}

/* 各FAQ（白背景） */
.p-faq__item {
  padding: 20px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .p-faq__item {
    padding: 30px;
  }
}

/* Q行 / A行 */
.p-faq__row {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* QとAのgap：SP10px / PC15px */
.p-faq__row--a {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .p-faq__row--a {
    margin-top: 15px;
  }
}

/* Q / A アイコン（円・Montserrat semibold） */
.p-faq__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .p-faq__icon {
    width: 45px;
    height: 45px;
    font-size: 24px;
  }
}

.p-faq__icon--q,
.p-faq__icon--a {
  background-color: #0E63C4;
}

/* Qテキストは太字 */
.p-faq__text--q {
  font-weight: 700;
}

/* =========================================================
   c-breadcrumb（下層ページ共通パンくず）
   ========================================================= */
.c-breadcrumb {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) {
  .c-breadcrumb {
    font-size: 12px;
  }
}

.c-breadcrumb__inner {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (min-width: 821px) {
  .c-breadcrumb__inner {
    max-width: inherit;
    padding: 12px 30px;
  }
}

.c-breadcrumb__link {
  color: #333;
  transition: opacity 0.2s;
}
.c-breadcrumb__link:hover {
  opacity: 0.7;
}

.c-breadcrumb__sep {
  margin: 0 6px;
  color: #A8BED1;
}

/* 表示中ページ */
.c-breadcrumb__current {
  color: #0E63C4;
}

/* =========================================================
   p-contact（お問い合わせ／申し込みフォーム・使い回し用）
   ========================================================= */
.p-contact {
  position: relative;
  z-index: 0;
  padding: 40px 0 60px;
  /* 背景：$gradient-light 不透明度60%・上部は透明 */
}
@media screen and (min-width: 821px) {
  .p-contact {
    padding: 60px 0 100px;
  }
}
.p-contact::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 16%;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #DEEBFF 0%, #E3FDFF 100%);
  opacity: 0.6;
}

.p-contact__inner {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  padding: 0 15px;
}

/* カード上部の導入文（カードの外） */
.p-contact__intro {
  margin-bottom: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .p-contact__intro {
    margin-bottom: 40px;
    font-size: 20px;
  }
}

.p-contact__card {
  padding: 24px 20px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(16, 31, 112, 0.06);
}
@media screen and (min-width: 821px) {
  .p-contact__card {
    padding: 50px 60px;
  }
}
.p-contact__card iframe {
  height: 1780px;
}
@media screen and (min-width: 821px) {
  .p-contact__card iframe {
    height: 1690px;
  }
}
.p-contact__card.p-download__card iframe {
  height: 1280px;
}
@media screen and (min-width: 821px) {
  .p-contact__card.p-download__card iframe {
    height: 1200px;
  }
}

/* タイトル下のテキスト */
.p-contact__lead {
  margin-top: 12px;
  color: #808080;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-contact__lead {
    font-size: 14px;
  }
}

.p-contact__form {
  margin-top: 24px;
}
@media screen and (min-width: 821px) {
  .p-contact__form {
    margin-top: 32px;
  }
}

/* iframe埋め込みフォーム */
.p-contact__embed {
  margin-top: 24px;
}
@media screen and (min-width: 821px) {
  .p-contact__embed {
    margin-top: 32px;
  }
}
.p-contact__embed iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  /* CMSで指定した高さ（SP→PCの順にフォールバック。未指定時は既定値） */
  height: var(--embed-h-sp, var(--embed-h, 2000px));
  border: 0;
}
@media screen and (min-width: 821px) {
  .p-contact__embed iframe {
    height: var(--embed-h, 1690px);
  }
}

.p-contact__field + .p-contact__field {
  margin-top: 20px;
}

.p-contact__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 821px) {
  .p-contact__label {
    font-size: 16px;
  }
}

/* 必須バッジ */
.p-contact__required {
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #0E63C4;
  border-radius: 3px;
  color: #0E63C4;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

/* 入力欄・セレクト・テキストエリア共通 */
.p-contact__input,
.p-contact__textarea,
.p-contact__select select {
  width: 100%;
  padding: 12px 14px;
  background-color: #F7F7F7;
  border: 1px solid #DDDDDD;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .p-contact__input,
  .p-contact__textarea,
  .p-contact__select select {
    font-size: 16px;
  }
}

.p-contact__textarea {
  min-height: 160px;
  resize: vertical;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder,
.p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder,
.p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder,
.p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-webkit-input-placeholder, .p-contact__textarea::-webkit-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-moz-placeholder, .p-contact__textarea::-moz-placeholder {
  color: #AEB6C0;
}

.p-contact__input:-ms-input-placeholder, .p-contact__textarea:-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::-ms-input-placeholder, .p-contact__textarea::-ms-input-placeholder {
  color: #AEB6C0;
}

.p-contact__input::placeholder,
.p-contact__textarea::placeholder {
  color: #AEB6C0;
}

/* セレクト（矢印） */
.p-contact__select {
  position: relative;
}

.p-contact__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  cursor: pointer;
}

.p-contact__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #707A86;
  border-bottom: 2px solid #707A86;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

/* 同意チェック */
.p-contact__agree {
  margin-top: 24px;
  text-align: center;
}

.p-contact__agree-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  cursor: pointer;
}

.p-contact__agree-label input {
  flex-shrink: 0;
  margin-top: 2px;
}

/* 送信ボタン */
.p-contact__submit {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-contact__submit {
    margin-top: 32px;
  }
}

.p-contact__btn {
  cursor: pointer;
}

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