@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure,
strong {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

[type=text],
[type=email],
[type=tel] {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
}

button,
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

[type=radio],
[type=checkbox] {
  display: none;
}

select,
[type=date] {
  box-shadow: none;
  appearance: none;
  border-radius: 0;
  padding: 0;
  border: 0;
}

.grecaptcha-badge {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  html {
    font-size: calc(1000 / 1080 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(1000 / 375 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  html::-webkit-scrollbar {
    display: none;
  }
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F8F8F8;
  font-size: 1.6rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
body.no-scroll {
  overflow: hidden !important;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #333333;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* Header Styles */
.site-header {
  background: #F8F8F8;
  padding-top: 1.7rem;
}

/* Header Top */
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  height: 4rem;
  width: auto;
}

.logo-text {
  font-size: 3.2rem;
  font-weight: 700;
  color: #6FB83F;
}

.contact-area {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.cta-buttons {
  display: flex;
  gap: 1.5rem;
}

.cta-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 3.3rem;
  border-radius: 0.5rem;
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.45;
  cursor: pointer;
  transition: opacity 0.3s;
  text-align: center;
}
@media (hover: hover) {
  .cta-button:hover {
    opacity: 0.8;
  }
}

.cta-button.line {
  background-color: #8AE44E;
}

.cta-button.mail {
  background-color: #D6951D;
}

.line-icon,
.mail-icon {
  width: 3.2rem;
  height: 3.2rem;
}

.hours-badge {
  position: absolute;
  top: -1rem;
  right: -1rem;
  background: #E2C702;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  rotate: 12deg;
}

.phone {
  width: 18.5rem;
}
.phone p {
  line-height: 1.5;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}

.phone-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.phone a {
  font-size: 2.4rem;
  font-weight: 500;
  column-gap: 0.4rem;
  display: flex;
  align-items: center;
}

/* Header Bottom */
.header-bottom {
  background: #F8F8F8;
  padding-block: 1.6rem;
  position: sticky;
  top: 0;
  z-index: 5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-bottom .header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.main-nav {
  flex: 1;
}

.nav-items {
  display: flex;
  justify-content: center;
  gap: 4.7rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-items li:nth-child(n+2) {
  position: relative;
}
.nav-items li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.3rem;
  width: 0.1rem;
  height: 100%;
  background-color: #333;
  transform: translateY(-50%);
}

.nav-items a {
  color: #333;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  line-height: 1.4444444444;
}

.nav-items a::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #333;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.nav-items a:hover::after {
  transform: scaleX(1);
}

/* Hamburger Menu */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 3rem;
  height: 2.4rem;
  position: absolute;
  right: 5%;
  z-index: 1001;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #333;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger span:nth-child(3) {
  bottom: 0;
}

.hamburger.is-active span:nth-child(1) {
  transform: translateY(1.1rem) rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  transform: translateY(-1.1rem) rotate(-45deg);
}

/* First View Section */
.fv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1920px) {
  .fv {
    height: 700px;
  }
}

.fv__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 1920px) {
  .fv__background img {
    object-position: center bottom;
  }
}

.fv__wrap {
  padding: 4rem 2rem 2rem;
  max-width: 1440px;
  margin-inline: auto;
  width: 100%;
  position: relative;
}

.fv__woman {
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(27vw, 32.1rem);
  aspect-ratio: 321/390;
  z-index: 2;
}
@media screen and (min-width: 1920px) {
  .fv__woman {
    width: 40rem;
    bottom: -6rem;
  }
}

.fv__content {
  margin-inline: auto;
  max-width: 100rem;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 3.2rem 2rem;
  z-index: 1;
}
.fv__content::before {
  content: "";
  position: absolute;
  background-color: rgba(248, 248, 248, 0.5);
  filter: blur(2px);
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.fv__contact-message {
  margin-top: 4rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

/* Badges */
.fv__badges {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.fv__badge {
  padding: 10px 30px;
  font-weight: 700;
  font-size: 18px;
}

/* Title */
.fv__title {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #6FB83F;
  paint-order: stroke;
  -webkit-text-stroke: #FFFFFF 6px;
}
@media (max-width: 767px) {
  .fv__title {
    -webkit-text-stroke: #FFFFFF 4px;
  }
}

.fv__subtitle {
  margin-top: 3.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}

.fv__subtitle-emphasis {
  color: #6FB83F;
  font-size: 3.2rem;
  font-weight: 700;
}

/* Contact Area */
.fv__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px;
  border-radius: 20px;
  backdrop-filter: blur(5px);
}

.fv__phone {
  margin-top: 0.8rem;
  text-align: center;
}

.fv__phone-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  text-decoration: none;
  color: var(--text-color);
  font-size: 3.6rem;
  font-weight: normal;
}

.fv__phone-icon {
  margin-top: 0.6rem;
  width: 3rem;
  height: auto;
}

/* Buttons */
.fv__buttons {
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}

.fv__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.3rem 2rem;
  border-radius: 100vmax;
  font-weight: 500;
  font-size: 2.4rem;
  transition: opacity 0.3s;
  background-color: #fff;
  width: 22rem;
}
@media (hover: hover) {
  .fv__button:hover {
    opacity: 0.8;
  }
}

.fv__button--line {
  border: 1px solid #06C755;
}

.fv__button--mail {
  background-color: #D6951D;
  color: #fff;
}

.fv__button-icon {
  width: 3.2rem;
  height: auto;
}

/* About Section */
.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.about-text {
  padding-right: 50px;
}

.about-text .section-title {
  text-align: left;
  margin-bottom: 30px;
}

.company-info {
  margin-top: 30px;
  width: 100%;
}

.company-info th {
  padding: 15px 0;
  text-align: left;
  width: 100px;
  color: #666;
}

.company-info td {
  padding: 15px 0;
}

.about-image img {
  width: 100%;
  border-radius: 10px;
}

/* Flow Section */
.flow {
  padding: 8rem 2rem;
  background: #9DD278;
}

.flow__container {
  max-width: 700px;
  margin: 0 auto;
}

.flow__steps {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
}

.flow__steps::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  width: 1px;
  height: calc(100% - 50px);
  background: #F8F8F8;
}

.flow__step {
  display: flex;
  gap: 0.8rem;
  position: relative;
}

.flow__step-badge {
  width: 5rem;
  height: 5rem;
  background: #90F150;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.flow__step-label {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.17;
}

.flow__step-number {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.17;
}

.flow__step-content {
  flex: 1;
  padding-top: 0.6rem;
}

.flow__step-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1rem;
  line-height: 1.45;
}

