@charset "UTF-8";
/*
Theme Name: NOWペイント
Description: 三重県津市の塗装業者「NOWペイント」コーポレートサイト
Author: NOWペイント
Version: 1.0
*/
/* =====================================================
   ブレイクポイント
===================================================== */
/* =====================================================
   カラーパレット（NOWペイント）
===================================================== */
/* =====================================================
   ブレイクポイント mixin
===================================================== */
/* =====================================================
   reset & base
===================================================== */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  background-color: #FFFFFF;
  color: #2A2A2A;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

ul {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
}

#main {
  position: static;
  padding-left: 17%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #main {
    padding-left: 23%;
  }
}
@media screen and (max-width: 768px) {
  #main {
    padding-left: 0;
    padding-top: 0;
  }
}

.tel-link {
  cursor: text;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tel-link {
    cursor: auto;
    text-decoration: none;
    pointer-events: auto;
  }
}

/* =====================================================
   フェードイン
===================================================== */
.fade-in {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(50px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* =====================================================
   表示切替
===================================================== */
@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.wide {
  max-width: 1140px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    max-width: none;
  }
}

/* =====================================================
   見出しユーティリティ
===================================================== */
p {
  line-height: 1.8;
}

/* =====================================================
   スプラッシュ共通（描画最適化・配置）
===================================================== */
.greeting-splash, .section-splash, .hero-paint-splash, .global-splash,
.header-deco, .lower-splash, .splash-deco, .img-splash,
.loading-splash, .bnr-splash-deco, .ink-fill-svg {
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.greeting-splash, .section-splash {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media screen and (max-width: 768px) {
  .greeting-splash {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .section-splash {
    opacity: 0.08 !important;
  }
}

/* =====================================================
   グローバル背景スプラッシュ（fixed 8枚）
===================================================== */
.global-splash {
  position: fixed;
  pointer-events: none;
  z-index: 0;
  opacity: 0.07;
  height: auto;
}
@media screen and (max-width: 768px) {
  .global-splash {
    display: none;
  }
}

.gs-1 {
  top: 6%;
  right: 4%;
  width: 240px;
  transform: rotate(15deg);
}

.gs-2 {
  top: 38%;
  left: 18%;
  width: 200px;
  transform: rotate(-25deg);
}

.gs-3 {
  bottom: 8%;
  right: 6%;
  width: 260px;
  transform: rotate(35deg);
}

.gs-4 {
  top: 70%;
  left: 20%;
  width: 180px;
  transform: rotate(-10deg);
}

.gs-5 {
  top: 15%;
  left: 50%;
  width: 130px;
  transform: rotate(60deg);
  opacity: 0.05;
}

.gs-6 {
  top: 50%;
  right: 30%;
  width: 140px;
  transform: rotate(-40deg);
  opacity: 0.05;
}

.gs-7 {
  bottom: 40%;
  left: 35%;
  width: 110px;
  transform: rotate(20deg);
  opacity: 0.04;
}

.gs-8 {
  top: 85%;
  right: 38%;
  width: 90px;
  transform: rotate(-15deg);
  opacity: 0.05;
}

/* =====================================================
   ローディング画面
===================================================== */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFBF5;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.8s ease-out, visibility 0.8s;
  overflow: hidden;
}
#loading.hidden {
  opacity: 0;
  visibility: hidden;
}
#loading .loading-splash {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  z-index: 1;
}
#loading .loading-splash-1 {
  top: -18%;
  left: -14%;
  width: 850px;
  transform: rotate(-12deg);
}
@media screen and (max-width: 768px) {
  #loading .loading-splash-1 {
    width: 480px;
  }
}
#loading .loading-splash-2 {
  bottom: -22%;
  right: -16%;
  width: 920px;
  transform: rotate(25deg);
}
@media screen and (max-width: 768px) {
  #loading .loading-splash-2 {
    width: 520px;
  }
}
#loading .loading-splash-3,
#loading .loading-splash-4,
#loading .loading-splash-5,
#loading .loading-splash-6 {
  display: none;
}
#loading .loading_logo {
  width: 280px;
  max-width: 60%;
  margin-bottom: 30px;
  animation: logoFloat 2s ease-in-out infinite;
  z-index: 2;
}
#loading .loading_text {
  text-align: center;
  z-index: 2;
  position: relative;
}
#loading .loadingText {
  font-size: 16px;
  color: #FF6B1A;
  letter-spacing: 0.25em;
  margin-bottom: 20px;
  font-weight: 800;
}
#loading .pulse-container {
  display: flex;
  gap: 10px;
  justify-content: center;
}
#loading .pulse-bubble {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  animation: pulseDrop 1.2s ease-in-out infinite;
}
#loading .pulse-bubble-1 {
  background: #E63946;
  animation-delay: 0s;
}
#loading .pulse-bubble-2 {
  background: #FFD93D;
  animation-delay: 0.2s;
}
#loading .pulse-bubble-3 {
  background: #3A86FF;
  animation-delay: 0.4s;
}

@keyframes logoFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes pulseDrop {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-18px) scale(1.2);
    opacity: 1;
  }
}
/* =====================================================
   下層共通ヒーロー
===================================================== */
.lower-hero {
  position: relative;
  padding: 140px 24px 80px;
  background: #FAF7F2;
  overflow: hidden;
  text-align: center;
  border-bottom: 4px solid #FFD93D;
}
.lower-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent 0, transparent 16px, rgba(255, 107, 26, 0.04) 16px, rgba(255, 107, 26, 0.04) 18px);
  pointer-events: none;
}
.lower-hero .en-deco {
  position: absolute;
  font-family: "Bagel Fat One", cursive;
  font-size: 160px;
  color: rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  letter-spacing: 0.05em;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .lower-hero .en-deco {
    font-size: 90px;
  }
}
.lower-hero .ja-title {
  position: relative;
  z-index: 5;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .lower-hero .ja-title {
    font-size: 1.6rem;
  }
}
.lower-hero .en-sub {
  position: relative;
  z-index: 5;
  font-family: "Bagel Fat One", cursive;
  color: #FF6B1A;
  letter-spacing: 0.2em;
  font-size: 14px;
}
.lower-hero .breadcrumb {
  position: relative;
  z-index: 5;
  font-size: 12px;
  color: #888;
  margin-top: 12px;
}
.lower-hero .breadcrumb a {
  color: #FF6B1A;
  text-decoration: underline;
}
.lower-hero .lower-splash {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  opacity: 0.85;
}

