/* === ats-variables.css === */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 12:44:31 */
:root {
  /* 変数定義 */
  --ats-primary: #5d4037;
  --ats-primary-dark: #3e2723;
  --ats-accent: #c9a961;
  --ats-accent-warm: #d4a574;
  --ats-bg-cream: #fdfbf7;
  --ats-bg-beige: #f8f4ed;
  --ats-bg-wood: #f0ebe3;
  --ats-bg-warm: #fff8f0;
  --ats-text-body: #4a3c31;
  --ats-text-light: #7d6b5d;
  --ats-border: #e0d6c8;
  
  --ats-font-mincho: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  --ats-font-gothic: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* 上部のh1見出し削除。h1はコーディングで指定 */
.section.page-header {
  display: none;
}

/*一旦トップページ（.page-id-5672）のみ対応　ゆくゆくは全体に適応させる想定*/

/* 幅固定と余白削除 */
.page-id-5672 .section.siteContent .container {
	max-width: none !important;
	padding: 0 !important;
}
.page-id-5672 .section.siteContent {
	padding: 0 !important;
}
.page-id-5672 .section.siteContent .mainSection {
  margin-bottom: 0;
}
/* フッター上の余白エリア（空のコンテナ）を完全に消す */
.page-id-5672 .siteContent_after {
    display: none !important;
}

/* 経営理念 */
/* 幅固定と余白削除 */
.page-id-5883 .section.siteContent .container {
	max-width: none !important;
	padding: 0 !important;
}
.page-id-5883 .section.siteContent {
	padding: 0 !important;
}
.page-id-5883 .section.siteContent .mainSection {
  margin-bottom: 0;
}
/* フッター上の余白エリア（空のコンテナ）を完全に消す */
.page-id-5883 .siteContent_after {
    display: none !important;
}

/* ギャラリー */
/* 幅固定と余白削除 */
.page-id-5904 .section.siteContent .container {
	max-width: none !important;
	padding: 0 !important;
}
.page-id-5904 .section.siteContent {
	padding: 0 !important;
}
.page-id-5904 .section.siteContent .mainSection {
  margin-bottom: 0;
}
/* フッター上の余白エリア（空のコンテナ）を完全に消す */
.page-id-5904 .siteContent_after {
    display: none !important;
}

/* お問い合わせ */
/* 幅固定と余白削除 */
.page-id-5919 .section.siteContent .container {
	max-width: none !important;
	padding: 0 !important;
}
.page-id-5919 .section.siteContent {
	padding: 0 !important;
}
.page-id-5919 .section.siteContent .mainSection {
  margin-bottom: 0;
}
/* フッター上の余白エリア（空のコンテナ）を完全に消す */
.page-id-5919 .siteContent_after {
    display: none !important;
}

/* お客様の声 */
/* 幅固定と余白削除 */
.page-id-5944 .section.siteContent .container {
	max-width: none !important;
	padding: 0 !important;
}
.page-id-5944 .section.siteContent {
	padding: 0 !important;
}
.page-id-5944 .section.siteContent .mainSection {
  margin-bottom: 0;
}
/* フッター上の余白エリア（空のコンテナ）を完全に消す */
.page-id-5944 .siteContent_after {
    display: none !important;
}

/* volunteer */
/* 幅固定と余白削除 */
.page-id-5984 .section.siteContent .container {
	max-width: none !important;
	padding: 0 !important;
}
.page-id-5984 .section.siteContent {
	padding: 0 !important;
}
.page-id-5984 .section.siteContent .mainSection {
  margin-bottom: 0;
}
/* フッター上の余白エリア（空のコンテナ）を完全に消す */
.page-id-5984 .siteContent_after {
    display: none !important;
}

/* グロナビ調整 */
.device-mobile .gMenu>li {
  padding: 14px 1.2em;
}

/* 空のpタグを非表示にする */
p:empty {
    display: none !important;
}

/* 非表示設定 */
.pc-only { display: block; }
.sp-only { display: none; }
@media (max-width: 767px) {
  .pc-only { display: none; }
  .sp-only { display: block; }
}

.entry-full {
  margin-bottom: 0;
}

/* === ats-main-base.css === */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 12:46:00 */
/* 
  全てのスタイルを .atelier-takana-sensei 配下に限定しています。
*/
.atelier-takana-sensei {
  /* Base Styles */
  font-family: var(--ats-font-gothic);
  color: var(--ats-text-body);
  font-size: 16px; /* SP Base */
  line-height: 1.8;
  box-sizing: border-box;
  background-color: var(--ats-bg-wood);
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Prevent horizontal scroll from decorations */
}

/* PC Base Size */
@media (min-width: 768px) {
  .atelier-takana-sensei {
    font-size: 18px; 
  }
}

.atelier-takana-sensei *,
.atelier-takana-sensei *::before,
.atelier-takana-sensei *::after {
  box-sizing: border-box;
}

.atelier-takana-sensei img,
.atelier-takana-sensei video {
  max-width: 100%;
  vertical-align: bottom;
}

.atelier-takana-sensei a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

/* Utility Classes */
.atelier-takana-sensei .ats-text-center { text-align: center; }
.atelier-takana-sensei .ats-text-justify { text-align: justify; }
.atelier-takana-sensei .ats-text-left { text-align: left; }
.atelier-takana-sensei .ats-text-accent { color: var(--ats-accent); }
.atelier-takana-sensei .ats-text-primary { color: var(--ats-primary); }
.atelier-takana-sensei .ats-text-white { color: #fff; }
.atelier-takana-sensei .ats-font-bold { font-weight: bold; }

.atelier-takana-sensei .ats-mb-xs { margin-bottom: 0.5rem; }
.atelier-takana-sensei .ats-mb-sm { margin-bottom: 1rem; }
.atelier-takana-sensei .ats-mb-md { margin-bottom: 1.5rem; }
.atelier-takana-sensei .ats-mb-lg { margin-bottom: 2rem; }
.atelier-takana-sensei .ats-mb-xl { margin-bottom: 2.5rem; }
.atelier-takana-sensei .ats-mb-xxl { margin-bottom: 3rem; }

.atelier-takana-sensei .ats-ml-sm { margin-left: 0.5rem; }

/* Separator Text Colors for SVG Fill */
.atelier-takana-sensei .ats-sep-white { color: #fff; }
.atelier-takana-sensei .ats-sep-beige { color: var(--ats-bg-beige); }
.atelier-takana-sensei .ats-sep-wood { color: var(--ats-bg-wood); }
.atelier-takana-sensei .ats-sep-warm { color: var(--ats-bg-warm); }
.atelier-takana-sensei .ats-sep-dark { color: var(--ats-primary-dark); }
.atelier-takana-sensei .ats-sep-primary { color: var(--ats-primary); }

/* Layout */
.ats-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2; /* Ensure content is above background/separators */
}

.atelier-takana-sensei .ats-section {
  padding: 10px 0 100px;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .atelier-takana-sensei .ats-section {
    padding: 20px 0 140px;
  }
}

/* 
  Section Separators
*/
.atelier-takana-sensei .ats-separator {
  position: absolute;
  bottom: -2px; 
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
  pointer-events: none;
}
.atelier-takana-sensei .ats-separator svg {
  position: relative;
  display: block;
  width: calc(100% + 2px);
  height: 50px;
  fill: currentColor;
  left: -1px;
}

.atelier-takana-sensei .ats-separator.mod-rotate {
  bottom: -50px;
  z-index: 2;
  color: var(--ats-bg-beige);
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .atelier-takana-sensei .ats-separator svg {
    height: 100px;
  }
}

.ats-title {
  font-family: var(--ats-font-mincho);
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: var(--ats-primary);
  border: none;
}

/* Specific override for dark backgrounds to fix visibility issues */
.atelier-takana-sensei .bg-primary .ats-title,
.atelier-takana-sensei .bg-dark .ats-title {
  color: #fff !important;
}
.atelier-takana-sensei .bg-primary .ats-text-white {
  color: #fff !important;
}

@media (min-width: 768px) {
  .ats-title {
    font-size: 2em;
    margin-bottom: 60px;
  }
}

/* Cat Decoration Images */
.ats-deco-cat {
  position: absolute;
  width: 100px;
  height: 100px;
  object-fit: contain;
  z-index: 3; /* Just above background but below content if overlapped */
  pointer-events: none;
  opacity: 0.95;
  transition: transform 0.3s ease;
}
.ats-deco-cat:hover {
  transform: scale(1.1) rotate(5deg) !important;
}
@media (min-width: 768px) {
  .ats-deco-cat {
    width: 140px;
    height: 140px;
  }
}

/* 
  Cat Positioning Classes (Total 9 positions distributed top to bottom) 
  Zig-Zag pattern: Left -> Right -> Left ...
*/

/* 1. Hero (Sec 1): Bottom Left */
.atelier-takana-sensei .ats-cat-pos-hero { top: -80px; right: 3%; transform: rotate(-5deg); z-index: 10; }

/* 2. Support (Sec 3): Top Right */
.atelier-takana-sensei .ats-cat-pos-support { top: -40px; right: 5%; transform: rotate(-10deg); }

/* 3. Video (Sec 5): Top Left */
.atelier-takana-sensei .ats-cat-pos-video { top: -80px; left: 5%; transform: rotate(15deg); }

/* 4. Facilities (Sec 7): Top Right */
.atelier-takana-sensei .ats-cat-pos-facilities { top: -80px; right: 8%; transform: rotate(-5deg); }

/* 5. Gallery (Sec 9): Bottom Left
.atelier-takana-sensei .ats-cat-pos-gallery { bottom: 20px; left: 3%; transform: rotate(10deg); z-index: 10; }
 */

/* 6. Flow (Sec 11): Top Right */
.atelier-takana-sensei .ats-cat-pos-flow { top: -30px; right: 5%; transform: rotate(5deg); }

/* 7. Reviews (Sec 13): Top Left */
.atelier-takana-sensei .ats-cat-pos-reviews { top: -40px; left: 5%; transform: rotate(-10deg); }

/* 8. Activity (Sec 16): Bottom Right */
.atelier-takana-sensei .ats-cat-pos-activity { bottom: 0px; right: 5%; transform: rotate(-5deg); z-index: 10; }


/* Background Colors */
.atelier-takana-sensei .bg-white { background-color: #fff; }
.atelier-takana-sensei .bg-beige { background-color: var(--ats-bg-beige); }
.atelier-takana-sensei .bg-wood { background-color: var(--ats-bg-wood); }
.atelier-takana-sensei .bg-warm { background: linear-gradient(135deg, var(--ats-bg-warm), var(--ats-bg-beige)); }
.atelier-takana-sensei .bg-dark { background-color: var(--ats-primary-dark) !important; color: #fff; }
.atelier-takana-sensei .bg-primary { background-color: var(--ats-primary) !important; color: #fff; }

/* Animations */
.ats-scroll-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.0s ease-out, transform 1.0s ease-out;
}
.ats-scroll-fade.ats-active {
  opacity: 1;
  transform: translateY(0);
}

.atelier-takana-sensei .ats-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--ats-bg-warm);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
}
.atelier-takana-sensei .ats-loader.ats-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.atelier-takana-sensei .ats-loader-logo {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  border-radius: 50%;
  object-fit: cover;
  animation: ats-pulse 1.5s infinite ease-in-out;
}
.atelier-takana-sensei .ats-loader-text {
  font-family: var(--ats-font-mincho);
  color: var(--ats-primary);
  font-size: 1.2em;
  letter-spacing: 0.1em;
  animation: ats-fade 1.5s infinite ease-in-out;
}
@keyframes ats-pulse {
  0% { transform: scale(0.95); opacity: 0.9; }
  50% { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(0.95); opacity: 0.9; }
}
@keyframes ats-fade {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}
/* Hero */
.atelier-takana-sensei .ats-hero {
  position: relative;
  min-height: 80vh;
  width: 100%;
  overflow: hidden;
}
.atelier-takana-sensei .ats-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.atelier-takana-sensei .ats-hero-content {
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 40px;
  left: 20px;
  text-align: left;
  width: auto;
  max-width: 90%;
}
.atelier-takana-sensei .ats-hero-sub {
  font-family: var(--ats-font-mincho);
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  font-size: 1em;
  opacity: 0.95;
  text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}
.atelier-takana-sensei .ats-hero-main {
  font-family: var(--ats-font-mincho);
  font-size: 2em;
  line-height: 1.4;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-hero-content {
    bottom: auto;
    left: auto;
    top: 20%;
    right: 5%;
    text-align: right;
  }
  .atelier-takana-sensei .ats-hero-sub {
    font-size: 1.25em;
    margin-bottom: 1rem;
  }
  .atelier-takana-sensei .ats-hero-main {
    font-size: 3.5em;
    line-height: 1.3;
  }
}

/* Concept */
.atelier-takana-sensei .ats-concept-box {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-concept-box {
    flex-direction: row;
  }
}
.atelier-takana-sensei .ats-concept-text {
  background-color: var(--ats-bg-warm);
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1em;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-concept-text {
    padding: 4rem;
    width: 50%;
  }
}
.atelier-takana-sensei .ats-concept-img {
  flex: 1;
}
.atelier-takana-sensei .ats-concept-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.atelier-takana-sensei .ats-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid var(--ats-text-body);
  padding: 0.75rem 2.5rem;
  border-radius: 9999px;
  font-family: var(--ats-font-mincho);
  margin-top: 2rem;
  align-self: flex-start;
  font-size: 1em;
  background: transparent;
  cursor: pointer;
}
.atelier-takana-sensei .ats-btn-outline:hover {
  background-color: var(--ats-text-body);
  color: #fff;
}

/* Support (Parallax Update) */
.atelier-takana-sensei .ats-parallax-section {
  background-image: url('/wp-content/uploads/2026/02/スクリーンショット-2026-01-13-18.56.17-1.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--ats-primary); /* Fallback color */
  position: relative;
  /* padding is inherited from ats-section */
  min-height: 600px; /* Ensure height for effect */
  display: flex;
  align-items: center;
}
/* Mobile fallback for fixed background */
@media (max-width: 768px) {
  .atelier-takana-sensei .ats-parallax-section {
    background-attachment: scroll;
  }
}
.atelier-takana-sensei .ats-parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(62, 39, 35, 0.3); /* Darkens the BG image slightly less */
  z-index: 1;
}
.atelier-takana-sensei .ats-support-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 2; /* Bring content above overlay */
  margin-top: 60px;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-support-layout {
    flex-direction: row;
    align-items: flex-start; /* Align top to allow offset */
    justify-content: center;
    gap: 0; /* Gap handled by margin/offset */
  }
}
.atelier-takana-sensei .ats-support-visual {
  width: 100%;
  max-width: 500px;
  position: relative;
  z-index: 2;
}
.atelier-takana-sensei .ats-support-main-img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  transform: rotate(-2deg);
  transition: transform 0.5s ease;
  background-color: #fff;
  padding: 10px; /* Polaroid style border */
}
.atelier-takana-sensei .ats-support-visual:hover .ats-support-main-img {
  transform: rotate(0deg) scale(1.02);
}
.atelier-takana-sensei .ats-support-text-card {
  background: rgba(255, 255, 255, 0.95);
  padding: 2.5rem;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 550px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-support-text-card {
    margin-top: 80px; /* Offset downward */
    margin-left: -50px; /* Overlap left */
  }
}
.atelier-takana-sensei .ats-btn-gradient {
  display: inline-block;
  background: linear-gradient(135deg, var(--ats-accent), var(--ats-accent-warm));
  color: #fff;
  font-family: var(--ats-font-mincho);
  font-weight: 500;
  padding: 1rem 3rem;
  border-radius: 9999px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
  font-size: 1.125em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.atelier-takana-sensei .ats-btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
}

