@charset "UTF-8";
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  margin: 0 auto;
  background-size: 20% 100%;
}

.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

h3 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  color: #69472a;
}

p {
  color: #69472a;
  line-height: 2;
}

.tel-link {
  color: inherit;
  text-decoration: none;
  color: #69472a;
}

/* ------------header-------------- */
#header {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 0;
  height: auto;
}

#header h1 {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  line-height: 0;
  margin-left: 3rem;
}

#header h1 img {
  display: block;
  margin-left: 1rem;
}

#header nav ul {
  display: flex;
  align-items: flex-start;
  list-style: none;
  margin-right: 2rem;
}

#header nav ul li {
  margin-top: 1em;
  padding: 0 1em;
}

#header nav ul a {
  display: block;
  line-height: 1;
  padding-top: 20px;
  text-decoration: none;
  color: #69472a;
  transition: color 0.3s;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
}
#header nav ul a:visited {
  color: #69472a;
}
#header nav ul a:hover {
  color: #f1920e;
}
#header nav ul a:active {
  color: #d8810c;
}

#header .tel {
  border-radius: 10px;
  background: #0d6a05;
  color: #fff;
  padding: 0.5rem 1rem;
}

#header .tel img {
  padding-right: 1rem;
}

#header .button {
  position: absolute;
  right: 20px;
  top: 100px;
  width: 200px;
}

#header .button img {
  display: block;
  width: 100%;
}

.menu-icon {
  display: none;
}

@media (max-width: 768px) {
  #header {
    align-items: center;
    padding: 1rem;
  }
  #header h1 {
    margin: 0;
  }
  .menu-icon {
    display: block;
    width: 30px;
    height: 25px;
    position: relative;
    z-index: 200;
    cursor: pointer;
  }
  .menu-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background: #69472a;
    position: absolute;
    transition: 0.3s;
  }
  .menu-icon span:nth-child(1) {
    top: 0;
  }
  .menu-icon span:nth-child(2) {
    top: 11px;
  }
  .menu-icon span:nth-child(3) {
    bottom: 0;
  }
  #nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: #fff;
    transition: 0.5s;
    z-index: 150;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  }
  #nav ul {
    flex-direction: column;
    margin-top: 80px;
  }
  #nav ul li {
    margin: 0;
    border-bottom: 1px solid #eee;
  }
  #nav ul li a {
    padding: 20px;
    text-align: center;
  }
  #header.open #nav {
    right: 0;
  }
  #header.open .menu-icon span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }
  #header.open .menu-icon span:nth-child(2) {
    opacity: 0;
  }
  #header.open .menu-icon span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
}
.mainvisual-flex-container {
  display: flex;
  gap: 1rem;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 65%, rgba(255, 255, 255, 0.8) 90%, #fefefe 95%), url(../images/main/staff.ezo.jpeg);
}

/* --------------main---------------- */
main.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.mainvisual {
  height: 50vh;
  display: flex;
  align-items: center;
  gap: 7rem;
  margin: 0 5rem 4rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
}

