@charset "UTF-8";
/*
Theme Name: Be free れん
Theme URI: https://befree-ren.com/
Description: 放課後等デイサービス「Be free れん」コーポレートサイト（PEEESテンプレ★ベース）
Author: PEEES
Version: 1.0.0
*/
*, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #4a463f;
  background: #fdfaf3;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.en {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}

.wrap {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
}

.sec-title {
  text-align: center;
  margin-bottom: 3rem;
}
.sec-title h2 {
  font-family: "Quicksand", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #4a8f6a;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
}
.sec-title h2 span {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.95rem;
  color: #f29e54;
  font-weight: 700;
  margin-top: 0.4rem;
  letter-spacing: 0.2em;
}
.sec-title h2::before, .sec-title h2::after {
  content: "";
  position: absolute;
  top: 2.4rem;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #f6c453;
}
@media screen and (max-width: 900px) {
  .sec-title h2::before, .sec-title h2::after {
    display: none;
  }
}
.sec-title h2::before {
  left: -48px;
}
.sec-title h2::after {
  right: -48px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #f29e54;
  color: #fff;
  padding: 0.85rem 2.4rem;
  border-radius: 50px;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(242, 158, 84, 0.35);
  transition: 0.3s;
  cursor: pointer;
  border: none;
  font-family: inherit;
  font-size: 1rem;
}
.btn:hover {
  background: #f6c453;
  transform: translateY(-2px);
}
.btn::after {
  content: "›";
  font-size: 1.3rem;
  line-height: 1;
}

.main {
  margin-left: 250px;
}
@media screen and (max-width: 900px) {
  .main {
    margin-left: 0;
    padding-top: 62px;
  }
}

footer {
  margin-left: 250px;
}
@media screen and (max-width: 900px) {
  footer {
    margin-left: 0;
  }
}

.page-main {
  position: relative;
  height: 42vh;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.page-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(74, 143, 106, 0.55), rgba(111, 180, 216, 0.35));
}
.page-main .page-title {
  position: relative;
  z-index: 2;
  padding-left: 8%;
  color: #fff;
}
.page-main .page-title h1 {
  font-family: "Quicksand", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
}
.page-main .page-title p {
  font-weight: 700;
  margin-top: 0.3rem;
}

.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.fade-in.scroll-in {
  opacity: 1;
  transform: translateY(0);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
  background: #eaf4ec;
  padding: 2.5rem 1.8rem;
  z-index: 100;
  display: flex;
  flex-direction: column;
  border-right: 4px dotted rgba(111, 185, 143, 0.4);
}
header .logo {
  margin-bottom: 2.5rem;
}
header .logo img {
  max-height: 56px;
  width: auto;
}
header nav li {
  margin-bottom: 1.3rem;
}
header nav a {
  font-weight: 700;
  color: #4a463f;
  position: relative;
  padding-left: 1.4rem;
}
header nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f6c453;
  transform: translateY(-50%);
  transition: 0.3s;
}
header nav a:hover, header nav a.active {
  color: #4a8f6a;
}
header nav a:hover::before, header nav a.active::before {
  background: #6fb98f;
  transform: translateY(-50%) scale(1.4);
}
header .sns {
  display: flex;
  gap: 0.8rem;
  margin-top: auto;
}
header .sns a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #6fb98f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.3s;
}
header .sns a:hover {
  background: #f29e54;
}
@media screen and (max-width: 900px) {
  header {
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.96);
    padding: 0;
    border-right: none;
    z-index: 9000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  header.open {
    opacity: 1;
    visibility: visible;
  }
  header .logo {
    display: none;
  }
  header nav {
    width: 100%;
  }
  header nav ul {
    display: block;
    width: 100%;
  }
  header nav li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
  header nav a {
    display: inline-block;
    padding: 0.4rem 0;
    font-size: 1.15rem;
    color: #4a8f6a;
    transition: 0.3s;
  }
  header nav a::before {
    display: none;
  }
  header nav a:hover, header nav a.active {
    transform: scale(1.08);
  }
  header .sns {
    margin-top: 1.5rem;
    justify-content: center;
  }
}

