/* Source style block 1 */
/* Theme variables */
:root {
  --color-base: #fdfbf7;
  --color-main: #d8a7a7;
  --color-main-dark: #c49393;
  --color-accent: #a0baab;
  --color-text: #333333;
  --color-text-light: #666666;
  --color-white: #ffffff;
  --color-border: #e5e0da;
  --font-base: "Noto Sans JP", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
}

/* Reset and base styles */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body, #root {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* ===== Rich text (prose) styles for CMS content ===== */
.prose {
  color: #374151;
  line-height: 1.7;
}
.prose h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #111827;
}
.prose h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  color: #1f2937;
}
.prose h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #374151;
}
.prose p {
  margin-bottom: 1rem;
  line-height: 1.7;
}
.prose ul, .prose ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.prose ul { list-style-type: disc; }
.prose ol { list-style-type: decimal; }
.prose li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.prose blockquote {
  border-left: 4px solid #d1d5db;
  padding-left: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0 0 1rem 0;
  color: #6b7280;
  font-style: italic;
}
.prose blockquote p { margin-bottom: 0; }
.prose code {
  background-color: #f3f4f6;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-family: ui-monospace, monospace;
  font-size: 0.875em;
  color: #e11d48;
}
.prose pre {
  background-color: #1f2937;
  color: #f9fafb;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin-bottom: 1rem;
}
.prose pre code {
  background-color: transparent;
  padding: 0;
  color: inherit;
}
.prose a { color: #3b82f6; text-decoration: underline; }
.prose a:hover { color: #2563eb; }
.prose img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1rem 0;
}
.prose hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 1.5rem 0;
}
.prose strong { font-weight: 600; color: #111827; }
.prose em { font-style: italic; }
.prose u { text-decoration: underline; }
.prose s { text-decoration: line-through; }

/* Tiptap text alignment support */
.prose [style*="text-align: center"],
.prose [style*="text-align:center"] {
  text-align: center !important;
}
.prose [style*="text-align: right"],
.prose [style*="text-align:right"] {
  text-align: right !important;
}
.prose [style*="text-align: justify"],
.prose [style*="text-align:justify"] {
  text-align: justify !important;
}

    /* @css-edits-start */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
div.max-w-7xl.mx-auto.px-4.relative.z-10 > div.text-center:nth-of-type(3) > button.inline-flex.items-center.gap-2.text-white.px-8.rounded-full.font-medium.transition-all.duration-300.shadow-sm {
  background-color: #A0BAAB !important;
}
div.w-full.animate-slideInUp.stagger-4.order-first:nth-of-type(2) > div.relative.rounded-2xl.overflow-hidden > img.w-full.h-auto.object-cover {
  width: 800px !important;
}
article.group.flex.flex-col.gap-2.py-6.border-b.border-gray-200.cursor-pointer.transition-colors.px-4.-mx-4.rounded-lg:nth-of-type(3) > div.flex.items-center.gap-4.shrink-0 > span.text-xs.px-2.py-1.rounded.text-white {
  font-family: 'Noto Sans JP', sans-serif !important;
  background-color: #8CCBEE !important;
}
article.group.flex.flex-col.gap-2.py-6.border-b.border-gray-200.cursor-pointer.transition-colors.px-4.-mx-4.rounded-lg:nth-of-type(2) > div.flex.items-center.gap-4.shrink-0 > span.text-xs.px-2.py-1.rounded.text-white {
  background-color: #D8A7A7 !important;
}
article.group.flex.flex-col.gap-2.py-6.border-b.border-gray-200.cursor-pointer.transition-colors.px-4.-mx-4.rounded-lg:nth-of-type(1) > div.flex.items-center.gap-4.shrink-0 > span.text-xs.px-2.py-1.rounded.text-white {
  background-color: #A0BAAB !important;
}
div.flex.flex-col.items-center.gap-12 > div.w-full.text-center:nth-of-type(1) > h1.font-serif.font-bold.text-gray-900.leading-tight.mb-6.animate-slideInUp.stagger-1 {
  color: #33333 !important;
}
div.max-w-7xl.mx-auto.px-4.relative.z-10 > div.mt-12.text-center:nth-of-type(3) > button.inline-flex.items-center.gap-2.text-sm.text-gray-600.transition-colors.border.border-gray-300.rounded-full.px-8.py-3.bg-white.shadow-sm {
  height: 60px !important;
}
div.max-w-3xl.mx-auto.px-4.relative.z-10 > div.text-center.mt-10:nth-of-type(3) > a.inline-flex.items-center.gap-2.text-gray-600.font-medium.transition-colors.border.border-gray-300.rounded-full.px-6.py-2.bg-white {
  height: 60px !important;
}
#root > div.min-h-screen.flex.flex-col.font-sans.text-gray-800 > footer.w-full.text-white.pt-16.pb-8 {
  background-color: #FDFBF8 !important;
}
div.grid.grid-cols-1.gap-12.mb-12.border-b.border-gray-700.pb-12:nth-of-type(1) > div:nth-of-type(1) > button.site-logo.text-2xl.font-serif.font-bold.text-white.mb-4.block {
  color: #9EB8A9 !important;
}
div.grid.grid-cols-1.gap-12.mb-12.border-b.border-gray-700.pb-12:nth-of-type(1) > div:nth-of-type(2) > h4.text-lg.font-serif.font-bold.mb-6 {
  color: #9EB8A9 !important;
}
div.grid.grid-cols-1.gap-12.mb-12.border-b.border-gray-700.pb-12:nth-of-type(1) > div:nth-of-type(3) > h4.text-lg.font-serif.font-bold.mb-6 {
  color: #9EB8A9 !important;
}
div.grid.grid-cols-1.gap-12.mb-12.border-b.border-gray-700.pb-12:nth-of-type(1) > div:nth-of-type(1) > button.site-logo.text-2xl.font-serif.font-bold.text-white.mb-6.flex.items-center.gap-3 {
  color: #D5A6A6 !important;
}
div.grid.grid-cols-1.gap-12.mb-12.border-b.border-gray-700.pb-12:nth-of-type(1) > div:nth-of-type(2) > h4.text-lg.font-bold.mb-6.border-b.border-gray-700.pb-4 {
  border-color: #9DA3AF !important;
}
div.grid.grid-cols-1.gap-12.mb-12.border-b.border-gray-700.pb-12:nth-of-type(1) > div:nth-of-type(2) > div.mt-10.pt-8.border-t.border-gray-700:nth-of-type(2) {
  border-color: #9DA3AF !important;
}
div:nth-of-type(2) > div.mt-10.pt-8.border-t.border-gray-700:nth-of-type(2) > h4.text-lg.font-serif.font-bold.mb-4 {
  color: #D5A6A6 !important;
}
article.bg-white.rounded-lg.shadow-sm.border.border-gray-100.overflow-hidden.transition-shadow:nth-of-type(1) > div.p-6.flex.flex-col > span.inline-block.px-2.py-1.text-xs.rounded.mb-3.self-start {
  background-color: #AFCDFD !important;
}
article.bg-white.rounded-lg.shadow-sm.border.border-gray-100.overflow-hidden.transition-shadow:nth-of-type(2) > div.p-6.flex.flex-col > span.inline-block.px-2.py-1.text-xs.rounded.mb-3.self-start {
  background-color: #F9CF86 !important;
}
article.bg-white.rounded-lg.shadow-sm.border.border-gray-100.overflow-hidden.transition-shadow:nth-of-type(3) > div.p-6.flex.flex-col > span.inline-block.px-2.py-1.text-xs.rounded.mb-3.self-start {
  background-color: #6AB49B !important;
}
section.max-w-4xl.mx-auto.px-4:nth-of-type(2) > div.grid.grid-cols-1.gap-8.mb-16:nth-of-type(2) > div.p-8.rounded-2xl.border.border-gray-200:nth-of-type(1) {
  background-color: #FFFFFF !important;
}
main.w-full.min-h-screen.pb-20 > section.max-w-4xl.mx-auto.px-4:nth-of-type(2) > div.rounded-2xl.p-10.text-center.border:nth-of-type(7) {
  border-color: #D8A7A7 !important;
  background-color: #F9F5F5 !important;
}
section.max-w-4xl.mx-auto.px-4:nth-of-type(2) > div.mb-16:nth-of-type(6) > div.bg-white.p-8.rounded-2xl.shadow-sm.border.border-gray-100 {
  background-color: #F2F7F4 !important;
  border-color: #A0BAAB !important;
}
li.flex.items-start.gap-4:nth-of-type(1) > div > p.text-gray-600.leading-relaxed:nth-of-type(2) {
  color: #9EA4A9 !important;
}
li.flex.items-start.gap-4:nth-of-type(2) > div > p.text-gray-600.leading-relaxed:nth-of-type(2) {
  color: #9EA4A9 !important;
}
li.flex.items-start.gap-4:nth-of-type(3) > div > p.text-gray-600.leading-relaxed:nth-of-type(2) {
  color: #9EA4A9 !important;
}
li.flex.items-start.gap-4:nth-of-type(4) > div > p.text-gray-600.leading-relaxed:nth-of-type(2) {
  color: #9EA4A9 !important;
}
li.flex.items-start.gap-4:nth-of-type(5) > div > p.text-gray-600.leading-relaxed:nth-of-type(2) {
  color: #9EA4A9 !important;
}
section.max-w-4xl.mx-auto.px-4:nth-of-type(2) > div.flex.justify-center.mb-12:nth-of-type(2) > a.inline-flex.items-center.gap-2.px-8.py-4.bg-gray-900.text-white.rounded-full.font-bold.transition-colors {
  color: #A0BAAB !important;
  background-color: #FFFFFF !important;
}
section.max-w-4xl.mx-auto.px-4:nth-of-type(2) > div.flex.justify-center.mb-12:nth-of-type(2) > a.inline-flex.items-center.gap-2.px-8.py-4.bg-gray-900.text-white.rounded-full.font-bold.border.border-gray-100.shadow-sm.transition-colors {
  border-color: #A0BAAB !important;
}
section.max-w-4xl.mx-auto.px-4:nth-of-type(2) > div.grid.grid-cols-1.gap-8.mb-16:nth-of-type(3) > div.p-8.rounded-2xl.border.border-gray-200:nth-of-type(1) {
  background-color: #FFFFFF !important;
}
section.max-w-4xl.mx-auto.px-4:nth-of-type(2) > div.mb-16:nth-of-type(7) > div.bg-white.p-8.rounded-2xl.shadow-sm.border.border-gray-100 {
  background-color: #F2F7F4 !important;
  border-color: #A0BAAB !important;
}
main.w-full.min-h-screen.pb-20 > section.max-w-4xl.mx-auto.px-4:nth-of-type(2) > div.rounded-2xl.p-10.text-center.border:nth-of-type(8) {
  background-color: #FDF7F7 !important;
  border-color: #D8A7A7 !important;
}
/* @css-edits-end */