/* =====================================================
   下層共通コンテンツ
===================================================== */
.lower-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 24px;
  position: relative;
}

.lower-content-section {
  margin-bottom: 80px;
  position: relative;
}
.lower-content-section:last-child {
  margin-bottom: 0;
}

.lower-headline {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 28px;
  padding-left: 18px;
  border-left: 6px solid #FF6B1A;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-headline {
    font-size: 1.4rem;
  }
}
.lower-headline .en {
  display: block;
  font-family: "Bagel Fat One", cursive;
  color: #FF6B1A;
  font-size: 13px;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin-bottom: 4px;
}

/* 旧仕様互換 */
.lower_headline {
  background: rgba(255, 107, 26, 0.1);
  padding: 0.5vw 0.5vw 0.5vw 0.8vw;
  border-left: solid 4px #FF6B1A;
  font-size: 160%;
  margin-bottom: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_headline {
    padding: 1vw 0 1vw 1vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_headline {
    padding: 2vw 0 2vw 2vw;
    font-size: 5vw;
  }
}

/* =====================================================
   ドリップ系 CTA ボタン（共通）
===================================================== */
.btn-drip, #footer_contact .footer_contact_content .footer_contact_tel button,
#footer_contact .footer_contact_content .footer_contact_form button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #FF6B1A;
  color: #fff;
  padding: 18px 38px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 6px 0 #C9510B, 0 12px 28px rgba(255, 107, 26, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  z-index: 2;
  text-decoration: none;
}
.btn-drip:hover, #footer_contact .footer_contact_content .footer_contact_tel button:hover,
#footer_contact .footer_contact_content .footer_contact_form button:hover {
  transform: translateY(3px);
  box-shadow: 0 3px 0 #C9510B, 0 6px 15px rgba(255, 107, 26, 0.5);
}
.btn-drip strong, #footer_contact .footer_contact_content .footer_contact_tel button strong,
#footer_contact .footer_contact_content .footer_contact_form button strong {
  font-family: "Bagel Fat One", cursive;
  font-size: 22px;
  letter-spacing: 0.05em;
}
.btn-drip .drip, #footer_contact .footer_contact_content .footer_contact_tel button .drip,
#footer_contact .footer_contact_content .footer_contact_form button .drip {
  position: absolute;
  background: #FF6B1A;
  pointer-events: none;
  box-shadow: 0 3px 0 #C9510B;
}
.btn-drip .drip-1, #footer_contact .footer_contact_content .footer_contact_tel button .drip-1,
#footer_contact .footer_contact_content .footer_contact_form button .drip-1 {
  left: 14%;
  bottom: -10px;
  width: 14px;
  height: 18px;
  border-radius: 0 0 50% 50%;
}
.btn-drip .drip-2, #footer_contact .footer_contact_content .footer_contact_tel button .drip-2,
#footer_contact .footer_contact_content .footer_contact_form button .drip-2 {
  left: 28%;
  bottom: -24px;
  width: 10px;
  height: 32px;
  border-radius: 0 0 50% 50%/0 0 70% 70%;
}
.btn-drip .drip-3, #footer_contact .footer_contact_content .footer_contact_tel button .drip-3,
#footer_contact .footer_contact_content .footer_contact_form button .drip-3 {
  left: 45%;
  bottom: -16px;
  width: 12px;
  height: 24px;
  border-radius: 0 0 50% 50%;
}
.btn-drip .drip-4, #footer_contact .footer_contact_content .footer_contact_tel button .drip-4,
#footer_contact .footer_contact_content .footer_contact_form button .drip-4 {
  right: 32%;
  bottom: -28px;
  width: 9px;
  height: 36px;
  border-radius: 0 0 50% 50%/0 0 65% 65%;
}
.btn-drip .drip-5, #footer_contact .footer_contact_content .footer_contact_tel button .drip-5,
#footer_contact .footer_contact_content .footer_contact_form button .drip-5 {
  right: 18%;
  bottom: -14px;
  width: 11px;
  height: 20px;
  border-radius: 0 0 50% 50%;
}
.btn-drip .drip-dot-1, #footer_contact .footer_contact_content .footer_contact_tel button .drip-dot-1,
#footer_contact .footer_contact_content .footer_contact_form button .drip-dot-1 {
  left: 22%;
  bottom: -40px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  box-shadow: none;
}
.btn-drip .drip-dot-2, #footer_contact .footer_contact_content .footer_contact_tel button .drip-dot-2,
#footer_contact .footer_contact_content .footer_contact_form button .drip-dot-2 {
  left: 38%;
  bottom: -46px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: none;
}
.btn-drip .drip-dot-3, #footer_contact .footer_contact_content .footer_contact_tel button .drip-dot-3,
#footer_contact .footer_contact_content .footer_contact_form button .drip-dot-3 {
  right: 26%;
  bottom: -44px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  box-shadow: none;
}
.btn-drip .drip-dot-4, #footer_contact .footer_contact_content .footer_contact_tel button .drip-dot-4,
#footer_contact .footer_contact_content .footer_contact_form button .drip-dot-4 {
  right: 40%;
  bottom: -38px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  box-shadow: none;
}
.btn-drip.btn-tel, #footer_contact .footer_contact_content .footer_contact_tel button.btn-tel,
#footer_contact .footer_contact_content .footer_contact_form button.btn-tel {
  background: #fff;
  color: #2A2A2A;
  box-shadow: 0 6px 0 #999, 0 12px 28px rgba(0, 0, 0, 0.3);
}
.btn-drip.btn-tel:hover, #footer_contact .footer_contact_content .footer_contact_tel button.btn-tel:hover,
#footer_contact .footer_contact_content .footer_contact_form button.btn-tel:hover {
  box-shadow: 0 3px 0 #999, 0 6px 15px rgba(0, 0, 0, 0.4);
}
.btn-drip.btn-tel strong, #footer_contact .footer_contact_content .footer_contact_tel button.btn-tel strong,
#footer_contact .footer_contact_content .footer_contact_form button.btn-tel strong {
  color: #FF6B1A;
}
.btn-drip.btn-tel .drip, #footer_contact .footer_contact_content .footer_contact_tel button.btn-tel .drip,
#footer_contact .footer_contact_content .footer_contact_form button.btn-tel .drip {
  background: #fff;
  box-shadow: 0 3px 0 #999;
}

