/* CSS Document */
/*========================================
  タイトルエリア
========================================*/
#title-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 110px;
  background: linear-gradient(to top, #71c7c8 0%, #cbebee 38%, #def2fd 68%, #c7e7f8 84%, #aadbf3 100%);
}
@media screen and (max-width: 1024px) {
  #title-wrap {
    margin-top: 50px;
  }
}
/*----------------------------------------
  背景画像①
  1540px基準・右寄せ
----------------------------------------*/
#title-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1540px;
  height: 100%;
  transform: translateX(-50%);
  background: url("/webchohyobin/images/top/title-bg-cloud.png") no-repeat right center;
  background-size: 932px auto;
  pointer-events: none;
  z-index: 0;
}
/*----------------------------------------
  背景画像②
  1200px基準で右端
  1200px未満では画面右端
----------------------------------------*/
#title-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: max(calc((100vw - 1200px) / 2), 0px);
  width: 787px;
  height: 100%;
  background: url("/webchohyobin/images/top/title-bg.png") no-repeat right center;
  background-size: 787px auto;
  pointer-events: none;
  z-index: 1;
}
/*========================================
  コンテンツ
========================================*/
#title-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  min-height: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width:1240px) {
  #title-inner {
    padding: 0 16px;
    box-sizing: border-box;
  }
}
/*========================================
  SP
========================================*/
@media screen and (max-width:768px) {
  #title-wrap {
    padding-top: 50px;
  }
  #title-inner {
    min-height: auto;
  }
  /*
  必要であればSP用画像に差し替え

  #title-wrap::before{
      background-image:url("../img/title-bg1-sp.webp");
      background-size:cover;
  }

  #title-wrap::after{
      background-image:url("../img/title-bg2-sp.webp");
      background-size:contain;
  }
  */
}
@media screen and (max-width:768px) {
  #title-wrap {
    background:
      url("/webchohyobin/images/top/title-bg.png") no-repeat center bottom / contain, linear-gradient(to top, #71c7c8 0%, #cbebee 38%, #def2fd 68%, #c7e7f8 84%, #aadbf3 100%);
    padding-bottom: 320px;
  }
  #title-wrap::before {
    display: none;
  }
  #title-wrap::after {
    display: none;
  }
  #title-inner {
    padding: 0 20px;
    box-sizing: border-box;
    min-height: auto;
  }
}
.service-label {
  display: inline-flex;
  align-items: center;
  background: #146397;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  width: fit-content;
  margin-bottom: 15px;
}
.service-title {
  margin: 0 0 30px;
  color: #222222;
  /*color: #0b2256;*/
  font-size: 62px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.service-features {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 12px 14px;
  list-style: none;
  padding: 0;
  margin: 0 0 48px;
}
.service-features li {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  color: #333333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  white-space: nowrap;
}
.service-features li::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url("/webchohyobin/images/top/title-icon-chcek.svg") no-repeat center;
  background-size: contain;
}
@media (max-width:768px) {
  .service-label {
    margin: 0 auto 5px;
  }
  .service-title {
    font-size: 42px;
    text-align: center;
  }
  .service-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
  }
  .service-features li {
    font-size: 15px;
    padding: 5px 15px;
  }
}
.title-cv-btn {
  display: flex;
}
@media screen and (max-width: 768px) {
  .title-cv-btn {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.title-cv-btn a {
  display: block;
  margin: 0 10px 0 0
}
@media screen and (max-width: 768px) {
  .title-cv-btn a {
    margin: 0;
  }
}

.r-btn--white-orange {
  background: #fff;
  color: #ef771d !important;
  border-color: #ef771d !important;
}
.r-btn--white-orange:hover {
  background: #ef771d;
  color: #FFF !important;
}



.sec-title{
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .sec-title{
    font-size: 32px;
  }
}

.sec-title span{
  font-size: 22px;
  display: block;
}
@media screen and (max-width: 768px) {
.sec-title span{
  font-size: 18px;
  display: block;
}
}




/*----------------------------------------------------------------

 課題を解決セクション

----------------------------------------------------------------*/

/* ==========================================
   ① 横幅100％・背景色 #9ad0ee のコンテナ
========================================== */
.blue-section {
  width: 100%;
  background-color: #9ad0ee;
  position: relative; /* ③の飛び出す三角形の起点になります */
  box-sizing: border-box;
}

/* コンテンツの最大幅を制限するインナー */
.inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ==========================================
   ② 白い吹き出し
========================================== */
.white-balloon {
  position: relative;
  background-color: #ffffff;
  color: #333333;
  font-size: 21px;
  font-weight: bold;
  padding: 15px 40px;
  border-radius: 50px; /* 楕円状の丸み */
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .white-balloon {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px 20px;
  }
}

/* 白い吹き出しの下の三角(▼) */
.white-balloon::after {
  content: "";
  position: absolute;
  bottom: -12px; /* 三角の高さ分、下に配置 */
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 12px 10px 0 10px; /* 上、左右、下のボーダー幅 */
  border-color: #ffffff transparent transparent transparent; /* 上だけ白、他は透明 */
  display: block;
  width: 0;
  height: 0;
}

/* ==========================================
   ③ 青い背景から飛び出している▼のフキダシ
========================================== */
.blue-section::after {
  content: "";
  position: absolute;
  bottom: -30px; /* 三角形の高さ分、セクションの下に飛び出させる */
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 30px 25px 0 25px; /* 三角形のサイズ調整（縦30px、横50px） */
  border-color: #9ad0ee transparent transparent transparent; /* 背景色と同じ色を指定 */
  display: block;
  width: 0;
  height: 0;
  z-index: 10;
}

/* ==========================================
   中央コンテンツのレイアウト調整（文字や画像）
========================================== */
.main-content {
  text-align: center;
  color: #0c1a25; /* 濃い紺色 */
}

/* タイトル「請求業務の貴社のお悩みを」 */
.title {
  font-size: 31px;
  font-weight: bold;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
}

/* タイトル横の斜め線デコレーション（＼ ／） */
.decoration {
  font-size: 24px;
  font-weight: bold;
  color: #1a73e8; /* 青色 */
}

/* 「すべて [画像] 解決！」の部分 */
.solve-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .solve-message img{
    height: 70px;
    width: auto;
  }
}


.text-large {
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .text-large {
    font-size: 40px;
  }
}


/* キャラクター画像 */
.character-img {
  height: 120px; /* レイアウトに合わせて適宜調整してください */
  width: auto;
  display: block;
}


/*----------------------------------------------------------------

 特長

----------------------------------------------------------------*/

/* ベース構造設定 */
.sec-feature {
}

/* 偶数番目の全幅スタイル（背景色＋反転） */
.sec-feature:nth-child(even) {
  background-color: #f4f8fa; /* 偶数番目の横幅いっぱい背景色 */
}

.sec-feature:nth-child(even) .feature-item {
  flex-direction: row-reverse; /* 画像とテキストの左右配置を入れ替え */
}

.sec-feature-last {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #edf4f7 100%);
}

/* コンテンツ配置 */
.feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 10px 0;
}

