@charset "UTF-8";
/* ここにSass/SCSSを入力してください */
:root {
  --font-size: 16px;
  /* 追加: 見出し/本文サイズの基本値（不足分の補完） */
  --text-base: 1rem;
  /* 16px */
  --text-lg: 1.125rem;
  /* 18px */
  --text-xl: 2rem;
  /* 20px */
  --text-2xl: 1.5rem;
  /* 24px */
  --background: #ffffff;
  --foreground: oklch(0.145 0 0);
  --card: #ffffff;
  --card-foreground: oklch(0.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.95 0.0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #ffffff;
  --border: rgba(0, 0, 0, 0.1);
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(0.708 0 0);
  --chart-1: oklch(0.646 0.222 41.116);
  --chart-2: oklch(0.6 0.118 184.704);
  --chart-3: oklch(0.398 0.07 227.392);
  --chart-4: oklch(0.828 0.189 84.429);
  --chart-5: oklch(0.769 0.188 70.08);
  --radius: 0.625rem;
  --sidebar: oklch(0.985 0 0);
  --sidebar-foreground: oklch(0.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.97 0 0);
  --sidebar-accent-foreground: oklch(0.205 0 0);
  --sidebar-border: oklch(0.922 0 0);
  --sidebar-ring: oklch(0.708 0 0);
  /* @theme inline の展開（--color-* エイリアス） */
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-destructive-foreground: var(--destructive-foreground);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-input-background: var(--input-background);
  --color-switch-background: var(--switch-background);
  --color-ring: var(--ring);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --color-sidebar: var(--sidebar);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring); }

.dark {
  --background: oklch(0.145 0 0);
  --foreground: oklch(0.985 0 0);
  --card: oklch(0.145 0 0);
  --card-foreground: oklch(0.985 0 0);
  --popover: oklch(0.145 0 0);
  --popover-foreground: oklch(0.985 0 0);
  --primary: oklch(0.985 0 0);
  --primary-foreground: oklch(0.205 0 0);
  --secondary: oklch(0.269 0 0);
  --secondary-foreground: oklch(0.985 0 0);
  --muted: oklch(0.269 0 0);
  --muted-foreground: oklch(0.708 0 0);
  --accent: oklch(0.269 0 0);
  --accent-foreground: oklch(0.985 0 0);
  --destructive: oklch(0.396 0.141 25.723);
  --destructive-foreground: oklch(0.637 0.237 25.331);
  --border: oklch(0.269 0 0);
  --input: oklch(0.269 0 0);
  --ring: oklch(0.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(0.488 0.243 264.376);
  --chart-2: oklch(0.696 0.17 162.48);
  --chart-3: oklch(0.769 0.188 70.08);
  --chart-4: oklch(0.627 0.265 303.9);
  --chart-5: oklch(0.645 0.246 16.439);
  --sidebar: oklch(0.205 0 0);
  --sidebar-foreground: oklch(0.985 0 0);
  --sidebar-primary: oklch(0.488 0.243 264.376);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.269 0 0);
  --sidebar-accent-foreground: oklch(0.985 0 0);
  --sidebar-border: oklch(0.269 0 0);
  --sidebar-ring: oklch(0.439 0 0); }

* {
  border-color: var(--color-border);
  outline-color: color-mix(in oklch, var(--color-ring) 50%, transparent); }

html, body {
  padding: 0;
  margin: 0; }

body {
  background: var(--color-background);
  color: var(--color-foreground); }

html {
  font-size: var(--font-size); }

/* Base typography（Tailwindの条件分岐は不可のため素直に適用） */
h1 {
  font-size: var(--text-2xl);
  font-weight: var(--font-weight-medium);
  line-height: 1.5; }

h2 {
  font-size: var(--text-xl);
  font-weight: var(--font-weight-medium);
  line-height: 1.5; }
  h2 + p {
    color: #4A5565;
    text-align: center;
    font-size: 20px; }

h3 {
  font-size: var(--text-lg);
  font-weight: var(--font-weight-medium);
  line-height: 1.5; }

h4,
label,
button,
input,
p {
  font-size: var(--text-base);
  line-height: 1.5; }