.logo-mock {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #4a8f6a;
}
.logo-mock small {
  display: block;
  font-size: 0.6rem;
  color: #f29e54;
  letter-spacing: 0.2em;
}

.header-sp-bar {
  display: none;
}
@media screen and (max-width: 900px) {
  .header-sp-bar {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.9rem 1.2rem;
    background: #eaf4ec;
    z-index: 9001;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  }
  .header-sp-bar img {
    max-height: 34px;
    width: auto;
  }
  .header-sp-bar .logo-mock {
    font-size: 1.2rem;
  }
  .header-sp-bar .logo-mock small {
    font-size: 0.55rem;
  }
}

.hamburger {
  display: none;
}
@media screen and (max-width: 900px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 9002;
    right: 13px;
    top: 9px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: #6fb98f;
    border-radius: 50%;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    transition: 0.3s ease-in-out;
    border-radius: 2px;
  }
  .hamburger span:nth-child(1) {
    top: 14px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 26px;
  }
  .hamburger.active span:nth-child(1) {
    top: 20px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: 20px;
    transform: translateX(-50%) rotate(45deg);
  }
}

.fv {
  position: relative;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .fv {
    height: 70vh;
    min-height: 420px;
  }
}
.fv .slide-images {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.fv .slide-images .slick-list, .fv .slide-images .slick-track {
  height: 100%;
}
.fv .slide-images img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .fv .slide-images img {
    height: 70vh;
  }
}
.fv::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(120deg, rgba(111, 185, 143, 0.45), rgba(246, 196, 83, 0.2));
}
.fv .fv-copy {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.fv .fv-copy h1 {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .fv .fv-copy h1 {
    font-size: 1.3rem;
  }
}
.fv .fv-copy h1 b {
  color: #f6c453;
}
.fv .fv-copy p {
  font-size: 1.1rem;
  margin-top: 1rem;
  font-weight: 700;
}
.fv .fv-badge {
  position: absolute;
  right: 8%;
  bottom: 12%;
  z-index: 3;
  background: #fff;
  color: #4a8f6a;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: rotate(-8deg);
}
@media screen and (max-width: 900px) {
  .fv .fv-badge {
    width: 110px;
    height: 110px;
    right: 6%;
  }
}
.fv .fv-badge span {
  font-size: 0.7rem;
  color: #f29e54;
}
.fv .fv-badge strong {
  font-size: 1.4rem;
}

.intro {
  padding: 6rem 0;
  text-align: center;
  background: #fdfaf3;
  position: relative;
}
.intro .dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(#eaf4ec 4px, transparent 4px);
  background-size: 40px 40px;
  opacity: 0.5;
}
.intro .intro-in {
  position: relative;
  z-index: 2;
}
.intro h2 {
  font-size: 2rem;
  color: #4a8f6a;
  font-weight: 900;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
.intro h2 b {
  color: #f29e54;
}
@media screen and (max-width: 900px) {
  .intro h2 {
    font-size: 1.3rem;
  }
}
.intro p {
/*   max-width: 680px; */
  margin: 0 auto;
  color: #7d776c;
}
@media screen and (max-width: 900px) {
  .intro p {
    text-align: left;
  }
}

.feature {
  padding: 6rem 0;
  background: #eaf4ec;
}
.feature .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .feature .cards {
    grid-template-columns: 1fr;
  }
}
.feature .card {
  background: #fff;
  border-radius: 24px;
  padding: 2.5rem 1.8rem;
  text-align: center;
  box-shadow: 0 10px 28px rgba(74, 143, 106, 0.12);
  transition: 0.3s;
}
.feature .card:hover {
  transform: translateY(-6px);
}
.feature .card .ic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
}
.feature .card:nth-child(1) .ic {
  background: #6fb98f;
}
.feature .card:nth-child(2) .ic {
  background: #f29e54;
}
.feature .card:nth-child(3) .ic {
  background: #6fb4d8;
}
.feature .card h3 {
  color: #4a8f6a;
  margin-bottom: 0.8rem;
  font-weight: 700;
}
.feature .card p {
  font-size: 0.9rem;
  color: #7d776c;
  text-align: left;
}