.mainvisual-container {
  background: rgba(252, 250, 240, 0.631372549);
  width: auto;
  padding: 1rem 2rem;
  margin-top: 7rem;
  margin-left: 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.free-consultation-circle {
  width: 120px;
  height: 120px;
  background-color: #f9f9f9;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #69472a;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border: 2px solid white;
}

.mainvisual-circle {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  justify-content: center;
}

.icon-img {
  width: 40px;
  height: auto;
  margin-bottom: 5px;
}

.text {
  font-size: 16px;
  line-height: 1.2;
}

.working-time {
  font-weight: 505;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 100%;
  background-color: #b0a194;
  color: #fefefe;
  border-radius: 12px;
  display: inline-block;
  padding: 0 1rem;
  margin-top: 0;
}

.mainvisual .intro {
  border-bottom: 2px solid rgba(105, 71, 42, 0.5725490196);
}
.mainvisual .intro h2 {
  font-size: 3rem;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 5px;
}

.mainvisual .intro span {
  background-color: #66c2ff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4em;
  height: 1.5em;
  border-radius: 4px;
  line-height: 1;
  flex-shrink: 0;
  gap: 0.5rem;
}

.mainvisual .intro p {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0;
}

.main-contact-wrap {
  display: flex;
  gap: 3rem;
  padding-left: 2rem;
  margin-top: 20rem;
  margin-bottom: 3rem;
  border-bottom: 2px solid rgba(105, 71, 42, 0.5725490196);
}

.house-logo {
  width: 130px;
}
.house-logo img {
  width: 100%;
}

.main-contact {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.main-contact p {
  font-size: 3em;
  font-weight: bold;
}

.contact-icon {
  width: 30px;
}

@media (max-width: 768px) {
  .mainvisual-flex-container {
    height: auto;
    flex-direction: column;
  }
  .mainvisual {
    height: auto;
    margin: 0;
    padding: 0;
    justify-content: center;
  }
  .mainvisual-flex-container {
    height: 100vh;
    margin-top: 0;
    display: flex;
  }
  .mainvisual-container {
    width: 100%;
    margin: 0;
    padding: 1.5rem 1rem;
    border-radius: 15px;
  }
  .main-contact-wrap {
    margin-top: 3rem;
    align-items: center;
    text-align: left;
    gap: 1.5rem;
  }
  .house-logo {
    width: 100px;
  }
  .main-contact-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
  .main-contact {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
  }
  .contact-icon {
    width: 16px;
    height: auto;
  }
  .tel-link {
    font-size: 1rem;
    color: #69472a;
    text-decoration: none;
    line-height: 1;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
  }
  .main-tel {
    margin-top: 1rem;
    justify-content: center;
    gap: 0;
  }
  .main-tel p {
    font-size: 1.4rem;
  }
  .tel-icon {
    width: 14px;
    height: auto;
  }
  .tel-link {
    font-size: 0.85rem;
    color: #69472a;
    text-decoration: none;
    white-space: nowrap;
  }
  .working-time {
    font-size: 0.8rem;
    margin: 1rem auto;
    text-align: center;
    display: inline-block;
    width: auto;
  }
  .mainvisual .intro {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mainvisual .intro p {
    font-size: 1rem;
    margin: 1rem 0;
    line-height: 1.5;
  }
  .mainvisual .intro h2 {
    justify-content: center;
    width: 100%;
  }
  .mainvisual .intro h2 span {
    width: 1.3em;
    height: 1.3em;
    font-size: 2rem;
  }
  .free-consultation-circle {
    width: 100px;
    height: 100px;
  }
  .free-consultation-circle .text {
    font-size: 0.8rem;
  }
}
/* -----------achievements---------- */
#achievements {
  padding-top: 8rem;
  flex: 1;
  margin-bottom: 5rem;
}

#achievements .support-container {
  display: flex;
  gap: 3em;
  justify-content: center;
  background: transparent;
  width: 80%;
  margin: 0 auto;
}

#achievements .support-box {
  flex: 1;
  border: 3px solid orange;
  text-align: center;
  border-radius: 10px;
}

#achievements .support-box img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

#achievements .support-box p {
  margin: 5px 0;
  margin: 0;
  font-weight: bold;
}

#achievements .support-box span {
  font-size: 2rem;
  background: linear-gradient(transparent 70%, #ffff00 0%);
  font-family: "Montserrat", sans-serif;
  color: #f1920e;
  margin-right: 5px;
}

@media (max-width: 768px) {
  #achievements {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  #achievements .support-container {
    flex-direction: column;
    width: 90%;
    gap: 1.5rem;
  }
  #achievements .support-box {
    flex: 1;
    border: 3px solid orange;
    text-align: center;
    border-radius: 10px;
    padding: 10px 5px;
  }
  #achievements .support-box img {
    width: 40px;
    height: auto;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  #achievements .support-box p {
    margin: 0 0 0 1rem;
    font-weight: bold;
    line-height: 1.3;
    font-size: 0.9rem;
  }
  #achievements .support-box span {
    font-size: 1.6rem;
    display: inline-block;
    line-height: 1.2;
  }
}
/* ------------trouble------------- */
#trouble {
  background-color: #f9f9f9;
  height: 60vh;
  display: flex;
  justify-content: center;
  gap: 7rem;
  padding: 10rem;
}

#trouble span {
  -webkit-text-emphasis: filled dot #69472a;
  text-emphasis: filled dot #69472a;
  -webkit-text-emphasis-position: over;
          text-emphasis-position: over right;
}

#trouble h3 {
  padding: 1rem;
  margin-top: 0;
  background-color: #fefefe;
}

#trouble .trouble-text {
  list-style: none;
}

#trouble .trouble-text li {
  color: #69472a;
  position: relative;
  padding-left: 45px;
  line-height: 2;
  margin-bottom: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

#trouble .trouble-text li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("../images/main/icon/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.question {
  width: 250px;
}
.question img {
  width: 100%;
}

@media (max-width: 768px) {
  #trouble {
    height: auto;
    display: block;
    align-items: center;
    gap: 2rem;
    padding: 4rem 1.5rem;
    margin-bottom: 8.5rem;
  }
  .question {
    width: 120px;
    margin: 0 auto;
  }
  #trouble h3 {
    font-size: 1.5rem;
    text-align: center;
    padding: 0.5rem;
    margin-bottom: 2rem;
  }
  #trouble .trouble-text {
    padding-left: 0;
    margin-bottom: 3rem;
  }
  #trouble .trouble-text li {
    font-size: 1rem;
    padding-left: 35px;
    line-height: 1.6;
    margin-bottom: 15px;
    align-items: flex-start;
  }
  #trouble .trouble-text li::before {
    width: 22px;
    height: 22px;
    top: 4px;
  }
}
/* ------------solution------------- */
.pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