h4,
label,
button {
  font-weight: var(--font-weight-medium); }

p,
input {
  font-weight: var(--font-weight-normal); }

.container {
  max-width: 1280px;
  padding: 0 20px; }

.flex {
  display: flex; }

figure {
  margin: 0; }

.btn,
.contact-btn {
  font-size: 18px;
  background: #00a6f4;
  border-radius: 9999px;
  padding: 10px 32px;
  border: none;
  color: #fff;
  text-decoration: none; }
  .btn:hover,
.contact-btn:hover {
    background: orange; }

.container {
  max-width: 1236px;
  margin: 0 auto; }

/* Header */
#header {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  #header .header-inner {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    padding: 0 20px; }

@media screen and (max-width: 768px) {
  #header .header-inner {
    flex-direction: column;
    height: auto;
    padding-bottom: 6px; } }

@media screen and (max-width: 768px) {
  #header .logo {
    text-align: center; } }
  #header .logo a {
    text-decoration: none;
    font-weight: bold;
    color: #000; }
    #header .logo a img {
      width: 50%; }

@media screen and (max-width: 768px) {
  #header .logo a img {
    width: 65%; } }
  #header nav {
    display: flex;
    gap: 24px;
    align-items: center; }
    #header nav a {
      text-decoration: none;
      color: #333; }

@media screen and (max-width: 768px) {
  #header nav a {
    display: none; } }
      #header nav a:hover {
        color: orange; }
      #header nav a.contact-btn {
        padding: 5px 32px;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 10px; }

/* Hero Section */
#hero {
  background: linear-gradient(to bottom, #f3f8fb 66.346%, #d9e3ea 73.077%);
  padding: 99px 0 20px;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  #hero {
    padding-top: 135px;
    background: linear-gradient(to bottom, #f3f8fb 40.346%, #d9e3ea 53.077%); } }
  #hero > div {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }

@media screen and (max-width: 768px) {
  #hero > div {
    flex-direction: column-reverse; } }
    #hero > div .inner {
      width: 100%;
      display: flex;
      justify-content: center; }
      #hero > div .inner > div {
        text-align: center; }
        #hero > div .inner > div #hero-title {
          font-size: 48px;
          text-align: left; }

@media screen and (max-width: 768px) {
  #hero > div .inner > div #hero-title {
    margin: 0;
    font-size: 40px; } }
        #hero > div .inner > div p {
          font-size: 20px;
          margin: 24px 0;
          text-align: left; }

@media screen and (max-width: 768px) {
  #hero > div .inner > div p {
    font-size: 16px;
    margin: 0 0 20px; } }
    #hero > div figure {
      max-width: 525px; }
      #hero > div figure img {
        width: 100%; }

/* About Section */
#about {
  background: #fff;
  padding: 80px 0; }

@media screen and (max-width: 768px) {
  #about {
    padding: 20px 0 60px; } }
  #about > div h2 {
    text-align: center;
    margin-bottom: 24px; }
  #about > div > p {
    text-align: center;
    margin: 0 auto 64px; }
  #about .flex {
    gap: 30px; }

@media screen and (max-width: 768px) {
  #about .flex {
    flex-direction: column; } }
    #about .flex .card {
      border-radius: 16px;
      border: 1px solid #B8E6FE;
      background: linear-gradient(135deg, #F0F9FF 0%, #ECFEFF 100%);
      padding: 30px; }
      #about .flex .card .media {
        display: flex;
        align-items: center;
        gap: 24px;
        margin-bottom: 24px; }
        #about .flex .card .media figure {
          margin: 0; }

/* Features Section */
#features {
  background: #f0f9ff;
  padding: 80px 0; }

@media screen and (max-width: 768px) {
  #features {
    padding: 20px 0 60px; } }
  #features > div h2 {
    text-align: center;
    margin-bottom: 16px; }
  #features > div > p {
    margin-bottom: 64px; }
  #features .grid-3 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media screen and (max-width: 768px) {
  #features .grid-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } }
    #features .grid-3 .card {
      border-radius: 16px;
      border: 1px solid #E5E7EB;
      background: #FFF;
      display: flex;
      padding: 24px;
      align-items: flex-start;
      gap: 16px;
      flex-shrink: 0; }
      #features .grid-3 .card h3 {
        color: #101828;
        font-size: 20px;
        line-height: 28px; }
      #features .grid-3 .card p {
        margin: 0; }