/* =====================================================
   back to top
===================================================== */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #FF6B1A;
  color: #fff;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99;
  font-size: 22px;
  box-shadow: 0 5px 15px rgba(255, 107, 26, 0.4);
  transition: transform 0.2s;
  text-decoration: none;
}
.back-to-top.is-visible {
  display: flex;
}
.back-to-top:hover {
  transform: translateY(-4px);
}
@media screen and (max-width: 768px) {
  .back-to-top {
    bottom: 80px;
    right: 16px;
    width: 44px;
    height: 44px;
  }
}

.topBtnSp {
  display: none !important;
}

/* =====================================================
   各ページ用パーシャル読み込み
===================================================== */
/* =====================================================
   ヘッダー（サイドバー型）
===================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 17%;
  height: 100vh;
  background: #FFFFFF;
  z-index: 100;
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  border-right: 3px solid #FFD93D;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header {
    width: 23%;
  }
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 3px solid #FFD93D;
  }
}

.header-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.15;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .header-deco {
    display: none;
  }
}

.header-deco-1 {
  top: -30px;
  right: -30px;
  width: 140px;
}

.header-deco-2 {
  bottom: 80px;
  left: -20px;
  width: 100px;
  opacity: 0.1;
}

#header_pc {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 18px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #header_pc {
    display: none;
  }
}
#header_pc .header_logo {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.08);
}
#header_pc .header_logo img {
  max-width: 85%;
  height: auto;
  margin: auto;
}

.header_menu_area {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.header_menu ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.header_menu ul li a {
  display: block;
  padding: 11px 14px;
  color: #2A2A2A;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  border-radius: 12px;
  transition: all 0.25s;
}
.header_menu ul li a:hover {
  background: #FF6B1A;
  color: #fff;
  transform: translateX(4px);
}
.header_menu .header_sns_link {
  flex-direction: row;
  justify-content: center;
  margin-top: 16px;
  gap: 10px;
}
.header_menu .header_sns_link li a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2A2A2A;
  border-radius: 50%;
  padding: 0;
  color: #2A2A2A;
}
.header_menu .header_sns_link li a:hover {
  background: #FF6B1A;
  border-color: #FF6B1A;
  color: #fff;
  transform: translateY(-3px);
}

/* ヘッダー電話・問い合わせボタン */
#header-info {
  margin-top: 16px;
  position: relative;
}
#header-info ul li {
  margin-bottom: 18px;
  position: relative;
}
#header-info ul li:last-child {
  margin-bottom: 0;
}
#header-info ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  transition: transform 0.2s, box-shadow 0.2s;
}
#header-info ul li a i {
  margin-right: 6px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #header-info ul li a {
    font-size: 12px;
  }
}
#header-info #header-tel a {
  background: #FF6B1A;
  color: #ffffff;
  box-shadow: 0 4px 0 #C9510B;
}
#header-info #header-tel a:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #C9510B;
}
#header-info #header-contact a {
  background: #52B788;
  color: #ffffff;
  box-shadow: 0 4px 0 #2f8059;
}
#header-info #header-contact a:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #2f8059;
}
#header-info {
  /* ドリップ */
}
#header-info ul li .h-drip {
  position: absolute;
  pointer-events: none;
}
#header-info #header-tel .h-drip {
  background: #FF6B1A;
}
#header-info #header-contact .h-drip {
  background: #52B788;
}
#header-info #header-tel .h-drip-1,
#header-info #header-contact .h-drip-1 {
  left: 25%;
  bottom: -8px;
  width: 8px;
  height: 12px;
  border-radius: 0 0 50% 50%;
}
#header-info #header-tel .h-drip-2,
#header-info #header-contact .h-drip-2 {
  right: 22%;
  bottom: -14px;
  width: 6px;
  height: 18px;
  border-radius: 0 0 50% 50%/0 0 65% 65%;
}
#header-info #header-tel .h-drip-1,
#header-info #header-tel .h-drip-2 {
  box-shadow: 0 2px 0 #C9510B;
}
#header-info #header-contact .h-drip-1,
#header-info #header-contact .h-drip-2 {
  box-shadow: 0 2px 0 #2f8059;
}
#header-info #header-tel .h-drip-3,
#header-info #header-contact .h-drip-3 {
  left: 50%;
  bottom: -20px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