.flow__step-text {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .flow {
    padding: 4rem 2rem;
  }
  .flow__steps {
    gap: 2rem;
  }
  .flow__steps::before {
    left: 1.9rem;
    height: calc(100% - 10rem);
  }
  .flow__step {
    gap: 1.4rem;
  }
  .flow__step-badge {
    width: 4rem;
    height: 4rem;
  }
  .flow__step-label {
    font-size: 1.2rem;
  }
  .flow__step-number {
    font-size: 1.6rem;
  }
  .flow__step-title {
    font-size: 2rem;
  }
  .flow__step-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  main {
    padding-top: 5rem;
  }
  .site-header {
    padding-block: 0.6rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
  }
  .header-container {
    gap: 2rem;
    justify-content: flex-start;
    height: 100%;
  }
  .logo-img {
    height: 2.4rem;
  }
  .logo-text {
    font-size: 1.4rem;
  }
  .contact-area {
    align-items: center;
    gap: 1.5rem;
  }
  .phone {
    width: auto;
  }
  .phone-icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.2rem;
  }
  .phone-icon path {
    fill: #F8F8F8;
  }
  .phone a {
    font-size: 1.6rem;
    color: #F8F8F8;
    background-color: #D6951D;
    border-radius: 0.5rem;
    padding: 0.8rem 1.2rem;
  }
  .phone p {
    display: none;
  }
  .cta-buttons {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .header-bottom {
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 0;
    height: 100vh;
    height: 100dvh;
    padding: 10rem 2rem;
  }
  .header-bottom.is-active {
    opacity: 1;
    visibility: visible;
  }
  .header-bottom .header-container {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main-nav {
    background: #F8F8F8;
  }
  .nav-items {
    flex-direction: column;
    gap: 20px;
  }
  .nav-items li:nth-child(n+2)::before {
    display: none;
  }
  .nav-items a {
    font-size: 1.8rem;
    display: block;
    padding-bottom: 0.8rem;
    border-bottom: #333 solid 1px;
  }
  .nav-items a::after {
    display: none;
  }
  body.menu-open {
    overflow: hidden;
  }
  .fv__wrap {
    padding: 4rem 0.8rem 1.4rem;
  }
  .fv__badges {
    flex-wrap: wrap;
  }
  .fv__title {
    font-size: 3.2rem;
  }
  .fv__subtitle {
    font-size: 2rem;
  }
  .fv__subtitle-emphasis {
    font-size: 2.6rem;
  }
  .fv__phone-number {
    gap: 0.4rem;
    font-size: 2.4rem;
  }
  .fv__phone-icon {
    width: 2.2rem;
    margin-top: 0.4rem;
  }
  .fv__button {
    width: 100%;
    max-width: 14rem;
    font-size: 1.8rem;
    padding: 0.5rem 2rem;
  }
  .fv__content {
    padding: 1.2rem 1rem;
  }
  .fv__contact-message {
    font-size: 1.8rem;
  }
  .fv__contact {
    padding: 25px;
    margin: 0 15px;
  }
}
/* Utility Classes */
.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .sp-only {
    display: inline;
  }
}
/* Badges Section */
.badges {
  padding: 60px 20px;
  background-color: #F8F8F8;
}

.badges__container {
  position: relative;
  z-index: 3;
  max-width: 104rem;
  padding-inline: 2rem;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: flex-end;
}

.badge {
  position: relative;
}