/* Highlights Section */
#highlights {
  background: #fff;
  padding: 80px 0; }

@media screen and (max-width: 768px) {
  #highlights {
    padding: 20px 0 60px; } }
  #highlights h2 {
    text-align: center;
    margin-bottom: 64px; }
  #highlights .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px; }

@media screen and (max-width: 768px) {
  #highlights .grid-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } }
    #highlights .grid-3 .card {
      display: flex;
      flex-direction: column;
      gap: 24px; }
      #highlights .grid-3 .card figure {
        border-radius: 8px;
        aspect-ratio: 2 / 1;
        background-size: cover;
        background-position: center; }
      #highlights .grid-3 .card h3 {
        text-align: center; }
      #highlights .grid-3 .card h3, #highlights .grid-3 .card p {
        margin: 0; }

/* Pickup Section */
#pickup {
  background: #ecfeff;
  padding: 80px 0; }

@media screen and (max-width: 768px) {
  #pickup {
    padding: 20px 0 60px; } }
  #pickup > div {
    margin: 0 auto; }
    #pickup > div h2 {
      text-align: center;
      margin-bottom: 48px; }
    #pickup > div .card {
      gap: 30px;
      border-radius: 16px;
      background: #FFF;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      align-self: stretch;
      padding: 40px; }

@media screen and (max-width: 768px) {
  #pickup > div .card {
    flex-direction: column;
    padding: 40px 10px; } }
      #pickup > div .card figure {
        width: calc(40% - 15px);
        display: flex;
        align-items: center; }

@media screen and (max-width: 768px) {
  #pickup > div .card figure {
    width: 100%; } }
        #pickup > div .card figure img {
          width: 100%; }
      #pickup > div .card > div {
        width: calc(60% - 15px); }

@media screen and (max-width: 768px) {
  #pickup > div .card > div {
    width: 100%; } }
        #pickup > div .card > div h3 {
          font-size: 30px; }

@media screen and (max-width: 768px) {
  #pickup > div .card > div h3 {
    margin: 0; } }
      #pickup > div .card:nth-child(2) {
        flex-direction: row-reverse;
        margin-bottom: 60px; }

@media screen and (max-width: 768px) {
  #pickup > div .card:nth-child(2) {
    flex-direction: column; } }

/* Contact Section */
#contact,
#contact-bottom {
  background: #fff;
  padding: 80px 0;
  text-align: center; }
  #contact .container,
#contact-bottom .container {
    text-align: center;
    margin: 0 auto; }
    #contact .container h2,
#contact-bottom .container h2 {
      margin: 0 auto 40px;
      font-style: normal;
      font-size: 36px; }

@media screen and (max-width: 768px) {
  #contact .container h2,
#contact-bottom .container h2 {
    font-size: 18px; } }

/* FAQ Section */
#faq {
  background: #f0f9ff;
  padding: 80px 0; }
  #faq > div {
    max-width: 896px;
    margin: 0 auto; }
    #faq > div h2 {
      text-align: center;
      margin-bottom: 48px; }
  #faq .faq-item {
    margin-bottom: 15px; }
    #faq .faq-item button {
      width: 100%;
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 16px;
      padding: 18px 25px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      text-align: left; }
      #faq .faq-item button p {
        margin: 0; }
      #faq .faq-item button svg {
        flex-shrink: 0;
        transition: transform 0.3s ease; }
      #faq .faq-item button.open {
        border-radius: 16px 16px 0 0; }
        #faq .faq-item button.open svg {
          transform: rotate(180deg); }
    #faq .faq-item .answer {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-top: none;
      border-radius: 0 0 16px 16px;
      padding: 0 25px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, padding 0.3s ease; }
      #faq .faq-item .answer.open {
        max-height: 500px;
        padding: 15px 25px 20px; }