/* =====================================================
   SP ヘッダー
===================================================== */
#header_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #header_sp {
    display: block;
  }
  .header_sp {
    display: flex;
    align-items: center;
    padding: 12px 20px;
  }
  .header_sp .header_logo img {
    height: 42px;
  }
  .header_sp_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
    z-index: 99;
    /* バー上端から跳ねるインク 3個（SPではフッターに被るため非表示） */
  }
  .header_sp_bottom .sp-bar-ink {
    display: none;
    position: absolute;
    bottom: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    pointer-events: none;
    opacity: 0.9;
  }
  .header_sp_bottom .sp-bar-ink-1 {
    left: 6%;
    width: 110px;
    height: 50px;
    margin-bottom: -16px;
    background-image: url("img/splash/paint-21.png"); /* 紫 */
    transform: rotate(-12deg);
  }
  .header_sp_bottom .sp-bar-ink-2 {
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
    height: 70px;
    margin-bottom: -22px;
    background-image: url("img/splash/paint-23.png"); /* オレンジ */
  }
  .header_sp_bottom .sp-bar-ink-3 {
    right: 6%;
    width: 110px;
    height: 50px;
    margin-bottom: -14px;
    background-image: url("img/splash/paint-22.png"); /* シアン */
    transform: rotate(18deg);
  }
  .header_sp_bottom > ul {
    display: flex;
  }
  .header_sp_bottom > ul > li {
    flex: 1;
    text-align: center;
  }
  .header_sp_bottom > ul > li > a,
  .header_sp_bottom > ul > li > .hamburger {
    display: block;
    padding: 10px 4px;
    color: #2A2A2A;
  }
  .header_sp_bottom > ul > li .header_icon {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .header_sp_bottom > ul > li > a > p,
  .header_sp_bottom > ul > li > .hamburger > p {
    font-size: 9px;
    font-weight: 700;
  }
  .hamburger {
    position: relative;
    cursor: pointer;
  }
  .hamburger span {
    display: none;
  }
  .globalMenuSp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    z-index: 98;
    padding: 70px 24px 40px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .globalMenuSp.active {
    opacity: 1;
    visibility: visible;
  }
  .globalMenuSp {
    /* 装飾インク */
  }
  .globalMenuSp .menu-deco {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
  }
  .globalMenuSp .menu-deco-1 {
    top: -40px;
    right: -40px;
    width: 220px;
    height: 220px;
    background-image: url("img/splash/paint-21.png"); /* 紫 */
    opacity: 0.15;
    transform: rotate(20deg);
  }
  .globalMenuSp .menu-deco-2 {
    top: 35%;
    left: -60px;
    width: 200px;
    height: 200px;
    background-image: url("img/splash/paint-23.png"); /* オレンジ */
    opacity: 0.13;
    transform: rotate(-15deg);
  }
  .globalMenuSp .menu-deco-3 {
    bottom: 8%;
    right: -50px;
    width: 220px;
    height: 220px;
    background-image: url("img/splash/paint-22.png"); /* シアン */
    opacity: 0.13;
    transform: rotate(10deg);
  }
  .globalMenuSp .menu-deco-4 {
    top: 55%;
    right: 8%;
    width: 90px;
    height: 90px;
    background-image: url("img/splash/paint-24.png"); /* オレンジ小 */
    opacity: 0.18;
    transform: rotate(-30deg);
  }
  .globalMenuSp {
    /* 閉じるボタン */
  }
  .globalMenuSp .globalMenuSp-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #2A2A2A;
    background: #fff;
    color: #2A2A2A;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
    transition: transform 0.15s, box-shadow 0.15s, background 0.2s, color 0.2s;
    z-index: 2;
  }
  .globalMenuSp .globalMenuSp-close:active, .globalMenuSp .globalMenuSp-close:hover {
    background: #FF6B1A;
    border-color: #FF6B1A;
    color: #fff;
    transform: translateY(2px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  }
  .globalMenuSp .ul {
    position: relative;
    z-index: 1;
    display: block;
  }
  .globalMenuSp .ul li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .globalMenuSp .ul li a {
    display: block;
    padding: 16px 8px;
    font-weight: 800;
    color: #2A2A2A;
    font-size: 16px;
    text-align: center;
  }
  .globalMenuSp .ul:last-child {
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }
  .globalMenuSp .ul:last-child li {
    border-bottom: none;
    flex: 0 0 auto;
    margin: 0 8px;
  }
  .globalMenuSp .ul:last-child li a {
    width: 44px;
    height: 44px;
    border: 2px solid #2A2A2A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .globalMenuSp .header_sp_policy {
    position: relative;
    z-index: 1;
    margin-top: 28px;
    text-align: center;
  }
  .globalMenuSp .header_sp_policy a.policy-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #2A2A2A;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 999px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    transition: transform 0.15s, box-shadow 0.15s;
  }
  .globalMenuSp .header_sp_policy a.policy-btn i {
    font-size: 14px;
  }
  .globalMenuSp .header_sp_policy a.policy-btn:active, .globalMenuSp .header_sp_policy a.policy-btn:hover {
    transform: translateY(2px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  }
}
/* =====================================================
   TOPページ用ヒーロー（slick）の余白調整
===================================================== */
@media screen and (max-width: 768px) {
  #top_main {
    padding-top: 66px;
  }
}
/* =====================================================
   フッターお問い合わせ
===================================================== */
#footer_contact {
  position: relative;
  width: 83%;
  margin-left: 17%;
  background: #1a1a1a;
  padding: 100px 24px;
  overflow: hidden;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact {
    width: 77%;
    margin-left: 23%;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact {
    width: 100%;
    margin-left: 0;
    padding: 70px 16px;
  }
}
#footer_contact::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: #FF6B1A;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.25;
  top: -200px;
  left: -150px;
}
#footer_contact::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: #3A86FF;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.2;
  bottom: -200px;
  right: -150px;
}
#footer_contact .footer_contact {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
#footer_contact .footer_contact_contents .headline {
  margin-bottom: 30px;
}
#footer_contact .footer_contact_contents .headline h2 {
  font-family: "Bagel Fat One", cursive;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .headline h2 {
    font-size: 1.8rem;
  }
}
#footer_contact .footer_contact_contents .headline h2 span {
  display: block;
  font-size: 1rem;
  color: #FFD93D;
  font-family: "Permanent Marker", cursive;
  margin-top: 8px;
  letter-spacing: 0.15em;
}
#footer_contact .footer_contact_content {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
#footer_contact .footer_contact_content .footer_contact_tel,
#footer_contact .footer_contact_content .footer_contact_form {
  flex: 1 1 240px;
  max-width: 360px;
}
#footer_contact .footer_contact_content .footer_contact_tel a,
#footer_contact .footer_contact_content .footer_contact_form a {
  display: block;
}
#footer_contact .footer_contact_content .footer_contact_tel button,
#footer_contact .footer_contact_content .footer_contact_form button {
  width: 100%;
  min-height: 64px;
}
#footer_contact .footer_contact_content .footer_contact_tel button {
  background: #fff;
  color: #2A2A2A;
  box-shadow: 0 6px 0 #999, 0 12px 28px rgba(0, 0, 0, 0.3);
}
#footer_contact .footer_contact_content .footer_contact_tel button i {
  color: #FF6B1A;
  margin-right: 4px;
}
#footer_contact .text {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 4px;
  margin-top: 12px;
}

/* =====================================================
   フッター
===================================================== */
footer {
  background: #1a1a1a;
  padding: 40px 24px 24px;
  color: #fff;
  width: 83%;
  margin-left: 17%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer {
    width: 77%;
    margin-left: 23%;
  }
}
@media screen and (max-width: 768px) {
  footer {
    width: 100%;
    margin-left: 0;
    padding-bottom: 80px; /* SP下部ナビ余白 */
  }
}

.footer_menu {
  max-width: 1200px;
  margin: 0 auto;
}
.footer_menu ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.footer_menu ul li a {
  font-size: 13px;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.footer_menu ul li a:hover {
  opacity: 1;
  color: #F4A024;
}
.footer_menu ul:nth-child(2) {
  gap: 12px;
}
.footer_menu ul:nth-child(2) li a.sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 1;
}
.footer_menu ul:nth-child(2) li a.sns-link:hover {
  background: #FF6B1A;
  border-color: #FF6B1A;
}

.copyright {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 16px;
}
.copyright p {
  font-size: 11px;
  opacity: 0.6;
  color: #fff;
}

/* =====================================================
   TOP メインヒーロー
===================================================== */
#top_main {
  overflow: hidden;
  padding-left: 17%;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main {
    padding-left: 23%;
  }
}
@media screen and (max-width: 768px) {
  #top_main {
    padding-left: 0;
    padding-top: 66px;
  }
}
#top_main .top_main {
  width: 83vw;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main {
    width: 77vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main {
    width: 100vw;
    height: 60vh;
    min-height: 360px;
  }
}
#top_main .top_main .top_main_title {
  position: absolute;
  text-align: center;
  z-index: 10;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 5vw;
}
#top_main .top_main .top_main_title .top_main_title_headline h2 {
  color: #ffffff;
  font-size: 5vw;
  margin-bottom: 1.5rem;
  font-family: "Bagel Fat One", cursive;
  font-weight: 400;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.5);
  line-height: 1.15;
  animation: titleUp 1.4s forwards 0.5s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title .top_main_title_headline h2 {
    font-size: 9vw;
  }
}
#top_main .top_main .top_main_title .top_main_title_headline p {
  color: #ffffff;
  font-size: 1.4vw;
  font-weight: 700;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
  animation: titleUp 1.4s forwards 1s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title .top_main_title_headline p {
    font-size: 4vw;
  }
}
#top_main .top_main .slider {
  width: 100%;
  height: 100%;
  position: relative;
}
#top_main .top_main .slider .slick-list, #top_main .top_main .slider .slick-track {
  height: 100%;
}
#top_main .top_main .slider .slick-img {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #top_main .top_main .slider .slick-img {
    height: 100%;
    min-height: 0;
  }
}
#top_main .top_main .slider .slick-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .top_main .slider .slick-dots {
  bottom: 30px;
  z-index: 20;
}
#top_main .top_main .slider .slick-dots li button:before {
  color: #fff;
  opacity: 0.6;
  font-size: 12px;
}
#top_main .top_main .slider .slick-dots li.slick-active button:before {
  color: #FF6B1A;
  opacity: 1;
}
#top_main .top_main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 5;
  pointer-events: none;
}

@keyframes titleUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* =====================================================
   GREETING
===================================================== */
#greeting {
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 100px 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #greeting {
    margin-left: 0;
    width: 100%;
    padding: 60px 16px;
  }
}
#greeting #text-greeting {
  position: relative;
  padding: 5rem 0;
  margin: auto;
  max-width: 1100px;
}
#greeting #text-greeting::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.93);
  z-index: 5;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
#greeting #text-greeting h1 {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #FFD93D;
  font-size: 6vw;
  font-family: "Bagel Fat One", cursive;
  font-weight: 400;
  z-index: 10;
  opacity: 0.4;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #greeting #text-greeting h1 {
    font-size: 10vw;
  }
}
#greeting .text-greeting_area {
  position: relative;
  padding: 0 5vw;
  z-index: 10;
}
#greeting .text-greeting_area h2 {
  color: #2A2A2A;
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  font-family: "Bagel Fat One", cursive;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #greeting .text-greeting_area h2 {
    font-size: 24px;
  }
}
#greeting .text-greeting_area h2 .accent {
  background: linear-gradient(135deg, #E63946, #F4A024 33%, #FFD93D 50%, #52B788 66%, #3A86FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#greeting .text-greeting_area h2 span {
  display: block;
}
#greeting .text-greeting_area p {
  color: #2A2A2A;
  font-size: 16px;
  line-height: 2;
}

