@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
@font-face {
  font-family: "din-condensed-bold";
  src: url(../assets/font/din-condensed-bold.ttf);
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.04em;
  color: #006e38;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

@media screen and (min-width: 981px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 981px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .pcNone {
    display: block;
  }
}

.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.en {
  font-family: "din-condensed-bold";
}

.cursive {
  font-family: "Comforter", cursive;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #333333;
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

.sp_inner {
  max-width: 400px;
  margin-inline: auto;
}

.size_m {
  width: 85.3333333333%;
  margin-inline: auto;
}

.size_l {
  width: 92%;
  margin-inline: auto;
}

.title {
  display: grid;
  gap: 4px;
  justify-content: center;
  margin-bottom: 24px;
}
.title .tree {
  width: 32px;
  margin-inline: auto;
}
.title h2 {
  text-align: center;
  color: #006e38;
  font-size: 32px;
}

.grid {
  display: grid;
}
.grid.serivce_grid {
  gap: 56px;
  margin-bottom: 64px;
}
.grid.reason_grid {
  gap: 40px;
  padding-bottom: 64px;
  margin-bottom: 64px;
}
.grid.flow_grid {
  gap: 8px;
  margin-top: -56px;
  position: relative;
  margin-bottom: 32px;
}
.grid.voice_grid {
  gap: 12px;
  margin-bottom: 64px;
}
.grid.qa_grid {
  gap: 8px;
}

.fv_cta {
  margin-top: -220px;
  position: relative;
  z-index: 3;
}

.cta {
  position: relative;
  z-index: 3;
}
.cta .tel_btn {
  width: 275px;
  position: absolute;
  z-index: 4;
  translate: -50% 0;
  left: 50%;
  bottom: 12px;
}

.fv_bottom {
  margin: 12px 0;
}

.g_bg {
  background-color: #eaf3e0;
  position: relative;
  margin-top: 48px;
}
.g_bg:before {
  content: "";
  position: absolute;
  top: -48px;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: #eaf3e0;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.area {
  background-color: #fff;
  margin-top: -56px;
  position: relative;
  z-index: 2;
}

.wrong {
  margin: 48px auto 24px;
}

.flow_title {
  margin-top: 96px;
}

.voice {
  margin-top: 96px;
}

.qa {
  margin-top: 96px;
  padding-bottom: 48px;
  margin-bottom: 48px;
}

.footer {
  max-height: 600px;
  height: 70vh;
  display: grid;
  place-content: center;
}
.footer .company {
  font-size: 14px;
  text-align: center;
}
.footer .copy {
  font-size: 11px;
  text-align: center;
  padding-top: 80px;
}

@media screen and (max-width: 980px) {
  .sp_container {
    max-width: 500px;
    margin-inline: auto;
  }
  .fixed_btn {
    width: 320px;
    position: fixed;
    translate: -50% 0;
    left: 50%;
    bottom: 8px;
    z-index: 99;
  }
}
@media screen and (min-width: 981px) {
  a {
    transition: all 0.4s;
  }
  a:hover {
    scale: 1.03;
  }
  .fv_cta .tel_btn {
    width: 380px;
  }
  .sp_container {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .pc_fixed {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
  }
  .pc_fixed .bg_image {
    height: 100vh;
  }
  .pc_fixed .bg_image img {
    object-fit: cover;
    height: 100%;
    object-position: center;
  }
  .pc_index {
    position: absolute;
    width: fit-content;
    translate: -50% -50%;
    left: 50%;
    transform: translateX(-500px);
    top: 50%;
    z-index: 10;
    width: calc(50vw - 320px);
    max-width: 400px;
  }
  .pc_index_menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .pc_index_menu li a {
    display: grid;
    gap: 8px;
    font-size: min(20px, 1.3888888889vw);
    grid-template-columns: 24px auto;
    background-color: #fff;
    color: #006e38;
    border-radius: 100vmax;
    align-items: center;
    padding: 10px 24px 10px 16px;
  }
  .pc_fixed .cta {
    position: fixed;
    translate: -50% -50%;
    margin-left: 500px;
    left: 50%;
    top: 50%;
    right: 3.4722222222vw;
    width: calc(50% - 320px);
    max-width: 420px;
    transform-origin: left;
  }
}
@media screen and (min-width: 980px) and (max-width: 1400px) {
  .pc_index {
    max-width: 240px;
    left: 20px;
    translate: 0 -50%;
    transform: translateX(0);
  }
  .pc_fixed .cta {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */