/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

#hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: linear-gradient(to top right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 90%), url("../images/hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #hero {
    min-height: 100vh;
    background-position: left;
    background-image: linear-gradient(to top right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 90%), url("../images/heromob.webp");
  }
}
#hero .left-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 100%;
  background-color: #284169;
}
@media (max-width: 768px) {
  #hero .left-bar {
    width: 1rem;
  }
}
#hero .hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: calc(100vh - 5rem);
}
@media (max-width: 768px) {
  #hero .hero-content {
    min-height: calc(100vh - 8rem);
  }
}
#hero .hero-content .logo {
  position: absolute;
  top: 8px;
  left: 8px;
  max-width: 200px;
  height: auto;
}
@media (max-width: 768px) {
  #hero .hero-content .logo {
    max-width: 150px;
  }
}
#hero .hero-content .hero-subtitle {
  color: #2ecc71;
  font-size: clamp(3.8rem, 6vw, 5.5rem);
  font-weight: 900;
  z-index: 10;
  padding-left: 2rem;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9), 4px 4px 8px rgba(255, 255, 255, 0.6);
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #hero .hero-content .hero-subtitle {
    font-size: clamp(2.5rem, 8vw, 3.5rem);
    padding-left: 1.5rem;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9), 4px 4px 8px rgba(255, 255, 255, 0.6);
    letter-spacing: 0.08em;
  }
}
#hero .hero-content .hero-title-wrapper {
  position: relative;
  background-color: rgba(40, 65, 105, 0.9);
  padding: 2rem clamp(5rem, 25vw, 22rem) 2rem 2rem;
  font-weight: bold;
  clip-path: polygon(0 0, calc(100% - 200px) 0, 100% 100%, 0 100%);
}
@media (max-width: 768px) {
  #hero .hero-content .hero-title-wrapper {
    clip-path: polygon(0 0, calc(100% - 150px) 0, 100% 100%, 0 100%);
  }
}
#hero .hero-content .hero-title-wrapper .hero-title {
  color: #ffffff;
  font-size: clamp(1.9rem, 5vw, 4rem);
  line-height: 1.4;
  margin: 0;
}
#hero .hero-content .cta-buttons {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-self: flex-end;
  border-radius: 1rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  #hero .hero-content .cta-buttons {
    flex-direction: column;
    gap: 0.5rem;
    align-self: flex-start;
  }
}
#hero .hero-content .cta-buttons .cta-button {
  display: flex;
  align-items: center;
  max-width: 600px;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  outline: 2px solid #284169;
  outline-offset: -0.5rem;
  text-decoration: none;
  color: #284169;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  transform: translateY(-2rem);
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  #hero .hero-content .cta-buttons .cta-button {
    max-width: 100%;
    transform: translateY(0);
    margin-top: 1rem;
  }
}
#hero .hero-content .cta-buttons .cta-button:hover {
  background-color: #2ecc71;
  color: #ffffff;
  outline: 2px solid #ffffff;
  outline-offset: -0.5rem;
}
#hero .hero-content .cta-buttons .cta-button:nth-child(1):hover .cta-icon {
  background-color: #ffffff;
  padding: 0.1rem;
  border-radius: 1rem;
}
#hero .hero-content .cta-buttons .cta-button:nth-child(2):hover .cta-icon {
  filter: brightness(0) invert(1);
}
#hero .hero-content .cta-buttons .cta-button .cta-icon {
  max-width: 60px;
  margin: 0.5rem 1rem 0.5rem 0.5rem;
}
#hero .hero-content .cta-buttons .cta-button span {
  line-height: 1.4;
}
#hero .bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background-color: #284169;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .bottom-bar .bottom-text {
  color: #ffffff;
  font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  #hero .bottom-bar .bottom-text {
    padding: 0 1rem;
  }
}

#message {
  position: relative;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 5rem 0 0;
}
@media (max-width: 768px) {
  #message {
    height: 60vh;
  }
}
#message .message-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
@media (max-width: 768px) {
  #message .message-bg {
    max-width: 90%;
  }
}
#message .message-content {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 3rem 4rem;
  text-align: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 768px) {
  #message .message-content {
    padding: 2rem 1.5rem;
  }
}
#message .message-content .message-en {
  font-size: clamp(2rem, 4vw, 3rem);
  font-family: "Bebas Neue", sans-serif;
  color: #2ecc71;
  margin: 0 0 1rem 0;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  #message .message-content .message-en {
    margin-bottom: 0.8rem;
  }
}
#message .message-content .message-ja {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #284169;
  font-weight: 700;
  margin: 0;
}