/* Intro */
.atelier-takana-sensei .ats-intro-title {
  font-family: var(--ats-font-mincho);
  color: var(--ats-accent);
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1.5rem;
  border: none;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-intro-title {
    font-size: 2em;
  }
}
.atelier-takana-sensei .ats-intro-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1em;
}

/* YouTube */
.atelier-takana-sensei .ats-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.atelier-takana-sensei .ats-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Supporter Banner */
.atelier-takana-sensei .ats-banner-link {
  display: block;
  margin-top: 80px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.atelier-takana-sensei .ats-banner-link:hover {
  transform: scale(1.01);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Facilities */
.atelier-takana-sensei .ats-facility-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  list-style: none;
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-facility-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}
.atelier-takana-sensei .ats-facility-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  margin-bottom: 0;
}
.atelier-takana-sensei .ats-facility-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.atelier-takana-sensei .ats-facility-item p {
  margin-bottom: 0;
}

.atelier-takana-sensei .ats-icon-box {
  width: 48px;
  height: 48px;
  background-color: var(--ats-bg-beige);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.atelier-takana-sensei .ats-icon-box svg {
  width: 24px;
  height: 24px;
  fill: var(--ats-primary);
}
.atelier-takana-sensei .ats-facility-name {
  font-family: var(--ats-font-mincho);
  font-weight: 500;
  color: var(--ats-primary);
  font-size: 1em;
}

/* Features */
.atelier-takana-sensei .ats-features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}
.atelier-takana-sensei .ats-feature-item:hover .ats-feature-img img {
  transform: scale(1.1);
}
.atelier-takana-sensei .ats-feature-img {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.atelier-takana-sensei .ats-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.atelier-takana-sensei .ats-feature-title {
  font-family: var(--ats-font-mincho);
  font-weight: 600;
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 0.75rem;
}

/* Flow */
.atelier-takana-sensei .ats-flow-container {
  max-width: 900px;
  margin: 0 auto;
}
.atelier-takana-sensei .ats-flow-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-flow-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.atelier-takana-sensei .ats-flow-item {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 16px;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.atelier-takana-sensei .ats-flow-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--ats-accent), var(--ats-accent-warm));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.atelier-takana-sensei .ats-flow-icon svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}
.atelier-takana-sensei .ats-flow-title {
  font-family: var(--ats-font-mincho);
  color: var(--ats-primary);
  margin-bottom: 0.5rem;
  font-size: 1.25em;
}
.atelier-takana-sensei .ats-price-box {
  background-color: #fff;
  padding: 2rem;
  border-radius: 16px;
  text-align: center;
  border: 4px solid var(--ats-accent);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.atelier-takana-sensei .ats-price-title {
  font-family: var(--ats-font-mincho);
  color: var(--ats-primary);
  font-size: 1.4em;
  margin-bottom: 0.5rem;
}
.atelier-takana-sensei .ats-price-free {
  font-family: var(--ats-font-mincho);
  font-size: 2.5em;
  font-weight: bold;
  color: var(--ats-accent);
  margin-left: 0.5rem;
}
.atelier-takana-sensei .ats-price-text {
  font-size: 1.2em;
}

/* Cats List */
.atelier-takana-sensei .ats-cats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-cats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 4rem;
  }
}
.atelier-takana-sensei .ats-cat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.atelier-takana-sensei .ats-cat-role {
  font-family: var(--ats-font-mincho);
  font-weight: bold;
  color: #15803d;
  margin-bottom: 0.25rem;
  font-size: 1.125em;
}
.atelier-takana-sensei .ats-cat-name {
  font-family: var(--ats-font-mincho);
  font-weight: bold;
  color: #15803d;
  font-size: 1.5em;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-cat-name {
    font-size: 1.875em;
  }
}
.atelier-takana-sensei .ats-cat-img-box {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.5rem;
  border: 4px solid var(--ats-bg-wood);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  aspect-ratio: 4 / 3; /* Fixed Aspect Ratio */
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-cat-img-box {
    width: 250px;
    height: 250px;
  }
}
.atelier-takana-sensei .ats-cat-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.atelier-takana-sensei .ats-cat-item:hover .ats-cat-img-box img {
  transform: scale(1.1);
}
.atelier-takana-sensei .ats-cat-desc {
  text-align: justify;
  font-size: 1em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-cat-desc {
    text-align: left;
  }
}
.atelier-takana-sensei .ats-cat-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-cat-links {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.atelier-takana-sensei .ats-cat-link {
  font-size: 1em;
  border: none;
}

/* Reviews - Carousel Styles */
.atelier-takana-sensei .ats-carousel-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 2.5rem;
  padding: 0 30px; /* Space for arrows */
}
.atelier-takana-sensei .ats-carousel-track-container {
  overflow: hidden;
  width: 100%;
}
.atelier-takana-sensei .ats-carousel-track {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 0.4s ease-in-out;
}
.atelier-takana-sensei .ats-carousel-slide {
  /* Mobile: 1 item visible */
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  /* Desktop: 3 items visible */
  .atelier-takana-sensei .ats-carousel-slide {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
.atelier-takana-sensei .ats-review-card {
  background-color: #fff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border-top: 4px solid var(--ats-accent);
  display: flex;
  flex-direction: column;
  height: 100%; /* Make sure cards are same height */
  min-height: 250px;
}
.atelier-takana-sensei .ats-review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.atelier-takana-sensei .ats-star-rating {
  color: #fbbf24;
  font-size: 1.25em;
  letter-spacing: 2px;
}
.atelier-takana-sensei .ats-review-text {
  font-size: 1em;
  line-height: 1.8;
  text-align: justify;
  color: var(--ats-text-body);
}

/* Carousel Buttons */
.atelier-takana-sensei .ats-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--ats-primary);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s;
}
.atelier-takana-sensei .ats-carousel-btn:hover {
  background-color: var(--ats-accent);
}
.atelier-takana-sensei .ats-carousel-btn svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.atelier-takana-sensei .ats-carousel-btn.ats-btn-prev {
  left: -10px;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-carousel-btn.ats-btn-prev {
    left: -20px;
  }
}
.atelier-takana-sensei .ats-carousel-btn.ats-btn-next {
  right: -10px;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-carousel-btn.ats-btn-next {
    right: -20px;
  }
}

/* Use Cases */
.atelier-takana-sensei .ats-cases-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-cases-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
.atelier-takana-sensei .ats-case-item {
  background-color: var(--ats-bg-cream);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.atelier-takana-sensei .ats-case-item:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.atelier-takana-sensei .ats-case-img-wrap {
  position: relative;
}
.atelier-takana-sensei .ats-case-img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.atelier-takana-sensei .ats-case-icon-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--ats-accent), var(--ats-accent-warm));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.atelier-takana-sensei .ats-case-icon-badge svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.atelier-takana-sensei .ats-case-content {
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-case-content {
    padding: 2rem;
  }
}
.atelier-takana-sensei .ats-case-title {
  font-family: var(--ats-font-mincho);
  color: var(--ats-primary);
  font-size: 1.25em;
  margin-bottom: 0.5rem;
}