.contents-nav {
  padding: 6rem 0;
  background: #fdfaf3;
}
.contents-nav .nav-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 900px) {
  .contents-nav .nav-grid {
    grid-template-columns: 1fr;
  }
}
.contents-nav .nav-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 230px;
  display: flex;
  align-items: flex-end;
}
.contents-nav .nav-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents-nav .nav-card .lbl {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1rem 1.4rem;
  color: #fff;
  background: linear-gradient(transparent, rgba(74, 143, 106, 0.85));
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contents-nav .nav-card .lbl b {
  font-family: "Quicksand", sans-serif;
  font-size: 1.3rem;
}
.contents-nav .nav-card .lbl small {
  display: block;
  font-size: 0.7rem;
}
.contents-nav .nav-card .arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: #4a8f6a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 900px) {
  .recruit-band {
    grid-template-columns: 1fr;
  }
}
.recruit-band .txt {
  background: #f6c453;
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recruit-band .txt h2 {
  font-family: "Quicksand", sans-serif;
  font-size: 2.2rem;
  color: #fff;
}
.recruit-band .txt h2 span {
  display: block;
  font-family: "Zen Maru Gothic";
  font-size: 1rem;
}
.recruit-band .txt p {
  color: #fff;
  margin: 1rem 0 1.6rem;
}
.recruit-band .txt .btn {
  background: #fff;
  color: #f29e54;
  align-self: flex-start;
  box-shadow: none;
}
.recruit-band .img {
  background-size: cover;
  background-position: center;
  min-height: 340px;
}

.service-intro {
  padding: 5rem 0;
}
.service-intro .si-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .service-intro .si-grid {
    grid-template-columns: 1fr;
  }
}
.service-intro .si-grid img {
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(74, 143, 106, 0.15);
}
.service-intro h2 {
  color: #4a8f6a;
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 1.2rem;
  line-height: 1.6;
}
.service-intro h2 b {
  color: #f29e54;
}
.service-intro p {
  color: #7d776c;
}

.service-list {
  padding: 5rem 0;
  background: #eaf4ec;
}
.service-list .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 900px) {
  .service-list .row {
    grid-template-columns: 1fr;
  }
}
.service-list .row:last-child {
  margin-bottom: 0;
}
.service-list .row:nth-child(even) .txt {
  order: 2;
}
@media screen and (max-width: 900px) {
  .service-list .row:nth-child(even) .txt {
    order: 0;
  }
}
.service-list .row img {
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(74, 143, 106, 0.12);
}
.service-list .row .tag {
  display: inline-block;
  background: #f6c453;
  color: #fff;
  font-weight: 700;
  padding: 0.2rem 1.2rem;
  border-radius: 50px;
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
}
.service-list .row h3 {
  color: #4a8f6a;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.service-list .row p {
  color: #7d776c;
}

.faq {
  padding: 5rem 0;
}
.faq .faq-lead {
  text-align: center;
  color: #7d776c;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  .faq .faq-lead {
    text-align: left;
  }
}
.faq .faq-list {
  max-width: 820px;
  margin: 0 auto;
}
.faq .qa {
  background: #fff;
  border-radius: 18px;
  margin-bottom: 1.2rem;
  box-shadow: 0 8px 22px rgba(74, 143, 106, 0.1);
  overflow: hidden;
  border: 2px solid #eaf4ec;
}
.faq .qa.open .q .plus {
  transform: rotate(45deg);
}
.faq .qa.open .a {
  display: block;
}
.faq .q {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.3rem 1.6rem;
  cursor: pointer;
  font-weight: 700;
  color: #4a8f6a;
}
.faq .q .mark {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #6fb98f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Quicksand";
}
.faq .q .plus {
  margin-left: auto;
  transition: 0.3s;
  color: #f29e54;
  font-size: 1.4rem;
}
.faq .a {
  display: none;
  padding: 0 1.6rem 1.4rem 4.7rem;
  color: #7d776c;
}