#about {
  width: 100%;
  background: linear-gradient(to bottom, #1a2f4d 0%, #284169 100%);
  padding: 5rem 0 6rem;
}
@media (max-width: 768px) {
  #about {
    padding: 4rem 0 5rem;
  }
}
#about .about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  #about .about-container {
    padding: 0 1.5rem;
  }
}
#about .about-header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}
@media (max-width: 768px) {
  #about .about-header {
    margin-bottom: 3rem;
  }
}
#about .about-header .about-title-en {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #06c755;
  letter-spacing: 0.15em;
  margin: 0 0 0.5rem 0;
  font-weight: 400;
}
#about .about-header .about-title-ja {
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #ffffff;
  font-weight: 900;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
}
#about .about-header .about-line {
  width: 80px;
  height: 4px;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #06c755;
}
@media (max-width: 768px) {
  #about .about-header .about-line {
    width: 60px;
    height: 3px;
  }
}
#about .about-content {
  display: flex;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 968px) {
  #about .about-content {
    flex-direction: column;
    gap: 3rem;
  }
}
#about .about-text-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 968px) {
  #about .about-text-section {
    gap: 2rem;
  }
}
#about .about-text-section .about-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(46, 204, 113, 0.3);
}
@media (max-width: 768px) {
  #about .about-text-section .about-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
  }
}
#about .about-text-section .about-icon svg {
  width: 45px;
  height: 45px;
  color: #ffffff;
}
@media (max-width: 768px) {
  #about .about-text-section .about-icon svg {
    width: 40px;
    height: 40px;
  }
}
#about .about-text-section .about-description {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  color: #ffffff;
  font-weight: 700;
  line-height: 1.9;
  margin: 0;
}
@media (max-width: 768px) {
  #about .about-text-section .about-description {
    text-align: center;
  }
}
#about .about-text-section .about-features {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  #about .about-text-section .about-features {
    padding-left: 0;
  }
}
#about .about-text-section .about-features .about-feature-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #about .about-text-section .about-features .about-feature-item {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    padding: 1.2rem;
    border-left: none;
    border-top: 4px solid #06c755;
  }
}
#about .about-text-section .about-features .about-feature-item:hover {
  transform: translateX(8px);
  box-shadow: 0 6px 20px rgba(6, 199, 85, 0.5);
}
@media (max-width: 768px) {
  #about .about-text-section .about-features .about-feature-item:hover {
    transform: translateY(-4px);
  }
}
#about .about-text-section .about-features .about-feature-item:hover .feature-number {
  background-color: #06c755;
  color: #ffffff;
}
#about .about-text-section .about-features .about-feature-item .feature-number {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #06c755;
  font-weight: bold;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(6, 199, 85, 0.15);
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #about .about-text-section .about-features .about-feature-item .feature-number {
    min-width: 50px;
    height: 50px;
  }
}
#about .about-text-section .about-features .about-feature-item .feature-text {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: #284169;
  font-weight: 700;
  margin: 0;
  line-height: 1.6;
  flex: 1;
}
#about .about-image-section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .about-image-section .about-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
  border: 3px solid rgba(6, 199, 85, 0.3);
}
@media (max-width: 768px) {
  #about .about-image-section .about-image-wrapper {
    max-width: 100%;
    border-radius: 15px;
  }
}
#about .about-image-section .about-image-wrapper .about-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
#about .about-image-section .about-image-wrapper .about-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(6, 199, 85, 0.95) 0%, rgba(6, 199, 85, 0) 100%);
  padding: 2.5rem 2rem;
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media (max-width: 768px) {
  #about .about-image-section .about-image-wrapper .about-image-overlay {
    padding: 2rem 1.5rem;
  }
}
#about .about-image-section .about-image-wrapper .about-image-overlay .overlay-text {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}
#about .about-image-section .about-image-wrapper:hover .about-image {
  transform: scale(1.05);
}
#about .about-image-section .about-image-wrapper:hover .about-image-overlay {
  opacity: 1;
}