#solution {
  text-align: center;
  position: relative;
  background: linear-gradient(to bottom, #fefefe);
  z-index: 0;
  margin-top: -200px;
  margin-bottom: 5rem;
  padding-top: 300px;
}
#solution .consultation-img {
  width: 600px;
}
#solution .consultation-img img {
  width: 100%;
  display: block;
}
#solution span {
  font-size: 3.5rem;
}

h3 {
  padding: 0.5rem;
  letter-spacing: 0.08em;
}

.fade-up {
  margin-bottom: 2rem;
}

.solution-text {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin: 8rem 0;
}
.solution-text .text-box {
  width: 40%;
  text-align: left;
}
.solution-text .text-box p {
  width: 100%;
  margin-bottom: 5rem;
}

#solution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 200px;
  background: #f9f9f9;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}

@media (max-width: 768px) {
  #solution h3 {
    font-size: 1.3em;
  }
  #solution h3 span {
    font-size: 1.5rem;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline;
  }
  .triangle {
    width: 20px;
  }
}
/* --------------about----------------- */
#about {
  width: 100%;
  background: #fefefe;
  position: relative;
  padding: 3rem 0;
  z-index: 10;
  display: flex;
  color: #d8810c;
  justify-content: center;
  align-items: center;
  margin-bottom: 10rem;
}
#about::before {
  content: "";
  position: absolute;
  inset: 0 5%;
  background: #fcfaf0;
  background-image: url(../images/main/icon/dotto.svg);
  clip-path: polygon(10% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 10%);
  z-index: -1;
}
#about .about-text {
  position: relative;
  padding: 3rem 0;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 700px;
}
#about .about-text .about-title {
  margin-bottom: 20px;
  color: orange;
  display: block;
  padding: 0;
}
#about .about-text .about-title h3 {
  font-size: 3rem;
  text-align: left;
}
#about .about-text .about-title p {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.3em;
}
#about .about-text .sub-title {
  margin: 0 0 3rem 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #d8810c;
}
#about .about-text p {
  margin: 0 0 3rem 0;
  max-width: 500px;
  line-height: 2rem;
}
#about .about-text .button {
  margin: 0 0 2rem 0;
}
#about {
  /* ===== button ===== */
}
#about .button {
  display: flex;
  justify-content: flex-start;
  margin-top: 3rem;
  font-weight: bold;
}
#about {
  /* 新しいボタンデザイン (.button-29) */
}
#about .button-29 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 250px;
  padding: 0.9em 2em;
  overflow: hidden;
  border: 1px solid #089156;
  border-radius: 5px;
  background-color: #089156;
  color: #f9f9f9;
  font-size: 1em;
  font-family: "Zen Maru Gothic", serif;
  text-decoration: none;
  transition: color 0.3s ease;
  z-index: 1;
}
#about .button-29::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #f9f9f9;
  content: "";
  transition: width 0.3s ease;
}
#about .button-29:hover {
  color: #089156;
}
#about .button-29:hover::before {
  width: 100%;
}
#about .button-29 {
  /* もし右矢印を維持したい場合は以下を追加（不要なら削除） */
}
#about .button-29 span {
  position: relative;
}
#about .button-29 span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-top: solid 1.5px currentColor;
  border-right: solid 1.5px currentColor;
  transform: rotate(45deg);
  vertical-align: middle;
}
#about .ezo-image {
  position: relative;
  width: 50%;
  max-width: 600px;
  z-index: 3;
  flex-shrink: 0;
}
#about .ezo-image img {
  width: 100%;
}

@media (max-width: 768px) {
  #about {
    display: block;
    padding: 3rem 0;
    width: 100%;
    margin-bottom: 5rem;
  }
  #about::before {
    left: 0;
    right: 0;
    inset: 0;
  }
  #about .about-text {
    padding: 1rem 0;
    margin: 0 auto;
  }
  #about .about-text .title {
    margin: 2rem 3rem;
    gap: 1rem;
    justify-content: center;
  }
  #about .about-text .about-title h3 {
    font-size: 1.5rem;
    text-align: center;
    margin: 0 auto;
  }
  #about .about-text .about-title p {
    margin: 0 auto;
    text-align: center;
  }
  #about .about-text .sub-title {
    margin-bottom: 2rem;
    font-size: 0.9em;
    text-align: center;
  }
  #about .about-text p {
    margin: 2rem;
  }
  #about .ezo-image {
    width: 100%;
    margin: 2rem auto 0;
    flex-shrink: 1;
    text-align: center;
  }
  #about .ezo-image img {
    width: 80%;
  }
  #about .about-text .button {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
  #about .about-text .button .button-29 {
    transition: none;
  }
  #about .about-text .button .button-29::before {
    display: none;
  }
  #about .about-text .button .button-29:hover, #about .about-text .button .button-29:active {
    background-color: #089156;
    color: #f9f9f9;
    border-color: #089156;
    transform: none;
  }
  #about .about-text .button .button-29:hover span::after, #about .about-text .button .button-29:active span::after {
    transform: none;
  }
}
/* ----------service------------- */
.service-title-wrap {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}