.badge__icon {
  width: 18rem;
  aspect-ratio: 180/207;
  height: auto;
}

.badge__text {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  font-weight: 700;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 1.33;
  color: #fff;
  width: 100%;
}

@media (max-width: 767px) {
  .badges {
    padding: 40px 20px;
  }
  .badges__container {
    margin-top: 5rem;
    align-items: center;
    padding-inline: 1rem;
    justify-content: flex-start;
  }
  .badge__icon {
    width: 9rem;
  }
  .badge__text {
    font-size: 1.2rem;
  }
  .fv__woman {
    right: -1.1rem;
    bottom: -1.1rem;
    width: 15.6rem;
  }
}
/* Reviews Section */
.reviews {
  padding: 8rem 2rem;
}

.section-title {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}

.section-title h2 {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #6FB83F;
  padding-bottom: 0.8rem;
  position: relative;
}
.section-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.4rem;
  background: linear-gradient(to right, #6FB83F, #D6951D);
}
.section-title h2.accent {
  color: #fff;
}
.section-title h2.accent::after {
  background: linear-gradient(to right, #65FF00, #D6951D);
}
@media screen and (max-width: 767px) {
  .section-title h2.sp-small {
    font-size: 2rem;
  }
}

.reviews__container {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.review-card {
  background: #9DD278;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.review-card__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.review-card__image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 75%;
  /* 4:3 アスペクト比 */
  overflow: hidden;
}

.review-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-card__label {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.5);
  padding: 0.9rem 1.3rem;
}

.review-card__label--after {
  background: rgba(111, 184, 63, 0.5);
}

.review-card__label span {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.6rem;
  display: inline-block;
}

.review-card__content {
  color: #fff;
}

.review-card__type {
  margin-bottom: 1.2rem;
}

.review-card__type .review-card__type-title {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.4rem;
}

.review-card__text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.review-card__customer {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

.review-card__comment {
  font-size: 1.4rem;
  line-height: 1.5;
}

.reviews__more {
  text-align: center;
}

.reviews__more a {
  background: #D6951D;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 500;
  padding: 1rem 3.2rem;
  border-radius: 100vmax;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .reviews__more a:hover {
    opacity: 0.8;
  }
}

@media (max-width: 767px) {
  .reviews {
    padding: 4rem 2rem;
  }
  .section-title {
    margin-bottom: 3.2rem;
  }
  .section-title h2 {
    font-size: 2.4rem;
  }
  .reviews__container {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2.4rem;
  }
  .review-card {
    padding: 1.6rem;
  }
  .review-card__label {
    padding: 0.6rem 1rem;
  }
  .review-card__label span {
    font-size: 1.4rem;
  }
  .review-card__type .review-card__type-title {
    font-size: 1.8rem;
  }
  .review-card__customer {
    font-size: 1.4rem;
  }
  .review-card__comment {
    font-size: 1.2rem;
  }
  .reviews__more a {
    font-size: 1.8rem;
    padding: 0.8rem 2.4rem;
  }
}
/* Worries Section */
.worries {
  background: #9DD278;
  padding: 6rem 2rem;
  position: relative;
  overflow: hidden;
}

.worries__container {
  max-width: 1080px;
  margin-inline: auto;
  text-align: center;
  position: relative;
}

.worries__title {
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3.2rem;
  letter-spacing: 0.05em;
}
.worries__title span {
  font-size: 4rem;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.worries__content {
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 4rem 2rem;
  max-width: 600px;
  margin: 0 auto 3.2rem;
  position: relative;
}

.worries__decorations {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 9.6rem;
  height: 10.1rem;
  margin-bottom: 3.2rem;
  background: url("../img/sankaku.png") center/contain no-repeat;
}

.worries__subtitle {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.worries__subtitle span {
  color: #D6951D;
}

.worries__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  text-align: left;
}

.worries__item {
  color: #333333;
  font-size: 2rem;
  line-height: 1.4;
}

.worries__description {
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1.33;
}

.worries__content::before {
  content: "";
  position: absolute;
  left: -20rem;
  bottom: -15.5rem;
  width: 32.7rem;
  height: 21.8rem;
  background: url("../img/worry-person.png") center/contain no-repeat;
}

@media (max-width: 767px) {
  .worries {
    padding: 4rem 2rem;
  }
  .worries__title {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
  .worries__title span {
    font-size: 2.4rem;
  }
  .worries__content {
    padding: 2.4rem 1.2rem;
    margin-bottom: 1.6rem;
  }
  .worries__list {
    gap: 0.8rem;
  }
  .worries__item {
    font-size: 1.4rem;
  }
  .worries__decorations {
    width: 4.8rem;
    height: 5.1rem;
    margin-bottom: 2.4rem;
  }
  .worries__subtitle {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 1.2rem;
  }
  .worries__description {
    font-size: 1.4rem;
  }
  .worries__content::before {
    left: -5rem;
    bottom: -8.5rem;
    width: 17.7rem;
    height: 11.8rem;
  }
}
/* Policy Section */
.policy {
  padding: 8rem 2rem;
  position: relative;
}

.policy__container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.policy__badge {
  display: inline-block;
  color: #E2C702;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}

.policy__title {
  color: #6FB83F;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6rem;
}

.policy__cards {
  position: relative;
  max-width: 792px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr auto auto;
  justify-items: center;
}

.policy-card {
  width: 30rem;
  height: 30rem;
  background: #D3FFB8;
  border-radius: 50%;
  padding: 2.4rem;
  position: relative;
}

.policy-card:nth-child(1) {
  grid-column: span 2/span 2;
  z-index: 2;
}

.policy-card:nth-child(2) {
  margin-top: -5.4rem;
  grid-row-start: 2;
  z-index: 1;
}

.policy-card:nth-child(3) {
  margin-top: -5.4rem;
  grid-row-start: 2;
  z-index: 1;
}

.policy-image {
  grid-column: span 2/span 2;
}

.policy-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 239px;
  margin-inline: auto;
  padding-top: 1.6rem;
}

.policy-card__icon {
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.policy-card__title {
  color: #42A500;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.policy-card__text {
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

.policy__truck-logo {
  width: 30.9rem;
  height: auto;
  aspect-ratio: 309/211;
}

@media (max-width: 767px) {
  .policy {
    padding: 4rem 2rem;
  }
  .policy__badge {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .policy__title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .policy__cards {
    gap: 0;
    display: block;
  }
  .policy-card {
    padding-top: 1rem;
    width: 100%;
    height: auto;
    padding: 0;
    z-index: 1;
    background: transparent;
  }
  .policy-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: rgba(211, 255, 184, 0.3);
    backdrop-filter: blur(10px);
    z-index: -1;
  }
  .policy-card:nth-child(2) {
    margin-top: 2.4rem;
  }
  .policy-card:nth-child(3) {
    margin-top: 2.4rem;
  }
  .policy-card__content {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding-top: 1rem;
    text-align: left;
  }
  .policy-card__icon {
    width: 3.2rem;
    height: 3.2rem;
    margin-left: 4rem;
  }
  .policy-card__title {
    margin-top: 1rem;
    font-size: 1.8rem;
    text-align: left;
  }
  .policy-card__text {
    margin-top: 0.6rem;
    font-size: 1.6rem;
    text-align: left;
  }
  .policy-image {
    margin-top: 3.2rem;
  }
  .policy__truck-logo {
    width: 20rem;
  }
}
/* Reasons Section */
.reasons {
  padding: 8rem 2rem;
  background: #9DD278;
}

.reasons__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
}

.reason-card {
  width: 255px;
  background: #F8F8F8;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.reason-card__image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reason-card__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.reason-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reason-card__title {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.reason-card__text {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .reasons {
    padding: 4rem 1.4rem;
  }
  .reasons__container {
    gap: 0.8rem;
  }
  .reason-card {
    width: calc(50% - 0.4rem);
    height: auto;
    padding: 0.8rem;
  }
  .reason-card__title {
    font-size: 1.5rem;
    font-feature-settings: "palt";
  }
  .reason-card__text {
    font-size: 1.4rem;
    font-feature-settings: "palt";
  }
}
/* Price Section */
.price {
  background-color: #9DD278;
  padding: 8rem 2rem;
}

.price__container {
  max-width: 780px;
  width: 100%;
  margin-inline: auto;
}

/* 基本プラン */
.price__basic {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 3.2rem 1.6rem;
  border: 2px solid #9DD278;
}

.price__basic-title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-bottom: 1rem;
}

.price__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 2.4rem;
}

.price__item {
  background: #F8F8F8;
  border: 2px solid #80D648;
  border-radius: 4px;
  width: calc(33.333% - 1.2333333333rem);
  min-height: 12.2rem;
}

.price__item-header {
  background: #80D648;
  padding: 1.2rem 0;
}

.price__item-label {
  color: #F8F8F8;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.price__item-desc {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  line-height: 1.45;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 7rem;
}

.price__plus {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}

.price__plus span {
  position: absolute;
  background: #9DD278;
}

.price__plus span:first-child {
  width: 2.5rem;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.price__plus span:last-child {
  width: 5px;
  height: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.price__notes {
  font-size: 1.4rem;
  line-height: 1.4;
  width: fit-content;
  margin-inline: auto;
}

/* お手伝い割 */
.price__help {
  background: #F8F8F8;
  border: 2px solid #F7B12F;
  border-radius: 10px;
  padding: 3.2rem 6rem;
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
  justify-content: space-between;
}

.price__help-title {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #FFCD6F;
  margin-bottom: 1rem;
  margin-top: 4rem;
}

.price__help-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.price__help-subtitle {
  font-size: 2.2rem;
  font-weight: 700;
  color: #F7B12F;
  letter-spacing: 0.05em;
}

.price__help-desc p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.price__help-desc p:nth-child(n+2) {
  margin-top: 1.5em;
}
.price__help-desc a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .price__help-desc a:hover {
    opacity: 0.8;
  }
}
.price__help-desc span {
  color: #6FB83F;
}

.price__help-image {
  width: 19.1rem;
  aspect-ratio: 191/167;
  height: auto;
}

/* お問い合わせ */
.price__contact {
  margin-top: 4rem;
  background: #FFF;
  border-radius: 10px;
  padding: 3.2rem 2.4rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.price__contact-message {
  margin-bottom: 3.2rem;
}
.price__contact-message p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.price__contact-message p .accent {
  color: #6FB83F;
}
.price__contact-message p .note {
  font-size: 1.6rem;
  font-weight: 500;
}
.price__contact-message p:nth-child(n+2) {
  margin-top: 1.4em;
}

.price__contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price__contact-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.price__contact-tel {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  gap: 4px;
}

.price__contact-tel-icon {
  width: 2rem;
  height: 2rem;
  margin-top: 0.4rem;
}

.price__contact-tel-number {
  font-size: 2.4rem;
  font-weight: 700;
}

.price__contact-buttons {
  margin-top: 4rem;
  display: flex;
  gap: 20px;
}

.price__contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 22.1rem;
  border-radius: 101px;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 500;
  transition: opacity 0.3s;
  padding-block: 1.3rem;
}
@media (hover: hover) {
  .price__contact-button:hover {
    opacity: 0.8;
  }
}

.price__contact-button--line {
  background: #fff;
  border: 1px solid #6FB83F;
  color: #333;
}

.price__contact-button--mail {
  background: #D6951D;
  color: #FFF;
}

.price__contact-button-icon {
  width: 3.2rem;
  height: 3.2rem;
}

@media (max-width: 767px) {
  .price {
    padding: 4rem 2rem;
  }
  .price__basic {
    padding: 1.6rem;
  }
  .price__basic-title {
    font-size: 2rem;
  }
  .price__items {
    flex-direction: column;
    gap: 0.8rem;
  }
  .price__item {
    width: 100%;
    min-height: 10.2rem;
  }
  .price__item-label {
    font-size: 1.8rem;
  }
  .price__item-desc {
    font-size: 1.4rem;
    min-height: 5rem;
  }
  .price__help {
    padding: 1.6rem;
    flex-direction: column;
    gap: 1rem;
  }
  .price__help-subtitle {
    text-align: center;
    font-size: 2rem;
  }
  .price__help-image {
    width: 15rem;
    margin-inline: auto;
  }
  .price__contact {
    padding: 2rem 0.8rem;
  }
  .price__contact-message p {
    font-size: 1.5rem;
  }
  .price__contact-message p .note {
    font-size: 1.2rem;
  }
  .price__contact-title {
    font-size: 1.6rem;
  }
  .price__contact-buttons {
    flex-direction: column;
    width: 100%;
    margin-top: 2.4rem;
    gap: 1.6rem;
    align-items: center;
  }
  .price__contact-button {
    width: 100%;
    max-width: 22rem;
    padding-block: 1rem;
  }
}
/* Services Introduction Section */
.services-intro {
  padding: 8rem 2rem;
}

.services-intro__container {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.2rem;
}

.service-intro-card {
  width: 33.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.service-intro-card__image {
  width: 100%;
  aspect-ratio: 340/250;
  overflow: hidden;
}

.service-intro-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-intro-card__title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  line-height: 1.2;
}

.service-intro-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.service-intro-card__text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333333;
}

.service-intro-card__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 8px 0;
  background: #D6951D;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  border-radius: 101px;
  transition: opacity 0.3s;
}

.service-intro-card__button:hover {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .services-intro {
    padding: 4rem 2rem;
  }
  .services-intro__container {
    gap: 20px;
  }
  .service-intro-card {
    width: 100%;
    max-width: 340px;
  }
  .service-intro-card__title {
    font-size: 2rem;
  }
  .service-intro-card__text {
    font-size: 1.4rem;
  }
  .service-intro-card__button {
    width: 100%;
    font-size: 18px;
  }
}
/* Area Section */
.area {
  padding: 8rem 2rem;
}

.area__container {
  max-width: 810px;
  margin-inline: auto;
  display: flex;
  align-items: center;
}

.area__map {
  position: relative;
  width: 37.5rem;
  aspect-ratio: 1/1;
}

.area__detail {
  flex: 1;
}

.area__truck {
  margin-top: 4rem;
  width: 47.5rem;
  aspect-ratio: 475/174;
}

.area__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .area {
    padding: 4rem 2rem;
  }
  .area__container {
    flex-direction: column-reverse;
  }
  .area__map {
    width: 60%;
    margin: -8rem 0 0 auto;
  }
  .area__truck {
    margin-top: 2.4rem;
    width: 60%;
  }
  .area__text {
    font-size: 1.6rem;
  }
}
/* About Message Section */
.about-message {
  padding: 8rem 2rem;
}