/* Activity - Updated with Images */
.atelier-takana-sensei .ats-activity-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.atelier-takana-sensei .ats-activity-row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-activity-row {
    flex-direction: row;
    gap: 4rem;
  }
  .atelier-takana-sensei .ats-row-reverse {
    flex-direction: row-reverse;
  }
}
.atelier-takana-sensei .ats-activity-img-box {
  flex: 1;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 20px -5px rgba(0,0,0,0.3);
  aspect-ratio: 4 / 3; /* Fixed Aspect Ratio */
  height: auto;
}
.atelier-takana-sensei .ats-activity-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.atelier-takana-sensei .ats-activity-img:hover {
  transform: scale(1.05);
}
.atelier-takana-sensei .ats-activity-content {
  flex: 1;
  color: #fff;
  font-size: 1.1em;
  line-height: 2;
  text-align: justify;
}

/* Caution - Updated Grid Layout */
.atelier-takana-sensei .ats-caution-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-caution-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.atelier-takana-sensei .ats-caution-card {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05);
}
.atelier-takana-sensei .ats-caution-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.atelier-takana-sensei .ats-caution-icon {
  width: 40px;
  height: 40px;
  background-color: var(--ats-bg-cream);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.atelier-takana-sensei .ats-caution-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--ats-accent);
}
.atelier-takana-sensei .ats-caution-text {
  font-size: 0.95em;
  line-height: 1.6;
  color: var(--ats-text-body);
  margin-bottom: 0;
}


/* Services */
.atelier-takana-sensei .ats-service-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
}
.atelier-takana-sensei .ats-service-bg {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.atelier-takana-sensei .ats-service-overlay {
  display: none;
}
.atelier-takana-sensei .ats-service-content {
  padding: 1.5rem;
  color: var(--ats-text-body);
  display: flex;
  flex-direction: column;
}
.atelier-takana-sensei .ats-service-title {
  font-family: var(--ats-font-mincho);
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0.5rem;
  color: var(--ats-primary);
}
.atelier-takana-sensei .ats-service-desc {
  max-height: none;
  opacity: 1;
  font-size: 1em;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-service-desc {
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
  }
}
.atelier-takana-sensei .ats-service-link {
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  color: var(--ats-accent);
  border-bottom: 1px solid var(--ats-accent);
  align-self: flex-start;
  padding-bottom: 2px;
}
/* 透明なリンクをカードいっぱいに広げる */
.ats-link-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; /* 他の要素より上に重ねる */
    text-indent: -9999px; /* 万が一文字が入っても隠す */
}

/* マウスを乗せた時に指マークにする */
.ats-service-card {
    cursor: pointer;
}
@media (min-width: 768px) {
  .atelier-takana-sensei .ats-service-card {
    display: block;
    aspect-ratio: 4/3;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }
  .atelier-takana-sensei .ats-service-bg {
    height: 100%;
    width: 100%;
  }
  .atelier-takana-sensei .ats-service-card:hover .ats-service-bg {
    transform: scale(1.1);
  }
  .atelier-takana-sensei .ats-service-overlay {
    display: block;
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3), transparent);
  }
  .atelier-takana-sensei .ats-service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 2rem;
    color: #fff;
    background: transparent;
    justify-content: flex-end;
  }
  .atelier-takana-sensei .ats-service-title {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 0.5rem;
    transition: transform 0.5s ease;
	text-shadow: 1px 1px 1px #000;
  }
  .atelier-takana-sensei .ats-service-card:hover .ats-service-title {
    transform: translateY(-0.5rem);
  }
  .atelier-takana-sensei .ats-service-card:hover .ats-service-overlay {
    opacity: 0.9;
  }
  .atelier-takana-sensei .ats-service-desc {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.7s ease;
    color: rgba(255,255,255,0.9);
    font-size: 1em;
    margin-bottom: 0;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
  }
  .atelier-takana-sensei .ats-service-card:hover .ats-service-desc {
    max-height: 250px;
    opacity: 1;
  }
  .atelier-takana-sensei .ats-service-link {
    color: #fff;
    border-color: rgba(255,255,255,0.6);
    margin-top: 0.5rem;
  }
  .atelier-takana-sensei .ats-service-link:hover {
    border-color: #fff;
  }
}

/* Promo Section Styles (NEW) */
.ats-promo-section {
  position: relative;
  overflow: hidden;
}

.ats-promo-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 768px) {
  .ats-promo-layout {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
  }
}

.ats-promo-visual {
  flex: 1;
  width: 100%;
}

.ats-promo-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.1);
}

.ats-promo-content {
  flex: 1;
  color: #fff;
  text-align: center; /* Mobile: Center */
}

@media (min-width: 768px) {
  .ats-promo-content {
    text-align: left; /* Desktop: Left */
  }
}

.ats-promo-badge {
  display: inline-block;
  background: var(--ats-accent);
  color: #fff;
  padding: 0.25rem 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  border-radius: 99px;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.ats-promo-title {
  font-family: var(--ats-font-mincho);
  font-size: 1.75rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: #fff;
}

@media (min-width: 768px) {
  .ats-promo-title {
    font-size: 2.25rem;
  }
}

.ats-promo-subtitle {
  font-size: 1em;
  color: rgba(255,255,255,0.8);
  margin-bottom: 2rem;
  line-height: 1.6;
  font-weight: 500;
}

.ats-promo-text {
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 2rem;
  color: rgba(255,255,255,0.9);
}

.ats-promo-offer {
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--ats-accent);
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  text-align: center;
}

.ats-promo-offer-text {
  font-size: 1.1rem;
  margin: 0;
  color: #fff;
}

.ats-offer-highlight {
  color: var(--ats-accent);
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 0.5rem;
}

.ats-promo-note {
  font-size: 1em;
  color: rgba(255,255,255,0.7);
  margin-bottom: 1rem;
}

.ats-btn-promo {
  display: inline-block;
  background: linear-gradient(135deg, var(--ats-accent), var(--ats-accent-warm));
  color: #fff;
  font-weight: bold;
  padding: 1rem 3rem;
  border-radius: 99px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(201, 169, 97, 0.4);
  font-size: 1em;
  border: none;
}

.ats-btn-promo:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(201, 169, 97, 0.6);
  color: #fff;
}

.ats-promo-small {
  font-size: 1em;
  margin: 1rem 0 0;
  opacity: 0.6;
}

/* === ats-cats-gallery.css === */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 12:43:10 */
/* ==========================================================================
   CATS GALLERY (NEW LAYOUT)
   ========================================================================== */

/* Main Container */
.ats-cats-gallery {
  display: flex;
  flex-direction: column;
  gap: 30px; /* Space between nav and content */
}

/* Navigation (Top on SP) */
.ats-cats-nav {
  display: flex;
  flex-direction: row; /* Horizontal scroll on mobile */
  overflow-x: auto;
  gap: 10px;
  padding-bottom: 10px; /* Space for scrollbar */
  scrollbar-width: thin;
  scrollbar-color: var(--ats-accent) transparent;
}
.ats-cats-nav::-webkit-scrollbar {
  height: 4px;
}
.ats-cats-nav::-webkit-scrollbar-thumb {
  background-color: var(--ats-accent);
  border-radius: 4px;
}

.ats-cat-nav-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  background: #fff;
  border: 1px solid var(--ats-border);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  color: var(--ats-primary);
  font-weight: bold;
  gap: 10px;
  padding: 10px 20px;
}

.ats-cat-nav-item:hover {
  background-color: var(--ats-bg-cream);
  color: var(--ats-accent);
}

.ats-cat-nav-item.active {
  background-color: var(--ats-primary);
  color: #fff;
  border-color: var(--ats-primary);
  box-shadow: 0 4px 10px rgba(93, 64, 55, 0.2);
}

/* Icon Styling */
.ats-nav-icon {
  display: block;
  width: 24px;
  margin-bottom: 8px; /* Mobile: Space below icon */
}
.ats-nav-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.ats-nav-name {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3;
  font-family: var(--ats-font-mincho);
}

/* View Area */
.ats-cats-view {
  position: relative;
  min-height: 400px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.ats-cat-panel {
  display: none;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  animation: ats-panel-fade 0.5s ease forwards;
}

.ats-cat-panel.active {
  display: flex;
}

@keyframes ats-panel-fade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Photo Frame (A4 Ratio) */
.ats-cat-photo-frame {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  aspect-ratio: 210 / 297; /* A4 Ratio */
  background: #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  position: relative;
}

.ats-cat-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Info Area */
.ats-cat-info-area {
  padding: 10px;
}

.ats-cat-header {
  padding-bottom: 10px;
  display: inline-block;
}

.ats-cat-role-label {
  display: inline-block;
  background: var(--ats-primary);
  color: #fff;
  padding: 4px 12px;
  border-radius: 99px;
  font-size: 0.85rem;
  margin-bottom: 8px;
  font-family: var(--ats-font-gothic);
}

.ats-cat-main-name {
  font-size: 1.8rem;
  color: var(--ats-primary);
  margin: 0;
  font-family: var(--ats-font-mincho);
}

.ats-cat-desc-text {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--ats-text-body);
  margin-bottom: 1.5rem;
  text-align: justify;
}

.ats-cat-links {
  margin-top: auto;
}
.ats-cat-link {
  display: inline-block;
  color: var(--ats-primary);
  font-weight: bold;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: color 0.3s;
}
.ats-cat-link:hover {
  color: var(--ats-accent);
}


/* === PC Styles (Over 768px) === */
@media (min-width: 768px) {
  /* Layout: Nav on top, Content below */
  .ats-cats-gallery {
    flex-direction: column; 
    align-items: center; 
    gap: 50px;
  }

  /* Nav: Wrap to multiple lines centered */
  .ats-cats-nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    overflow: visible;
    position: static;
    gap: 15px;
    padding-bottom: 0;
  }

  .ats-cat-nav-item {
    /* Make them look like tabs/buttons */
    min-width: 180px;
    flex-direction: row; /* Icon Left, Text Right */
  }
  
  .ats-nav-name {
    font-size: 1.1rem;
    text-align: left;
  }

  /* View Area */
  .ats-cats-view {
    width: 100%;
    min-height: 600px;
  }

  /* Content Panel: 2 Columns (Photo | Info) */
  .ats-cat-panel.active {
    display: flex;
    flex-direction: row;
    align-items: center; /* Center vertically */
    gap: 60px;
    padding: 0 40px;
  }

  /* Make Photo Larger */
  .ats-cat-photo-frame {
    width: 45%; /* Much wider than before */
    max-width: none;
    margin: 0;
    max-height: 80vh; 
  }

  .ats-cat-info-area {
    flex: 1; /* Remaining width */
    padding: 0;
  }

  .ats-cat-main-name {
    font-size: 2.5rem;
  }

  .ats-cat-desc-text {
    font-size: 1.1rem;
  }
}

/* === ats-story.css === */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 12:43:51 */
/* ==========================================================================
   Story Section (Intro)
   ========================================================================== */
.ats-story-block {
  margin-bottom: 80px;
}
.ats-story-header {
  text-align: center;
  margin-bottom: 40px;
}
.ats-story-name {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.8rem;
  color: #5d4037;
  margin-bottom: 15px;
  display: block;
}
.ats-story-name-en {
  font-size: 1.2rem;
  color: #7d6b5d;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}
.ats-story-role {
  display: block;
  font-size: 1.2rem;
  color: #7d6b5d;
  margin-top: 5px;
  font-weight: normal;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}
.ats-story-catch {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
}

.ats-story-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto 50px;
  gap: 30px;
  text-align: left;
}
.ats-story-icon {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.ats-story-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ▼ PC Font Size: 18px */
.ats-story-desc {
  font-size: 1.125rem; /* ~18px */
  line-height: 1.8;
  margin-bottom: 0;
}

/* Story Grid (2-Col) */
.ats-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 0;
  padding: 40px;
  border-radius: 20px;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.03);
}