.feature-content {
  flex: 1;
}

.feature-media {
  flex: 1;
  text-align: center;
}

.feature-media img {
  max-width: 100%;
  height: auto;
}

/* テキスト・パーツスタイル */
.feature-badge {
  display: inline-block;
  background-color: #146397;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.feature-sub {
  color: #146397;
  font-size: 20px;
  margin-bottom: 4px;
}

.feature-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #222;
}

.feature-text {
  margin-bottom: 24px;
}

/* 特長03 グレーボックス */
.info-box {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 24px;
}

/* 偶数背景内のインフォボックス背景（必要に応じて微調整） */
.sec-wrap:nth-child(even) .info-box {
  background-color: #ffffff;
}

.info-box-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #333;
}

.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1.5px solid #0056b3;
  border-radius: 50%;
  color: #0056b3;
  font-size: 11px;
}

.info-box-text {
  font-size: 13px;
  color: #666;
  margin: 0;
}

/* レスポンシブ対応（画面幅768px以下） */
@media (max-width: 768px) {
  .feature-item,
  .sec-wrap:nth-child(even) .feature-item {
    flex-direction: column; /* スマホでは画像・テキスト問わずテキスト上、画像下へ統一 */
    gap: 30px;
    padding: 10px 0;
  }

  .feature-title {
    font-size: 22px;
  }
}


/*----------------------------------------------------------------

 料金案内

----------------------------------------------------------------*/

.sub-heading {
  font-size: 1.25rem;
  font-weight: bold;
  color: #444444;
  margin-bottom: 8px;
}

.main-heading {
  font-size: 2.25rem;
  font-weight: 800;
  color: #222222;
  margin-top: 0;
  margin-bottom: 32px;
}

/* ベース設定 */

/* 見出し */
.sub-heading {
  font-size: 20px;
  font-weight: bold;
  color: #444444;
  margin-bottom: 8px;
}

.main-heading {
  font-size: 36px;
  font-weight: 800;
  color: #333333;
  margin-top: 0;
  margin-bottom: 32px;
  letter-spacing: 0.03em;
}

/* 初期費用・月額ブロック */
.price-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .price-cards {
    gap: 10px;
  }
}

.price-card {
  background-color: #dbeeff;
  border: 2px solid #bce1ff;
  border-radius: 16px;
  padding: 18px 36px;
  min-width: 240px;
  box-shadow: inset 0 0 0 2px #ffffff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .price-card {
    padding: 10px 15px;
    min-width: initial;
    min-width: auto;
    box-shadow: inset 0 0 0 2px #ffffff;
    box-sizing: border-box;
  }
}


.card-label {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .card-label {
    font-size: 16px;
  }
}

.card-price {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .card-price {
    font-size: 18px;
  }
}

.card-price .num {
  font-size: 52px;
  font-weight: 800;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .card-price .num {
    font-size: 36px;
  }
}

.card-price .unit {
  font-size: 22px;
}

.plus-icon {
  font-size: 36px;
  font-weight: bold;
  color: #8faec4;
}

.suffix-kara {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

/* 注釈：12px */
.price-note {
  font-size: 12px;
  color: #555555;
  margin-top: 10px;
  margin-bottom: 48px;
}

.comparison-area {
  margin: 0 auto;
  padding: 30px;
  background: #f4f8fa;
  max-width: 650px;
  border: 2px dotted #c1d2e1;
}

.comp-title {
  font-size: 26px;
  font-weight: 800;
  color: #146397;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 768px) {
  .comp-title {
    font-size: 20px;
  }
}

.comp-subtext {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 32px 0;
}


/*----------------------------------------------------------------

 活用イメージ

----------------------------------------------------------------*/

.sec-case{
  background: #f4f8fa;
}

/* ==========================================================================
   1. クイックナビ（2行スッキリ表示・文字サイズUP版）
   ========================================================================== */
body section.sec-case .sc-quick-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
  margin-bottom: 32px;
  padding: 4px;
}

body section.sec-case .nav-item {
  background: #ffffff; 
  border: 1px solid #e2e8f0;
  padding: 12px 16px;
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); 
  
  /* ★縦並び（2行）に設定 */
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 6px !important;
}

body section.sec-case .nav-item:hover {
  background: #f8fafc; 
  border-color: #cbd5e1;
}

body section.sec-case .nav-item.active {
  background: #217fc4 !important; 
  border-color: #217fc4 !important;
  box-shadow: 0 4px 12px rgba(33, 127, 196, 0.2) !important;
}