.about-message__container {
  max-width: 930px;
  margin-inline: auto;
}

.about-message__content {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 3.2rem;
}

.about-message__text {
  flex: 1;
}

.about-message__motto {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.8rem;
}
.about-message__motto span {
  font-size: 2.4rem;
  color: #6FB83F;
  font-feature-settings: "palt";
}

.about-message__text p {
  font-size: 1.6rem;
  line-height: 1.4;
}
.about-message__text p:nth-of-type(n + 2) {
  margin-top: 1.4em;
}

.about-message__signature {
  margin-top: 1rem !important;
  text-align: right;
}

.about-message__image-main {
  width: 35.4rem;
  aspect-ratio: 354/423;
  border-radius: 10px;
  overflow: hidden;
}

.about-message__staff {
  position: relative;
  margin-top: 1rem;
}

.about-message__staff-image {
  width: 16.4rem;
  aspect-ratio: 1/1;
  z-index: 2;
  position: relative;
}

.about-message__staff-text {
  font-size: 1.6rem;
  line-height: 1.2;
  border: 1px solid #6FB83F;
  border-radius: 10px;
  width: 23rem;
  height: 9.4rem;
  position: absolute;
  top: -1rem;
  left: 14.7rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-message__buttonWrap {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}

.about-message__button {
  padding: 0.8rem 2rem;
  background: #D6951D;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  border-radius: 100vmax;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .about-message__button:hover {
    opacity: 0.8;
  }
}

