@charset "UTF-8";
/* Reset & Variables */
:root {
  --color-text: #333;
  --color-orange: #ff7f00;
  --color-gold: #b39b70;
  --color-bg-light: #fffaf5;
  --color-bg-gray: #f9f9f9;
  --font-serif: "Noto Serif JP", serif;
  --font-sans: "Noto Sans JP", sans-serif;
}

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

body {
  margin: 0;
  padding: 0;
  color: var(--color-text);
  font-family: var(--font-sans);
  line-height: 1.6;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* 追記指定クラス */
.wbr {
  display: inline-block;
}

.small {
  font-size: 0.7em;
}

.large {
  font-size: 1.3em;
}

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

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

/* Common Components */
.section-title {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 2rem;
  margin: 3rem 0 3rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  @media (width < 768px) {
    font-size: 1.5rem;
    margin: 0 0 2rem;
  }
}

.section-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: -7rem auto 0 auto;
  @media (width < 768px) {
    margin: -7rem 0 2rem 0;
  }
}

.section-divider-dot {
  width: 0.8rem;
  height: 0.8em;
  background-color: var(--color-orange);
  border-radius: 50%;
}

/* Hero Section */
.hero {
  position: relative;
  text-align: center;
  background-color: var(--color-bg-light);
  padding: 0;
  overflow: hidden;
  @media (width < 768px) {
  }
}

.hero-title {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  color: #c56e35;
  margin: auto;
  letter-spacing: 0.1em;
  font-weight: 300;
  position: absolute;
  top: 1.5rem;
  left: auto;
  right: auto;
  bottom: auto;
  text-align: center;
  display: block;
  width: 100%;
  @media (width < 768px) {
    font-size: 6vw;
  }
}

.hero-picture {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-picture img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lead {
  font-family: var(--font-serif);
  font-size: 1.7rem;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  color: #723b17;
  padding: 2rem;
  @media (width < 768px) {
    font-size: 1.3rem;
    padding: 1.5rem;
  }
}

/* Trouble Section */
.trouble {
  padding: 5rem 1rem 5rem 1rem;
  margin: 5rem auto 5rem auto;
  background-color: #fafafa;
}

.trouble-list {
  display: flex;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0 0 4rem;
  @media (width < 768px) {
    flex-direction: column;
    align-items: center;
    margin: 0 0 2rem;
  }
}

.trouble-list-item {
  flex: 1;
  text-align: center;
  max-width: 280px;
}

.trouble-item-title {
  font-size: 1.1rem;
  margin: 0 0 1rem;
  padding: 1rem 0 0 0;
  background-image: url(images/balloon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 160px;
  @media (width < 768px) {
    font-size: 1rem;
    min-height: auto;
  }
}

.trouble-item-picture {
  display: block;
}

.trouble-message {
  text-align: center;
  padding: 3rem 2rem;
  background-color: var(--color-bg-light);
  border-radius: 1rem;
  max-width: 800px;
  margin: 0 auto;
  @media (width < 768px) {
    padding: 2rem 1rem;
  }
}

.trouble-message-lead {
  font-family: var(--font-serif);
  color: #723b17;
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
  @media (width < 768px) {
    font-size: 1.2rem;
  }
}

.trouble-message-text {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  @media (width < 768px) {
    font-size: 0.95rem;
  }
}

/* Point Section */
.point {
  padding: 0 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

.point-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  flex: 1;
  margin-top: 3rem;
  @media (width < 768px) {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
  }
}

.point-mark {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  justify-content: center;
  align-items: center;
}

.point-mark-label {
  color: #958d6071;
  font-family: var(--font-serif);
  line-height: 1;
  margin: 0;
  text-align: center;
}

.point-mark-number {
  background-color: #958d6071;
  color: white;
  font-size: 3.6rem;
  display: grid;
  place-content: center;
  line-height: 1;
  padding: 10px 10px 6px 10px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
}

.point-title {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.point-title-sub {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 200;
  color: #666;
  border-bottom: 1px solid #958d6071;
  text-align: center;
  padding: 0 0 1rem 0;
}

.point-title-main {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 200;
  text-align: center;
  margin: 1rem 0;
  @media (width < 768px) {
    font-size: 1.2rem;
  }
}

.point-text {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 2rem;
  text-align: center;
  @media (width < 768px) {
    font-size: 0.95rem;
    text-align: left;
  }
}

.point-item-picture {
  display: block;
  margin: 0 auto;
}

.point02-feature-list {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 3rem 0 0;
  @media (width < 768px) {
    flex-direction: column;
  }
}

.point02-feature-item {
  flex: 1;
  padding: 2rem 1rem;
  border: 1px solid var(--color-orange);
  border-radius: 0.5rem;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.point02-feature-icon {
  display: block;
  margin: 0 auto 1rem;
  width: 4rem;
}

.point02-feature-title {
  font-size: 1.1rem;
  margin: 0 0 1rem;
  @media (width < 768px) {
    font-size: 1rem;
  }
}

.point02-feature-text {
  font-size: 0.9rem;
  margin: 0;
  text-align: left;
}

/* point03 */
.point03-sub-item01,
.point03-sub-item02 {
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  border-radius: 1rem;
  @media (width < 768px) {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}

.point03-sub-item01 {
  @media (width < 768px) {
    flex-direction: column-reverse;
  }
}

.point03-sub-item02 {
  margin-top: 3rem;
}

.point03-sub-item01 .point03-sub-text {
  flex: 1;
  background-color: #f2f0ee;
  padding: 2rem 6rem 4rem 3rem;
  position: relative;
  z-index: 1;
  flex: 1 1 50%;
  margin-top: 6rem;
  @media (width < 768px) {
    margin-top: 0;
    padding: 1rem;
    flex: 1;
  }
}

.point03-sub-item02 .point03-sub-text {
  flex: 1;
  background-color: #f2f0ee;
  padding: 2rem 3rem 4rem 6rem;
  position: relative;
  z-index: 1;
  flex: 1 1 60%;
  margin-top: 6rem;
  margin-left: -3rem;
  position: relative;
  z-index: 1;
  @media (width < 768px) {
    margin-top: 0;
    margin-left: auto;
    padding: 1rem;
    flex: 1;
  }
}

.point03-sub-item01 .point03-sub-picture {
  display: block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 5;
  position: relative;
  margin-left: -3rem;
  flex: 1 1 50%;
  @media (width < 768px) {
    margin: auto;
    flex: 1;
    width: 100%;
  }
}

.point03-sub-item02 .point03-sub-picture {
  flex: 1;
  display: block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 5;
  position: relative;
  margin-left: auto;
  flex: 1 1 40%;
  @media (width < 768px) {
    flex: 1;
    width: 100%;
    margin: auto;
  }
}

.point03-sub-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.point03-sub-title {
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0 0 1rem;
  color: #723b17;
  font-family: var(--font-serif);
  @media (width < 768px) {
    font-size: 1.1rem;
    text-align: center;
  }
}

.point03-sub-desc {
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0;
}

/* point02 */
.point02-content {
  position: relative;
  background-color: #ff66000b;
  padding: 2rem 2rem 3rem 2rem;
  margin-top: 8rem;
}

.point02-picture {
  display: block;
  position: relative;
  z-index: 0;
  margin: auto;
  margin-top: -6rem;
  max-width: 480px;
}

.point02-picture img {
  width: 100%;
  margin: auto;
}

/* Flow Section */
.flow {
  padding: 5rem 1rem 5rem 1rem;
  margin: 5rem auto 5rem auto;
  background-color: #fafafa;
  @media (width < 768px) {
    margin: 5rem auto 5rem auto;
  }
}

.flow-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1000px;
  margin: auto;
  @media (width < 768px) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

.flow-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1000px;
  margin-bottom: 3rem;
  @media (width < 768px) {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
}

.flow-list-item:nth-child(2),
.flow-list-item:nth-child(3) {
  margin-left: 2rem;
  @media (width < 768px) {
    margin: auto;
  }
}

.flow-list-image {
  position: relative;
  flex: 0 1 35%;
  @media (width < 768px) {
    width: 100%;
  }
}

.flow-list-picture {
  display: block;
  @media (width < 768px) {
    display: grid;
    place-content: center;
  }
}

.flow-list-picture img {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  max-width: 280px;
  margin: auto;
}

.flow-list-content {
  flex: 1;
}

.flow-list-title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 1.6rem;
  margin: 0 0 1rem;
  @media (width < 768px) {
    font-size: 1.2rem;
    text-align: center;
  }
}

.flow-list-text {
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0;
}

.flow-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  flex: 1;
  margin-top: 3rem;
}

.flow-mark {
  display: flex;
  flex-direction: column;
  margin-right: 0;
  justify-content: center;
  align-items: center;
}

.flow-mark-label {
  color: #ff660055;
  font-family: var(--font-serif);
  line-height: 1;
  font-size: 1.3rem;
  margin: 0;
  text-align: center;
}

.flow-mark-number {
  background-color: #ff66008a;
  color: white;
  font-size: 3.6rem;
  display: grid;
  place-content: center;
  line-height: 1;
  padding: 10px 10px 6px 10px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
}

/* FAQ Section */
.faq {
  padding: 0 1rem 5rem;
  max-width: 800px;
  margin: 0 auto;
}

.faq-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
  @media (width < 768px) {
    margin-left: 1rem;
  }
}

.faq-list-item {
  border: 1px solid #958d60;
  position: relative;
  z-index: 0;
}

.faq-list-q {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  cursor: pointer;
  transition: background-color 0.3s;
  @media (width < 768px) {
    padding: 1rem;
  }
}

.faq-list-icon-q {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
  background-color: #9b9a6d;
  color: #fff;
  font-size: 3rem;
  flex-shrink: 0;
  padding: 8px;
  width: 64px;
  height: 64px;
  position: relative;
  margin-left: -2rem;
  margin-top: -6rem;
}

.faq-list-q-text {
  font-weight: bold;
  font-size: 1.05rem;
  padding-right: 3rem;
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 1.4rem;
  margin-left: 2rem;
  @media (width < 768px) {
    font-size: 0.95rem;
    padding-right: 2rem;
  }
}

.faq-list-toggle {
  position: absolute;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #9b9a6d;
  border-radius: 50%;
  @media (width < 768px) {
    right: 1rem;
  }
}

.faq-list-toggle::before,
.faq-list-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.faq-list-toggle::before {
  width: 0.8rem;
  height: 0.1rem;
}

.faq-list-toggle::after {
  width: 0.1rem;
  height: 0.8rem;
  transition: transform 0.3s;
}

.faq-list-q.is-open .faq-list-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq-list-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin: 0;
  background-color: #fafafa;
}

.faq-list-a-text {
  padding: 1.5rem;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.8;
  border-top: 1px dashed #ccc;
  @media (width < 768px) {
    padding: 1rem;
  }
}

/* CTA Section */
.cta {
  position: relative;
  padding: 5rem 1rem;
  text-align: center;
  background-image: url(images/cta_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  @media (width < 768px) {
    padding: 3rem 1rem;
    background-image: url(images/cta_bg_sp.webp);
  }
}

.cta-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 4rem 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  @media (width < 768px) {
    padding: 2rem 1rem;
  }
}

.cta-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: #ff6600;
  margin: 0 0 1.5rem;
  font-weight: 300;
  line-height: 1.6;
  @media (width < 768px) {
    font-size: 1.2rem;
  }
}

.cta-text {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 2rem;
  @media (width < 768px) {
    font-size: 0.95rem;
  }
}

.cta-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ff6600;
  color: #fff;
  text-decoration: none;
  padding: 1rem;
  border-radius: 10px;
  transition: opacity 0.3s;
  width: 86%;
  max-width: 480px;
  gap: 0.5rem;
}

.cta-btn:hover {
  opacity: 0.8;
}

.cta-btn-label {
  font-size: 1rem;
  color: white;
}

.cta-btn-tel {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  font-family: sans-serif;
  @media (width < 768px) {
    font-size: 1.4rem;
  }
}
.cta-btn-tel p {
  white-space: nowrap;
  display: block;
  line-height: 1;
  margin: 0 auto;
  padding: 0;
  color: white;
}
.cta-btn-icon {
  display: flex;
  align-items: center;
}