/* 1行目：アイコン ＋ Caseタグ */
body section.sec-case .btn-row-top {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

body section.sec-case .btn-icon {
  width: 18px;       
  height: 18px;
  flex-shrink: 0;    
  object-fit: contain;
  filter: none !important; /* 色反転防止 */
}

body section.sec-case .btn-case-tag {
  background: #64748b;
  color: #fff;
  font-size: 11px; /* ★サイズUP */
  font-weight: bold;
  padding: 2px 7px;
  border-radius: 4px;
  line-height: 1;
}

body section.sec-case .nav-item.active .btn-case-tag {
  background: #ffffff;
  color: #217fc4;
}

/* 2行目：本文テキスト */
body section.sec-case .btn-text {
  font-size: 14px !important; /* ★ご希望の13px〜14pxに拡大 */
  font-weight: bold !important;
  color: #334155 !important;
  line-height: 1.4 !important;
}

/* アクティブ時の本文テキスト色 */
body section.sec-case .nav-item.active .btn-text {
  color: #ffffff !important;
}

/* ==========================================================================
   2. Slickスライダー本体・余白・矢印
   ========================================================================== */
body section.sec-case .sc-carousel-wrapper {
  position: relative;
  margin: 0 50px; /* 矢印（-50px）配置用マージン */
}

body section.sec-case .sc-carousel-track .slick-list {
  padding: 16px 0 20px 0 !important;
  overflow: hidden !important;
}

body section.sec-case .sc-carousel-track .slick-track {
  display: flex !important;
  align-items: stretch !important;
}

body section.sec-case .sc-carousel-track .slick-slide {
  height: auto !important;
}

/* カード間の確実な隙間を生み出すラッパー（左右15px＝計30px隙間） */
body section.sec-case .sc-slick-box {
  padding: 0 10px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 100% !important;
}

/* 左右矢印ボタン (-50px 配置) */
body section.sec-case .sc-arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  color: #217fc4;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease;
}

body section.sec-case .sc-arrow-btn:hover {
  background: #217fc4;
  color: #ffffff;
  border-color: #217fc4;
}

body section.sec-case .sc-arrow-btn.prev { left: -50px; }
body section.sec-case .sc-arrow-btn.next { right: -50px; }

/* ==========================================================================
   3. カルーセルカードデザイン＆真ん中フォーカス（青枠）
   ========================================================================== */