.bg-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10rem;
  font-weight: bold;
  color: rgba(105, 71, 42, 0.05);
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
}

.service-title {
  position: relative;
  z-index: 2;
  text-align: center;
}
.service-title h3 {
  font-size: 2rem;
  color: #69472a;
  margin: 0;
}
.service-title h3 .sp-only {
  display: none;
}
.service-title p {
  margin-top: 0.5rem;
  color: #666;
}

#service {
  background: #fefefe;
  margin-bottom: 10rem;
}

.service-text {
  width: 40%;
}
.service-text span {
  background: linear-gradient(transparent 70%, #ffff00 0%);
}

h3 {
  margin: 0;
}

h4 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 4rem;
  color: #d8810c;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.8;
}

.point {
  font-family: "Fredoka", sans-serif;
  display: inline-flex;
  justify-content: center;
  background-color: #d8810c;
  align-items: center;
  font-weight: bold;
  color: #fefefe;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 3rem;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  min-width: 150px;
  flex-shrink: 0;
}

.service-top {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.ezo-service {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 6rem;
  align-items: flex-start;
  margin-bottom: 20rem;
}
.ezo-service:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.old-pic::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 40px;
  background-image: url("../images/main/icon/dotto.svg");
  background-repeat: repeat;
  z-index: 1;
}

.home-pic,
.old-pic {
  width: 30%;
  position: relative;
  z-index: 1;
}
.home-pic::after,
.old-pic::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 60px;
  left: 20px;
  background-image: url("../images/main/icon/dotto.svg");
  background-repeat: repeat;
  background-size: 100%;
  z-index: -1;
}
.home-pic img,
.old-pic img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.home-pic img,
.old-pic img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.home-1 .home-2 {
  margin-top: 2rem;
}

.home-pic img {
  border-radius: 40% 60% 40% 60%/60% 45% 55% 40%;
}
.home-pic::after {
  border-radius: 40% 60% 40% 60%/60% 45% 55% 40%;
  top: 30px;
  left: -30px;
}

/* --- old-pic 個別のゆがみとドットのずれ --- */
.old-pic img {
  border-radius: 60% 40% 70% 30%/40% 70% 30% 60%;
}
.old-pic::after {
  border-radius: 60% 40% 70% 30%/40% 70% 30% 60%;
  top: 30px;
  left: 30px;
}

.hook {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.hook p.heading-16 {
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 5rem;
  font-weight: bold;
  font-size: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}
.hook .heading-16::before,
.hook .heading-16::after {
  width: 3px;
  height: 40px;
  background-color: #f1920e;
  content: "";
}
.hook .heading-16::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}
.hook .heading-16::after {
  transform: rotate(35deg);
  margin-left: 30px;
}