.access {
  padding: 5rem 0;
}
.access .info-table {
  max-width: 760px;
  margin: 0 auto 3rem;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(74, 143, 106, 0.1);
}
.access table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .access table {
    background: transparent;
  }
}
.access th, .access td {
  padding: 1.1rem 1.4rem;
  text-align: left;
  border-bottom: 1px solid #eaf4ec;
}
.access th {
  width: 34%;
  background: #eaf4ec;
  color: #4a8f6a;
  font-weight: 700;
}
.access tr:last-child th, .access tr:last-child td {
  border-bottom: none;
}
.access .map {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  height: 380px;
  box-shadow: 0 8px 24px rgba(74, 143, 106, 0.1);
}
.access .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .access .info-table {
    margin-bottom: 2rem;
    box-shadow: none;
    border-radius: 0;
  }
  .access table,
  .access tbody,
  .access tr,
  .access th,
  .access td {
    display: block;
    width: 100%;
  }
  .access tr {
    margin-bottom: 1rem;
    border: 1px solid #eaf4ec;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 12px rgba(74, 143, 106, 0.08);
  }
  .access tr:last-child {
    margin-bottom: 0;
  }
  .access th {
    width: 100%;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #eaf4ec;
  }
  .access td {
    padding: 1rem;
    border-bottom: none;
    word-break: break-word;
    line-height: 1.8;
  }
  .access .map {
    height: 280px;
    border-radius: 12px;
  }
}
.eval {
  padding: 5rem 0;
  background: #eaf4ec;
}
.eval .eval-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .eval .eval-grid {
    grid-template-columns: 1fr;
  }
}
.eval .eval-card {
  background: #fff;
  border-radius: 22px;
  padding: 2.4rem 2rem;
  box-shadow: 0 10px 28px rgba(74, 143, 106, 0.12);
  text-align: center;
}
.eval .eval-card .ic {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
}
.eval .eval-card:nth-child(1) .ic {
  background: #6fb4d8;
}
.eval .eval-card:nth-child(2) .ic {
  background: #f08a8a;
}
.eval .eval-card h3 {
  color: #4a8f6a;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.eval .eval-card p {
  font-size: 0.9rem;
  color: #7d776c;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 900px) {
  .eval .eval-card p {
    text-align: left;
  }
}
.eval .eval-card .btn {
  background: #6fb98f;
  box-shadow: none;
}
.eval .note {
  text-align: center;
  font-size: 0.8rem;
  color: #7d776c;
  margin-top: 1.5rem;
}

.recruit {
  padding: 5rem 0;
}
.recruit .msg {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 4rem;
}
.recruit .msg h2 {
  color: #4a8f6a;
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 1.2rem;
  line-height: 1.6;
}
.recruit .msg h2 b {
  color: #f29e54;
}
.recruit .msg p {
  color: #7d776c;
}
@media screen and (max-width: 900px) {
  .recruit .msg p {
    text-align: left;
  }
}
.recruit .req {
  max-width: 820px;
  margin: 0 auto;
}
.recruit .req h3 {
  text-align: center;
  color: #4a8f6a;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
.recruit .req table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(74, 143, 106, 0.1);
}
.recruit .req th, .recruit .req td {
  padding: 1.1rem 1.4rem;
  text-align: left;
  border-bottom: 1px solid #eaf4ec;
}
.recruit .req th {
  width: 30%;
  background: #eaf4ec;
  color: #4a8f6a;
  font-weight: 700;
}
.recruit .req tr:last-child th, .recruit .req tr:last-child td {
  border-bottom: none;
}
.recruit .req .entry {
  text-align: center;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .recruit .req table,
  .recruit .req tbody,
  .recruit .req tr,
  .recruit .req th,
  .recruit .req td {
    display: block;
    width: 100%;
  }
  .recruit .req tr {
    margin-bottom: 1rem;
    border: 1px solid #eaf4ec;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
  }
  .recruit .req th {
    width: 100%;
    border-bottom: 1px solid #eaf4ec;
    padding: 0.8rem 1rem;
  }
  .recruit .req td {
    padding: 1rem;
    border-bottom: none;
  }
}