#quit {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 4rem 2rem 10rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #quit {
    padding: 3rem 1.5rem 8rem 1.5rem;
    min-height: auto;
  }
}
#quit .quit-bg-text {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(6rem, 15vw, 12rem);
  color: rgba(40, 65, 105, 0.1);
  margin: 0;
  z-index: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #quit .quit-bg-text {
    font-size: clamp(4rem, 12vw, 8rem);
    top: 2rem;
  }
}
#quit .quit-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#quit .quit-content .quit-text-top {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  color: #284169;
  font-weight: 700;
  margin: 0 0 3rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  #quit .quit-content .quit-text-top {
    margin: 0 0 2rem 0;
  }
}
#quit .quit-content .quit-center {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #quit .quit-content .quit-center {
    max-width: 400px;
    margin-bottom: 2rem;
  }
}
#quit .quit-content .quit-center .quit-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#quit .quit-content .quit-center .quit-percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(46, 204, 113, 0.9);
  border-radius: 50%;
  width: clamp(150px, 20vw, 250px);
  height: clamp(150px, 20vw, 250px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}
#quit .quit-content .quit-center .quit-percentage .quit-number {
  position: relative;
  font-size: clamp(5rem, 10vw, 8rem);
  font-weight: bold;
  display: inline-block;
  line-height: 1;
}
#quit .quit-content .quit-center .quit-percentage .quit-percent {
  position: absolute;
  top: 55%;
  left: 105%;
  transform: translateY(-50%);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}
@media (max-width: 768px) {
  #quit .quit-content .quit-center .quit-percentage .quit-percent {
    left: 102%;
    font-size: clamp(1.2rem, 2.5vw, 2rem);
  }
}
#quit .quit-content .quit-text-bottom {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  color: #284169;
  font-weight: 700;
  margin: 0 0 4rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  #quit .quit-content .quit-text-bottom {
    margin: 0;
  }
}
#quit .quit-content .quit-reasons {
  position: absolute;
  top: 10%;
  width: 100%;
  max-width: 900px;
  height: 500px;
}
@media (max-width: 768px) {
  #quit .quit-content .quit-reasons {
    position: static;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
  }
}
#quit .quit-content .quit-reasons .quit-reason {
  position: absolute;
  background-color: #284169;
  color: #ffffff;
  padding: 1.5rem 2rem;
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  #quit .quit-content .quit-reasons .quit-reason {
    position: static;
    white-space: normal;
    padding: 1.2rem 0.5rem;
  }
}
#quit .quit-content .quit-reasons .quit-reason-1 {
  top: 5%;
  left: 5%;
}
@media (max-width: 768px) {
  #quit .quit-content .quit-reasons .quit-reason-1 {
    top: auto;
    left: auto;
  }
}
#quit .quit-content .quit-reasons .quit-reason-2 {
  bottom: 10%;
  left: 3%;
}
@media (max-width: 768px) {
  #quit .quit-content .quit-reasons .quit-reason-2 {
    bottom: auto;
    left: auto;
  }
}
#quit .quit-content .quit-reasons .quit-reason-3 {
  top: 8%;
  right: 8%;
}
@media (max-width: 768px) {
  #quit .quit-content .quit-reasons .quit-reason-3 {
    top: auto;
    right: auto;
  }
}
#quit .quit-content .quit-reasons .quit-reason-4 {
  bottom: 12%;
  right: 10%;
}
@media (max-width: 768px) {
  #quit .quit-content .quit-reasons .quit-reason-4 {
    bottom: auto;
    right: auto;
  }
}
#quit .quit-arrow {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5rem 20rem 0 20rem;
  border-color: #284169 transparent transparent transparent;
}
@media (max-width: 768px) {
  #quit .quit-arrow {
    border-width: 2.5rem 10rem 0 10rem;
  }
}