@media (max-width: 768px) {
  .service-title-wrap {
    margin-top: 0;
  }
  .bg-text {
    font-size: 5rem;
    white-space: nowrap;
  }
  h4 {
    white-space: normal;
  }
  .ezo-service {
    display: block;
    margin-bottom: 8rem;
  }
  .service-desc {
    width: 90%;
    margin: 0 auto;
  }
  .point {
    width: 80px;
    height: 80px;
    min-width: 80px;
    font-size: 0.8em;
  }
  .service-title h3 {
    font-size: 1.3em;
  }
  .service-title h3 .sp-only {
    display: inline;
  }
  .service-text {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .service-text p {
    text-align: left;
  }
  .service-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  h4 {
    font-size: 1.2rem;
    text-align: center;
  }
  .home-pic,
  .old-pic {
    display: none;
  }
  #service .hook .heading-16 {
    width: 65%;
    font-size: 1rem;
    padding: 0 10px;
    line-height: 1.6;
  }
}
.service-card {
  width: 80%;
  position: relative;
  background-color: #fcfaf0;
  background-image: url(../images/main/icon/dotto.svg);
  padding: 1rem 2rem;
  margin: 0 auto 15%;
  display: flex;
  box-sizing: border-box;
  border-radius: 20px;
}
.service-card:last-child {
  margin-bottom: 0;
}
.service-card .service-content-text h4 {
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.service-img {
  width: 500px;
  height: auto;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.service-img img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.service-content {
  margin-top: 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
  padding: 2rem;
}

.service-num {
  position: absolute;
  top: -18rem;
  left: 0em;
  font-size: clamp(5.938rem, 3.908rem + 9.2vw, 10.75rem);
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  color: rgba(216, 128, 12, 0.4352941176);
  line-height: 1;
  letter-spacing: 0.02em;
}

.tag {
  padding: 0;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.tag li {
  list-style: none;
  display: inline-block;
  width: auto;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  background: linear-gradient(transparent 70%, #ffff00 0%);
}

.service-content-text p {
  width: 35rem;
}

@media (max-width: 768px) {
  .service-card {
    width: 100%;
    margin-bottom: 10rem;
  }
  .service-content {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .service-img {
    width: 100%;
  }
  .service-num {
    position: absolute;
    top: -10rem;
    left: 1rem;
  }
  .service-content-text {
    margin: 5rem 0 3rem 0;
    text-align: center;
  }
  .service-content-text h4 {
    text-align: center;
    margin: 0 auto 3rem;
  }
  .service-content-text .tag {
    margin: 0 auto 3rem;
    align-items: center;
  }
  .service-content-text .tag li {
    font-size: 1.2rem;
  }
  .service-content-text p {
    width: -moz-fit-content;
    width: fit-content;
  }
}
/* ===== flow ===== */
.title {
  text-align: center;
  position: relative;
  margin: 8rem;
}

.flow {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.flow-inner {
  max-width: 800px;
  margin: 0 auto;
}

/* 背景ブロブ */
.bg-blob {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background-image: url(../images/main/about/blob.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.09;
  z-index: 0;
}

.blob-1 {
  top: -15%;
  left: -15%;
}

.blob-2 {
  width: 550px;
  height: 550px;
  top: 25%;
  right: -18%;
}

.blob-3 {
  width: 420px;
  height: 420px;
  top: 68%;
  left: -12%;
}

/* ===== flow card ===== */
.flow-card {
  max-width: 600px;
  min-width: auto;
  margin: 0 auto 6rem;
  position: relative;
  padding-left: 140px;
  z-index: 2;
}

.flow-card::before {
  content: "";
  position: absolute;
  top: 50px;
  bottom: -6rem;
  left: 70px;
  width: 1px;
  background-color: #69472a;
  /* 実線 */
  z-index: 1;
}

.flow-card:last-of-type::before {
  display: none;
}

/* ===== step circle ===== */
.flow-list-title {
  width: 100px;
  height: 100px;
  background-color: #69472a;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  z-index: 3;
}

.step {
  font-size: 0.65rem;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.9;
  color: #f9f9f9;
}

.step-number {
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
  color: #f9f9f9;
}

/* ===== text ===== */
.list-text {
  width: 100%;
  padding: 0;
  margin-left: 5rem;
}

.list-text h4 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
}

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

.flow-title {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.flow-icon {
  width: 30px;
  height: auto;
  flex-shrink: 0;
}

/* ===== reject ===== */
.reject {
  max-width: 700px;
  margin: 5rem auto;
  padding: 3rem;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  position: relative;
}
.reject p {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 1rem;
  color: #69472a;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reject p::before, .reject p::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #d8810c;
  margin: 0 15px;
}
.reject ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: table;
  text-align: left;
}
.reject ul li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  color: #777;
  line-height: 1.6;
}
.reject ul li::before {
  content: "※";
  position: absolute;
  left: 0;
  color: #d8810c;
  font-weight: bold;
}

@media (max-width: 768px) {
  .list-text {
    margin: 0;
    width: 90%;
  }
  .reject {
    margin: 0 1rem;
  }
  .reject p::before, .reject p::after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #d8810c;
    margin: 0 15px;
  }
  #flow .bg-blob {
    width: 200px;
    height: 200px;
  }
  #flow .blob-1 {
    top: 0%;
    right: 5%;
  }
  #flow .blob-2 {
    top: 30%;
    right: 5%;
  }
  #flow .blob-3 {
    top: 45%;
    left: -20%;
  }
}
#voice {
  padding: 5rem 2rem;
  margin: 5rem;
  position: relative;
}
#voice .voice-title {
  font-weight: bold;
}
#voice .splide__track {
  overflow: visible !important;
}
#voice .voice-item {
  position: relative;
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fcfaf0;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 5rem 1.5rem;
}
#voice .voice-item::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background-color: #d8810c;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
  background-image: radial-gradient(#fef6ae 40%, transparent 45%);
}
#voice .voice-wrap {
  display: flex;
  gap: 3rem;
}
#voice .voice-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 1rem;
}
#voice .voice-img {
  width: 100px;
  flex-shrink: 0;
  margin: 0;
}
#voice .voice-img img {
  width: 100%;
  height: auto;
  display: block;
}
#voice .voice-info {
  flex: 1;
}
#voice .voice-info .voice-name {
  color: #0d6a05;
  font-size: 0.9rem;
  margin: 0;
}
#voice .voice-text p {
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 768px) {
  #voice {
    position: relative;
    margin: 2rem 0;
    padding: 3rem 0;
    overflow: hidden;
    width: 100%;
  }
  .voice-header {
    flex-direction: column;
  }
  .voice-info {
    text-align: center;
  }
  .voice-nav-arrows {
    position: absolute;
    top: 50%; /* カードの中央に配置 */
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 100; /* 二重丸より上に */
    pointer-events: none;
    transform: translateY(-50%);
  }
  /* 矢印のデザイン本体 */
  .arrow {
    display: block;
    width: 20px;
    height: 20px;
    border-top: 4px solid #d8810c;
    border-right: 4px solid #d8810c;
    pointer-events: auto;
    cursor: pointer;
    transition: opacity 0.3s; /* 消えるときふわっとさせる */
  }
  .arrow-left {
    transform: rotate(-135deg); /* 左向き < */
    margin-left: 20px;
    opacity: 0; /* 最初は非表示 */
    pointer-events: none;
  }
  .arrow-right {
    transform: rotate(45deg); /* 右向き > */
    margin-right: 20px;
  }
  #voice .voice-wrap {
    padding: 30px 0; /* 二重丸のために上paddingを多めに */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #voice .voice-wrap::-webkit-scrollbar {
    display: none;
  }
  #voice .voice-item {
    max-width: none;
    margin: 0;
    box-sizing: border-box;
    overflow: visible; /* 二重丸用 */
    position: relative;
  }
  .voice-nav-arrows {
    display: none;
  }
}
.under-bg-img {
  width: 100%;
  height: 600px;
  background-image: url(../images/main/contact/contact-img.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .under-bg-img {
    background-attachment: scroll;
    height: 250px;
  }
}

.circle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fefefe;
  color: #69472a;
  font-weight: bold;
  font-family: sans-serif;
  margin-right: 0.5rem;
}