/* =====================================================
   TOP CONTENTS（強み3つ）
===================================================== */
#top_contents {
  margin-bottom: 2rem;
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_contents {
    margin-left: 0;
    width: 100%;
    padding: 60px 16px;
  }
}
#top_contents .top_contents .contents {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 60px;
  position: relative;
}
#top_contents .top_contents .contents:nth-child(even) {
  flex-flow: row-reverse;
}
#top_contents .top_contents .contents:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents {
    flex-flow: column !important;
    margin-bottom: 40px;
  }
}
#top_contents .top_contents .contents .contents_image {
  width: 50%;
  height: 30vw;
  max-height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_image {
    width: 92%;
    height: 60vw;
  }
}
#top_contents .top_contents .contents .contents_image .img-splash {
  position: absolute;
  width: 140px;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_image .img-splash {
    width: 90px;
  }
}
#top_contents .top_contents .contents:nth-child(odd) .contents_image .img-splash {
  top: -35px;
  right: -30px;
}
#top_contents .top_contents .contents:nth-child(even) .contents_image .img-splash {
  top: -35px;
  left: -30px;
}
#top_contents .top_contents .contents .contents_writing {
  width: 50%;
  padding: 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing {
    width: 100%;
    padding: 1.5rem;
  }
}
#top_contents .top_contents .contents .contents_writing .num {
  font-family: "Bagel Fat One", cursive;
  font-size: 5rem;
  line-height: 1;
  background: linear-gradient(135deg, #FF6B1A, #FFD93D);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
#top_contents .top_contents .contents .contents_writing .label {
  font-family: "Permanent Marker", cursive;
  font-size: 13px;
  color: #FF6B1A;
  letter-spacing: 0.2em;
  margin-bottom: 14px;
  display: block;
}
#top_contents .top_contents .contents .contents_writing .headline {
  margin-bottom: 1rem;
}
#top_contents .top_contents .contents .contents_writing .headline h2 {
  color: #FF6B1A;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing .headline h2 {
    font-size: 1.3rem;
  }
}
#top_contents .top_contents .contents .contents_writing .headline h2::after {
  content: "";
  display: block;
  height: 3px;
  width: 25%;
  background-color: #FF6B1A;
  margin-top: 1rem;
  border-radius: 2px;
}
#top_contents .top_contents .contents .contents_writing .headline h2 span {
  display: block;
  font-size: 60%;
  color: #888;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#top_contents .top_contents .contents .contents_writing .text p {
  color: #2A2A2A;
  font-size: 15px;
  line-height: 1.9;
}

/* =====================================================
   FLEX CONTENTS (3バナー)
===================================================== */
#flex_contents {
  overflow: hidden;
  padding: 80px 24px;
  background: #FAF7F2;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #flex_contents {
    margin-left: 0;
    width: 100%;
    padding: 60px 16px;
  }
}
#flex_contents .flex_contents {
  margin: 0 auto 2rem;
  max-width: 1400px;
}
#flex_contents .flex_contents ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul {
    flex-flow: column;
    gap: 16px;
  }
}
#flex_contents .flex_contents ul li {
  width: 33.3333333333%;
  aspect-ratio: 5/4;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul li {
    width: 100%;
    aspect-ratio: 16/10;
  }
}
#flex_contents .bnr-link {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
#flex_contents .bnr-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.1) 60%, transparent);
  z-index: 12;
  transition: 0.4s;
}
#flex_contents .bnr-link:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
#flex_contents .bnr-link:hover .bnr-bg {
  transform: scale(1.12) translate(-50%, -50%);
}
#flex_contents .bnr-link:hover .ink-fill-svg {
  transform: translateX(-50%) translateY(0) scale(1.3);
  opacity: 0.9;
}
#flex_contents .bnr-link:hover .bnr-splash-deco {
  transform: rotate(180deg) scale(1.15);
}
#flex_contents .bnr-link:hover .bnr-arrow {
  transform: translateX(4px) rotate(-15deg);
  background: #FF6B1A;
  color: #fff;
}
#flex_contents .bnr-bg {
  transition: transform 0.6s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
#flex_contents .ink-fill-wrap {
  position: absolute;
  inset: 0;
  z-index: 13;
  pointer-events: none;
  overflow: hidden;
}
#flex_contents .ink-fill-svg {
  position: absolute;
  bottom: -100%;
  left: 50%;
  width: 200%;
  height: 250%;
  transform: translateX(-50%) translateY(80%) scale(0.4);
  transform-origin: center bottom;
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s;
}
#flex_contents .bnr-splash-deco {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 80px;
  z-index: 14;
  pointer-events: none;
  transition: transform 0.5s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flex_contents .bnr-splash-deco {
    width: 36px;
    top: 12px;
    right: 12px;
  }
}
#flex_contents .bnr-arrow {
  position: absolute;
  bottom: 28px;
  right: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 14;
  font-weight: 700;
  font-size: 20px;
  color: #2A2A2A;
  transition: transform 0.4s, background 0.4s;
}
#flex_contents .list_headline {
  background: rgba(42, 42, 42, 0.75);
  position: absolute;
  bottom: 24px;
  left: 24px;
  padding: 12px 22px;
  text-align: left;
  z-index: 14;
  border-radius: 12px;
  backdrop-filter: blur(8px);
}
#flex_contents .list_headline h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
#flex_contents .list_headline h2 span {
  font-size: 11px;
  display: block;
  margin-top: 4px;
  font-family: "Bagel Fat One", cursive;
  letter-spacing: 0.15em;
  opacity: 0.9;
}

/* TOP slick用 hero splash */
.hero-paint-splash {
  position: absolute;
  pointer-events: none;
  z-index: 8;
  animation: floatPaint 6s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .hero-paint-splash {
    display: none;
  }
}

@keyframes floatPaint {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(3deg);
  }
}
.hero-paint-splash:nth-child(2n) {
  animation-delay: -2s;
  animation-duration: 8s;
}

.hero-paint-splash:nth-child(3n) {
  animation-delay: -4s;
  animation-duration: 7s;
}

.hero-paint-splash:nth-child(4n) {
  animation-delay: -1s;
  animation-duration: 9s;
}