/* Footer */
#footer {
  background: #d1d5dc;
  padding: 20px 10px 10px;
  text-align: center; }
  #footer > div:first-child {
    margin-bottom: 16px;
    display: flex;
    gap: 8px;
    justify-content: center; }
  #footer p {
    margin: 0; }

/* Contact Form Page */
#contact-form-page {
  background: #f0f9ff;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: calc(100vh - 69px - 128px); }
  #contact-form-page > div {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    width: 720px;
    padding: 48px; }
    #contact-form-page > div h1 {
      text-align: center;
      margin-bottom: 8px; }
    #contact-form-page > div > p {
      text-align: center;
      margin-bottom: 24px; }
    #contact-form-page > div form {
      display: flex;
      flex-direction: column;
      gap: 24px; }
    #contact-form-page > div label {
      display: block;
      margin-bottom: 8px;
      color: #101828; }
      #contact-form-page > div label.flex {
        text-align: center; }
        #contact-form-page > div label.flex input[type="checkbox"] {
          width: 13px; }
      #contact-form-page > div label span {
        color: #fb2c36;
        margin-left: 4px; }
    #contact-form-page > div input,
#contact-form-page > div textarea {
      width: calc(100% - 26px);
      background: #fff;
      border: 1px solid #d1d5dc;
      border-radius: 10px;
      padding: 8px 12px;
      color: #334155; }
      #contact-form-page > div input::placeholder,
#contact-form-page > div textarea::placeholder {
        color: #94a3b8; }
    #contact-form-page > div textarea {
      min-height: 150px;
      resize: vertical; }
    #contact-form-page > div button[type="submit"] {
      background: #00a6f4;
      color: #fff;
      border: none;
      border-radius: 9999px;
      padding: 10px 0;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      width: 100%;
      max-width: 300px;
      margin: 0 auto; }

#contact-confirm-page {
  background: #f0f9ff;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: calc(100vh - 69px - 128px); }
  #contact-confirm-page > div {
    background: white;
    border-radius: 16px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    width: 720px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 32px; }
    #contact-confirm-page > div h1 {
      text-align: center; }
    #contact-confirm-page > div > div:nth-child(2) {
      display: flex;
      flex-direction: column;
      gap: 24px; }
      #contact-confirm-page > div > div:nth-child(2) > div {
        border-bottom: 1px solid #e5e7eb;
        padding-bottom: 24px;
        display: flex;
        flex-direction: column;
        gap: 8px; }
        #contact-confirm-page > div > div:nth-child(2) > div:last-child {
          border-bottom: none;
          padding-bottom: 0; }
        #contact-confirm-page > div > div:nth-child(2) > div > p:first-child {
          color: #4a5565;
          font-size: 14px; }
        #contact-confirm-page > div > div:nth-child(2) > div > p:last-child {
          color: #101828;
          font-size: 18px; }
        #contact-confirm-page > div > div:nth-child(2) > div > p {
          margin: 0; }
    #contact-confirm-page > div > div:nth-child(3) {
      display: flex;
      gap: 16px;
      justify-content: center; }
  #contact-confirm-page button {
    border-radius: 9999px;
    padding: 11px 33px;
    cursor: pointer;
    border: none; }
    #contact-confirm-page button:first-child {
      background: #f8fafc;
      border: 1px solid #d1d5dc;
      color: #0f172a; }
    #contact-confirm-page button:last-child {
      background: #00a6f4;
      color: white; }

#contact-thankyou-page {
  background: #f0f9ff;
  padding: 80px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 69px - 128px); }
  #contact-thankyou-page > div {
    background: white;
    border-radius: 16px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    width: 720px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center; }
    #contact-thankyou-page > div > div:first-child {
      background: #00a6f4;
      border-radius: 9999px;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center; }
    #contact-thankyou-page > div h1 {
      text-align: center; }
    #contact-thankyou-page > div > div:nth-child(3) {
      text-align: center;
      color: #4a5565; }
      #contact-thankyou-page > div > div:nth-child(3) p {
        margin: 0; }
    #contact-thankyou-page > div button {
      background: #00a6f4;
      color: white;
      border: none;
      border-radius: 9999px;
      padding: 10px 32px;
      cursor: pointer; }