#difficulties {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 6rem 3rem;
  margin: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  #difficulties {
    padding: 4rem 1rem;
    min-height: auto;
  }
}
#difficulties .difficulties-bg-text {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(6rem, 15vw, 12rem);
  color: rgba(40, 65, 105, 0.1);
  margin: 0;
  z-index: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  #difficulties .difficulties-bg-text {
    font-size: clamp(4rem, 12vw, 8rem);
    top: 2rem;
  }
}
#difficulties .difficulties-title {
  position: relative;
  z-index: 2;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: #284169;
  font-weight: 900;
  margin: 0 0 4rem 0;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #difficulties .difficulties-title {
    margin: 0 0 3rem 0;
  }
}
#difficulties .difficulties-cards {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1400px;
  justify-content: center;
  margin-bottom: 4rem;
  width: 100%;
}
@media (max-width: 768px) {
  #difficulties .difficulties-cards {
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}
#difficulties .difficulties-cards .difficulties-card {
  position: relative;
  max-width: 250px;
  width: 100%;
}
@media (max-width: 768px) {
  #difficulties .difficulties-cards .difficulties-card {
    max-width: 100%;
  }
}
#difficulties .difficulties-cards .difficulties-card .card-title-en {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #2ecc71;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  #difficulties .difficulties-cards .difficulties-card .card-title-en {
    margin: 0 0 0.8rem 0;
  }
}
#difficulties .difficulties-cards .difficulties-card .card-content {
  background-color: #284169;
  padding: 2.5rem 2rem;
  border-radius: 8px;
}
@media (max-width: 768px) {
  #difficulties .difficulties-cards .difficulties-card .card-content {
    padding: 2rem 1.5rem;
  }
}
#difficulties .difficulties-cards .difficulties-card .card-content .card-title-ja {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #ffffff;
  font-weight: 900;
  margin: 0 0 1rem 0;
  text-align: center;
}
#difficulties .difficulties-cards .difficulties-card .card-content .card-text {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
  text-align: center;
}
#difficulties .difficulties-subtitle {
  position: relative;
  z-index: 2;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  color: #284169;
  font-weight: 700;
  margin: 0;
  text-align: center;
  line-height: 1.6;
  max-width: 900px;
}

#support {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 3rem;
}
@media (max-width: 768px) {
  #support {
    padding: 4rem 2rem 1rem 2rem;
  }
}
#support .support-bg-image {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 500px;
}
@media (max-width: 768px) {
  #support .support-bg-image {
    padding: 4rem 2rem 8rem 2rem;
    min-height: auto;
    width: 100%;
  }
}
#support .support-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
  background-color: rgba(40, 65, 105, 0.85);
  z-index: 2;
}
@media (max-width: 1200px) {
  #support .support-overlay {
    height: 85vh;
  }
}
#support .support-bg-text {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(6rem, 15vw, 12rem);
  color: rgba(255, 255, 255, 0.2);
  margin: 0;
  z-index: 3;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #support .support-bg-text {
    font-size: clamp(4rem, 12vw, 8rem);
    top: 3%;
  }
}
#support .support-content {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#support .support-content .support-title {
  font-size: clamp(1.2rem, 4vw, 3rem);
  color: #ffffff;
  font-weight: 900;
  margin: 0 0 8rem 0;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #support .support-content .support-title {
    margin: 0 0 3rem 0;
  }
}
#support .support-cards {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  #support .support-cards {
    gap: 2rem;
  }
}
#support .support-cards .support-card {
  position: relative;
  flex: 1 1 300px;
}
@media (max-width: 768px) {
  #support .support-cards .support-card {
    flex: 1 1 100%;
  }
}
#support .support-cards .support-card .card-title-en {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
}
#support .support-cards .support-card .card-content {
  background-color: #ffffff;
  padding: 1rem;
  border: 3px solid #284169;
  text-align: center;
  border-radius: 1rem;
}
#support .support-cards .support-card .card-content p {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  color: #284169;
  font-weight: 900;
  margin: 0;
  line-height: 1.8;
}
#support .support-cards .support-card .card-content p span {
  color: #2ecc71;
}

#total {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  padding: 6rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 5rem 0;
}
@media (max-width: 768px) {
  #total {
    padding: 4rem 1rem;
    min-height: auto;
  }
}
#total .total-bg-text {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(6rem, 15vw, 12rem);
  color: rgba(40, 65, 105, 0.08);
  margin: 0;
  z-index: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #total .total-bg-text {
    font-size: clamp(4rem, 12vw, 8rem);
    top: 2rem;
  }
}
#total .total-title {
  position: relative;
  z-index: 2;
  font-size: clamp(1.4rem, 4vw, 3rem);
  color: #284169;
  font-weight: 900;
  margin: 0 0 4rem 0;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #total .total-title {
    margin: 0 0 3rem 0;
  }
}
#total .total-number-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #total .total-number-wrapper {
    max-width: 70%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  #total .total-number-wrapper {
    max-width: 80%;
    margin-bottom: 3rem;
  }
}
#total .total-number-wrapper .total-number {
  background-color: #2ecc71;
  border-radius: 3rem;
  padding: 3rem 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #total .total-number-wrapper .total-number {
    padding: 2.5rem 4rem;
  }
}
#total .total-number-wrapper .total-number span {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4rem, 10vw, 8rem);
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#total .total-number-wrapper .total-image {
  position: absolute;
  width: clamp(120px, 15vw, 200px);
  height: clamp(120px, 15vw, 200px);
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  #total .total-number-wrapper .total-image {
    width: clamp(80px, 20vw, 120px);
    height: clamp(80px, 20vw, 120px);
    border: 3px solid #ffffff;
  }
}
#total .total-number-wrapper .total-image-01 {
  top: -25%;
  left: 5%;
}
@media (max-width: 768px) {
  #total .total-number-wrapper .total-image-01 {
    top: -25%;
    left: -10%;
  }
}
#total .total-number-wrapper .total-image-02 {
  top: -25%;
  right: 10%;
}
@media (max-width: 768px) {
  #total .total-number-wrapper .total-image-02 {
    top: -10%;
    right: -15%;
  }
}
#total .total-number-wrapper .total-image-03 {
  bottom: -25%;
  left: 10%;
}
@media (max-width: 768px) {
  #total .total-number-wrapper .total-image-03 {
    bottom: -20%;
    left: -15%;
  }
}
#total .total-number-wrapper .total-image-04 {
  bottom: -25%;
  right: 5%;
}
@media (max-width: 768px) {
  #total .total-number-wrapper .total-image-04 {
    bottom: -10%;
    right: -10%;
  }
}
#total .total-subtitle {
  position: relative;
  z-index: 2;
  font-size: clamp(0.9rem, 2.5vw, 1.8rem);
  color: #284169;
  font-weight: 700;
  margin: 0;
  text-align: center;
  max-width: 900px;
}

#voice {
  width: 100%;
  background-color: #284169;
  padding: 6rem 3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #voice {
    padding: 2rem 1rem;
  }
}
#voice .voice-container {
  width: 100%;
  max-width: 1200px;
  background-color: #ffffff;
  padding: 4rem;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  #voice .voice-container {
    padding: 3rem 2rem;
  }
}
#voice .voice-container .voice-item {
  display: flex;
  gap: 5rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  #voice .voice-container .voice-item {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
#voice .voice-container .voice-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #voice .voice-container .voice-item.voice-item-reverse {
    flex-direction: column-reverse;
  }
}
#voice .voice-container .voice-item .voice-image-wrapper {
  min-width: 0;
  width: auto;
  margin: 0 auto;
}
#voice .voice-container .voice-item .voice-image-wrapper .voice-image {
  max-width: 300px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 500px) {
  #voice .voice-container .voice-item .voice-image-wrapper .voice-image {
    max-width: 200px;
  }
}
#voice .voice-container .voice-item .voice-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#voice .voice-container .voice-item .voice-content .voice-name {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #2ecc71;
  font-weight: 900;
  margin: 0 0 1rem 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #284169;
}
#voice .voice-container .voice-item .voice-content .voice-name .voice-info {
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 500;
  margin-left: 1rem;
  color: #284169;
}
@media (max-width: 768px) {
  #voice .voice-container .voice-item .voice-content .voice-name .voice-info {
    display: block;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
#voice .voice-container .voice-item .voice-content .voice-comment {
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: #284169;
  font-weight: 700;
  margin: 0 0 2rem 0;
  line-height: 1.8;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #284169;
}
@media (max-width: 768px) {
  #voice .voice-container .voice-item .voice-content .voice-comment {
    margin: 0 0 1.5rem 0;
  }
}
#voice .voice-container .voice-item .voice-content .voice-detail {
  font-size: clamp(0.9rem, 1.8vw, 1.2rem);
  color: #284169;
  font-weight: 500;
  margin: 0 0 1rem 0;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #cccccc;
}
#voice .voice-container .voice-item .voice-content .voice-detail:last-child {
  margin-bottom: 0;
}