/* Story List (Left) */
.ats-story-item {
  padding: 20px;
  border-left: 4px solid #ddd;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 15px;
  background: transparent;
}
.ats-story-item:last-child { margin-bottom: 0; }
.ats-story-item:hover {
  background: rgba(255,255,255,0.5);
}
.ats-story-item.active {
  border-left-color: #5d4037;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  border-radius: 0 10px 10px 0;
}
.ats-story-item-title {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.1rem;
  color: #5d4037;
  margin-bottom: 8px;
}

/* ▼ PC Font Size: 18px */
.ats-story-item-text {
  font-size: 1.125rem; /* ~18px */
  color: #7d6b5d;
  line-height: 1.6;
}

.ats-story-sp-img {
  display: none; /* Hidden on PC */
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.ats-story-sp-img img {
  width: 100%;
  display: block;
}

/* Story Visual (Right) */
.ats-story-visual {
  position: relative;
  min-height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.ats-story-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.ats-story-img.active {
  opacity: 1;
  pointer-events: auto;
}
.ats-story-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  /* Mobile Story Section */
  .ats-story-intro {
    flex-direction: column;
    text-align: center;
  }
  
  /* ▼ SP Font Size: 16px */
  .ats-story-desc {
    text-align: justify;
    font-size: 1rem; /* 16px */
  }
  .ats-story-grid {
    display: block;
    padding: 20px 0;
  }
  .ats-story-visual {
    display: none; /* Hide large visual area on mobile */
  }
  .ats-story-item {
    border-left: none;
    border-top: 1px solid #eee;
    padding: 20px 0;
    margin-bottom: 0;
    pointer-events: none; /* Disable click on mobile */
  }
  
  /* ▼ SP Font Size: 16px */
  .ats-story-item-text {
    font-size: 1rem; /* 16px */
  }

  .ats-story-item:hover { background: transparent; }
  .ats-story-item.active {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  .ats-story-sp-img {
    display: block; /* Show inline image on mobile */
  }
} 

/* === ats-access.css === */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 12:39:28 */
/* Access */
.access-section {
  padding-bottom: 60px;
}
.ats-access-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ats-access-box {
    flex-direction: row;
    gap: 3rem;
  }
}
.ats-map-frame {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  flex: 1;
  min-height: 300px;
}
@media (min-width: 768px) {
  .ats-map-frame {
    height: 450px;
  }
}
.ats-access-info {
  background-color: #fdfbf7;
  padding: 2rem;
  border-radius: 16px;
  flex: 1;
  align-self: center;
  width: 100%;
  color: #4a3c31;
}
.ats-access-title {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: bold;
  color: #5d4037;
  font-size: 1.5em;
  margin-bottom: 1.5rem;
}
.ats-access-table {
  width: 100%;
  border-collapse: collapse;
}
.ats-access-table th,
.ats-access-table td {
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #e0d6c8;
  vertical-align: top;
  text-align: left;
  font-size: 1.1em;
  color: #4a3c31;
}
.ats-access-table th {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #5d4037;
  width: 100px;
  white-space: nowrap;
}

/* === ats-floating-insta.css === */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 12:44:15 */
/* --- フローティングインスタボタン --- */
.ats-floating-insta {
  position: fixed;
  z-index: 9999;
  display: block;
  
  /* ▼ PCでの設定 */
  width: 150px;
  bottom: 20px;
  right: 30px;
  
  /* ふわふわアニメーション（3秒周期） */
  animation: ats-float 3s ease-in-out infinite;
  /* カーソルを指マークに */
  cursor: pointer;
}

/* 画像のスタイル */
.ats-floating-insta img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* ドロップシャドウでくっきりさせる */
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* ホバー時の動き */
.ats-floating-insta:hover img {
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.4));
  transform: scale(1.05); /* さらに少し大きく */
}

/* ▼ ふわふわアニメーション定義 */
@keyframes ats-float {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-15px); } /* 15px浮く */
  100% { transform: translateY(0px); }
}

/* ▼ スマホでの調整（いい感じに少し小さく） */
@media (max-width: 768px) {
  .ats-floating-insta {
	width: 100px;
    bottom: 0px;
    right: 0px;
  }
}

/* === lp-faq.css === */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 12:36:27 */
/* FAQ */
.faq-section {
  /* 変数定義 */
  --ats-primary: #5d4037;
  --ats-accent: #c9a961;
  --ats-font-mincho: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;

  padding-top: 40px;
}