#faq {
  position: relative;
}
#faq .faq-container {
  margin-top: 5rem;
}
#faq .faq-list {
  max-width: 800px;
  margin: 0 auto 8rem;
}
#faq .faq-item {
  margin-bottom: 3rem;
  border: solid 1px #e9e5e5;
  border-radius: 16px;
}
#faq .faq-question {
  padding: 1rem 3rem;
  background: #69472a;
  border-radius: 16px 16px 0 0;
  color: #fefefe;
  text-align: left;
}
#faq .faq-answer {
  padding: 1rem 3rem;
  margin: 0 auto;
  color: #69472a;
  text-align: left;
}
#faq {
  color: #0d6a05;
}

#faq .bg-blob {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background-image: url(../images/main/about/blob.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.09;
  z-index: 0;
}

.blob-1 {
  top: 20%;
  left: -15%;
}

.blob-2 {
  width: 550px;
  height: 550px;
  top: 40%;
  right: -18%;
}

.blob-3 {
  width: 420px;
  height: 420px;
  bottom: -60%;
  left: -12%;
}

.faq-woman {
  display: flex;
  gap: 20px;
  margin-bottom: 6rem;
  justify-content: center;
}
.faq-woman .woman {
  order: 1;
  flex-shrink: 0;
}
.faq-woman .faq-woman-text {
  height: 6rem;
}
.faq-woman .woman img {
  display: block;
  width: 234px;
  height: auto;
}

.faq-woman div:first-child {
  order: 2;
  position: relative;
  background: #e9e5e5;
  color: #fff;
  padding: 30px 35px;
  border-radius: 15px;
  line-height: 1.6;
}

.faq-woman div:first-child::after {
  content: "";
  position: absolute;
  top: 70%;
  left: -12px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #e9e5e5 transparent transparent;
}

.faq-woman-text p {
  color: #69472a;
}

@media (max-width: 768px) {
  #faq {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
  }
  .title {
    margin: 0 1rem;
  }
  .faq-list {
    max-width: none;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  .faq-item {
    width: 100%;
    box-sizing: border-box;
  }
  .faq-question {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 1rem;
  }
  .faq-answer {
    width: 100%;
    margin: 0;
    padding: 1.2rem 1rem;
    box-sizing: border-box;
  }
  .circle-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    flex-shrink: 0;
  }
  #faq .bg-blob {
    width: 200px;
    height: 200px;
  }
}
#contact {
  border-radius: 150px 150px 0 0;
  margin-top: 5rem;
  padding: 70px 0;
  overflow: hidden;
  z-index: 10;
  position: relative;
}
#contact .contact-free {
  background: #fcfaf0;
  padding: 6rem 0 1rem;
  position: relative;
  margin: 80px 0;
  z-index: 1;
}
#contact .contact-free::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 100px;
  background: #fcfaf0;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  z-index: -1;
}
#contact .contact-free::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 100px;
  background: #fcfaf0;
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  z-index: -1;
}
#contact .contact-lead {
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1rem;
  color: #69472a;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  margin-bottom: 3rem;
}
#contact .contact-button-area {
  margin: 2rem 0 3rem;
  text-align: center;
  width: 50%;
  margin: 0 auto 10rem;
}
#contact a.btn_04 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  position: relative;
  background: #d8810c;
  border: 2px solid #d8810c;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius: 50px;
}
#contact a.btn_04 .small-text {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}
#contact a.btn_04 .main-text {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.1em;
}
#contact a.btn_04:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -4px;
  transition-duration: 0.3s;
}
#contact a.btn_04:hover {
  background: #fff;
  color: #d8810c;
}
#contact a.btn_04:hover:before {
  border-top: 2px solid #d8810c;
  border-right: 2px solid #d8810c;
}
#contact .company-title p {
  margin: 0;
}
#contact .company-title .map {
  margin-top: 2rem;
}
#contact .company-wrap {
  display: flex;
  justify-content: center;
  gap: 10rem;
  margin-top: 15rem;
}
#contact .business-hours {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 0.8em;
  font-weight: bold;
  color: #69472a;
}
#contact .contact-methods {
  width: 100%;
}
#contact .contact-methods-inner {
  text-align: center;
  width: 100%;
}
#contact .method-icon {
  width: 50px;
}
#contact .method-icon img {
  width: 100%;
}
#contact .method-item {
  display: flex;
  gap: 2rem;
  color: #d8810c;
  margin: 1rem;
}
#contact .method-text {
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.2;
  display: block;
  font-size: 2em;
}