#story {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #story {
    min-height: auto;
  }
}
#story .story-bg-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #284169;
  z-index: 1;
}
#story .story-bg-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
}
#story .story-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  #story .story-content {
    flex-direction: column;
    padding: 2rem 1rem;
    justify-content: center;
  }
}
#story .story-content .story-image {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 10rem 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #story .story-content .story-image {
    margin: 3rem 0;
  }
}
#story .story-content .story-box {
  position: absolute;
  bottom: 10%;
  left: 5%;
  background-color: #ffffff;
  padding: 1.5rem 3rem;
  max-width: 600px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  #story .story-content .story-box {
    position: static;
    max-width: 100%;
    margin-top: -5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  #story .story-content .story-box {
    padding: 1.5rem 2rem;
  }
}
#story .story-content .story-box .story-title {
  font-size: clamp(1.1rem, 3vw, 2.5rem);
  color: #284169;
  font-weight: 900;
  margin: 0 0 2rem 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #story .story-content .story-box .story-title {
    margin: 0 0 1.5rem 0;
  }
}
#story .story-content .story-box .story-button {
  background-color: #ffffff;
  border: 2px solid #284169;
  color: #284169;
  padding: 1rem 3rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 300px;
  text-align: center;
}
@media (max-width: 768px) {
  #story .story-content .story-box .story-button {
    padding: 0.9rem 2rem;
    max-width: 100%;
  }
}
#story .story-content .story-box .story-button:hover {
  background-color: #2ecc71;
  color: #ffffff;
  border: 0px solid #284169;
}
#story .story-content .story-box .story-button.active {
  background-color: #2ecc71;
  color: #ffffff;
}

.story-detail {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background-color: #f5f5f5;
  width: 100%;
}
.story-detail.show {
  max-height: 3000px;
}
.story-detail .story-detail-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 3rem;
}
@media (max-width: 768px) {
  .story-detail .story-detail-inner {
    padding: 3rem 1rem;
  }
}
.story-detail .story-detail-inner p {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  color: #333333;
  line-height: 1.9;
  margin: 0 0 1.5rem 0;
}
.story-detail .story-detail-inner p:last-child {
  margin-bottom: 0;
}

#closing {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #284169;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 3rem;
}
@media (max-width: 768px) {
  #closing {
    padding: 4rem 2rem;
    min-height: 80vh;
  }
}
#closing .closing-bg-text {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4rem, 15vw, 12rem);
  color: rgba(255, 255, 255, 0.1);
  margin: 0;
  z-index: 1;
  letter-spacing: 0.1em;
}
#closing .closing-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}
#closing .closing-content .closing-title {
  font-size: clamp(1.5rem, 4vw, 3rem);
  color: #ffffff;
  font-weight: 900;
  margin: 0 0 4rem 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #closing .closing-content .closing-title {
    margin: 0 0 3rem 0;
  }
}
#closing .closing-content .closing-text {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  #closing .closing-content .closing-text {
    margin-bottom: 4rem;
  }
}
#closing .closing-content .closing-text p {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: #ffffff;
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  #closing .closing-content .closing-text p {
    margin: 0 0 1.5rem 0;
  }
}
#closing .closing-content .closing-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #closing .closing-content .closing-text p br {
    display: none;
  }
}
#closing .closing-content .closing-logo {
  max-width: 400px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #closing .closing-content .closing-logo {
    max-width: 300px;
  }
}

#contact {
  width: 100%;
  background-color: #f5f5f5;
  padding: 6rem 0;
}
@media (max-width: 768px) {
  #contact {
    padding: 4rem 0;
  }
}
#contact .contact-line {
  text-align: center;
  margin-bottom: 5rem;
  background: linear-gradient(135deg, #06c755 0%, #00b900 100%);
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #contact .contact-line {
    margin-bottom: 4rem;
    padding: 3rem 1.5rem;
  }
}
#contact .contact-line::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
  animation: pulse 3s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