.contact {
  padding: 5rem 0;
}
.contact .c-lead {
  text-align: center;
  color: #7d776c;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  .contact .c-lead {
    text-align: left;
  }
}
.contact .contact-form {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border-radius: 22px;
  padding: 2rem;
  box-shadow: 0 10px 28px rgba(74, 143, 106, 0.1);
}
.contact .contact-form p {
  margin-bottom: 1.6rem;
}
.contact label {
  display: block;
  font-weight: 700;
  color: #4a8f6a;
  margin-bottom: 0.5rem;
}
.contact .wpcf7-form-control-wrap {
  display: block;
}
.contact input[type=text], .contact input[type=email], .contact input[type=tel], .contact input[type=date], .contact input[type=number], .contact select, .contact textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 2px solid #eaf4ec;
  border-radius: 12px;
  font-family: inherit;
  font-size: 1rem;
  background: #fdfaf3;
  margin-top: 0.3rem;
}
.contact input[type=text]:focus, .contact input[type=email]:focus, .contact input[type=tel]:focus, .contact input[type=date]:focus, .contact input[type=number]:focus, .contact select:focus, .contact textarea:focus {
  outline: none;
  border-color: #6fb98f;
}
.contact textarea {
  min-height: 140px;
  resize: vertical;
}
.contact .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  background: #f29e54;
  color: #fff;
  padding: 0.85rem 2.8rem;
  border-radius: 50px;
  font-weight: 700;
  border: none;
  font-family: inherit;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 6px 16px rgba(242, 158, 84, 0.35);
  margin-top: 1rem;
}
.contact .wpcf7-submit:hover {
  background: #f6c453;
  transform: translateY(-2px);
}
.policy2 {
  padding: 0rem 0;
}
.policy {
  padding: 5rem 0;
}
.policy .p-inner {
  max-width: 820px;
  margin: 0 auto;
	@media (max-width: 768px) {
  width:90%;
		margin:0 auto;
	}
}
.policy h3 {
  color: #4a8f6a;
  font-weight: 700;
  margin: 2rem 0 0.6rem;
  padding-left: 0.8rem;
  border-left: 5px solid #f6c453;
}
.policy p {
  color: #7d776c;
  margin-bottom: 1rem;
}

.footer-contact {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 4rem 1rem;
}
.footer-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.footer-contact > * {
  position: relative;
  z-index: 2;
}
.footer-contact h2 {
  font-family: "Quicksand", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.footer-contact p.lead {
  margin: 0.6rem 0 2rem;
}
.footer-contact .fc-row {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-contact .fc-btn {
  background: #fff;
  color: #4a8f6a;
  padding: 1rem 2.6rem;
  border-radius: 50px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.footer-contact .fc-btn:hover {
  background: #f6c453;
  color: #fff;
}
.footer-contact .fc-tel a {
  color: #fff;
}
.footer-contact .fc-tel h3 {
  font-family: "Quicksand", sans-serif;
  font-size: 2rem;
}
.footer-contact .fc-tel span {
  font-size: 0.85rem;
}

footer .foot {
  background: #4a463f;
  color: #fff;
  padding: 3rem 1rem 2rem;
}
footer .foot-inner {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  footer .foot-logo {
    margin: 0 auto;
  }
}
footer .foot-logo img {
  max-height: 60px;
  width: auto;
  margin-bottom: 1rem;
}
footer .foot-logo .logo-mock {
  color: #fff;
}
footer .foot-logo p {
  font-size: 0.8rem;
  color: #cfcabf;
  margin-top: 1rem;
  line-height: 1.7;
}
footer .foot-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.6rem;
  max-width: 320px;
}
@media screen and (max-width: 900px) {
  footer .foot-menu ul {
    justify-content: center;
  }
}
footer .foot-menu a {
  font-size: 0.85rem;
  color: #e6e2d8;
}
footer .foot-menu a:hover {
  color: #f6c453;
}
footer .copy {
  text-align: center;
  font-size: 0.75rem;
  color: #a8a397;
  margin-top: 2rem;
}
.red,
.blue {
  display: inline-block;
  margin-left: .6rem;
  padding: .15rem .55rem;
  border-radius: 30px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: middle;
}

.red {
  background: #ff5a5f;
  color: #fff;
}

.blue {
  background: #4a90e2;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */