@charset "utf-8";
.invisible-style{
  display: none!important;
}

html {
  word-break: auto-phrase;
}


body{
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
}

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

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
}
.link-opacity:hover {
  opacity: 0.5;
}


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

p,
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}


/* 共通パーツ */
.inner {
  max-width: 1920px;
  margin: 0 auto;
}

/* pg-fv */
.pg-fv {
      background-color: #68CA5E;
    height: clamp(21.25rem, 8.75rem + 15.63vw, 27.5rem);
  overflow: hidden;
}
.pg-fv--orange {
      background-color: #FFA143;
}
.pg-fv__inner {
      height: inherit;
}
.pg-fv__container {
      height: inherit;
    padding-top: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.pg-fv__main {
      font-size: clamp(1.5rem, 0.417rem + 2.26vw, 3.125rem);
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 10;
}
.pg-fv__line {
      margin-top: clamp(0.25rem, -0.417rem + 1.39vw, 1.25rem);
    width: clamp(2.938rem, 0.729rem + 4.6vw, 6.25rem);
    height: 3px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.pg-fv__sub {
      margin-top: clamp(0.25rem, -0.417rem + 1.39vw, 1.25rem);
    font-size: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem);
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 10;
}
.pg-fv__under {
      position: absolute;
    font-size: clamp(4.5rem, -4.083rem + 17.88vw, 17.375rem);
    font-weight: 400;
    color: #87D37F;
    bottom: 0;
    line-height: 0.9;
    z-index: 5;
}
.pg-fv__under--orange {
  color: #FDB063;
  font-size: clamp(3.375rem, -5.958rem + 19.44vw, 17.375rem);
  white-space: nowrap;
}
.pg-fv__under--forcustomer {
    font-size: clamp(3.375rem, -5.958rem + 19.44vw, 17.375rem);
  white-space: nowrap;
}

@media (max-width: 1279px) {
  .pg-fv {
    height: clamp(20rem, 14.98rem + 7.84vw, 21.25rem);
  }
  .pg-fv__container {
    padding-top: 200px;
  }
}
@media (max-width: 1023px) {
  .pg-fv {
    height: clamp(17.5rem, 9.971rem + 15.69vw, 20rem);
  }
}
@media (max-width: 767px) {
  .pg-fv {
    height: 200px;
  }
  .pg-fv__container {
    padding-top: 120px;
  }
}
@media (max-width: 389px) {
  .pg-fv__under--orange,
  .pg-fv__under--forcustomer {
    font-size: clamp(2.75rem, -0.149rem + 14.49vw, 3.375rem);
  }
}

/* cta */
.cta {
      background-image: url(https://big-field.jp/system_panel/uploads/images/cta_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.cta__inner {
    padding: 40px clamp(1.25rem, -17.917rem + 39.93vw, 30rem);
}
.cta__container {
    display: flex;
    column-gap: 32px;
    align-items: end;
    justify-content: center;
}
.cta__content {
      display: flex;
    flex-direction: column;
    align-items: center;
}
.cta__title {
  width: clamp(20.563rem, 14.563rem + 12.5vw, 29.563rem);
}
.cta__img--sp {
  display: none;
}
.cta__phone {
      margin-top: 15px;
    display: flex;
    align-items: center;
    column-gap: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
}
.cta-phone__icon {
      width: clamp(3rem, 1.75rem + 2.6vw, 4.875rem);
    object-fit: contain;
}
.cta-phone__number {
      font-size: clamp(2rem, 0.583rem + 2.95vw, 4.125rem);
    FONT-WEIGHT: 700;
}
.cta-phone__number a {
  transition: all 0.5s;
}
.cta-phone__number:hover a {
  opacity: 0.5;
}
.cta__time {
      margin-top: 15px;
    display: flex;
    column-gap: 12px;
    align-items: center;
}
.cta-time__1 {
      width: 92px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #68CA5E;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
}
.cta-time__2 {
      font-size: 18px;
    font-weight: 700;
}
.cta__btn {
      margin-top: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    display: flex;
    column-gap: 16px;
    align-items: center;
    justify-content: center;
    width: clamp(21.875rem, 13.75rem + 16.93vw, 34.063rem);
    height: clamp(4.125rem, 3.125rem + 2.08vw, 5.625rem);
    background-color: #68CA5E;
    border: 3px solid #fff;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.36) 0px 3px 6px;
    transition: all 0.5s;
}
.cta-btn__icon {
  width: clamp(1.5rem, 0.958rem + 1.13vw, 2.313rem);
}
.cta-btn__text {
      font-size: clamp(1rem, 0.625rem + 0.78vw, 1.563rem);
    font-weight: 700;
    color: #fff;
}
.cta-btn__arrow {
      font-size: clamp(0.938rem, 0.563rem + 0.78vw, 1.5rem);
    font-weight: 700;
    color: #fff;
}
.cta__btn:hover {
  box-shadow: unset;
  transform: translateY(3px);
}
.cta__img {
      width: clamp(14.25rem, 11.917rem + 4.86vw, 17.75rem);
    object-fit: contain;
}
@media (max-width: 767px) {
  .cta {
        background-image: url(https://big-field.jp/system_panel/uploads/images/cta-bg--sp.png);
  }
  .cta__inner {
    padding-bottom: 70px;
  }
  .cta__container {
        flex-direction: column;
    align-items: center;
  }
  .cta__img--sp {
        display: block;
    width: 228px;
    margin-top: 29px;
  }
  .cta__img {
    display: none;
  }
}
@media (max-width: 389px) {
  .cta__btn {
        width: clamp(17.5rem, 0.109rem + 86.96vw, 21.25rem);
    column-gap: 8px;
  }
  .cta-btn__icon {
    width: clamp(1.25rem, 0.091rem + 5.8vw, 1.5rem);
  }
  .cta-btn__text {
    font-size: 14px;
  }
}

/* service-cta */
.service-cta {
  background-color: #68CA5E;
}
.service-cta__inner {
  padding: clamp(2.5rem, 0.833rem + 3.47vw, 5rem) clamp(1.25rem, -13.917rem + 31.6vw, 24rem) 80px;
  background-color: #68CA5E;
}
.service-cta__container {
      display: flex;
    flex-direction: column;
    align-items: center;
}
.service-cta__items {
      display: flex;
    column-gap: clamp(1.25rem, -0.583rem + 3.82vw, 4rem);
  margin-top: clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
}
.service-cta__item {
      width: 50%;
    background-color: #fff;
    border-radius: 26px;
    padding: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem) clamp(1.25rem, -0.833rem + 4.34vw, 4.375rem) clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
      display: flex;
    flex-direction: column;
    align-items: center;
}
.service-cta__title {
      font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
    font-weight: 700;
    color: #68CA5E;
}
.service-cta__title--protect {
  color: #FFA142;
}
.service-cta__text {
      margin-top: clamp(0.375rem, 0.292rem + 0.17vw, 0.5rem);
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
}
.service-cta__img {
  margin-top: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
}
.service-cta__btn {
      margin-top: 20px;
    display: flex;
    column-gap: 16px;
    align-items: center;
    justify-content: center;
    width: clamp(19.375rem, 15.458rem + 8.16vw, 25.25rem);
    height: clamp(4.313rem, 3.771rem + 1.13vw, 5.125rem);
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.36) 0px 3px 6px;
    transition: all 0.5s;
}
.service-cta-btn__text {
      font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 700;
}
.service-cta-btn__arrow {
      font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
    font-weight: 700;
}
.service-cta__btn:hover {
  box-shadow: unset;
  transform: translateY(3px);
}
@media (max-width: 767px) {
  .service-cta__items {
        flex-direction: column;
    row-gap: 40px;
  }
  .service-cta__item {
    width: 100%;
  }
  .service-cta__img {
    padding: 0 20px;
  }
}
@media (max-width: 389px) {
  .service-cta__text {
    font-size: 11px;
  }
  .service-cta__btn {
    width: clamp(15rem, -5.29rem + 101.45vw, 19.375rem);
    column-gap: 8px;
  }
  .service-cta-btn__text {
    font-size: clamp(0.875rem, 0.295rem + 2.9vw, 1rem);
  }
  .service-cta-btn__arrow {
    font-size: clamp(1rem, -0.159rem + 5.8vw, 1.25rem);
  }
}

/* title1 */
.title1 {
      display: flex;
    flex-direction: column;
    align-items: center;
}
.title1--left {
    align-items: start;
}
.title1__sub {
      font-weight: 700;
    color: #68CA5E;
  line-height: 1;
}
.title1__main {
      font-size: clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
    line-height: 1.7;
    font-weight: 700;
}
.title1__line {
      margin-top: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    width: clamp(2.813rem, 2.188rem + 1.3vw, 3.75rem);
    height: clamp(0.25rem, 0.208rem + 0.09vw, 0.313rem);
    background-color: #000;
}

.color-white {
  color: #fff;
}
.background-white {
  background-color: #fff;
}

/* pg-breadcrumb */
.pg-breadcrumb {
      background-color: #68CA5E;
    padding: 10px 0;
}
.pg-breadcrumb__inner {
      padding: 0 clamp(1.25rem, -17.893rem + 29.91vw, 18rem);
    display: flex;
    align-items: center;
    column-gap: 1em;
}
.breadcrumb__text {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .pg-breadcrumb__inner {
    padding: 0 clamp(6.25rem, -12.574rem + 39.22vw, 12.5rem);
  }
}
@media (max-width: 767px) {
  .pg-breadcrumb__inner {
    padding: 0 clamp(1.25rem, -3.922rem + 21.22vw, 6.25rem);
  }
}

/* アニメーション */
.anime2 {
  animation-delay: 0.5s;
}
.anime3 {
  animation-delay: 1s;
}
.anime4 {
  animation-delay: 1.5s;
}
.anime5 {
  animation-delay: 2s;
}
.anime6 {
  animation-delay: 2.5s;
}