@media (max-width: 767px) {
  .about-message {
    padding: 4rem 2rem;
  }
  .about-message__content {
    flex-direction: column;
  }
  .about-message__motto {
    font-size: 1.6rem;
  }
  .about-message__motto span {
    font-size: 2rem;
  }
  .about-message__text p {
    font-size: 1.4rem;
  }
  .about-message__staff-image {
    width: 14rem;
    height: 14rem;
  }
  .about-message__staff {
    margin-top: 2.6rem;
  }
  .about-message__staff-text {
    font-size: 1.4rem;
    width: 20rem;
    height: 8rem;
    left: 12rem;
  }
}
/* FAQ Section */
.faq {
  padding: 8rem 2rem;
  background-color: #9DD278;
}

.faq__container {
  max-width: 1080px;
  margin-inline: auto;
}

.faq__category:nth-child(n+2) {
  margin-top: 4rem;
}

.faq__category:last-child {
  margin-bottom: 0;
}

.faq__category-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
}

.faq__items {
  display: flex;
  flex-direction: column;
}

.faq__item {
  color: #fff;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
}
.faq__item:nth-child(n+2) {
  margin-top: 2rem;
}

.faq__question {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}

.faq__q,
.faq__a {
  font-size: 1.6rem;
  font-weight: 500;
}