#contact .contact-line .contact-line-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #ffffff;
  font-weight: 900;
  margin: 0 0 2rem 0;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}
#contact .contact-line .contact-line-link {
  display: inline-block;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
#contact .contact-line .contact-line-link:hover {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}
#contact .contact-line .contact-line-link .contact-line-icon {
  width: 100px;
  height: 100px;
  display: block;
}
@media (max-width: 768px) {
  #contact .contact-line .contact-line-link .contact-line-icon {
    width: 80px;
    height: 80px;
  }
}
#contact .contact-form-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  #contact .contact-form-wrapper {
    padding: 0 1.5rem;
  }
}
#contact .contact-form-wrapper .contact-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #284169;
  font-weight: 900;
  text-align: center;
  margin: 0 0 1rem 0;
}
#contact .contact-form-wrapper .contact-subtitle {
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: #284169;
  text-align: center;
  margin: 0 0 3rem 0;
}
#contact .contact-form-wrapper .contact-form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem 3rem;
  background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
  border-radius: 15px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(46, 204, 113, 0.3);
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  #contact .contact-form-wrapper .contact-form-button {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 1.5rem;
  }
}
#contact .contact-form-wrapper .contact-form-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(46, 204, 113, 0.5);
  background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
}
#contact .contact-form-wrapper .contact-form-button .contact-form-icon {
  width: 100px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #contact .contact-form-wrapper .contact-form-button .contact-form-icon {
    width: 70px;
    height: 70px;
  }
}
#contact .contact-form-wrapper .contact-form-button .contact-form-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 768px) {
  #contact .contact-form-wrapper .contact-form-button .contact-form-text {
    text-align: center;
  }
}
#contact .contact-form-wrapper .contact-form-button .contact-form-text strong {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 900;
  display: block;
  margin-bottom: 0.5rem;
}
#contact .contact-form-wrapper .contact-form-button .contact-form-text small {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 500;
  opacity: 0.9;
}

#footer {
  width: 100%;
  background: linear-gradient(135deg, #1a2f4d 0%, #284169 50%, #3a5a8a 100%);
  position: relative;
  overflow: hidden;
}
#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #06c755 0%, #ffffff 50%, #06c755 100%);
}
#footer .footer-top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 3rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  #footer .footer-top {
    flex-direction: column;
    padding: 4rem 2rem 2rem;
    gap: 3rem;
  }
}
#footer .footer-top .footer-logo-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #footer .footer-top .footer-logo-section {
    align-items: center;
    width: 100%;
  }
}
#footer .footer-top .footer-logo-section .footer-logo {
  width: 200px;
  height: auto;
  margin-bottom: 2rem;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}
@media (max-width: 768px) {
  #footer .footer-top .footer-logo-section .footer-logo {
    width: 150px;
    margin-bottom: 1.5rem;
  }
}
#footer .footer-top .footer-logo-section .footer-company {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #ffffff;
  font-weight: 900;
  margin: 0;
  letter-spacing: 0.15em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  #footer .footer-top .footer-logo-section .footer-company {
    text-align: center;
  }
}
#footer .footer-top .footer-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  #footer .footer-top .footer-info {
    width: 100%;
    align-items: center;
  }
}
#footer .footer-top .footer-info .footer-info-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem 2rem;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #footer .footer-top .footer-info .footer-info-item {
    width: 100%;
    max-width: 400px;
  }
}
#footer .footer-top .footer-info .footer-info-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(5px);
}
#footer .footer-top .footer-info .footer-info-item .footer-label {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: #06c755;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 0.8rem;
}
#footer .footer-top .footer-info .footer-info-item .footer-address,
#footer .footer-top .footer-info .footer-info-item .footer-tel {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #ffffff;
  margin: 0;
  line-height: 1.8;
  font-weight: 500;
}
#footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  #footer .footer-bottom {
    padding: 1.5rem 2rem;
  }
}
#footer .footer-bottom .footer-copy {
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  letter-spacing: 0.05em;
}

body {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
}

.hero-subtitle {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.05em;
}

.hero-title {
  font-weight: 900;
}

.cta-button {
  font-family: "Noto Sans JP", sans-serif;
}

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

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block;
  }
}

.mob500 {
  display: none;
}
@media (max-width: 500px) {
  .mob500 {
    display: block;
  }
}