body section.sec-case .sc-slide-card {
  background: #fff !important;
  border: 3px solid #e2e8f0 !important; 
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
  padding: 20px !important; 
  box-sizing: border-box !important;
  position: relative !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* ★真ん中に来たカード（.slick-center）上品な目立ち度UP版 */
body section.sec-case .slick-slide.slick-center .sc-slide-card {
  border: 4px solid #aec7d3 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important; /* グロー感を消し、最小限の締まった影に */
  transform: scale(1.04) translateY(-4px) !important; /* 拡大で主張をつくる */
  z-index: 5 !important;
}

/* Caseバッジ位置調整 */
body section.sec-case .card-badge {
  position: static !important;
  display: inline-block !important;
  background: #64748b !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: bold !important;
  padding: 3px 10px !important;
  border-radius: 4px !important;
  line-height: 1.2 !important;
  margin-bottom: 12px !important;
  align-self: flex-start !important;
}

/* 1. アイコン（一回り小さく：32px） */
body section.sec-case .card-header-icon {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain;
  margin: 0 auto 8px auto !important;
  display: block !important;
}

/* 2. 課題の見出し（大きめ・太字） */
body section.sec-case .card-header h3 {
  font-size: 19px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  text-align: center !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.4 !important;
  
  /* ★下線の追加 */
  border-bottom: 2px dotted #a5b9d1 !important; /* 線 fuer（グレー） */
  padding-bottom: 4px !important; /* 文字と線のスキマ */
}
body section.sec-case .card-arrow {
  text-align: center !important;
  color: #217fc4 !important;
  margin: 6px 0 10px 0 !important;
  font-size: 13px !important;
}

/* 3. 解決策の見出し（全体は控えめの15px） */
body section.sec-case .card-body h4 {
  font-size: 15px !important;
  font-weight: bold !important;
  line-height: 1.7 !important; /* 文字が大きくなるため行間を少し広げて読みやすく */
  color: #217fc4 !important;
  margin: 0 0 12px 0 !important;
  text-align: center !important;
}

/* ★4. highlight（文字二回りUP ＆ #ffea00 マーカーライン） */
body section.sec-case .card-body .highlight {
  color: #1e293b !important; /* 濃い文字色でマーカー上の視認性を高める */
  font-size: 18.5px !important; /* ★二回り大きく（15px → 18.5px） */
  font-weight: 800 !important;
  display: inline-block !important; /* マーカー幅を綺麗に合わせる */
  
  /* ★ご指定色 #ffea00 の蛍光ペン風ライン（下側60%に敷く） */
  background: linear-gradient(transparent 50%, #ffea00 50%) !important;
  padding: 0 4px !important;
  margin: 2px 0 !important;
}

/* 説明文 */
body section.sec-case .card-body p {
  font-size: 12.5px !important;
  line-height: 1.6 !important;
  color: #64748b !important;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  body section.sec-case .sc-carousel-wrapper { margin: 0; }
  body section.sec-case .sc-arrow-btn.prev { left: 0px; }
  body section.sec-case .sc-arrow-btn.next { right: 0px; }
  body section.sec-case .sc-arrow-btn { width: 36px; height: 36px; font-size: 14px; }
}

/*----------------------------------------------------------------

 セキュリティ

----------------------------------------------------------------*/

/* 外枠：グレー背景の領域 */
.security-wrapper {
  background-color: #f4f4f4;
  padding: 40px 20px;
  border-radius: 8px;
}

/* 
  レスポンシブ対応グリッド:
  ・画面幅に合わせて自動で列数が変化（折り返し）
  ・最小幅110px〜最大1frで均等配置
*/
.security-grid {
  display: grid;
  /* 親要素の文字サイズが大きくても崩れにくいよう em/rem を活用 */
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 16px;
  max-width: 1100px; /* PC時に広がりすぎないよう上限を設定 */
  margin: 0 auto;
}

/* 白いカード部分 */
.security-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  /* 白いカード部分 */
  .security-card {
    font-size: 13px;
  }
}


/* SVGアイコンを囲むエリア */
.security-icon {
  width: 100%;
  aspect-ratio: 1 / 1;    /* 正方形の比率を維持 */
  max-height: 70px;       /* 大きくなりすぎ防止 */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .security-icon {
    max-height: 50px;       /* 大きくなりすぎ防止 */
  }
}


/* SVG画像自体のサイズ調整 */
.security-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* テキスト部分 */
.security-text {
  margin: 0;
  text-align: center;
  line-height: 1.4;
  word-break: keep-all;    /* 単語の途中で変な改行が入るのを防ぐ */
  overflow-wrap: break-word; /* 溢れる長い文字列は折返す */
}



.bg-charlie-fly{
  position: relative;
}
.bg-charlie-fly-illust{
  position: absolute;
  left: -10px;
  top: 170px;
}
@media screen and (max-width: 1500px) {
  .bg-charlie-fly-illust{
    display: none;
  }
}

.bg-charlie-lupe{
  position: relative;
}
.bg-charlie-lupe-illust{
  position: absolute;
  right: 30px;
  bottom: 60px;
}
@media screen and (max-width: 1500px) {
  .bg-charlie-lupe-illust{
    display: none;
  }
}

.bg-charlie-ppap{
  position: relative;
}
.bg-charlie-ppap-illust{
  position: absolute;
  left: 30px;
  bottom: 60px;
}
@media screen and (max-width: 1500px) {
  .bg-charlie-ppap-illust{
    display: none;
  }
}