/* Source style block 2 */
*, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::after,::before{--tw-content:''}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0px}.-left-\[17px\]{left:-17px}.bottom-1\/4{bottom:25%}.bottom-10{bottom:2.5rem}.bottom-20{bottom:5rem}.bottom-40{bottom:10rem}.bottom-8{bottom:2rem}.left-0{left:0px}.left-1\/2{left:50%}.left-10{left:2.5rem}.left-4{left:1rem}.left-\[10\%\]{left:10%}.left-\[15\%\]{left:15%}.left-\[5\%\]{left:5%}.right-10{right:2.5rem}.right-8{right:2rem}.right-\[10\%\]{right:10%}.right-\[15\%\]{right:15%}.right-\[5\%\]{right:5%}.top-0{top:0px}.top-1\/2{top:50%}.top-1\/3{top:33.333333%}.top-1\/4{top:25%}.top-20{top:5rem}.top-32{top:8rem}.top-4{top:1rem}.top-40{top:10rem}.top-full{top:100%}.z-10{z-index:10}.z-50{z-index:50}.z-\[100\]{z-index:100}.order-first{order:-9999}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:0.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:0.5rem}.mb-3{margin-bottom:0.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-4{margin-left:1rem}.mr-2{margin-right:0.5rem}.mt-1{margin-top:0.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.aspect-\[16\/9\]{aspect-ratio:16/9}.aspect-\[4\/3\]{aspect-ratio:4/3}.h-1{height:0.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-3{height:0.75rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-\[200px\]{height:200px}.h-auto{height:auto}.h-full{height:100%}.max-h-0{max-height:0px}.max-h-96{max-height:24rem}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:0.75rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-72{width:18rem}.w-8{width:2rem}.w-auto{width:auto}.w-full{width:100%}.min-w-\[150px\]{min-width:150px}.min-w-\[80px\]{min-width:80px}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.max-w-md{max-width:28rem}.flex-shrink-0{flex-shrink:0}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes ping{75%, 100%{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0, 0, 0.2, 1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:0.25rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:0.5rem}.gap-3{gap:0.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-8{column-gap:2rem}.gap-y-4{row-gap:1rem}.space-x-4 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))}.space-y-12 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-2 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}.space-y-20 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem * var(--tw-space-y-reverse))}.space-y-3 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))}.space-y-4 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.rounded{border-radius:0.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-md{border-radius:0.375rem}.rounded-xl{border-radius:0.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-l-2{border-left-width:2px}.border-t{border-top-width:1px}.border-\[\#D8A7A7\]{--tw-border-opacity:1;border-color:rgb(216 167 167 / var(--tw-border-opacity, 1))}.border-\[\#D8A7A7\]\/30{border-color:rgb(216 167 167 / 0.3)}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.bg-\[\#1F2937\]{--tw-bg-opacity:1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-\[\#A0BAAB\]{--tw-bg-opacity:1;background-color:rgb(160 186 171 / var(--tw-bg-opacity, 1))}.bg-\[\#D8A7A7\]{--tw-bg-opacity:1;background-color:rgb(216 167 167 / var(--tw-bg-opacity, 1))}.bg-\[\#D8A7A7\]\/20{background-color:rgb(216 167 167 / 0.2)}.bg-\[\#F2F7F4\]{--tw-bg-opacity:1;background-color:rgb(242 247 244 / var(--tw-bg-opacity, 1))}.bg-\[\#FDFBF7\]{--tw-bg-opacity:1;background-color:rgb(253 251 247 / var(--tw-bg-opacity, 1))}.bg-\[\#fdf2f2\]{--tw-bg-opacity:1;background-color:rgb(253 242 242 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/90{background-color:rgb(255 255 255 / 0.9)}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.object-cover{object-fit:cover}.p-2{padding:0.5rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:0.5rem;padding-right:0.5rem}.px-3{padding-left:0.75rem;padding-right:0.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:0.25rem;padding-bottom:0.25rem}.py-2{padding-top:0.5rem;padding-bottom:0.5rem}.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:0.75rem;padding-bottom:0.75rem}.py-3\.5{padding-top:0.875rem;padding-bottom:0.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:0.5rem}.pb-20{padding-bottom:5rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-8{padding-right:2rem}.pt-16{padding-top:4rem}.pt-32{padding-top:8rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-sans{font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"}.font-serif{font-family:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:0.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:0.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wider{letter-spacing:0.05em}.tracking-widest{letter-spacing:0.1em}.text-\[\#06C755\]{--tw-text-opacity:1;color:rgb(6 199 85 / var(--tw-text-opacity, 1))}.text-\[\#8C7A6B\]{--tw-text-opacity:1;color:rgb(140 122 107 / var(--tw-text-opacity, 1))}.text-\[\#D8A7A7\]{--tw-text-opacity:1;color:rgb(216 167 167 / var(--tw-text-opacity, 1))}.text-\[\#D8A7A7\]\/15{color:rgb(216 167 167 / 0.15)}.text-\[\#D8A7A7\]\/20{color:rgb(216 167 167 / 0.2)}.text-\[\#D8A7A7\]\/30{color:rgb(216 167 167 / 0.3)}.text-\[\#FFB7C5\]\/40{color:rgb(255 183 197 / 0.4)}.text-\[\#FFB7C5\]\/50{color:rgb(255 183 197 / 0.5)}.text-black{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-70{opacity:0.7}.mix-blend-multiply{mix-blend-mode:multiply}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.blur-3xl{--tw-blur:blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-colors{transition-property:color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.duration-300{transition-duration:300ms}.duration-500{transition-duration:500ms}.duration-700{transition-duration:700ms}.ease-in-out{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.hover\:-translate-y-1:hover{--tw-translate-y:-0.25rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-\[\#8da698\]:hover{--tw-bg-opacity:1;background-color:rgb(141 166 152 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#c49393\]:hover{--tw-bg-opacity:1;background-color:rgb(196 147 147 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:text-\[\#05b04c\]:hover{--tw-text-opacity:1;color:rgb(5 176 76 / var(--tw-text-opacity, 1))}.hover\:text-\[\#D5A6A6\]:hover{--tw-text-opacity:1;color:rgb(213 166 166 / var(--tw-text-opacity, 1))}.hover\:text-\[\#D8A7A7\]:hover{--tw-text-opacity:1;color:rgb(216 167 167 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-\[\#D8A7A7\]{--tw-text-opacity:1;color:rgb(216 167 167 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}@media (min-width: 640px){.sm\:w-auto{width:auto}.sm\:flex-row{flex-direction:row}}@media (min-width: 768px){.md\:ml-8{margin-left:2rem}.md\:line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.md\:block{display:block}.md\:inline{display:inline}.md\:hidden{display:none}.md\:h-64{height:16rem}.md\:h-auto{height:auto}.md\:w-64{width:16rem}.md\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:gap-8{gap:2rem}.md\:p-12{padding:3rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:pl-12{padding-left:3rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-\[24px\]{font-size:24px}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1024px){.lg\:order-last{order:9999}.lg\:col-span-5{grid-column:span 5 / span 5}.lg\:col-span-7{grid-column:span 7 / span 7}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:w-1\/2{width:50%}.lg\:grid-cols-12{grid-template-columns:repeat(12, minmax(0, 1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:justify-start{justify-content:flex-start}.lg\:gap-16{gap:4rem}.lg\:gap-20{gap:5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-28{padding-top:7rem;padding-bottom:7rem}.lg\:pb-32{padding-bottom:8rem}.lg\:pt-40{padding-top:10rem}.lg\:text-left{text-align:left}.lg\:text-\[28px\]{font-size:28px}.lg\:text-\[32px\]{font-size:32px}}

/* Source style block 3 */
html {
      overflow-x: hidden;
      font-family: 'Noto Sans JP', sans-serif;
      color: #1F2937;
      background-color: #FDFBF7;
      scroll-behavior: smooth;
    }

    h1, h2, h3, h4, h5, h6, .font-serif {
      font-family: 'Noto Serif JP', serif;
    }

    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
    @keyframes slideInUp { from { transform: translateY(30px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
    @keyframes slideInRight { from { transform: translateX(60px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
    @keyframes slideInLeft { from { transform: translateX(-60px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
    @keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); } }
    @keyframes spin-slow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

    .animate-fadeIn { animation: fadeIn 1s ease-out forwards; }
    .animate-slideInUp { animation: slideInUp 0.8s ease-out forwards; opacity: 0; }
    .animate-slideInRight { animation: slideInRight 0.8s ease-out forwards; opacity: 0; }
    .animate-slideInLeft { animation: slideInLeft 0.8s ease-out forwards; opacity: 0; }
    .animate-float { animation: float 6s ease-in-out infinite; }
    .animate-spin-slow { animation: spin-slow 4s linear infinite; }

    .stagger-1 { animation-delay: 0.1s; }
    .stagger-2 { animation-delay: 0.2s; }
    .stagger-3 { animation-delay: 0.3s; }
    .stagger-4 { animation-delay: 0.4s; }
    .stagger-5 { animation-delay: 0.5s; }

    /* Prose styles for CMS content */
    .prose { max-width: 100%; }
    .prose img { max-width: 100%; height: auto; border-radius: 0.5rem; margin: 2rem 0; }
    .prose h2 { font-size: 1.5rem; font-weight: 700; margin-top: 2.5rem; margin-bottom: 1.25rem; border-bottom: 1px solid #e5e7eb; padding-bottom: 0.5rem; font-family: 'Noto Serif JP', serif; }
    .prose h3 { font-size: 1.25rem; font-weight: 600; margin-top: 2rem; margin-bottom: 1rem; font-family: 'Noto Serif JP', serif; }
    .prose p { margin-bottom: 1.5rem; line-height: 1.8; color: #4B5563; }
    .prose ul { list-style-type: disc; padding-left: 1.5rem; margin-bottom: 1.5rem; color: #4B5563; }
    .prose ol { list-style-type: decimal; padding-left: 1.5rem; margin-bottom: 1.5rem; color: #4B5563; }
    .prose li { margin-bottom: 0.5rem; }
    .prose a { color: #D8A7A7; text-decoration: underline; text-underline-offset: 4px; }
    .prose a:hover { color: #c49393; }
    .prose blockquote { border-left: 4px solid #D8A7A7; padding-left: 1rem; font-style: italic; color: #6B7280; margin: 1.5rem 0; background-color: #FDFBF7; padding: 1rem; border-radius: 0 0.5rem 0.5rem 0; }

/* WordPress anchor navigation */
#service,
#features,
#portfolio,
#news,
#blog,
#pricing,
#faq,
#profile {
  scroll-margin-top: 6rem;
}

/* Blog archive */
.home_blog-archive {
  background-color: #fdfbf7;
  min-height: 100vh;
  padding-bottom: 5rem;
}

.home_blog-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding: 4rem 1rem 0;
}

.home_blog-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr);
}

.home_blog-card {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
}

.home_blog-card__inner {
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: box-shadow 0.5s ease;
}

.home_blog-card:hover .home_blog-card__inner {
  box-shadow: 0 8px 16px rgb(0 0 0 / 0.08);
}

.home_blog-card__media {
  aspect-ratio: 16 / 9;
  background-color: #f2f7f4;
  overflow: hidden;
}

.home_blog-card__image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
  width: 100%;
}

.home_blog-card:hover .home_blog-card__image {
  transform: scale(1.05);
}

.home_blog-card__no-image {
  align-items: center;
  color: #9ca3af;
  display: flex;
  font-size: 0.75rem;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.1em;
  width: 100%;
}

.home_blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.home_blog-card__date {
  color: #6b7280;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}

.home_blog-card__title {
  color: #333;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.home_blog-card:hover .home_blog-card__title {
  color: #d8a7a7;
}

.home_blog-card__excerpt {
  color: #4b5563;
  display: -webkit-box;
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.m_pagination {
  margin-top: 4rem;
  text-align: center;
}

.m_pagination .nav-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.m_pagination .page-numbers {
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  color: #4b5563;
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0 0.75rem;
}

.m_pagination .page-numbers.current,
.m_pagination .page-numbers:hover {
  background-color: #d8a7a7;
  border-color: #d8a7a7;
  color: #fff;
}

/* Single post */
.single_post {
  background-color: #fff;
  color: #333;
  min-height: 100vh;
  padding: 7rem 0 5rem;
}

.single_post__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.single_breadcrumb {
  color: #6b7280;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.single_breadcrumb__link {
  color: inherit;
  text-decoration: none;
}

.single_breadcrumb__link:hover {
  color: #d8a7a7;
}

.single_breadcrumb__current {
  color: #374151;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single_article {
  margin-left: auto;
  margin-right: auto;
  max-width: 52rem;
}

.single_article__title {
  color: #111827;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.single_article__date {
  color: #6b7280;
  display: block;
  font-size: 0.75rem;
  margin-bottom: 1.5rem;
  text-align: right;
}

.single_article__media {
  aspect-ratio: 16 / 9;
  background-color: #f2f7f4;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.single_article__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.single_article__no-image {
  align-items: center;
  color: #9ca3af;
  display: flex;
  font-size: 0.75rem;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.1em;
  width: 100%;
}

.single_article__content {
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.9;
}

.single_article__content p {
  margin: 0.75rem 0;
}

.single_article__content h2 {
  background: linear-gradient(transparent 60%, #f7dddd 60%);
  border-left: 6px solid #d8a7a7;
  color: #1f2937;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2.5rem 0 1.25rem;
  padding: 0.55rem 0.5rem 0.55rem 1rem;
}

.single_article__content h3 {
  color: #c49393;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
  padding-left: 1.1rem;
  position: relative;
}

.single_article__content h3::before {
  background-color: #d8a7a7;
  border-radius: 9999px;
  content: '';
  height: 0.7rem;
  left: 0;
  position: absolute;
  top: 0.55em;
  width: 0.7rem;
}

.single_article__content img {
  border-radius: 0.5rem;
  height: auto;
  margin: 2rem 0;
  max-width: 100%;
}

.single_article__content ul,
.single_article__content ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

.single_article__content ul {
  list-style: disc;
}

.single_article__content ol {
  list-style: decimal;
}

.single_article__content li {
  margin-bottom: 0.5rem;
}

.single_article__content a {
  color: #c49393;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.single_article__content blockquote {
  background-color: #fdfbf7;
  border-left: 4px solid #d8a7a7;
  border-radius: 0 0.5rem 0.5rem 0;
  color: #6b7280;
  font-style: italic;
  margin: 1.5rem 0;
  padding: 1rem;
}

.single_article__content table {
  border-collapse: collapse;
  margin: 2rem 0;
  width: 100%;
}

.single_article__content th,
.single_article__content td {
  border: 1px solid #e5e0da;
  padding: 0.75rem;
  text-align: left;
}

@media (min-width: 640px) {
  .home_blog-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home_blog-grid {
    gap: 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home_blog-card__body {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .single_article__title {
    font-size: 1.875rem;
  }
}

@media (min-width: 1024px) {
  .home_blog-content,
  .single_post__container {
    padding-left: 3rem;
    padding-right: 2rem;
  }

  .home_blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* News single */
.news_single {
  background-color: #fdfbf7;
  min-height: 100vh;
  padding: 8rem 0 5rem;
}

.news_single__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.news_single__article {
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 1.5rem;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
  padding: 1.5rem;
}

.news_single__media {
  aspect-ratio: 16 / 10;
  background-color: #f2f7f4;
  border-radius: 1rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.news_single__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.news_single__date {
  color: #6b7280;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

.news_single__title {
  color: #111827;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.news_single__back {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.news_single__back-link {
  border: 1px solid #d8a7a7;
  border-radius: 9999px;
  color: #d8a7a7;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.75rem 2rem;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.news_single__back-link:hover {
  background-color: #d8a7a7;
  color: #fff;
}

@media (min-width: 640px) {
  .news_single__article {
    padding: 2.5rem;
  }

  .news_single__title {
    font-size: 1.875rem;
  }
}

/* Footer */
.l_footer__logo {
  color: #d8a7a7;
}

.l_footer__text,
.l_footer__nav-link {
  color: #6f6f6f;
}

.l_footer__nav-link:hover,
.l_footer__nav-link:focus {
  color: #d8a7a7;
}

.l_footer__sns-icon {
  align-items: center;
  background-color: #fff;
  border-radius: 9999px;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: 2rem;
}

.l_footer__sns-icon:hover,
.l_footer__sns-icon:focus {
  opacity: 0.85;
  transform: translateY(-0.125rem);
}

.l_footer__sns-icon img {
  height: 1.5rem;
  object-fit: contain;
  width: 1.5rem;
}

/* Contact Form 7 */
.grecaptcha-badge {
  visibility: hidden;
}

body.page-contact .grecaptcha-badge {
  visibility: visible;
}

.contact_page {
  background-color: #fdfbf7;
  min-height: 100vh;
  padding-bottom: 5rem;
}

.contact_page__intro {
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
}

.contact_form {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.1), 0 1px 2px rgb(0 0 0 / 0.06);
  color: #333;
  font-family: 'Noto Serif JP', serif;
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  padding: 1.5rem;
}

.contact_form .wpcf7-form > p {
  margin: 0 0 2rem;
}

.contact_form .wpcf7-form > p:last-of-type {
  margin-bottom: 0;
  text-align: center;
}

.contact_form .wpcf7 label {
  color: #333;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.75;
}

.contact_form .required,
.required {
  align-items: center;
  background-color: #fffafa;
  border: 1px solid #d8a7a7;
  border-radius: 0.25rem;
  color: #d8a7a7;
  display: inline-flex;
  font-size: 0.75em;
  font-weight: 500;
  justify-content: center;
  line-height: 1.2;
  margin-left: 0.75em;
  padding: 0.15em 0.55em;
  vertical-align: middle;
  white-space: nowrap;
}

.contact_form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.5rem;
}

.contact_form .wpcf7 input:not([type='submit']):not([type='checkbox']):not([type='radio']),
.contact_form .wpcf7 select,
.contact_form .wpcf7 textarea {
  background-color: #fdfbf7;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  color: #333;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.contact_form .wpcf7 textarea {
  min-height: 7.5rem;
  resize: vertical;
}

.contact_form .wpcf7 input:not([type='submit']):focus,
.contact_form .wpcf7 select:focus,
.contact_form .wpcf7 textarea:focus {
  border-color: transparent;
  box-shadow: 0 0 0 2px #d8a7a7;
  outline: none;
}

.contact_form .wpcf7 input[type='checkbox'],
.contact_form .wpcf7 input[type='radio'] {
  accent-color: #d8a7a7;
  margin-right: 0.5rem;
}

.contact_form .wpcf7-list-item {
  margin: 0 1rem 0 0;
}

.contact_form .wpcf7 input[type='submit'] {
  background-color: #d8a7a7;
  border: 0;
  border-radius: 9999px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  min-width: 12.5rem;
  padding: 0.875rem 2rem;
  transition: background-color 0.3s ease;
}

.contact_form .wpcf7 input[type='submit']:hover,
.contact_form .wpcf7 input[type='submit']:focus {
  background-color: #c49393;
}

.contact_form .wpcf7 input[type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  body.page-contact .wpcf7-submit {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact_form .wpcf7-not-valid-tip {
  color: #b91c1c;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.contact_form .wpcf7 form .wpcf7-response-output {
  border-color: #d8a7a7;
  border-radius: 0.5rem;
  margin: 2rem 0 0;
  padding: 1rem;
}

.contact_form .wpcf7-spinner {
  margin: 0.75rem;
  vertical-align: middle;
}

@media (min-width: 640px) {
  .contact_form {
    padding: 3rem;
  }

  .contact_form .wpcf7 label,
  .contact_form .wpcf7 input[type='submit'] {
    font-size: 1rem;
  }
}

/* FAQ page */
.faq_page {
  background-color: #fdfbf7;
  min-height: 100vh;
  padding-bottom: 5rem;
}

.faq_page__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.faq_category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 4rem;
}

.faq_category-nav__link {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.faq_category-nav__link:hover,
.faq_category-nav__link:focus {
  background-color: #f9fafb;
  color: #d8a7a7;
}

.faq_categories {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.faq_category {
  scroll-margin-top: 6rem;
}

.faq_category__title {
  align-items: center;
  color: #111827;
  display: flex;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.faq_category__icon {
  color: #d8a7a7;
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
}

.faq_category__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq_item {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.faq_item:hover {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.faq_item__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: #111827;
  cursor: pointer;
  display: flex;
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
  font-weight: 700;
  justify-content: space-between;
  padding: 1.5rem;
  text-align: left;
  width: 100%;
}

.faq_item__label {
  display: flex;
  align-items: flex-start;
  padding-right: 0.5rem;
  line-height: 1.8;
}

.faq_item__mark {
  flex-shrink: 0;
}

.faq_item__question {
  flex: 1;
}

.faq_item__mark {
  color: #d8a7a7;
  margin-right: 0.5rem;
}

.faq_item__icon {
  flex-shrink: 0;
  height: 1.25rem;
  width: 1.25rem;
}

.faq_item__panel {
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding-bottom 0.3s ease;
}

.faq_item__answer {
  align-items: flex-start;
  border-top: 1px solid #f3f4f6;
  color: #4b5563;
  display: flex;
  line-height: 1.75;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-top: 1rem;
  font-family: 'Noto Serif JP', serif;
}

.faq_item__answer-mark {
  color: #d8a7a7;
  flex-shrink: 0;
  font-weight: 700;
  margin-right: 0.5rem;
  font-family: 'Noto Serif JP', serif;
}

.faq_item__answer p {
  font-family: 'Noto Serif JP', serif;
}

.faq_cta {
  background-color: #f2f7f4;
  border: 1px solid rgb(160 186 171 / 0.2);
  border-radius: 1rem;
  margin-top: 5rem;
  padding: 2.5rem;
  text-align: center;
}

.faq_cta__title {
  color: #111827;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.faq_cta__text {
  color: #4b5563;
  line-height: 1.75;
  margin: 0 auto 2rem;
  max-width: 42rem;
}

.faq_cta__link {
  align-items: center;
  background-color: #d8a7a7;
  border-radius: 9999px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  color: #fff;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 500;
  gap: 0.5rem;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.faq_cta__link:hover,
.faq_cta__link:focus {
  background-color: #c49393;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}

.faq_cta__icon {
  height: 1.25rem;
  width: 1.25rem;
}

@media (min-width: 768px) {
  .faq_page__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq_item__button {
    font-size: 1.125rem;
  }
}

/* Works page */
.works_page {
  background-color: #fdfbf7;
  min-height: 100vh;
  padding-bottom: 5rem;
}

.works_page__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding: 4rem 0rem 4rem;
}

.works_grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr);
}

.works_card__link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
}

.works_card {
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: box-shadow 0.5s ease, transform 0.5s ease;
}

.works_card:hover {
  box-shadow: 0 8px 16px rgb(0 0 0 / 0.08);
  transform: translateY(-0.25rem);
}

.works_card__media {
  aspect-ratio: 4 / 3;
  background-color: #f2f7f4;
  overflow: hidden;
}

.works_card__image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
  width: 100%;
}

.works_card:hover .works_card__image {
  transform: scale(1.05);
}

.works_card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.works_card__title {
  color: #111827;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .works_card__title {
    font-size: 1.25rem;
  }
}

.works_card__description {
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.75;
}

@media (min-width: 640px) {
  .works_page__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .works_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .works_card__body {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .works_page__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .works_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Tomato mate work detail */
.tomato_page {
  background-color: #fbfaf7;
  color: #374151;
  min-height: 100vh;
  padding-bottom: 5rem;
}

.tomato_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.tomato_header {
  padding: 8rem 0 3rem;
  text-align: center;
}

.tomato_header__title {
  color: #111827;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.tomato_header__line {
  background-color: #d8a7a7;
  border-radius: 9999px;
  height: 0.25rem;
  margin: 0 auto 1.5rem;
  width: 3rem;
}

.tomato_header__lead {
  color: #6b7280;
  line-height: 1.75;
}

.tomato_breadcrumb {
  color: #6b7280;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.tomato_breadcrumb__link {
  color: inherit;
  text-decoration: none;
}

.tomato_breadcrumb__link:hover {
  color: #d8a7a7;
}

.tomato_lead {
  color: #4b5563;
  line-height: 1.8;
  margin: 0 auto 2rem;
  max-width: 48rem;
  text-align: center;
}

.tomato_main-visual {
  aspect-ratio: 16 / 10;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}

.tomato_main-visual__image {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.tomato_client {
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.08);
  padding: 2rem;
}

.tomato_client__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.tomato_client__tag {
  background-color: #f2f7f4;
  border-radius: 9999px;
  color: #70877a;
  font-size: 0.75rem;
  padding: 0.375rem 0.875rem;
}

.tomato_client__title {
  color: #111827;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.tomato_client__text {
  color: #4b5563;
  line-height: 1.8;
}

.tomato_section {
  margin-top: 5rem;
}

.tomato_section__title {
  color: #111827;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

.tomato_compare {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
}

.tomato_compare__card {
  background-color: #fff;
  border: 1px solid #f3e2e2;
  border-radius: 1rem;
  box-shadow: 0 10px 24px rgb(216 167 167 / 0.08);
  padding: 1.75rem;
}

.tomato_compare__card--after {
  background-color: #f2f7f4;
  border-color: #d3e2d9;
  box-shadow: 0 10px 24px rgb(160 186 171 / 0.12);
}

.tomato_compare__title {
  align-items: center;
  color: #1f2937;
  display: flex;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.125rem;
  font-weight: 700;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.tomato_compare__icon {
  align-items: center;
  background-color: #fdf2f2;
  border-radius: 9999px;
  box-shadow: inset 0 0 0 1px rgb(216 167 167 / 0.24);
  color: #d8a7a7;
  display: inline-flex;
  flex-shrink: 0;
  height: 2rem;
  justify-content: center;
  line-height: 1;
  position: relative;
  width: 2rem;
}

.tomato_compare__icon--before {
  background: linear-gradient(135deg, #fdf2f2 0%, #fff8f8 100%);
  color: #c98f8f;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}

.tomato_compare__icon--after {
  background: linear-gradient(135deg, #f2f7f4 0%, #ffffff 100%);
  box-shadow: inset 0 0 0 1px rgb(160 186 171 / 0.32);
  color: #7f9f8d;
  font-weight: 700;
}

.tomato_list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.tomato_list__item {
  color: #4b5563;
  display: flex;
  font-size: 0.95rem;
  gap: 0.625rem;
  line-height: 1.65;
}

.tomato_list__mark {
  align-items: center;
  background-color: #fdf2f2;
  border-radius: 9999px;
  color: #c98f8f;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 700;
  height: 1.25rem;
  justify-content: center;
  margin-top: 0.25rem;
  width: 1.25rem;
}

.tomato_compare__card--after .tomato_list__mark {
  background-color: #ffffff;
  color: #7f9f8d;
}

.tomato_points {
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.06);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr);
  padding: 1rem;
}

.tomato_point {
  text-align: center;
}

.tomato_point__icon {
  align-items: center;
  background: linear-gradient(135deg, #fdf2f2 0%, #ffffff 100%);
  border: 1px solid rgb(216 167 167 / 0.25);
  border-radius: 9999px;
  color: #d8a7a7;
  display: inline-flex;
  font-size: 1.25rem;
  height: 3.25rem;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: 0 8px 18px rgb(216 167 167 / 0.12);
  width: 3.25rem;
}

.tomato_point__icon--support {
  background: linear-gradient(135deg, #f2f7f4 0%, #ffffff 100%);
  border-color: rgb(160 186 171 / 0.32);
  color: #7f9f8d;
  box-shadow: 0 8px 18px rgb(160 186 171 / 0.14);
}

.tomato_point__icon--proposal {
  background: linear-gradient(135deg, #f7f4ef 0%, #ffffff 100%);
  border-color: rgb(140 122 107 / 0.18);
  color: #8c7a6b;
  box-shadow: 0 8px 18px rgb(140 122 107 / 0.08);
}

.tomato_point__title {
  color: #1f2937;
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 0.75rem;
}

.tomato_point__text {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.7;
}

.tomato_voice {
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.06);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
}

.tomato_voice__media {
  min-height: 20rem;
}

.tomato_voice__image {
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  width: 100%;
}

@media (max-width: 767px) {
  .tomato_voice__media {
    height: 400px;
    overflow: hidden;
  }

  .tomato_voice__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.tomato_voice__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 2rem 2.5rem;
  position: relative;
}

.tomato_voice__quote {
  color: rgb(216 167 167 / 0.42);
  font-family: Georgia, serif;
  font-size: 4.5rem;
  line-height: 1;
  left: 1.5rem;
  position: absolute;
  top: 1rem;
  z-index: 0;
}

.tomato_voice__body::after {
  bottom: 1rem;
  color: rgb(216 167 167 / 0.42);
  content: "”";
  font-family: Georgia, serif;
  font-size: 4.5rem;
  line-height: 1;
  position: absolute;
  right: 1.5rem;
  z-index: 0;
}

.tomato_voice__headline,
.tomato_voice__text,
.tomato_voice__name {
  position: relative;
  z-index: 1;
}

.tomato_voice__headline {
  color: #1f2937;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.tomato_voice__text {
  color: #4b5563;
  line-height: 1.8;
}

.tomato_voice__text + .tomato_voice__text {
  margin-top: 1rem;
}

.tomato_voice__name {
  color: #6b7280;
  font-size: 0.875rem;
  margin-top: 2rem;
}

.tomato_qa {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.tomato_qa__item {
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.05);
  list-style: none;
  padding: 1.5rem;
}

.tomato_qa__question,
.tomato_qa__answer {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  line-height: 1.75;
  list-style: none;
}

.tomato_qa__question::before,
.tomato_qa__answer::before {
  content: none;
}

.tomato_qa__question {
  color: #1f2937;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.tomato_qa__answer {
  color: #4b5563;
}

.tomato_qa__q,
.tomato_qa__a {
  white-space: nowrap;
}

.tomato_qa__q {
  color: #d8a7a7;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.25rem;
}

.tomato_qa__a {
  color: #a0baab;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.25rem;
}

.tomato_recommend {
  background-color: #f2f7f4;
  border: 1px solid #a0baab;
  border-radius: 0.75rem;
  padding: 2rem;
}

.tomato_recommend__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.tomato_recommend__item {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1.25rem minmax(0, 1fr);
}

.tomato_recommend__check {
  align-items: center;
  border: 1px solid #a0baab;
  border-radius: 9999px;
  color: #7fa08d;
  display: inline-flex;
  font-size: 0.75rem;
  height: 1.25rem;
  justify-content: center;
  margin-top: 0.125rem;
  width: 1.25rem;
}

.tomato_recommend__title {
  color: #1f2937;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.tomato_recommend__text {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.65;
}

.tomato_cta {
  background-color: #fdf7f7;
  border: 1px solid #e8baba;
  border-radius: 0.75rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
}

.tomato_cta__title {
  color: #1f2937;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.tomato_cta__text {
  color: #6b7280;
  line-height: 1.75;
  margin: 0 auto 1.5rem;
  max-width: 42rem;
}

.tomato_cta__link {
  background-color: #d8a7a7;
  border-radius: 9999px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  color: #fff;
  display: inline-flex;
  font-weight: 500;
  padding: 0.875rem 2rem;
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.tomato_cta__link:hover,
.tomato_cta__link:focus {
  background-color: #c49393;
  box-shadow: 0 8px 12px rgb(0 0 0 / 0.12);
}

.tomato_back {
  margin-top: 2rem;
  text-align: center;
}

.tomato_back__link {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  color: #4b5563;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.tomato_back__link:hover,
.tomato_back__link:focus {
  border-color: #d8a7a7;
  color: #d8a7a7;
}

@media (min-width: 768px) {
  .tomato_container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tomato_header__title {
    font-size: 2.25rem;
  }

  .tomato_client {
    padding: 2.5rem;
  }

  .tomato_compare {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tomato_points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 2.5rem;
  }

  .tomato_voice__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 3rem 2.5rem;
  }

  .tomato_voice {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  }

  .tomato_qa__item {
    padding: 2rem;
  }

  .tomato_recommend,
  .tomato_cta {
    padding: 2.5rem;
  }
}

/* Scroll reveal animation */
[data-scroll-reveal],
.js-scroll-reveal,
.js_scroll-reveal {
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

html.js-enabled [data-scroll-reveal]:not(.is-visible),
html.js-enabled .js-scroll-reveal:not(.is-visible),
html.js-enabled .js_scroll-reveal:not(.is-visible),
html.js-enabled .is-scroll-reveal-ready:not(.is-visible) {
  opacity: 0;
  transform: translateY(2.5rem);
}

html.js-enabled [data-scroll-reveal][data-scroll-direction="left"]:not(.is-visible) {
  transform: translateX(-3rem);
}

html.js-enabled [data-scroll-reveal][data-scroll-direction="right"]:not(.is-visible) {
  transform: translateX(3rem);
}

[data-scroll-reveal].is-visible,
.js-scroll-reveal.is-visible,
.js_scroll-reveal.is-visible,
.is-scroll-reveal-ready.is-visible,
html.scroll-reveal-fallback [data-scroll-reveal],
html.scroll-reveal-fallback .js-scroll-reveal,
html.scroll-reveal-fallback .js_scroll-reveal,
html.scroll-reveal-fallback .is-scroll-reveal-ready,
.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  [data-scroll-reveal],
  .js-scroll-reveal,
  .js_scroll-reveal,
  .is-scroll-reveal-ready {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* TOP page loader */
.bloom-loader {
  pointer-events: auto;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  animation: bloom-loader-fallback-hide 0.01s linear 3.4s forwards;
}

.bloom-loader.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.bloom-loader__flower {
  filter: drop-shadow(0 0.75rem 1.5rem rgba(216, 167, 167, 0.2));
}

.bloom-loader__dot {
  box-shadow: 0 0 1.5rem rgba(216, 167, 167, 0.35);
}

.bloom-loader__text {
  letter-spacing: 0.18em;
}

@keyframes bloom-loader-fallback-hide {
  to {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bloom-loader,
  .bloom-loader *,
  .bloom-loader.is-hidden {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* 追加 */
.fv-title-text {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .fv-title-text {
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 1.7;
  }
}

@media (min-width: 1024px) {
  .fv-title-text {
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 1.65;
  }
}

.fv-title-nowrap {
  white-space: nowrap;
}

.fv-title-break {
  display: block;
}

@media (min-width: 1440px) {
  .fv-title-break {
    display: none;
  }
}

@media (min-width: 1024px) {
  .fv-layout {
    gap: 0px;
  }

  .fv-copy {
    flex: 0 0 600px;
    max-width: 600px;
  }

  .fv-visual {
    flex: 1 1 auto;
    max-width: none;
  }
}

@media (min-width: 1440px) {
  .fv-copy {
    flex-basis: 680px;
    max-width: 680px;
  }

  .fv-visual {
    flex: 1 1 auto;
    max-width: none;
  }
}

/* header修正 */
.site-header {
  background-color: transparent;
  box-shadow: none;
  transform: translateY(0);
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.site-header.is-header-scrolled {
  background-color: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
  .site-header.is-header-hidden {
    transform: translateY(-100%);
  }
}


/* ブログ一覧に戻るボタン */
.single_article__back {
  margin-top: 3rem;
  text-align: center;
}

.single_article__back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 0.9rem 1.8rem;
  border: 1px solid #d8a7a7;
  border-radius: 9999px;
  background-color: #fff;
  color: #c49393;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

.single_article__back-link:hover {
  background-color: #d8a7a7;
  color: #fff;
  box-shadow: 0 8px 18px rgba(216, 167, 167, 0.25);
}

.single_article__back {
  margin-top: 3rem;
  text-align: center;
}

.single_article__back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 0.9rem 1.8rem;
  border: 1px solid #d8a7a7;
  border-radius: 9999px;
  background-color: #fff;
  color: #c49393;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

.single_article__back-link:hover {
  background-color: #d8a7a7;
  color: #fff;
  box-shadow: 0 8px 18px rgba(216, 167, 167, 0.25);
}

/* topに戻るボタンの色 */
.page-top-button {
  border: 1px solid #d8a7a7;
  background-color: #fff;
  color: #d8a7a7;
}

.page-top-button:hover {
  border-color: #c49393;
  background-color: #fdf7f7;
  color: #c49393;
}

/* topに戻るボタンの位置変更_スマホ版 */
@media (max-width: 767px) {
  .page-top-button {
    right: 0.5rem;
    bottom: 1.5rem;
  }
}

/* topページのFAQ */
.top_faq__label {
  display: flex;
  align-items: flex-start;
  flex: 1;
  gap: 0.5rem;
  padding-right: 0.5rem;
  color: #111827;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.8;
}

.top_faq__mark {
  flex-shrink: 0;
  color: #d8a7a7;
}

.top_faq__question {
  flex: 1;
}

.top_faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-family: 'Noto Serif JP', serif;
}

.top_faq__answer-mark {
  flex-shrink: 0;
  color: #d8a7a7;
  font-weight: 700;
}

.top_faq__answer-text {
  flex: 1;
  font-weight: 400;
}

/* page-tomato-mate.php */
.sp-only {
  display: block;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.tomato_site_button {
  margin: 3rem 0 4rem;
  text-align: center;
}

.tomato_site_button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 220px;
  padding: 0.9rem 2rem;
  border: 1px solid #d8a7a7;
  border-radius: 9999px;
  background-color: #fff;
  color:#d8a7a7;
  line-height: 1.5;
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(216, 167, 167, 0.25);
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.tomato_site_button__link:hover {
  border-color: #d8a7a7;
  background-color: #d8a7a7;
  color: #fff;
  box-shadow: 0 5px 10px rgba(216, 167, 167, 0.3);
  transform: translateY(-1px);
}

.tomato_site_button__icon {
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .tomato_site_button {
    margin: 2.5rem 0 3rem;
    padding: 0 1rem;
  }

  .tomato_site_button__link {
    width: 100%;
    max-width: 280px;
  }
}

.works_card__category {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.25rem 0.75rem;
  border: 1px solid #a0baab;
  border-radius: 9999px;
  color: #7f9f8e;
  background-color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
}

.problem_card {
  padding: 2rem 1.5rem;
}

@media (min-width: 768px) {
  .problem_card {
    padding: 3rem;
  }
}

.service_card {
  padding: 2rem 1.25rem;
}

@media (min-width: 768px) {
  .service_card {
    padding: 2rem;
  }
}

/* topページのカードだけ背景色変える */
.top_works .works_card {
  --tw-bg-opacity: 1;
  background-color: rgb(253 251 247 / var(--tw-bg-opacity, 1));
}