.access-heading {
  margin-bottom: 3rem;
  background-color: #69472a;
  color: #f9f9f9;
  padding: 0.8rem 1rem;
  text-align: center;
}

.method-list {
  margin-bottom: 5rem;
}

.line-icon {
  width: 200px;
  flex-shrink: 0;
  margin: 0 auto 1rem;
}
.line-icon img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.line-info p {
  margin: 0;
  line-height: 1.8;
}

@media (max-width: 768px) {
  #contact {
    padding: 50px 0;
  }
  #contact .contact-free {
    padding: 5rem 0 0.5rem;
    margin: 40px 0;
  }
  #contact .contact-free::before, #contact .contact-free::after {
    height: 60px;
  }
  #contact .contact-free::before {
    top: -30px;
  }
  #contact .contact-free::after {
    bottom: -30px;
  }
  #contact .contact-lead {
    font-size: 0.95rem;
    padding: 0 1rem;
  }
  #contact .contact-button-area {
    width: 90%;
  }
  #contact a.btn_04 {
    height: 75px;
  }
  #contact a.btn_04 .main-text {
    font-size: 1.3rem;
    padding-left: 1.5rem;
  }
  #contact a.btn_04 .small-text {
    font-size: 0.7rem;
    padding-left: 1.5rem;
  }
  #contact a.btn_04::before {
    left: 20px;
    width: 8px;
    height: 8px;
  }
  #contact .company-wrap {
    display: block;
    margin-top: 6rem;
    padding: 0 20px;
    text-align: center;
  }
  #contact .method-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #contact .method-item {
    width: 280px;
    justify-content: flex-start;
  }
  #contact .method-item .method-text {
    font-size: 1.4rem;
  }
  #contact .method-item .method-icon {
    width: 30px;
  }
}
.sticky-consultation {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 1000;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.sticky-consultation.is-stop {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

@media (max-width: 768px) {
  .sticky-consultation {
    display: none;
  }
}
#sns-link {
  margin-bottom: 5rem;
  width: 100%;
  position: relative;
}
#sns-link .sns-container {
  width: 80%;
  margin: 0 auto;
  background-color: #fcfaf0;
  background-image: url(../images/main/icon/dotto.svg);
  border-radius: 20px;
  padding: 5rem 2rem;
  text-align: center;
  border: 2px solid #f1920e;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(105, 71, 42, 0.05);
}
#sns-link .sns-text {
  position: relative;
  z-index: 1;
}
#sns-link .sns-text .sns-sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #f1920e;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: "Fredoka", sans-serif;
  letter-spacing: 0.1em;
}
#sns-link .sns-text .sns-sub-title::before, #sns-link .sns-text .sns-sub-title::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #f1920e;
}
#sns-link .sns-text h3 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  color: #69472a;
}
#sns-link .sns-text p {
  font-size: 0.95rem;
  margin-bottom: 3rem;
  color: #69472a;
  line-height: 1.8;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#sns-link .sns-action {
  display: flex;
  justify-content: center;
}
#sns-link .sns-action .x-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 300px;
  padding: 1.2rem 2rem;
  overflow: hidden;
  border: 1px solid #089156;
  border-radius: 5px;
  background-color: #089156;
  color: #fcfaf0;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  text-decoration: none;
  transition: color 0.3s ease;
  z-index: 1;
}
#sns-link .sns-action .x-button img {
  width: 30px;
  height: auto;
  margin-right: 12px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