/* =====================================================
   事業内容ページ
===================================================== */
.service-card {
  background: #fff;
  border: 4px solid #1a1a1a;
  border-radius: 20px;
  padding: 36px 32px;
  margin-bottom: 32px;
  box-shadow: 8px 8px 0 #1a1a1a;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}
.service-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 11px 11px 0 #1a1a1a;
}
.service-card:nth-child(3n+1) {
  background: linear-gradient(135deg, #fff 0%, #FFF5E6 100%);
}
.service-card:nth-child(3n+2) {
  background: linear-gradient(135deg, #fff 0%, #E6F0FF 100%);
}
.service-card:nth-child(3n+3) {
  background: linear-gradient(135deg, #fff 0%, #F0F8E6 100%);
}
.service-card .service-num {
  font-family: "Bagel Fat One", cursive;
  font-size: 3.5rem;
  color: #FF6B1A;
  line-height: 1;
  margin-bottom: 10px;
  text-shadow: 3px 3px 0 #1a1a1a;
}
.service-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #2A2A2A;
}
.service-card p {
  font-size: 15px;
  line-height: 1.9;
  color: #2A2A2A;
}
.service-card .features {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.service-card .features span {
  background: #FF6B1A;
  color: #fff;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.service-card .splash-deco {
  position: absolute;
  top: -20px;
  right: -15px;
  width: 80px;
  pointer-events: none;
  z-index: 2;
}

#service {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #service {
    margin-left: 0;
    width: 100%;
  }
}

/* =====================================================
   施工事例ページ
===================================================== */
#works {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #works {
    margin-left: 0;
    width: 100%;
  }
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .works-grid {
    grid-template-columns: 1fr;
  }
}

.work-card {
  background: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 6px 6px 0 #1a1a1a;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: block;
}
.work-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 #1a1a1a;
}
.work-card .work-thumb {
  width: 100%;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  background-color: #eee;
}
.work-card .work-info {
  padding: 18px;
}
.work-card .work-tag {
  display: inline-block;
  background: #FF6B1A;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}
.work-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.4;
}
.work-card .work-meta {
  font-size: 12px;
  color: #888;
}

/* ビフォーアフター */
.ba-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ba-grid {
    grid-template-columns: 1fr;
  }
}
.ba-grid .ba-item {
  background: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 6px 6px 0 #1a1a1a;
}
.ba-grid .ba-item .ba-thumb {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px;
  background: #FAF7F2;
}
.ba-grid .ba-item .ba-thumb > div {
  flex: 1;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.ba-grid .ba-item .ba-thumb .ba-arrow {
  flex: 0 0 30px;
  aspect-ratio: auto;
  background: none;
  font-size: 20px;
  color: #FF6B1A;
  text-align: center;
}
.ba-grid .ba-item .ba-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ba-grid .ba-item .ba-info {
  padding: 14px 16px;
}
.ba-grid .ba-item .ba-info h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}
.ba-grid .ba-item .ba-info p {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
}

/* ページネーション */
.navigation .wp-pagenavi {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 40px;
}
.navigation .wp-pagenavi a, .navigation .wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 2px solid #FF6B1A;
  border-radius: 8px;
  color: #FF6B1A;
  font-weight: 700;
  text-decoration: none;
}
.navigation .wp-pagenavi a:hover, .navigation .wp-pagenavi a.current, .navigation .wp-pagenavi span:hover, .navigation .wp-pagenavi span.current {
  background: #FF6B1A;
  color: #fff;
}

#modal-container {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
#modal-container > div {
  max-width: 90vw;
  max-height: 90vh;
}
#modal-container > div img {
  max-width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}
#modal-container .close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#modal-container .close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}
#modal-container .close span:first-child {
  transform: rotate(45deg);
}
#modal-container .close span:last-child {
  transform: rotate(-45deg);
}

/* =====================================================
   FAQ ページ
===================================================== */
#faq {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #faq {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .faq-intro {
    font-size: 13px;
    line-height: 1.8;
  }
}

.faq-item {
  background: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 14px;
  margin-bottom: 14px;
  box-shadow: 5px 5px 0 #1a1a1a;
  overflow: hidden;
}
.faq-item .faq-q {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  font-weight: 800;
  font-size: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faq-item .faq-q .q-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FF6B1A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bagel Fat One", cursive;
  font-size: 14px;
  flex-shrink: 0;
}
.faq-item .faq-q .toggle {
  margin-left: auto;
  font-size: 20px;
  color: #FF6B1A;
  transition: transform 0.3s;
}
.faq-item:nth-child(2n) .q-mark {
  background: #3A86FF;
}
.faq-item:nth-child(3n) .q-mark {
  background: #52B788;
}
.faq-item:nth-child(4n) .q-mark {
  background: #7B2CBF;
}
.faq-item:nth-child(5n) .q-mark {
  background: #FF4DA6;
}
.faq-item .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s, padding 0.4s;
  padding: 0 22px 0 68px;
}
.faq-item .faq-a p {
  font-size: 14px;
  line-height: 1.9;
  color: #2A2A2A;
}
.faq-item.open .toggle {
  transform: rotate(45deg);
}
.faq-item.open .faq-a {
  max-height: 500px;
  padding: 0 22px 22px 68px;
}

/* =====================================================
   会社概要ページ
===================================================== */
#company {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #company {
    margin-left: 0;
    width: 100%;
  }
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 6px 6px 0 #1a1a1a;
}
.company-table th, .company-table td {
  padding: 18px 24px;
  text-align: left;
  border-bottom: 2px dashed #eee;
  font-size: 14px;
  line-height: 1.8;
}
.company-table tr:last-child th, .company-table tr:last-child td {
  border-bottom: none;
}
.company-table th {
  width: 200px;
  background: #FFFBF5;
  color: #FF6B1A;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .company-table th, .company-table td {
    display: block;
    width: 100%;
  }
  .company-table th {
    border-bottom: none;
    padding-bottom: 4px;
  }
  .company-table td {
    padding-top: 4px;
    padding-bottom: 14px;
  }
}