.faq__q {
  color: #fff;
}

.faq__a {
  color: #fff;
}

.faq__question p,
.faq__answer p {
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 4rem 2rem;
  }
  .faq__category-title {
    font-size: 2rem;
  }
}
/* Contact Section */
.contact {
  padding: 8rem 2rem 12rem;
}

.contact__container {
  max-width: 1080px;
  margin-inline: auto;
}

.contact__form {
  margin-top: 8rem;
}

.form-group {
  display: flex;
}
.form-group:nth-child(n+2 of .form-group) .form-header,
.form-group:nth-child(n+2 of .form-group) .form-input,
.form-group:nth-child(n+2 of .form-group) .address-fields,
.form-group:nth-child(n+2 of .form-group) .file-upload-group {
  border-top: none;
}

.form-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  background-color: #F0FFE6;
  padding: 1.6rem;
  border: 2px solid #9FEDA4;
  border-right: none;
  width: 28.7037037037%;
  min-width: 200px;
}

.form-header .form-group__label {
  font-size: 1.6rem;
  line-height: 3.8rem;
}

.required,
.optional {
  padding: 0.2rem 0.4rem;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 0.8rem;
}

.required {
  background-color: #FF2F2F;
  color: #fff;
}

.optional {
  background-color: #fff;
  border: 1px solid #333;
}

.form-input-area {
  flex: 1;
}

.form-input {
  border: 2px solid #9FEDA4;
  border-left: none;
  background-color: #fff;
  flex: 1;
  padding: 1.6rem;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  width: 100%;
  padding: 1rem;
  border-left: none;
  font-size: 1.6rem;
  background-color: #F5F5F5;
  color: #333333;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #999;
}

input[type=file] {
  color: #333333;
}

textarea {
  min-height: 200px;
  height: 200px;
  resize: vertical;
}

.address-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 1.6rem;
  border: 2px solid #9FEDA4;
  border-left: none;
  background-color: #fff;
  width: 100%;
  flex: 1;
}

.postal-code {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.postal-mark {
  font-size: 1.8rem;
  color: #333;
}

#postal-code {
  width: 25.8rem;
  height: auto;
  padding: 1rem;
  border: none;
  background-color: #F5F5F5;
}

.form__select {
  width: 28.4rem;
  position: relative;
}
.form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.2rem;
  background-color: #454545;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  pointer-events: none;
}