#sns-link .sns-action .x-button::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fcfaf0;
  content: "";
  transition: width 0.3s ease;
}
#sns-link .sns-action .x-button:hover {
  color: #089156;
}
#sns-link .sns-action .x-button:hover::before {
  width: 100%;
}
#sns-link .sns-action .x-button:hover img {
  filter: invert(36%) sepia(84%) saturate(1435%) hue-rotate(125deg) brightness(93%) contrast(105%);
}
#sns-link .sns-action .x-button span {
  position: relative;
  display: flex;
  align-items: center;
}
#sns-link .sns-action .x-button span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-top: solid 1.5px currentColor;
  border-right: solid 1.5px currentColor;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  #sns-link {
    width: 100%;
  }
  #sns-link .x-button {
    width: 100%;
  }
  #sns-link .sns-text h3 {
    font-size: 1.5rem;
  }
  #sns-link .sns-action .x-button {
    transition: none;
    transform: none;
  }
  #sns-link .sns-action .x-button::before {
    content: none;
  }
  #sns-link .sns-action .x-button:hover {
    background-color: #089156;
    color: #fcfaf0;
  }
  #sns-link .sns-action .x-button:hover img {
    filter: brightness(0) invert(1);
  }
  #sns-link .sns-action .x-button:hover span::after {
    transform: none;
  }
  /* 利用の流れのボタン修正 */
  .flow-container .button-29 {
    transition: none;
  }
  .flow-container .button-29::before {
    content: none;
  }
  .flow-container .button-29:hover {
    background-color: #089156;
    color: #f9f9f9;
    border-color: #089156;
  }
  .flow-container .button-29:hover span::after {
    transform: none;
  }
}
footer {
  padding-top: 2rem;
  background: #fcfaf0;
  background-image: url(../images/main/icon/dotto.svg);
}

.footer-wrap {
  display: flex;
  justify-content: space-around;
  margin: 5rem 0;
}

.company-name {
  font-size: 2rem;
  color: #69472a;
  font-family: "Zen Maru Gothic", serif;
  padding: 0.5rem 0;
}

.company-intro {
  font-weight: bold;
  margin-bottom: 0;
}

.business-item {
  margin-bottom: 10rem;
}

.business-detail {
  display: grid;
  grid-template-columns: 13em 1fr;
  gap: 10px 0;
}

.business-detail dt {
  font-weight: bold;
  color: #69472a;
  white-space: nowrap;
}

.business-detail dd {
  margin: 0;
  color: #69472a;
}

.business-detail a {
  text-decoration: none;
  text-decoration: none;
  color: #69472a;
  transition: color 0.3s;
}
.business-detail a:visited {
  color: #69472a;
}
.business-detail a:hover {
  color: #f1920e;
}
.business-detail a:active {
  color: #d8810c;
}

.map {
  margin-top: 2rem;
}

.footer-nav ul {
  background-color: #d8810c;
  display: flex;
  justify-content: center;
  gap: 5rem;
  padding: 3rem;
}
.footer-nav ul li {
  list-style: none;
}
.footer-nav a {
  display: block;
  line-height: 1;
  text-decoration: none;
  color: #69472a;
  transition: color 0.3s;
}
.footer-nav a:visited {
  color: #69472a;
}
.footer-nav a:hover {
  color: #f1920e;
}
.footer-nav a:active {
  color: #d8810c;
}

.copyright {
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
}

.sp-only {
  display: none; /* PCでは改行しない */
}

@media (max-width: 768px) {
  .footer-wrap {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .business-item {
    margin: 0 auto 5rem;
  }
  /* ここが重要：gridを解除して縦並びにする */
  .business-detail {
    display: block;
  }
  .business-detail dt {
    width: 100%;
    text-align: left; /* 左寄せに変更 */
    font-size: 0.85em;
    margin-bottom: 3px; /* 項目名と内容の間の微調整 */
    white-space: normal; /* 折り返しを許可する */
  }
  .business-detail dd {
    width: 100%;
    font-size: 0.9em; /* 少し大きくして読みやすく */
    margin-bottom: 15px; /* 次の項目との間隔 */
    word-break: break-all; /* URLの強制改行 */
    margin-left: 0; /* 左の余白をリセット */
  }
  .company-name {
    font-size: 1.5em;
  }
  .sp-only {
    display: inline;
  }
  .footer-nav ul {
    display: flex;
    flex-wrap: wrap; /* 2列で折り返し */
    justify-content: space-between; /* 左右に綺麗に配置 */
    gap: 20px 10px; /* 上下の隙間を広め、左右を狭めに */
    padding: 2rem 1.5rem;
  }
  .footer-nav li {
    list-style: none;
    width: 48%; /* ほぼ半分（少し余裕を持たせる） */
    display: flex; /* 中のaタグの高さを揃えるため */
  }
  .footer-nav a {
    display: block;
    align-items: center;
    width: 100%;
    min-height: 3.5em;
    line-height: 1.4;
    text-align: center;
    font-size: 0.85rem;
    text-decoration: none;
  }
}/*# sourceMappingURL=index.css.map */