.map {
  width: 100%;
}
.map iframe {
  width: 100%;
  height: 480px;
  border: 0;
  display: block;
  border-radius: 14px;
}
@media screen and (max-width: 768px) {
  .map iframe {
    height: 340px;
  }
}

.message-card {
  background: linear-gradient(135deg, #fff 0%, #FFF5E6 100%);
  border: 4px solid #1a1a1a;
  border-radius: 20px;
  padding: 40px 36px;
  box-shadow: 8px 8px 0 #1a1a1a;
  position: relative;
}
.message-card .splash-deco {
  position: absolute;
  top: -25px;
  left: -20px;
  width: 90px;
  pointer-events: none;
}
.message-card p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 14px;
}
.message-card .ceo-name {
  text-align: right;
  margin-top: 20px;
  font-weight: 700;
}
.message-card .ceo-name span {
  font-size: 12px;
  color: #FF6B1A;
  display: block;
  font-weight: 700;
  font-family: "Bagel Fat One", cursive;
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.strength-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .strength-grid {
    grid-template-columns: 1fr;
  }
}

.strength-item {
  background: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 16px;
  padding: 26px 22px;
  box-shadow: 6px 6px 0 #1a1a1a;
  text-align: center;
}
.strength-item .strength-num {
  font-family: "Bagel Fat One", cursive;
  color: #FF6B1A;
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.strength-item h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.strength-item p {
  font-size: 13px;
  line-height: 1.7;
  color: #666;
}

/* =====================================================
   お問い合わせページ
===================================================== */
#contact {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contact {
    margin-left: 0;
    width: 100%;
  }
}

.contact-intro {
  text-align: center;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 40px;
}
.contact-intro .contact-info-box {
  display: inline-block;
  margin-top: 20px;
  background: #1a1a1a;
  color: #fff;
  padding: 16px 30px;
  border-radius: 14px;
  font-weight: 700;
}
.contact-intro .contact-info-box .tel-big {
  font-family: "Bagel Fat One", cursive;
  font-size: 28px;
  color: #FFD93D;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.contact-form {
  background: #fff;
  border: 4px solid #1a1a1a;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 10px 10px 0 #1a1a1a;
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding: 24px;
  }
}
.contact-form .form-row {
  margin-bottom: 22px;
}
.contact-form label {
  display: block;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 8px;
  color: #2A2A2A;
}
.contact-form label .required,
.contact-form label .red,
.contact-form label .blue {
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 6px;
  font-weight: 700;
  vertical-align: middle;
}
.contact-form label .required,
.contact-form label .red {
  background: #E63946;
}
.contact-form label .blue {
  background: #3A86FF;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=number],
.contact-form input[type=url],
.contact-form input[type=date],
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  transition: border 0.2s;
  background: #fff;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=number]:focus,
.contact-form input[type=url]:focus,
.contact-form input[type=date]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: #FF6B1A;
}
.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}
.contact-form .form-submit {
  text-align: center;
  margin-top: 30px;
}
.contact-form button[type=submit],
.contact-form input[type=submit] {
  background: #FF6B1A;
  color: #fff;
  font-family: "Bagel Fat One", cursive;
  font-size: 18px;
  padding: 18px 50px;
  border-radius: 999px;
  letter-spacing: 0.1em;
  box-shadow: 0 6px 0 #C9510B, 0 12px 28px rgba(255, 107, 26, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
  border: none;
}
.contact-form button[type=submit]:hover,
.contact-form input[type=submit]:hover {
  transform: translateY(3px);
  box-shadow: 0 3px 0 #C9510B, 0 6px 14px rgba(255, 107, 26, 0.4);
}
.contact-form {
  /* CF7 互換 */
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
}
.contact-form .wpcf7-not-valid-tip {
  color: #E63946;
  font-size: 12px;
  margin-top: 4px;
}
.contact-form .wpcf7-response-output {
  border: 2px solid #E63946;
  padding: 12px;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 13px;
}

/* 確認画面・完了画面 */
.contact-confirm .confirm-table,
.contact-completion .confirm-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 6px 6px 0 #1a1a1a;
  margin-bottom: 30px;
}
.contact-confirm .confirm-table th, .contact-confirm .confirm-table td,
.contact-completion .confirm-table th,
.contact-completion .confirm-table td {
  padding: 16px 22px;
  text-align: left;
  border-bottom: 2px dashed #eee;
  font-size: 14px;
}
.contact-confirm .confirm-table th,
.contact-completion .confirm-table th {
  width: 200px;
  background: #FFFBF5;
  color: #FF6B1A;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contact-confirm .confirm-table th, .contact-confirm .confirm-table td,
  .contact-completion .confirm-table th,
  .contact-completion .confirm-table td {
    display: block;
    width: 100%;
  }
}
.contact-confirm .confirm-buttons,
.contact-completion .confirm-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* =====================================================
   プライバシーポリシーページ
===================================================== */
#policy {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #policy {
    margin-left: 0;
    width: 100%;
  }
}
#policy .policy-card {
  background: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 14px;
  padding: 36px 32px;
  box-shadow: 6px 6px 0 #1a1a1a;
}
@media screen and (max-width: 768px) {
  #policy .policy-card {
    padding: 24px;
  }
}
#policy .policy-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 28px 0 12px;
  padding-left: 12px;
  border-left: 5px solid #FF6B1A;
}
#policy .policy-card h3:first-child {
  margin-top: 0;
}
#policy .policy-card p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 14px;
}
#policy .policy-card ul {
  margin: 8px 0 16px 20px;
}
#policy .policy-card ul li {
  list-style: disc;
  font-size: 14px;
  line-height: 1.9;
}/*# sourceMappingURL=style.css.map */