.ats-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 0 auto;
  font-size: 16px;
}
/* Ensure flexibility even if item count changes */
@media (min-width: 768px) {
  .ats-faq-grid {
    /* Uses auto-fit to handle flexible number of items */
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;	  
    font-size: 18px;
  }
}
.ats-faq-item {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  border-left: 4px solid var(--ats-accent);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.ats-faq-q {
  font-family: var(--ats-font-mincho);
  font-weight: 600;
  color: var(--ats-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  font-size: 1.1em;
}
.ats-faq-q-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: var(--ats-accent);
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  font-size: 1em;
  flex-shrink: 0;
}
.ats-faq-a {
  padding-left: 2.5rem;
  font-size: 1em;
}

/* === lp-hero.css === */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 12:38:08 */
/* --- Stylish Overlap Hero Section --- */
.lp-hero-stylish {
	width: 100%;
	position: relative;
}

.lp-hero-container {
	position: relative;
	width: 100%;
	height: 400px;
    margin-bottom: 100px;
}

/* Image Area */
.lp-hero-image-area {
	width: 100%;
	height: 100%;
	position: relative;
}

.lp-hero-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Content Box (The Card) */
.lp-hero-content-box {
	position: relative;
	background-color: #6e5d52; /* Deep Brown */
	color: #fff;
	padding: 20px;
	margin: -60px auto 0 auto; /* Pull up overlap on mobile */
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	z-index: 2;
}

.lp-hero-content-inner {
	text-align: center;
	border: 1px solid rgba(255,255,255,0.3);
	padding: 30px 0;
}

.lp-hero-sub {
	display: block;
    font-size: 1em
	letter-spacing: 0.2em;
	font-family: sans-serif;
	opacity: 0.8;
}

.lp-hero-main {
	font-size: 2em;
	font-family: serif;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
	letter-spacing: 0.1em;
}

/* PC Layout: Overlap Style */
@media (min-width: 768px) {
	.lp-hero-container {
		display: flex;
		justify-content: flex-end; /* Align image to right */
		min-height: 700px;
    	margin-bottom: 0;
	}

	.lp-hero-image-area {
		width: 70%;
	}

	.lp-hero-content-box {
		position: absolute;
		top: 50%;
		left: 5%; /* Offset from left */
		transform: translateY(-50%);
		width: 40%;
		max-width: 500px;
		margin: 0; /* Reset mobile margin */
		padding: 60px 30px;
		box-shadow: 20px 20px 50px rgba(0,0,0,0.2);
	}

	.lp-hero-content-inner {
		padding: 40px 0;
		text-align: left;
		border: none;
		padding-left: 20px;
		border-left: 1px solid rgba(255,255,255,0.4);
	}

	.lp-hero-main {
		font-size: 2.8em;
	}
}



/* === Inline Styles (extracted from HTML) === */

/* inline-block 2316490e09ba */

img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */


/* inline-block 3626bf477fb8 */


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */


/* inline-block c46da6586e62 */

:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */


/* inline-block c6ce802f9b7c */

.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
/*# sourceURL=/wp-includes/blocks/paragraph/style.min.css */


/* inline-block 174a7427bd23 */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */


/* inline-block 2477cd65f0f0 */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */


/* inline-block ccc97417ded8 */

/* vk-mobile-nav */:root {--vk-mobile-nav-menu-btn-bg-src: url("../assets/f9526b_vk-menu-btn-black.svg");--vk-mobile-nav-menu-btn-close-bg-src: url("../assets/76bc29_vk-menu-close-black.svg");--vk-menu-acc-icon-open-black-bg-src: url("../assets/fc0105_vk-menu-acc-icon-open-black.svg");--vk-menu-acc-icon-open-white-bg-src: url("../assets/dd2bf3_vk-menu-acc-icon-open-white.svg");--vk-menu-acc-icon-close-black-bg-src: url("../assets/76bc29_vk-menu-close-black.svg");--vk-menu-acc-icon-close-white-bg-src: url("../assets/b9131c_vk-menu-close-white.svg");}
/*# sourceURL=lightning-common-style-inline-css */


/* inline-block 789788f6093e */

:root {--color-key:#3cbcaf;--wp--preset--color--vk-color-primary:#3cbcaf;--color-key-dark:#38717a;}
/* ltg common custom */:root {--vk-menu-acc-btn-border-color:#333;--vk-color-primary:#3cbcaf;--vk-color-primary-dark:#38717a;--vk-color-primary-vivid:#42cfc1;--color-key:#3cbcaf;--wp--preset--color--vk-color-primary:#3cbcaf;--color-key-dark:#38717a;}.veu_color_txt_key { color:#38717a ; }.veu_color_bg_key { background-color:#38717a ; }.veu_color_border_key { border-color:#38717a ; }.btn-default { border-color:#3cbcaf;color:#3cbcaf;}.btn-default:focus,.btn-default:hover { border-color:#3cbcaf;background-color: #3cbcaf; }.wp-block-search__button,.btn-primary { background-color:#3cbcaf;border-color:#38717a; }.wp-block-search__button:focus,.wp-block-search__button:hover,.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:focus,.btn-primary:hover { background-color:#38717a;border-color:#3cbcaf; }.btn-outline-primary { color : #3cbcaf ; border-color:#3cbcaf; }.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:focus,.btn-outline-primary:hover { color : #fff; background-color:#3cbcaf;border-color:#38717a; }a { color:#337ab7; }
.tagcloud a:before { font-family: "Font Awesome 7 Free";content: "\f02b";font-weight: bold; }
.media .media-body .media-heading a:hover { color:#3cbcaf; }@media (min-width: 768px){.gMenu > li:before,.gMenu > li.menu-item-has-children::after { border-bottom-color:#38717a }.gMenu li li { background-color:#38717a }.gMenu li li a:hover { background-color:#3cbcaf; }} /* @media (min-width: 768px) */.page-header { background-color:#3cbcaf; }h2,.mainSection-title { border-top-color:#3cbcaf; }h3:after,.subSection-title:after { border-bottom-color:#3cbcaf; }ul.page-numbers li span.page-numbers.current,.page-link dl .post-page-numbers.current { background-color:#3cbcaf; }.pager li > a { border-color:#3cbcaf;color:#3cbcaf;}.pager li > a:hover { background-color:#3cbcaf;color:#fff;}.siteFooter { border-top-color:#3cbcaf; }dt { border-left-color:#3cbcaf; }:root {--g_nav_main_acc_icon_open_url:url(../assets/fc0105_vk-menu-acc-icon-open-black.svg);--g_nav_main_acc_icon_close_url: url(../assets/76bc29_vk-menu-close-black.svg);--g_nav_sub_acc_icon_open_url: url(../assets/dd2bf3_vk-menu-acc-icon-open-white.svg);--g_nav_sub_acc_icon_close_url: url(../assets/b9131c_vk-menu-close-white.svg);}
/*# sourceURL=lightning-design-style-inline-css */


/* inline-block ba0948ad04b8 */
/* ltg theme common */.color_key_bg,.color_key_bg_hover:hover{background-color: #3cbcaf;}.color_key_txt,.color_key_txt_hover:hover{color: #3cbcaf;}.color_key_border,.color_key_border_hover:hover{border-color: #3cbcaf;}.color_key_dark_bg,.color_key_dark_bg_hover:hover{background-color: #38717a;}.color_key_dark_txt,.color_key_dark_txt_hover:hover{color: #38717a;}.color_key_dark_border,.color_key_dark_border_hover:hover{border-color: #38717a;}

/* inline-block 7352bf26f9ec */

			.date-tags { display: none; }.

.box11{
    padding: 1em 1em;
    margin: 2em 0;

    background: white;
    border-top: solid 8px #223a70;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

/******************************/

/* グロナビメニュー項目 表示調整 */
.siteHeader .menu {
 flex-wrap: wrap;
}

.header_scrolled .gMenu>li {
	width: auto;
}

.timeline {
    padding: 20px;
    margin-top: 20px;
  }
  .event {
    margin-bottom: 15px;
  }
  .date {
    font-weight: bold;
  }
  .description {
    margin-left: 20px;
  }

.top-page-nav {
	display:flex;
	list-style:none;
	flex-wrap:wrap;
	margin: 40px auto 0; 
	padding:0;
	justify-content: space-between; 
}

.top-page-nav li{
	width: 25%;
}

.top-page-nav li a {
	display: block;
	color: #000;
	padding: 5px 10px 5px 15px;
	text-align:center;
	position: relative;
}
.top-page-nav li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
	margin-top: -6px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateX(-50%) rotate(135deg);
}

body {
animation: fadeIn 3s ease 0s 1 normal;
-webkit-animation: fadeIn 4s ease 0s 1 normal;
}

@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

@media screen and (max-width: 750px) {

	.top-page-nav li{
		width: 50%;
	}
	
}



.block {
  width: 100%; /* スマートフォンでは1列 */
  margin-bottom: 20px;
}

.block img {
  width: 120px; /* スマートフォンで適切なサイズ */
  height: 120px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.block h3 {
  text-align: center;
}



/* パソコンとタブレットのスタイル */
@media (min-width: 481px) {
  .block {
    width: 30%; /* パソコンでは3列 */
  }
  .block img {
    width: 150px; /* パソコンで元のサイズに戻す */
    height: 150px;
  }
}

.boxbox{
width:100%; height:100%;
margin:1px; padding:2px; border:2px solid #72c6ef;
	padding:3px;
background-color: #fff;
}

.co{
display:flex;
}

.boxbox2{
width:100%; height:100%;
margin:1px; padding:2px; border:2px solid #2B6644;
	padding:3px;
background-color: #fff;
}


.ttl_line4 {
  font-weight: bold;
  border-bottom: 5px solid #223a70;
  padding: 0.3em;
  margin-bottom: 0.3em;
  position: relative;
}

h4.ttl_line5 {
  font-weight: bold;
  border-bottom: 5px solid #2B6644;
  padding: 0.3em;
  margin-bottom: 0.3em;
  position: relative;
}




/************************************************
 よくある質問ここから*/

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 -1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #777;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	margin-top:-1.8em;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #009fef;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}


/***
 よくある質問ここまで***************************************/

.back {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000080;
    background: #f5f5f5;/*背景色*/
    border-top: solid 5px #223a70;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.back p {
    margin: 0; 
    padding: 0;
}

h2 {
    padding: 0.8em 0 0.7em;
    border-top: 10px solid #009fef;
    border-bottom: 1px solid #e9e9e9;
}

/*  ここから追加CSS*/



h2.upcycle {
    padding: 0.8em 0 0.7em;
    border-top: 3px solid #C0DBEE;
    border-bottom: 3px solid #C0DBEE;
	
}

h3.upcycle1{
	border-bottom:transparent;
	
}

h3.upcycle1:after, .subSection-title:after {
    border-bottom-color: transparent;
}

h4.upcycle2{
	background: #ffeaea;
	padding-bottom:8px;
	padding-top:8px;
}

.box15 {
    padding: 2em 2em;
    margin: 2em 0;
    color: #000;
    background: #fff;
    box-shadow: 0px 0px 0px 10px #fffa;
    border: dashed 2px  #FFBBC6;
    border-radius: 8px;
}
.box15 p {
    margin: 0; 
    padding: 0;
}

/* 緑 */

.box151 {
    padding: 2em 2em;
    margin: 2em 0;
    color: #000;
    background: #fff;
    box-shadow: 0px 0px 0px 10px #fffa;
    border: dashed 2px  #2B6644;
    border-radius: 8px;
}
.box151 p {
    margin: 0; 
    padding: 0;
}

.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #F6C3C2;
}
.box5 p {
    margin: 0; 
    padding: 0;
}


.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #ff0000;
}
.box6 p {
    margin: 0; 
    padding: 0;
}

.boxbox1{
width:100%; height:100%;
margin:1px; padding:2px; border:0.5px solid #FFBBC6;
	padding:3px;
background-color: #fff;
}

.ttl_line5 {
  font-weight: bold;
  border-bottom: 5px solid  #FFBBC6;
  padding: 0.3em;
  margin-bottom: 0.3em;
  position: relative;
}

.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design01 ul {
  padding: 0;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  margin-left: 0;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid  #999;
  border-radius: 10px;
  position: relative;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #999;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
	border-left:transparent;
}

.flow01 > li dl dt .icon01 {
  font-size: 0.6em;
  color: #fff;
  background: #FFBBC6;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

@media(max-width: 650px) {
  .flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .flow01 > li dl {
    display: block;
    padding: 10px 15px;
  }

  .flow01 > li dl dt {
    margin-right: 0;
  }

  .flow01 > li dl dt .icon01 {
    font-size: .7em;
  }
}

.page-id-496 .page-header{
 display:none;
}

.qa-1 {
    max-width: 1000px;
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 25px;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #2B6644;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #F5BAC5;
    line-height: 1.2;
    content: "A";
}



.box-019 {
    position: relative;
    margin-top: 1em;
    padding: 1.8em 2em 1em 2em;
    border: 2px solid #F5BAC5;
}

.box-019 > div {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #F5BAC5;
    color: #fff;
    font-size: .9em;
}

.box-019 > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color:#F5BAC5;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.box-019 p {
    margin: 0;
}

.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design01 ul {
  padding: 0;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  margin-left: 0;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #F88400;
  border-radius: 10px;
  position: relative;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #F88400;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

.flow01 > li dl dt .icon01 {
  font-size: 0.6em;
  color: #fff;
  background: #F88400;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

@media(max-width: 650px) {
  .flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .flow01 > li dl {
    display: block;
    padding: 10px 15px;
  }

  .flow01 > li dl dt {
    margin-right: 0;
  }

  .flow01 > li dl dt .icon01 {
    font-size: .7em;
  }
}
      
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #00CC00;
  border: solid 2px #00CC00;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #00CC00;
  color: white;
}

.breadcrumb {
 display: none;
}


.btn--orange {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #00CC00;
  border: double 4px #00CC00;
  border-radius: 3px;
  transition: .4s;
}
.btn--orange:hover {
  background: #fffbef;
}

.green-cta-button {
  background-color: #4caf50;
  color: #ffffff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.green-cta-button:hover {
  background-color: #43a047;
}
.green-table-white-bg {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  color: #2c5f2d; /* 深緑 */
  font-family: "Helvetica Neue", sans-serif;
  box-shadow: 0 0 10px rgba(0, 64, 0, 0.05);
  margin: 20px 0;
}

.green-table-white-bg thead {
  background-color: #ffffff!important;
}

.green-table-white-bg th {
  color: #2c5f2d!important;
  font-weight: bold;
  padding: 12px;
  text-align: left;
  border-bottom: 2px solid #a3d9a5;
}

.green-table-white-bg td {
  padding: 12px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}

.green-table-white-bg tr:nth-child(even) {
  background-color: #f9f9f9;
}
		

/* inline-block 39e128587ffc */

    img:is([sizes=auto i], [sizes^="auto," i]) {
      contain-intrinsic-size: 3000px 1500px
    }

    /*# sourceURL=wp-img-auto-sizes-contain-inline-css */
  

/* inline-block 102fe768e5e3 */

    img.wp-smiley,
    img.emoji {
      display: inline !important;
      border: none !important;
      box-shadow: none !important;
      height: 1em !important;
      width: 1em !important;
      margin: 0 0.07em !important;
      vertical-align: -0.1em !important;
      background: none !important;
      padding: 0 !important;
    }

    /*# sourceURL=wp-emoji-styles-inline-css */
  

/* inline-block 9f62317dd266 */

    :root {
      --wp-block-synced-color: #7a00df;
      --wp-block-synced-color--rgb: 122, 0, 223;
      --wp-bound-block-color: var(--wp-block-synced-color);
      --wp-editor-canvas-background: #ddd;
      --wp-admin-theme-color: #007cba;
      --wp-admin-theme-color--rgb: 0, 124, 186;
      --wp-admin-theme-color-darker-10: #006ba1;
      --wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
      --wp-admin-theme-color-darker-20: #005a87;
      --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
      --wp-admin-border-width-focus: 2px
    }

    @media (min-resolution:192dpi) {
      :root {
        --wp-admin-border-width-focus: 1.5px
      }
    }

    .wp-element-button {
      cursor: pointer
    }

    :root .has-very-light-gray-background-color {
      background-color: #eee
    }

    :root .has-very-dark-gray-background-color {
      background-color: #313131
    }

    :root .has-very-light-gray-color {
      color: #eee
    }

    :root .has-very-dark-gray-color {
      color: #313131
    }

    :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
      background: linear-gradient(135deg, #00d084, #0693e3)
    }

    :root .has-purple-crush-gradient-background {
      background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
    }

    :root .has-hazy-dawn-gradient-background {
      background: linear-gradient(135deg, #faaca8, #dad0ec)
    }

    :root .has-subdued-olive-gradient-background {
      background: linear-gradient(135deg, #fafae1, #67a671)
    }

    :root .has-atomic-cream-gradient-background {
      background: linear-gradient(135deg, #fdd79a, #004a59)
    }

    :root .has-nightshade-gradient-background {
      background: linear-gradient(135deg, #330968, #31cdcf)
    }

    :root .has-midnight-gradient-background {
      background: linear-gradient(135deg, #020381, #2874fc)
    }

    :root {
      --wp--preset--font-size--normal: 16px;
      --wp--preset--font-size--huge: 42px
    }

    .has-regular-font-size {
      font-size: 1em
    }

    .has-larger-font-size {
      font-size: 2.625em
    }

    .has-normal-font-size {
      font-size: var(--wp--preset--font-size--normal)
    }

    .has-huge-font-size {
      font-size: var(--wp--preset--font-size--huge)
    }

    .has-text-align-center {
      text-align: center
    }

    .has-text-align-left {
      text-align: left
    }

    .has-text-align-right {
      text-align: right
    }

    .has-fit-text {
      white-space: nowrap !important
    }

    #end-resizable-editor-section {
      display: none
    }

    .aligncenter {
      clear: both
    }

    .items-justified-left {
      justify-content: flex-start
    }

    .items-justified-center {
      justify-content: center
    }

    .items-justified-right {
      justify-content: flex-end
    }

    .items-justified-space-between {
      justify-content: space-between
    }

    .screen-reader-text {
      border: 0;
      clip-path: inset(50%);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      word-wrap: normal !important
    }

    .screen-reader-text:focus {
      background-color: #ddd;
      clip-path: none;
      color: #444;
      display: block;
      font-size: 1em;
      height: auto;
      left: 5px;
      line-height: normal;
      padding: 15px 23px 14px;
      text-decoration: none;
      top: 5px;
      width: auto;
      z-index: 100000
    }

    html :where(.has-border-color) {
      border-style: solid
    }

    html :where([style*=border-top-color]) {
      border-top-style: solid
    }

    html :where([style*=border-right-color]) {
      border-right-style: solid
    }

    html :where([style*=border-bottom-color]) {
      border-bottom-style: solid
    }

    html :where([style*=border-left-color]) {
      border-left-style: solid
    }

    html :where([style*=border-width]) {
      border-style: solid
    }

    html :where([style*=border-top-width]) {
      border-top-style: solid
    }

    html :where([style*=border-right-width]) {
      border-right-style: solid
    }

    html :where([style*=border-bottom-width]) {
      border-bottom-style: solid
    }

    html :where([style*=border-left-width]) {
      border-left-style: solid
    }

    html :where(img[class*=wp-image-]) {
      height: auto;
      max-width: 100%
    }

    :where(figure) {
      margin: 0 0 1em
    }

    html :where(.is-position-sticky) {
      --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
    }

    @media screen and (max-width:600px) {
      html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
      }
    }

    /*# sourceURL=wp-block-library-inline-css */
  

/* inline-block fa95807b0043 */

    .is-small-text {
      font-size: .875em
    }

    .is-regular-text {
      font-size: 1em
    }

    .is-large-text {
      font-size: 2.25em
    }

    .is-larger-text {
      font-size: 3em
    }

    .has-drop-cap:not(:focus):first-letter {
      float: left;
      font-size: 8.4em;
      font-style: normal;
      font-weight: 100;
      line-height: .68;
      margin: .05em .1em 0 0;
      text-transform: uppercase
    }

    body.rtl .has-drop-cap:not(:focus):first-letter {
      float: none;
      margin-left: .1em
    }

    p.has-drop-cap.has-background {
      overflow: hidden
    }

    :root :where(p.has-background) {
      padding: 1.25em 2.375em
    }

    :where(p.has-text-color:not(.has-link-color)) a {
      color: inherit
    }

    p.has-text-align-left[style*="writing-mode:vertical-lr"],
    p.has-text-align-right[style*="writing-mode:vertical-rl"] {
      rotate: 180deg
    }

    /*# sourceURL=/wp-includes/blocks/paragraph/style.min.css */
  

/* inline-block f3bb3558c9a1 */

    /*! This file is auto-generated */
    .wp-block-button__link {
      color: #fff;
      background-color: #32373c;
      border-radius: 9999px;
      box-shadow: none;
      text-decoration: none;
      padding: calc(.667em + 2px) calc(1.333em + 2px);
      font-size: 1.125em
    }

    .wp-block-file__button {
      background: #32373c;
      color: #fff;
      text-decoration: none
    }

    /*# sourceURL=/wp-includes/css/classic-themes.min.css */
  

/* inline-block 20d46e330005 */

    :root {
      --wp--preset--aspect-ratio--square: 1;
      --wp--preset--aspect-ratio--4-3: 4/3;
      --wp--preset--aspect-ratio--3-4: 3/4;
      --wp--preset--aspect-ratio--3-2: 3/2;
      --wp--preset--aspect-ratio--2-3: 2/3;
      --wp--preset--aspect-ratio--16-9: 16/9;
      --wp--preset--aspect-ratio--9-16: 9/16;
      --wp--preset--color--black: #000000;
      --wp--preset--color--cyan-bluish-gray: #abb8c3;
      --wp--preset--color--white: #ffffff;
      --wp--preset--color--pale-pink: #f78da7;
      --wp--preset--color--vivid-red: #cf2e2e;
      --wp--preset--color--luminous-vivid-orange: #ff6900;
      --wp--preset--color--luminous-vivid-amber: #fcb900;
      --wp--preset--color--light-green-cyan: #7bdcb5;
      --wp--preset--color--vivid-green-cyan: #00d084;
      --wp--preset--color--pale-cyan-blue: #8ed1fc;
      --wp--preset--color--vivid-cyan-blue: #0693e3;
      --wp--preset--color--vivid-purple: #9b51e0;
      --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
      --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
      --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
      --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
      --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
      --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
      --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
      --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
      --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
      --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
      --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
      --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
      --wp--preset--font-size--small: 13px;
      --wp--preset--font-size--medium: 20px;
      --wp--preset--font-size--large: 36px;
      --wp--preset--font-size--x-large: 42px;
      --wp--preset--spacing--20: 0.44rem;
      --wp--preset--spacing--30: 0.67rem;
      --wp--preset--spacing--40: 1rem;
      --wp--preset--spacing--50: 1.5rem;
      --wp--preset--spacing--60: 2.25rem;
      --wp--preset--spacing--70: 3.38rem;
      --wp--preset--spacing--80: 5.06rem;
      --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
      --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
      --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
      --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
      --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
    }

    :where(.is-layout-flex) {
      gap: 0.5em;
    }

    :where(.is-layout-grid) {
      gap: 0.5em;
    }

    body .is-layout-flex {
      display: flex;
    }

    .is-layout-flex {
      flex-wrap: wrap;
      align-items: center;
    }

    .is-layout-flex> :is(*, div) {
      margin: 0;
    }

    body .is-layout-grid {
      display: grid;
    }

    .is-layout-grid> :is(*, div) {
      margin: 0;
    }

    :where(.wp-block-columns.is-layout-flex) {
      gap: 2em;
    }

    :where(.wp-block-columns.is-layout-grid) {
      gap: 2em;
    }

    :where(.wp-block-post-template.is-layout-flex) {
      gap: 1.25em;
    }

    :where(.wp-block-post-template.is-layout-grid) {
      gap: 1.25em;
    }

    .has-black-color {
      color: var(--wp--preset--color--black) !important;
    }

    .has-cyan-bluish-gray-color {
      color: var(--wp--preset--color--cyan-bluish-gray) !important;
    }

    .has-white-color {
      color: var(--wp--preset--color--white) !important;
    }

    .has-pale-pink-color {
      color: var(--wp--preset--color--pale-pink) !important;
    }

    .has-vivid-red-color {
      color: var(--wp--preset--color--vivid-red) !important;
    }

    .has-luminous-vivid-orange-color {
      color: var(--wp--preset--color--luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-amber-color {
      color: var(--wp--preset--color--luminous-vivid-amber) !important;
    }

    .has-light-green-cyan-color {
      color: var(--wp--preset--color--light-green-cyan) !important;
    }

    .has-vivid-green-cyan-color {
      color: var(--wp--preset--color--vivid-green-cyan) !important;
    }

    .has-pale-cyan-blue-color {
      color: var(--wp--preset--color--pale-cyan-blue) !important;
    }

    .has-vivid-cyan-blue-color {
      color: var(--wp--preset--color--vivid-cyan-blue) !important;
    }

    .has-vivid-purple-color {
      color: var(--wp--preset--color--vivid-purple) !important;
    }

    .has-black-background-color {
      background-color: var(--wp--preset--color--black) !important;
    }

    .has-cyan-bluish-gray-background-color {
      background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
    }

    .has-white-background-color {
      background-color: var(--wp--preset--color--white) !important;
    }

    .has-pale-pink-background-color {
      background-color: var(--wp--preset--color--pale-pink) !important;
    }

    .has-vivid-red-background-color {
      background-color: var(--wp--preset--color--vivid-red) !important;
    }

    .has-luminous-vivid-orange-background-color {
      background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-amber-background-color {
      background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
    }

    .has-light-green-cyan-background-color {
      background-color: var(--wp--preset--color--light-green-cyan) !important;
    }

    .has-vivid-green-cyan-background-color {
      background-color: var(--wp--preset--color--vivid-green-cyan) !important;
    }

    .has-pale-cyan-blue-background-color {
      background-color: var(--wp--preset--color--pale-cyan-blue) !important;
    }

    .has-vivid-cyan-blue-background-color {
      background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
    }

    .has-vivid-purple-background-color {
      background-color: var(--wp--preset--color--vivid-purple) !important;
    }

    .has-black-border-color {
      border-color: var(--wp--preset--color--black) !important;
    }

    .has-cyan-bluish-gray-border-color {
      border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
    }

    .has-white-border-color {
      border-color: var(--wp--preset--color--white) !important;
    }

    .has-pale-pink-border-color {
      border-color: var(--wp--preset--color--pale-pink) !important;
    }

    .has-vivid-red-border-color {
      border-color: var(--wp--preset--color--vivid-red) !important;
    }

    .has-luminous-vivid-orange-border-color {
      border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-amber-border-color {
      border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
    }

    .has-light-green-cyan-border-color {
      border-color: var(--wp--preset--color--light-green-cyan) !important;
    }

    .has-vivid-green-cyan-border-color {
      border-color: var(--wp--preset--color--vivid-green-cyan) !important;
    }

    .has-pale-cyan-blue-border-color {
      border-color: var(--wp--preset--color--pale-cyan-blue) !important;
    }

    .has-vivid-cyan-blue-border-color {
      border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
    }

    .has-vivid-purple-border-color {
      border-color: var(--wp--preset--color--vivid-purple) !important;
    }

    .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
      background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
    }

    .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
      background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
    }

    .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
      background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-orange-to-vivid-red-gradient-background {
      background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
    }

    .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
      background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
    }

    .has-cool-to-warm-spectrum-gradient-background {
      background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
    }

    .has-blush-light-purple-gradient-background {
      background: var(--wp--preset--gradient--blush-light-purple) !important;
    }

    .has-blush-bordeaux-gradient-background {
      background: var(--wp--preset--gradient--blush-bordeaux) !important;
    }

    .has-luminous-dusk-gradient-background {
      background: var(--wp--preset--gradient--luminous-dusk) !important;
    }

    .has-pale-ocean-gradient-background {
      background: var(--wp--preset--gradient--pale-ocean) !important;
    }

    .has-electric-grass-gradient-background {
      background: var(--wp--preset--gradient--electric-grass) !important;
    }

    .has-midnight-gradient-background {
      background: var(--wp--preset--gradient--midnight) !important;
    }

    .has-small-font-size {
      font-size: var(--wp--preset--font-size--small) !important;
    }

    .has-medium-font-size {
      font-size: var(--wp--preset--font-size--medium) !important;
    }

    .has-large-font-size {
      font-size: var(--wp--preset--font-size--large) !important;
    }

    .has-x-large-font-size {
      font-size: var(--wp--preset--font-size--x-large) !important;
    }

    /*# sourceURL=global-styles-inline-css */
  

/* inline-block df6af1153b4d */

    /* vk-mobile-nav */
    :root {
      --vk-mobile-nav-menu-btn-bg-src: url("./assets/f9526b_vk-menu-btn-black.svg");
      --vk-mobile-nav-menu-btn-close-bg-src: url("./assets/76bc29_vk-menu-close-black.svg");
      --vk-menu-acc-icon-open-black-bg-src: url("./assets/fc0105_vk-menu-acc-icon-open-black.svg");
      --vk-menu-acc-icon-open-white-bg-src: url("./assets/dd2bf3_vk-menu-acc-icon-open-white.svg");
      --vk-menu-acc-icon-close-black-bg-src: url("./assets/76bc29_vk-menu-close-black.svg");
      --vk-menu-acc-icon-close-white-bg-src: url("./assets/b9131c_vk-menu-close-white.svg");
    }

    /*# sourceURL=lightning-common-style-inline-css */
  

/* inline-block 4c800a9bc71c */

    :root {
      --color-key: #3cbcaf;
      --wp--preset--color--vk-color-primary: #3cbcaf;
      --color-key-dark: #38717a;
    }

    /* ltg common custom */
    :root {
      --vk-menu-acc-btn-border-color: #333;
      --vk-color-primary: #3cbcaf;
      --vk-color-primary-dark: #38717a;
      --vk-color-primary-vivid: #42cfc1;
      --color-key: #3cbcaf;
      --wp--preset--color--vk-color-primary: #3cbcaf;
      --color-key-dark: #38717a;
    }

    .veu_color_txt_key {
      color: #38717a;
    }

    .veu_color_bg_key {
      background-color: #38717a;
    }

    .veu_color_border_key {
      border-color: #38717a;
    }

    .btn-default {
      border-color: #3cbcaf;
      color: #3cbcaf;
    }

    .btn-default:focus,
    .btn-default:hover {
      border-color: #3cbcaf;
      background-color: #3cbcaf;
    }

    .wp-block-search__button,
    .btn-primary {
      background-color: #3cbcaf;
      border-color: #38717a;
    }

    .wp-block-search__button:focus,
    .wp-block-search__button:hover,
    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:focus,
    .btn-primary:hover {
      background-color: #38717a;
      border-color: #3cbcaf;
    }

    .btn-outline-primary {
      color: #3cbcaf;
      border-color: #3cbcaf;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .btn-outline-primary:focus,
    .btn-outline-primary:hover {
      color: #fff;
      background-color: #3cbcaf;
      border-color: #38717a;
    }

    a {
      color: #337ab7;
    }

    .tagcloud a:before {
      font-family: "Font Awesome 7 Free";
      content: "\f02b";
      font-weight: bold;
    }

    .media .media-body .media-heading a:hover {
      color: #3cbcaf;
    }

    @media (min-width: 768px) {

      .gMenu>li:before,
      .gMenu>li.menu-item-has-children::after {
        border-bottom-color: #38717a
      }

      .gMenu li li {
        background-color: #38717a
      }

      .gMenu li li a:hover {
        background-color: #3cbcaf;
      }
    }

    /* @media (min-width: 768px) */
    .page-header {
      background-color: #3cbcaf;
    }

    h2,
    .mainSection-title {
      border-top-color: #3cbcaf;
    }

    h3:after,
    .subSection-title:after {
      border-bottom-color: #3cbcaf;
    }

    ul.page-numbers li span.page-numbers.current,
    .page-link dl .post-page-numbers.current {
      background-color: #3cbcaf;
    }

    .pager li>a {
      border-color: #3cbcaf;
      color: #3cbcaf;
    }

    .pager li>a:hover {
      background-color: #3cbcaf;
      color: #fff;
    }

    .siteFooter {
      border-top-color: #3cbcaf;
    }

    dt {
      border-left-color: #3cbcaf;
    }

    :root {
      --g_nav_main_acc_icon_open_url: url(./assets/fc0105_vk-menu-acc-icon-open-black.svg);
      --g_nav_main_acc_icon_close_url: url(./assets/76bc29_vk-menu-close-black.svg);
      --g_nav_sub_acc_icon_open_url: url(./assets/dd2bf3_vk-menu-acc-icon-open-white.svg);
      --g_nav_sub_acc_icon_close_url: url(./assets/b9131c_vk-menu-close-white.svg);
    }

    /*# sourceURL=lightning-design-style-inline-css */
  

/* inline-block c9c75510f79f */

    /* ltg theme common */
    .color_key_bg,
    .color_key_bg_hover:hover {
      background-color: #3cbcaf;
    }

    .color_key_txt,
    .color_key_txt_hover:hover {
      color: #3cbcaf;
    }

    .color_key_border,
    .color_key_border_hover:hover {
      border-color: #3cbcaf;
    }

    .color_key_dark_bg,
    .color_key_dark_bg_hover:hover {
      background-color: #38717a;
    }

    .color_key_dark_txt,
    .color_key_dark_txt_hover:hover {
      color: #38717a;
    }

    .color_key_dark_border,
    .color_key_dark_border_hover:hover {
      border-color: #38717a;
    }
  

/* inline-block 7d0a2aac98f5 */

    .date-tags {
      display: none;
    }

    . .box11 {
      padding: 1em 1em;
      margin: 2em 0;

      background: white;
      border-top: solid 8px #223a70;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    }

    /******************************/

    /* グロナビメニュー項目 表示調整 */
    .siteHeader .menu {
      flex-wrap: wrap;
    }

    .header_scrolled .gMenu>li {
      width: auto;
    }

    .timeline {
      padding: 20px;
      margin-top: 20px;
    }

    .event {
      margin-bottom: 15px;
    }

    .date {
      font-weight: bold;
    }

    .description {
      margin-left: 20px;
    }

    .top-page-nav {
      display: flex;
      list-style: none;
      flex-wrap: wrap;
      margin: 40px auto 0;
      padding: 0;
      justify-content: space-between;
    }

    .top-page-nav li {
      width: 25%;
    }

    .top-page-nav li a {
      display: block;
      color: #000;
      padding: 5px 10px 5px 15px;
      text-align: center;
      position: relative;
    }

    .top-page-nav li a:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -6px;
      width: 7px;
      height: 7px;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      transform: translateX(-50%) rotate(135deg);
    }

    body {
      animation: fadeIn 3s ease 0s 1 normal;
      -webkit-animation: fadeIn 4s ease 0s 1 normal;
    }

    @keyframes fadeIn {
      0% {
        opacity: 0
      }

      100% {
        opacity: 1
      }
    }

    @-webkit-keyframes fadeIn {
      0% {
        opacity: 0
      }

      100% {
        opacity: 1
      }
    }

    @media screen and (max-width: 750px) {

      .top-page-nav li {
        width: 50%;
      }

    }



    .block {
      width: 100%;
      /* スマートフォンでは1列 */
      margin-bottom: 20px;
    }

    .block img {
      width: 120px;
      /* スマートフォンで適切なサイズ */
      height: 120px;
      border-radius: 50%;
      display: block;
      margin: 0 auto;
    }

    .block h3 {
      text-align: center;
    }



    /* パソコンとタブレットのスタイル */
    @media (min-width: 481px) {
      .block {
        width: 30%;
        /* パソコンでは3列 */
      }

      .block img {
        width: 150px;
        /* パソコンで元のサイズに戻す */
        height: 150px;
      }
    }

    .boxbox {
      width: 100%;
      height: 100%;
      margin: 1px;
      padding: 2px;
      border: 2px solid #72c6ef;
      padding: 3px;
      background-color: #fff;
    }

    .co {
      display: flex;
    }

    .boxbox2 {
      width: 100%;
      height: 100%;
      margin: 1px;
      padding: 2px;
      border: 2px solid #2B6644;
      padding: 3px;
      background-color: #fff;
    }


    .ttl_line4 {
      font-weight: bold;
      border-bottom: 5px solid #223a70;
      padding: 0.3em;
      margin-bottom: 0.3em;
      position: relative;
    }

    h4.ttl_line5 {
      font-weight: bold;
      border-bottom: 5px solid #2B6644;
      padding: 0.3em;
      margin-bottom: 0.3em;
      position: relative;
    }




    /************************************************
 よくある質問ここから*/

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

    .cp_qa .cp_actab {
      position: relative;
      overflow: hidden;
      width: 100%;
      margin: 0 0 -1em 0;
      color: #1b2538;
    }

    .cp_qa .cp_actab input {
      position: absolute;
      opacity: 0;
    }

    /* 質問 */
    .cp_qa .cp_actab label {
      font-weight: bold;
      line-height: 1.6em;
      position: relative;
      display: block;
      margin: 0 0 0 0;
      padding: 1em 2em 1em 2.5em;
      cursor: pointer;
      text-indent: 1em;
      border-radius: 0.5em;
      background: rgba(27, 37, 56, 0.1);
    }

    .cp_qa .cp_actab label::before {
      font-family: serif;
      font-size: 1.5em;
      margin-left: -2em;
      padding-right: 0.5em;
      content: 'Q';
    }

    .cp_qa .cp_actab label:hover {
      transition: all 0.3s;
      color: #777;
    }

    /* --質問の＋アイコン */
    .cp_qa .cp_actab label::after {
      font-size: 1.7em;
      font-weight: bold;
      line-height: 2em;
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      width: 2em;
      height: 2em;
      -webkit-transition: transform 0.4s;
      transition: transform 0.4s;
    }

    /* 答え */
    .cp_qa .cp_actab .cp_actab-content {
      position: relative;
      overflow: hidden;
      max-height: 0;
      margin-top: -1.8em;
      padding: 0 0 0 2.5em;
      -webkit-transition: max-height 0.2s;
      transition: max-height 0.2s;
      border-radius: 0 0 0.5em 0.5em;
    }

    .cp_qa .cp_actab .cp_actab-content::before {
      font-family: serif;
      font-size: 1.5em;
      position: absolute;
      margin: 0.4em 0 0 -1em;
      padding: 0;
      content: 'A';
    }

    .cp_qa .cp_actab .cp_actab-content p {
      margin: 1em 1em 1em 0;
    }

    /* 質問を開いた時の仕様 */
    /* --答えの高さ */
    .cp_qa .cp_actab input:checked~.cp_actab-content {
      max-height: 40em;
      border: 10px solid rgba(27, 37, 56, 0.1);
    }

    /* 質問をクリックした時のアイコンの動き */
    .cp_qa .cp_actab input:checked~label {
      color: #009fef;
      border-radius: 0.5em 0.5em 0 0;
    }

    /* 質問をクリックした時の+の動き */
    .cp_qa .cp_actab input[type=checkbox]:checked+label::after {
      -webkit-transform: rotateZ(45deg);
      transform: rotateZ(45deg);
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
    }


    /***
 よくある質問ここまで***************************************/

    .back {
      padding: 0.5em 1em;
      margin: 2em 0;
      color: #000080;
      background: #f5f5f5;
      /*背景色*/
      border-top: solid 5px #223a70;
      box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
      /*影*/
    }

    .back p {
      margin: 0;
      padding: 0;
    }

    h2 {
      padding: 0.8em 0 0.7em;
      border-top: 10px solid #009fef;
      border-bottom: 1px solid #e9e9e9;
    }

    /*  ここから追加CSS*/



    h2.upcycle {
      padding: 0.8em 0 0.7em;
      border-top: 3px solid #C0DBEE;
      border-bottom: 3px solid #C0DBEE;

    }

    h3.upcycle1 {
      border-bottom: transparent;

    }

    h3.upcycle1:after,
    .subSection-title:after {
      border-bottom-color: transparent;
    }

    h4.upcycle2 {
      background: #ffeaea;
      padding-bottom: 8px;
      padding-top: 8px;
    }

    .box15 {
      padding: 2em 2em;
      margin: 2em 0;
      color: #000;
      background: #fff;
      box-shadow: 0px 0px 0px 10px #fffa;
      border: dashed 2px #FFBBC6;
      border-radius: 8px;
    }

    .box15 p {
      margin: 0;
      padding: 0;
    }

    /* 緑 */

    .box151 {
      padding: 2em 2em;
      margin: 2em 0;
      color: #000;
      background: #fff;
      box-shadow: 0px 0px 0px 10px #fffa;
      border: dashed 2px #2B6644;
      border-radius: 8px;
    }

    .box151 p {
      margin: 0;
      padding: 0;
    }

    .box5 {
      padding: 0.5em 1em;
      margin: 2em 0;
      border: double 5px #F6C3C2;
    }

    .box5 p {
      margin: 0;
      padding: 0;
    }


    .box6 {
      padding: 0.5em 1em;
      margin: 2em 0;
      border: double 5px #ff0000;
    }

    .box6 p {
      margin: 0;
      padding: 0;
    }

    .boxbox1 {
      width: 100%;
      height: 100%;
      margin: 1px;
      padding: 2px;
      border: 0.5px solid #FFBBC6;
      padding: 3px;
      background-color: #fff;
    }

    .ttl_line5 {
      font-weight: bold;
      border-bottom: 5px solid #FFBBC6;
      padding: 0.3em;
      margin-bottom: 0.3em;
      position: relative;
    }

    .flow_design01 {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .flow_design01 ul {
      padding: 0;
    }

    .flow_design01 li {
      list-style-type: none;
    }

    .flow_design01 dd {
      margin-left: 0;
    }

    .flow01>li {
      position: relative;
      list-style: none;
    }

    .flow01>li:not(:last-child) {
      margin-bottom: 40px;
    }

    .flow01>li dl {
      box-sizing: border-box;
      width: 100%;
      padding: 20px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 2px solid #999;
      border-radius: 10px;
      position: relative;
    }

    .flow01>li:not(:last-child) dl::before,
    .flow01>li:not(:last-child) dl::after {
      content: "";
      border: solid transparent;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }

    .flow01>li:not(:last-child) dl::before {
      border-width: 22px;
      border-top-color: #999;
    }

    .flow01>li:not(:last-child) dl::after {
      border-width: 20px;
      border-top-color: #fff;
    }

    .flow01>li dl dt {
      font-size: 1.2em;
      font-weight: 600;
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      margin-right: 2vw;
      text-align: center;
      border-left: transparent;
    }

    .flow01>li dl dt .icon01 {
      font-size: 0.6em;
      color: #fff;
      background: #FFBBC6;
      padding: 5px 10px;
      margin-bottom: 10px;
      display: block;
      border-radius: 20px;
      position: relative;
      z-index: 100;
    }

    @media(max-width: 650px) {
      .flow01>li:not(:last-child) {
        margin-bottom: 30px;
      }

      .flow01>li dl {
        display: block;
        padding: 10px 15px;
      }

      .flow01>li dl dt {
        margin-right: 0;
      }

      .flow01>li dl dt .icon01 {
        font-size: .7em;
      }
    }

    .page-id-496 .page-header {
      display: none;
    }

    .qa-1 {
      max-width: 1000px;
      margin-bottom: 7px;
      border: 1px solid #d6dde3;
      border-radius: 25px;
    }

    .qa-1 summary {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      padding: 1em 2em 1em 3em;
      color: #333333;
      font-weight: 600;
      cursor: pointer;
    }

    .qa-1 summary::before,
    .qa-1 p::before {
      position: absolute;
      left: 1em;
      font-weight: 600;
      font-size: 1.3em;
    }

    .qa-1 summary::before {
      color: #2B6644;
      content: "Q";
    }

    .qa-1 summary::after {
      transform: translateY(-25%) rotate(45deg);
      width: 7px;
      height: 7px;
      margin-left: 10px;
      border-bottom: 3px solid #333333b3;
      border-right: 3px solid #333333b3;
      content: '';
      transition: transform .5s;
    }

    .qa-1[open] summary::after {
      transform: rotate(225deg);
    }

    .qa-1 p {
      position: relative;
      transform: translateY(-10px);
      opacity: 0;
      margin: 0;
      padding: .3em 3em 1.5em;
      color: #333;
      transition: transform .5s, opacity .5s;
    }

    .qa-1[open] p {
      transform: none;
      opacity: 1;
    }

    .qa-1 p::before {
      color: #F5BAC5;
      line-height: 1.2;
      content: "A";
    }



    .box-019 {
      position: relative;
      margin-top: 1em;
      padding: 1.8em 2em 1em 2em;
      border: 2px solid #F5BAC5;
    }

    .box-019>div {
      position: absolute;
      top: -1.15em;
      left: -.5em;
      padding: .4em 1.4em;
      border-radius: 25px;
      background-color: #F5BAC5;
      color: #fff;
      font-size: .9em;
    }

    .box-019>div::before {
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      width: 16px;
      height: 8px;
      background-color: #F5BAC5;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      content: '';
    }

    .box-019 p {
      margin: 0;
    }

    .flow_design01 {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .flow_design01 ul {
      padding: 0;
    }

    .flow_design01 li {
      list-style-type: none;
    }

    .flow_design01 dd {
      margin-left: 0;
    }

    .flow01>li {
      position: relative;
      list-style: none;
    }

    .flow01>li:not(:last-child) {
      margin-bottom: 40px;
    }

    .flow01>li dl {
      box-sizing: border-box;
      width: 100%;
      padding: 20px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 2px solid #F88400;
      border-radius: 10px;
      position: relative;
    }

    .flow01>li:not(:last-child) dl::before,
    .flow01>li:not(:last-child) dl::after {
      content: "";
      border: solid transparent;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }

    .flow01>li:not(:last-child) dl::before {
      border-width: 22px;
      border-top-color: #F88400;
    }

    .flow01>li:not(:last-child) dl::after {
      border-width: 20px;
      border-top-color: #fff;
    }

    .flow01>li dl dt {
      font-size: 1.2em;
      font-weight: 600;
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      margin-right: 2vw;
      text-align: center;
    }

    .flow01>li dl dt .icon01 {
      font-size: 0.6em;
      color: #fff;
      background: #F88400;
      padding: 5px 10px;
      margin-bottom: 10px;
      display: block;
      border-radius: 20px;
      position: relative;
      z-index: 100;
    }

    @media(max-width: 650px) {
      .flow01>li:not(:last-child) {
        margin-bottom: 30px;
      }

      .flow01>li dl {
        display: block;
        padding: 10px 15px;
      }

      .flow01>li dl dt {
        margin-right: 0;
      }

      .flow01>li dl dt .icon01 {
        font-size: .7em;
      }
    }

    .btn-flat-border {
      display: inline-block;
      padding: 0.3em 1em;
      text-decoration: none;
      color: #00CC00;
      border: solid 2px #00CC00;
      border-radius: 3px;
      transition: .4s;
    }

    .btn-flat-border:hover {
      background: #00CC00;
      color: white;
    }

    .breadcrumb {
      display: none;
    }


    .btn--orange {
      display: inline-block;
      padding: 0.5em 1em;
      text-decoration: none;
      color: #00CC00;
      border: double 4px #00CC00;
      border-radius: 3px;
      transition: .4s;
    }

    .btn--orange:hover {
      background: #fffbef;
    }

    .green-cta-button {
      background-color: #4caf50;
      color: #ffffff;
      border: none;
      padding: 12px 24px;
      font-size: 16px;
      border-radius: 8px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      transition: background-color 0.3s ease;
    }

    .green-cta-button:hover {
      background-color: #43a047;
    }

    .green-table-white-bg {
      width: 100%;
      border-collapse: collapse;
      background-color: #ffffff;
      color: #2c5f2d;
      /* 深緑 */
      font-family: "Helvetica Neue", sans-serif;
      box-shadow: 0 0 10px rgba(0, 64, 0, 0.05);
      margin: 20px 0;
    }

    .green-table-white-bg thead {
      background-color: #ffffff !important;
    }

    .green-table-white-bg th {
      color: #2c5f2d !important;
      font-weight: bold;
      padding: 12px;
      text-align: left;
      border-bottom: 2px solid #a3d9a5;
    }

    .green-table-white-bg td {
      padding: 12px;
      border-bottom: 1px solid #e0e0e0;
      vertical-align: top;
    }

    .green-table-white-bg tr:nth-child(even) {
      background-color: #f9f9f9;
    }
  

/* inline-block 277c4d7f131f */

    /* vk-mobile-nav */
    :root {
      --vk-mobile-nav-menu-btn-bg-src: url("../assets/f9526b_vk-menu-btn-black.svg");
      --vk-mobile-nav-menu-btn-close-bg-src: url("../assets/76bc29_vk-menu-close-black.svg");
      --vk-menu-acc-icon-open-black-bg-src: url("../assets/fc0105_vk-menu-acc-icon-open-black.svg");
      --vk-menu-acc-icon-open-white-bg-src: url("../assets/dd2bf3_vk-menu-acc-icon-open-white.svg");
      --vk-menu-acc-icon-close-black-bg-src: url("../assets/76bc29_vk-menu-close-black.svg");
      --vk-menu-acc-icon-close-white-bg-src: url("../assets/b9131c_vk-menu-close-white.svg");
    }

    /*# sourceURL=lightning-common-style-inline-css */
  

/* inline-block 9f77f77cc1b6 */

    :root {
      --color-key: #3cbcaf;
      --wp--preset--color--vk-color-primary: #3cbcaf;
      --color-key-dark: #38717a;
    }

    /* ltg common custom */
    :root {
      --vk-menu-acc-btn-border-color: #333;
      --vk-color-primary: #3cbcaf;
      --vk-color-primary-dark: #38717a;
      --vk-color-primary-vivid: #42cfc1;
      --color-key: #3cbcaf;
      --wp--preset--color--vk-color-primary: #3cbcaf;
      --color-key-dark: #38717a;
    }

    .veu_color_txt_key {
      color: #38717a;
    }

    .veu_color_bg_key {
      background-color: #38717a;
    }

    .veu_color_border_key {
      border-color: #38717a;
    }

    .btn-default {
      border-color: #3cbcaf;
      color: #3cbcaf;
    }

    .btn-default:focus,
    .btn-default:hover {
      border-color: #3cbcaf;
      background-color: #3cbcaf;
    }

    .wp-block-search__button,
    .btn-primary {
      background-color: #3cbcaf;
      border-color: #38717a;
    }

    .wp-block-search__button:focus,
    .wp-block-search__button:hover,
    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:focus,
    .btn-primary:hover {
      background-color: #38717a;
      border-color: #3cbcaf;
    }

    .btn-outline-primary {
      color: #3cbcaf;
      border-color: #3cbcaf;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .btn-outline-primary:focus,
    .btn-outline-primary:hover {
      color: #fff;
      background-color: #3cbcaf;
      border-color: #38717a;
    }

    a {
      color: #337ab7;
    }

    .tagcloud a:before {
      font-family: "Font Awesome 7 Free";
      content: "\f02b";
      font-weight: bold;
    }

    .media .media-body .media-heading a:hover {
      color: #3cbcaf;
    }

    @media (min-width: 768px) {

      .gMenu>li:before,
      .gMenu>li.menu-item-has-children::after {
        border-bottom-color: #38717a
      }

      .gMenu li li {
        background-color: #38717a
      }

      .gMenu li li a:hover {
        background-color: #3cbcaf;
      }
    }

    /* @media (min-width: 768px) */
    .page-header {
      background-color: #3cbcaf;
    }

    h2,
    .mainSection-title {
      border-top-color: #3cbcaf;
    }

    h3:after,
    .subSection-title:after {
      border-bottom-color: #3cbcaf;
    }

    ul.page-numbers li span.page-numbers.current,
    .page-link dl .post-page-numbers.current {
      background-color: #3cbcaf;
    }

    .pager li>a {
      border-color: #3cbcaf;
      color: #3cbcaf;
    }

    .pager li>a:hover {
      background-color: #3cbcaf;
      color: #fff;
    }

    .siteFooter {
      border-top-color: #3cbcaf;
    }

    dt {
      border-left-color: #3cbcaf;
    }

    :root {
      --g_nav_main_acc_icon_open_url: url(../assets/fc0105_vk-menu-acc-icon-open-black.svg);
      --g_nav_main_acc_icon_close_url: url(../assets/76bc29_vk-menu-close-black.svg);
      --g_nav_sub_acc_icon_open_url: url(../assets/dd2bf3_vk-menu-acc-icon-open-white.svg);
      --g_nav_sub_acc_icon_close_url: url(../assets/b9131c_vk-menu-close-white.svg);
    }

    /*# sourceURL=lightning-design-style-inline-css */
  