#prefecture {
  width: 100%;
  height: auto;
  padding: 1rem;
  border: none;
  background-color: #F5F5F5;
}

#address-detail {
  width: 100%;
  height: auto;
  padding: 1rem;
  border: none;
  background-color: #F5F5F5;
}

.file-upload-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  border: 2px solid #9FEDA4;
  border-left: none;
  flex: 1;
  padding: 1.6rem;
  background-color: #fff;
}

.privacy-policy {
  margin-top: 3.2rem;
  font-size: 1.6rem;
  text-align: center;
}
.privacy-policy a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .privacy-policy a:hover {
    opacity: 0.8;
  }
}

.submit-button {
  margin-top: 6rem;
  background-color: #D6951D;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 100vmax;
  width: 200px;
  display: block;
  margin-inline: auto;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .submit-button:hover {
    opacity: 0.8;
  }
}

.contact__text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.6rem;
}
.contact__text span {
  text-decoration: underline;
  text-decoration-color: #6FB83F;
  text-decoration-thickness: 0.2em;
}

.contact__list {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.contact__item {
  display: flex;
  justify-content: center;
}

.contact__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .contact__link:hover {
    opacity: 0.8;
  }
}
.contact__link figure {
  margin-top: 0.6rem;
  width: 3.4rem;
  height: 3.4rem;
}

.contact__link-text {
  font-size: 3.6rem;
  font-weight: 500;
}

.contact__link--line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 22.1rem;
  height: 6rem;
  transition: opacity 0.3s;
  border: 0.2rem solid #6FB83F;
  border-radius: 100vmax;
}
@media (hover: hover) {
  .contact__link--line:hover {
    opacity: 0.8;
  }
}
.contact__link--line figure {
  width: 3.4rem;
  height: 3.4rem;
}

.contact__link--line-text {
  font-size: 2.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 4rem 2rem 8rem;
  }
  .contact__form {
    margin-top: 6rem;
  }
  .form-group {
    flex-direction: column;
    gap: 0;
  }
  .form-header {
    width: 100%;
    min-width: 100%;
    padding: 1rem;
    border-right: 2px solid #9FEDA4;
    border-bottom: none;
    justify-content: flex-start;
    gap: 2.4rem;
  }
  .form-header .form-group__label {
    line-height: 1.4;
  }
  .required,
  .optional {
    margin-top: 0;
  }
  .form-input {
    border-left: 2px solid #9FEDA4;
    border-top: none;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  select,
  textarea {
    padding: 1rem;
  }
  .address-fields {
    border-left: 2px solid #9FEDA4;
    border-top: none;
    padding: 1rem;
  }
  .file-upload-group {
    flex-direction: column;
    border-left: 2px solid #9FEDA4;
  }
  .file-upload {
    width: 100%;
  }
  .submit-button {
    margin: 4rem auto 0;
    width: 100%;
    max-width: 400px;
    font-size: 1.8rem;
  }
  .contact__text {
    font-size: 1.6rem;
  }
  .contact__link {
    border: 0.2rem solid #D6951D;
    border-radius: 100vmax;
    height: 5.2rem;
    width: 20rem;
    gap: 0.4rem;
  }
  .contact__link figure {
    margin-top: 0.3rem;
    width: 2rem;
    height: 2rem;
  }
  .contact__link-text {
    font-size: 2rem;
  }
  .contact__link--line {
    gap: 0.6rem;
    width: 20rem;
    height: 5.2rem;
  }
  .contact__link--line figure {
    width: 3rem;
    height: 3rem;
  }
  .contact__link--line-text {
    font-size: 2rem;
  }
}
/* Footer */
.footer {
  background-color: #E8FBDC;
  padding: 4rem 0 0;
  margin-bottom: 8.4rem;
}

.footer__container {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 2rem;
}

.footer__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 4rem;
  gap: 4rem;
}

.footer__left {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
}

.footer__logo-image {
  height: 4rem;
  width: auto;
}

.footer__logo-text {
  font-size: 2rem;
  font-weight: 700;
  color: #6FB83F;
}

.footer__info p {
  font-size: 1.4rem;
}
.footer__info p:nth-child(n+2) {
  margin-top: 1.4em;
}

.footer__nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 600px;
}

.footer__nav-group {
  width: 100%;
}

.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
}

.footer__nav-item a {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .footer__nav-item a:hover {
    opacity: 0.8;
  }
}

.footer__copyright {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  padding-block: 1.2rem;
  background-color: #338500;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 3.2rem 0 0;
    margin-bottom: 8.2rem;
  }
  .footer__content {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .footer__left {
    max-width: 100%;
    gap: 0.8rem;
    display: contents;
  }
  .footer__logo {
    order: 1;
  }
  .footer__logo-text {
    font-size: 2rem;
  }
  .footer__nav {
    max-width: 100%;
    order: 2;
  }
  .footer__nav-list {
    gap: 2rem;
  }
  .footer__info {
    margin-top: 2rem;
    order: 3;
  }
}
.float__cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #D6951D;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  z-index: 5;
  padding: 0.6rem 2rem;
  transform: translateY(100%);
  transition: transform 0.3s;
}
.float__cta.is-active {
  transform: translateY(0);
}

.float__cta-text {
  font-size: 2.8rem;
  line-height: 1.3;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.float__cta-tel {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.float__cta-tel .phone-icon {
  width: 4rem;
  height: 4rem;
}
.float__cta-tel path {
  fill: #fff;
}

.float__cta-icon {
  width: 4rem;
  height: 4rem;
}

.float__cta-tel-text {
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
}

.float__cta-button {
  background-color: #fff;
  color: #D6951D;
  font-size: 2rem;
  font-weight: 500;
  padding: 0.8rem 2rem;
  border-radius: 100vmax;
  text-decoration: none;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .float__cta-button:hover {
    opacity: 0.8;
  }
}
.float__cta-button svg {
  width: 4rem;
  height: 4rem;
}
.float__cta-button path {
  fill: #D6951D;
}

.float__cta-btn-text {
  font-size: 2rem;
  font-weight: 500;
  color: #D6951D;
}

@media screen and (max-width: 767px) {
  .float__cta {
    flex-wrap: wrap;
    row-gap: 0.8rem;
  }
  .float__cta-text {
    width: 100%;
    font-size: 1.8rem;
  }
  .float__cta-tel {
    gap: 0.4rem;
    margin-top: 0;
    background-color: #fff;
    padding: 0.4rem 1.2rem;
    border-radius: 100vmax;
  }
  .float__cta-tel .phone-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
  .float__cta-tel .phone-icon path {
    fill: #D6951D;
  }
  .float__cta-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .float__cta-tel-text {
    font-size: 1.8rem;
    color: #D6951D;
  }
  .float__cta-button {
    font-size: 1.6rem;
    padding: 0.8rem;
    gap: 0;
    border-radius: 50%;
  }
  .float__cta-button svg {
    width: 2.4rem;
    height: 2.4rem;
  }
  .float__cta-btn-text {
    display: none;
  }
}
.page__title {
  position: relative;
  background: linear-gradient(90deg, #9DD278 20%, rgba(157, 210, 120, 0) 100%);
}
.page__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/page-title.jpg") center/cover no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page__title::before {
    background: url("../img/page-title-sp.jpg") center/cover no-repeat;
  }
}

.page__title-container {
  max-width: 1080px;
  width: 100%;
  margin-inline: auto;
  padding: 7rem 4rem;
}
@media (max-width: 767px) {
  .page__title-container {
    padding: 3.2rem 2rem;
  }
}

.page__title-text {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page__title-text {
    font-size: 2.4rem;
  }
}

.company {
  padding: 8rem 2rem 12rem;
}
@media screen and (max-width: 767px) {
  .company {
    padding: 4rem 2rem 8rem;
  }
}

.company__container {
  max-width: 720px;
  margin-inline: auto;
  width: 100%;
}

.company__list {
  display: grid;
  grid-template-columns: 20rem 1fr;
}
@media (max-width: 767px) {
  .company__list {
    grid-template-columns: 12rem 1fr;
  }
}

.company__list-title {
  font-size: 1.6rem;
  font-weight: 500;
  padding-block: 1.2rem;
  border-bottom: 0.2rem solid #9DD278;
}

.company__list-text {
  font-size: 1.6rem;
  font-weight: 500;
  padding-block: 1.2rem;
  border-bottom: 0.2rem solid #636363;
}

.page__content {
  padding: 8rem 2rem 12rem;
  max-width: 1120px;
  margin-inline: auto;
  width: 100%;
}
.page__content > *:first-child {
  margin-top: 0;
}
.page__content h2 {
  margin-top: 1.4em;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page__content h2 {
    font-size: 2rem;
  }
}
.page__content h3 {
  margin-top: 1.4em;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page__content h3 {
    font-size: 1.8rem;
  }
}
.page__content p {
  margin-top: 1.4em;
}
.page__content strong {
  font-weight: 700;
}
.page__content ol {
  margin-top: 1.4em;
}
.page__content ol li {
  list-style: decimal;
  list-style-position: inside;
}
.page__content ul {
  margin-top: 1.4em;
}
.page__content ul li {
  list-style: disc;
  list-style-position: inside;
}
@media screen and (max-width: 767px) {
  .page__content {
    padding: 4rem 2rem 8rem;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: inherit;
  padding-inline: 2rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 100%;
    padding-inline: 2rem;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp--inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp--inline {
    display: inline-block !important;
  }
}

.u-sp--flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp--flex {
    display: flex !important;
  }
}

.u-pc {
  display: none !important;
}
@media (min-width: 768px) {
  .u-pc {
    display: block !important;
  }
}

.u-pc--inline {
  display: none !important;
}
@media (min-width: 768px) {
  .u-pc--inline {
    display: inline-block !important;
  }
}

.u-pc--flex {
  display: none !important;
}
@media (min-width: 768px) {
  .u-pc--flex {
    display: flex !important;
  }
}