@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.45;
  color: palette("basic", "text");
}
body.no-scroll {
  position: relative;
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ruby > rt {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

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

/* ヘッダー header */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 90px;
  padding: 0 60px 0 80px;
  margin: 0 auto;
  transition: 0.3s ease all;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 45px;
    padding: 0;
    background-color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  .l-header {
    padding: 0 15px;
  }
}
.l-header__logo {
  position: relative;
  z-index: 9;
  margin-top: 20px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    height: 100%;
    margin-top: 0;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
}
.l-header__logo a {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__logo a {
    padding: 8px 0;
  }
}
.l-header__logo a svg {
  width: auto;
  max-width: 100%;
  height: auto;
}
.l-header__logoIcon {
  display: flex;
  align-items: center;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .l-header__logoIcon {
    width: 28px;
    height: 100%;
  }
}
.l-header__logoTypo {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 140px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .l-header__logoTypo {
    color: #026d33;
    width: 80px;
  }
}
.l-header__logoTypo-text {
  width: 100%;
  height: auto;
  object-fit: contain;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .l-header__logoTypo-text {
    font-size: 2rem;
  }
}
.l-header__logoTypo-text-lg {
  display: block;
  font-size: 3rem;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .l-header__logoTypo-text-lg {
    display: none;
  }
}
.l-header__logoTypo-img-md {
  display: none;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .l-header__logoTypo-img-md {
    display: block;
  }
}
.l-header__logoTypoKana {
  display: block;
  width: fit-content;
  font-size: 12px;
  line-height: 1;
  color: #026d33;
}
@media screen and (max-width: 768px) {
  .l-header__logoTypoKana {
    font-size: 8px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    position: fixed;
    top: 45px;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100vh;
    padding: 80px 0;
    overflow-y: scroll;
    background: #026d33;
    -webkit-overflow-scrolling: touch;
  }
}
.l-header__list {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .l-header__list {
    display: block;
    padding-bottom: 0;
    mix-blend-mode: inherit;
  }
}
.l-header__list li {
  margin-left: 20px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .l-header__list li {
    margin-left: 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.44;
    text-align: center;
  }
  .l-header__list li:not(:last-child) {
    margin-bottom: 45px;
  }
}
.l-header__list li:first-child {
  margin-left: 0;
}
.l-header__list li.nav__contact {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__list li.nav__contact {
    display: block;
  }
  .l-header__list li.nav__contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 248px;
    height: 50px;
    margin: auto;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.44;
    color: #026d33;
    background-color: #fff;
  }
}
.l-header__list li a {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.l-header__list li a:hover {
  opacity: 0.7;
}
.l-header__sns {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
  }
  .l-header__sns li {
    margin: 0 25px;
  }
}
.l-header__sns i {
  color: #fff;
}
.l-header:not(.fixed) .l-header__logo svg path {
  fill: #fff !important;
}
.l-header:not(.fixed) .l-header__logoTypoKana {
  color: #fff;
}
.l-header.fixed {
  position: fixed;
  z-index: 999999;
  background-color: #fff;
}
.l-header.fixed .l-header__logo {
  margin-top: 0;
}
.l-header.fixed .nav__pc {
  color: #026d33;
}

.fa-facebook-f {
  font-size: 2.8rem;
}

.fa-house {
  font-size: 2rem;
}

.nav__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .nav__pc {
    display: none;
  }
}

.nav__sp {
  display: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .nav__sp {
    display: inline-block;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-hamburger {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 999;
    box-sizing: border-box;
    display: inline-block;
    display: block;
    width: 45px;
    height: 45px;
    transition: all 0.2s;
  }
  .c-hamburger span {
    position: absolute;
    left: 15px;
    box-sizing: border-box;
    display: inline-block;
    width: 25px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all 0.2s;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 18px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 24px;
    width: 14px;
  }
  .c-hamburger.is-active span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  .c-hamburger.is-active span:nth-of-type(2) {
    width: 25px;
    transform: translateY(0) rotate(45deg);
  }
}

.p-float__btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  max-width: 262px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .p-float__btn {
    bottom: 0;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 70px;
    background-color: #fff;
    transform: translateX(-50%);
  }
}
.p-float__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: 700;
  color: #026d33;
  letter-spacing: 0.07em;
  background-color: #fade5c;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-float__btn a {
    width: 94%;
    max-width: 360px;
    height: 50px;
    font-size: 1.4rem;
    border-bottom: 4px solid #c8b149;
    transition: none;
  }
}
.p-float__btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-float__btn a:hover {
    opacity: 1;
  }
}

/* フッター footer */
.l-footer {
  padding-top: 60px;
  background-color: #f3f1f1;
}
.l-footer__logo {
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    max-width: 235px;
    margin: 0 auto 30px;
    margin-bottom: 0;
  }
}
.l-footer__company_name {
  margin-bottom: 8px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer__company_name {
    font-size: 1rem;
  }
}
.l-footer__list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  border-bottom: 2px solid #fff;
}
.l-footer__list li {
  margin-left: 34px;
}
@media screen and (max-width: 768px) {
  .l-footer__list li {
    margin-left: 20px;
  }
}
.l-footer__list li a {
  position: relative;
  font-size: 1.6rem;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-footer__list li a {
    font-size: 1.3rem;
  }
}
.l-footer__list li a:hover {
  opacity: 0.7;
}
.l-footer__list li a .fa-chevron-right {
  margin-right: 2px;
  color: #026d33;
}

.c-copyLight {
  padding: 25px 0;
  font-size: 1.4rem;
  color: #9a9a9a;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-copyLight {
    padding: 10px 0 80px;
    font-size: 1rem;
  }
}

/* 共通項目 */
.c-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-ttl {
    margin-bottom: 40px;
  }
}
.c-ttl__en {
  font-size: 2rem;
  color: #6ec388;
}
@media screen and (max-width: 768px) {
  .c-ttl__en {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
.c-ttl__jp {
  margin-top: 15px;
  font-size: 4rem;
  color: #026d33;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-ttl__jp {
    margin-top: 4px;
    font-size: 1.8rem;
  }
}
.c-ttl::after {
  display: block;
  width: 48px;
  height: 4px;
  margin-top: 20px;
  content: "";
  background-image: repeating-linear-gradient(90deg, transparent, transparent 1px, rgb(110, 195, 136) 1px, rgb(110, 195, 136) 2px);
}
@media screen and (max-width: 768px) {
  .c-ttl::after {
    width: 20px;
    height: 3px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl img {
    width: 44px;
  }
}

.c-item__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .c-item__ttl {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}

.c-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-desc {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.c-lead {
  margin-bottom: 80px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-lead {
    margin-bottom: 40px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}

.l-wrap {
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .l-wrap {
    width: calc(100% - 30px);
  }
}

/* メインビジュアル */
.p-mv {
  position: relative;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-mv {
    padding: 50px 0;
  }
}
.p-mv::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  content: "";
  border-top: min(11.713vw, 160px) solid #026d33;
  border-right: 100vw solid transparent;
}
@media screen and (max-width: 768px) {
  .p-mv::before {
    top: 45px;
    border-top: 80px solid #026d33;
  }
}
.p-mv::after {
  position: absolute;
  bottom: 0;
  z-index: 99;
  content: "";
  border-bottom: min(11.713vw, 160px) solid #026d33;
  border-left: 100vw solid transparent;
}
@media screen and (max-width: 768px) {
  .p-mv::after {
    display: none;
  }
}
.p-mv__box {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-mv__box {
    z-index: 9;
    flex-direction: column-reverse;
    padding-top: 40px;
  }
  .p-mv__box::before {
    position: absolute;
    bottom: -70px;
    z-index: 99;
    display: block;
    width: 100%;
    padding: 220px 0;
    content: "";
    background-color: #026d33;
    transform: skewY(-12deg) translateY(90px) translateY(120px);
  }
}
.p-mv__txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 24%;
  padding-left: 40px;
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  .p-mv__txt {
    gap: 5px;
    width: 100%;
    padding-left: 0;
    color: #fff;
    text-align: center;
    transform: none;
  }
}
.p-mv__ttl {
  font-size: min(3.807vw, 5.2rem);
  font-weight: 700;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-mv__ttl {
    position: relative;
    z-index: 999;
    font-size: 3.2rem;
    line-height: 1.3;
  }
}
.p-mv__ttl span {
  display: block;
}
.p-mv__ttl span.p-mv__emphasis {
  position: relative;
  width: fit-content;
  padding: 8px 16px;
  font-size: 2rem;
  font-weight: bold;
  color: #026d33;
  text-align: center;
  background-color: #fade5c;
}
@media screen and (max-width: 768px) {
  .p-mv__ttl span.p-mv__emphasis {
    margin: 0 auto;
  }
}
.p-mv__ttl span.p-mv__emphasis::before {
  position: absolute;
  bottom: -8px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-color: #fade5c transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .p-mv__ttl span.p-mv__emphasis::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-mv__subTtl {
  font-size: 2.4rem;
  font-size: min(1.757vw, 2.4rem);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-mv__subTtl {
    position: relative;
    z-index: 99;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.p-mv__img {
  width: min(72.182vw, 986px);
  transform: translate(5.857vw, -25px);
}
@media screen and (max-width: 768px) {
  .p-mv__img {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 45px;
    transform: none;
  }
}
.p-mv__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-mv__sp {
    position: relative;
    z-index: 10;
    display: block;
    margin: 30px 0 10px;
    margin-top: 30px;
    font-size: 1.4rem;
    color: #fade5c;
    text-align: center;
  }
}
.p-mv__btn {
  position: absolute;
  right: 30px;
  bottom: 25px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(19.18vw, 262px);
  height: min(6.223vw, 85px);
  font-size: min(1.757vw, 2.4rem);
  font-weight: 700;
  color: #026d33;
  letter-spacing: 0.07em;
  background-color: #fade5c;
  border-bottom: 5px solid #c8b149;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-mv__btn {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: calc(100% - 30px);
    max-width: 360px;
    height: 60px;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 700;
    color: #026d33;
    letter-spacing: 0.1em;
    transition: none;
  }
}
.p-mv__btn span {
  font-size: 1.8rem;
  font-size: min(1.318vw, 1.8rem);
}
@media screen and (max-width: 768px) {
  .p-mv__btn span {
    display: none;
  }
}
.p-mv__btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-mv__btn:hover {
    opacity: 1;
  }
}
.p-mv__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.p-mv__video::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
}
.p-mv__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 導入企業様 */
.p-customer {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-customer {
    padding: 40px 0;
  }
}
.p-customer .c-item__ttl {
  margin-bottom: 40px;
  text-align: center;
}
.p-customer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 32px;
  justify-content: center;
}
.p-customer__list li {
  min-width: 160px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .p-customer__list li {
    min-width: 120px;
    height: 60px;
  }
}
.p-customer__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p-customer__list li a img {
  height: 100%;
  object-fit: contain;
}

/* 製品紹介動画 */
.p-movie {
  padding: 120px 0;
  background-color: #f3f1f1;
}
@media screen and (max-width: 768px) {
  .p-movie {
    padding: 40px 0;
  }
}
.p-movie__wrap {
  display: flex;
  justify-content: center;
}
.p-movie iframe {
  width: 100%;
  max-width: 768px;
  height: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .p-movie iframe {
    max-width: 100%;
  }
}

/* 特徴 */
.p-feature {
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .p-feature {
    padding: 40px 0;
  }
}
.p-feature__ttl {
  margin-bottom: 40px;
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .p-feature__ttl {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}
.p-feature__item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-feature__item {
    display: block;
  }
}
.p-feature__item .p-feature__img {
  width: 45%;
}
@media screen and (max-width: 992px) {
  .p-feature__item .p-feature__img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__item .p-feature__img {
    width: 100%;
  }
}
.p-feature__item .p-feature__txt {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .p-feature__item .p-feature__txt {
    width: 100%;
  }
}
.p-feature__item:not(:last-of-type) {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-feature__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.p-feature__item:nth-of-type(even) .p-feature__txt {
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  .p-feature__item:nth-of-type(even) .p-feature__txt {
    margin-left: 0;
  }
}
.p-feature__item:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.p-feature__item:nth-of-type(odd) .p-feature__txt {
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .p-feature__item:nth-of-type(odd) .p-feature__txt {
    margin-right: 0;
  }
}
.p-feature__box {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-feature__box {
    margin-top: 20px;
  }
  .p-feature__box img {
    width: 40px;
  }
}
.p-feature__box:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-feature__box:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-feature__box .box__wrap {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .p-feature__box .box__wrap {
    margin-left: 10px;
  }
}
.p-feature__box .c-item__ttl {
  margin-bottom: 5px;
}

/* 導入 */
.p-intro {
  padding: 160px 0;
  background-color: #f3f1f1;
}
@media screen and (max-width: 768px) {
  .p-intro {
    padding: 40px 0;
  }
}
.p-intro__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-intro__container {
    display: block;
  }
}
.p-intro__box {
  width: 46%;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .p-intro__box {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__box {
    width: 100%;
    margin-top: 40px;
  }
}
.p-intro__box.intro__before .p-intro__caption {
  background-color: #9a9a9a;
}
.p-intro__box.intro__after .p-intro__caption {
  background-color: #026d33;
}
.p-intro__box.intro__after .p-intro__item {
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-intro__box.intro__after .p-intro__item {
    display: block;
    text-align: center;
  }
}
.p-intro__box.intro__after .p-intro__item .c-item__ttl {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-intro__box.intro__after .p-intro__item .c-item__ttl {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}
.p-intro__box.intro__after .p-intro__item .c-desc {
  margin-left: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-intro__box.intro__after .p-intro__item .c-desc {
    text-align: left;
  }
}
.p-intro__box.intro__after .p-intro__item .item__desc {
  text-align: left;
}
.p-intro__box.intro__after .p-intro__item:not(:last-child)::after {
  bottom: 30px;
  border-top: 25px solid #026d33;
}
@media screen and (max-width: 768px) {
  .p-intro__box.intro__after .p-intro__item:not(:last-child)::after {
    bottom: 20px;
    left: 50%;
    border-top: 16px solid #026d33;
    transform: translateX(-50%);
  }
}
.p-intro__box.intro__after .p-intro__item:first-child {
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .p-intro__box.intro__after .p-intro__item:first-child {
    padding-bottom: 56px;
  }
}
.p-intro__box.intro__after .p-intro__item:nth-child(2) {
  padding-bottom: 108px;
}
@media screen and (max-width: 768px) {
  .p-intro__box.intro__after .p-intro__item:nth-child(2) {
    padding-bottom: 56px;
  }
}
.p-intro__caption {
  height: 80px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 80px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-intro__caption {
    height: 40px;
    font-size: 1.8rem;
    line-height: 40px;
  }
}
.p-intro__list {
  min-height: 1100px;
  padding: 30px 22px;
}
@media screen and (max-width: 768px) {
  .p-intro__list {
    min-height: auto;
    padding: 20px 25px;
  }
}
.p-intro__list .p-intro__item {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 135px 1fr;
}
@media screen and (max-width: 768px) {
  .p-intro__list .p-intro__item {
    grid-template-columns: 120px 1fr;
  }
}
.p-intro__list .p-intro__item:not(:last-child) {
  padding-bottom: 105px;
}
@media screen and (max-width: 768px) {
  .p-intro__list .p-intro__item:not(:last-child) {
    padding-bottom: 56px;
  }
}
.p-intro__list .p-intro__item:not(:last-child)::after {
  position: absolute;
  bottom: 40px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-top: 25px solid #8b8b80;
  border-right: 14px solid transparent;
  border-bottom: 0;
  border-left: 14px solid transparent;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-intro__list .p-intro__item:not(:last-child)::after {
    bottom: 20px;
    left: 50px;
    border-top: 16px solid #8b8b80;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    transform: none;
  }
}
.p-intro__list .p-intro__item:nth-child(2) {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-intro__list .p-intro__item:nth-child(2) {
    padding-bottom: 56px;
  }
}
.p-intro__list .c-item__ttl {
  grid-area: 1/2/2/3;
  margin-bottom: 5px;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .p-intro__list .c-item__ttl {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.p-intro__list .c-desc {
  grid-area: 2/2/3/3;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .p-intro__list .c-desc {
    grid-area: 2/1/3/3;
    margin-top: 5px;
    margin-left: 0;
  }
}
.p-intro__img {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 992px) {
  .p-intro__img {
    grid-area: 1/1/2/2;
    width: 120px;
  }
}

/* 導入者の声 */
.p-voice {
  padding: 160px 0;
  background-color: #fffcf1;
}
@media screen and (max-width: 768px) {
  .p-voice {
    padding: 40px 0;
  }
}
.p-voice .c-ttl {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-voice .c-ttl {
    margin-bottom: 15px;
  }
}
.p-voice__item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 58px 40px 58px 50px;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .p-voice__item {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__item {
    display: block;
    padding: 30px 25px;
  }
}
.p-voice__box {
  position: relative;
  width: calc(100% - 20px);
}
@media screen and (max-width: 768px) {
  .p-voice__box {
    width: 100%;
  }
}
.p-voice__box::before {
  position: absolute;
  bottom: -20px;
  left: 20px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: repeating-linear-gradient(123deg, transparent, transparent 3px, rgb(110, 195, 136) 3px, rgb(110, 195, 136) 5px);
}
@media screen and (max-width: 768px) {
  .p-voice__box::before {
    bottom: -10px;
    left: 0;
  }
}
.p-voice__box:nth-child(even) .p-voice__item {
  flex-direction: row-reverse;
  padding: 58px 50px 58px 40px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-voice__box:nth-child(even) .p-voice__item {
    padding: 30px 25px;
    margin-top: 50px;
  }
}
.p-voice__movie {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-voice__movie {
    width: 100%;
  }
}
.p-voice__movie .movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 64.2%;
}
.p-voice__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-voice__txt {
  width: 51%;
}
@media screen and (max-width: 768px) {
  .p-voice__txt {
    width: 100%;
    margin-top: 10px;
  }
}
.p-voice__name {
  padding: 0 10px;
  margin: 5px 0 10px;
  font-size: 1.6rem;
  color: #fff;
  text-align: right;
  letter-spacing: 0.04em;
  background-color: #026d33;
}
@media screen and (max-width: 768px) {
  .p-voice__name {
    padding: 0 5px;
    margin: 5px 0;
    font-size: 1.2rem;
    text-align: right;
  }
}

/* 機能比較 */
.p-compare {
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .p-compare {
    padding: 40px 0;
  }
}
.p-compare__tb {
  width: 100%;
  max-width: 794px;
  margin: 0 auto;
  table-layout: fixed;
}
.p-compare__tb th,
.p-compare__tb td {
  height: 60px;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #026d33;
}
@media screen and (max-width: 768px) {
  .p-compare__tb th,
  .p-compare__tb td {
    height: 50px;
    padding: 12px 10px;
  }
}
.p-compare__tb th {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-compare__tb th {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
.p-compare__tb td {
  font-size: 1.4rem;
}
.p-compare__tb thead th {
  padding: 8px;
  font-size: 2.4rem;
  color: #9a9a9a;
}
@media screen and (max-width: 768px) {
  .p-compare__tb thead th {
    padding: 0;
    font-size: 1.6rem;
  }
}
.p-compare__tb thead th.no__th {
  border: none;
}
.p-compare__tb thead th.tb__st {
  color: #000b05;
  background-color: #fade5c;
}
@media screen and (max-width: 768px) {
  .p-compare__tb thead th.tb__st {
    color: #000b05;
    background-color: #fade5c;
  }
}
.p-compare__tb .c-headline {
  height: auto;
  font-size: 1.4rem;
  line-height: inherit;
  text-align: center;
  background-color: #026d33;
}
@media screen and (max-width: 768px) {
  .p-compare__tb .c-headline {
    height: auto;
    padding: 0;
    font-size: 1.2rem;
  }
}
.p-compare__tb .c-headline th,
.p-compare__tb .c-headline td {
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-compare__tb .c-headline th,
  .p-compare__tb .c-headline td {
    padding: 4px 0;
  }
}
.p-compare__tb .c-headline th {
  color: #fff;
}
.p-compare__tb tbody th {
  color: #026d33;
}
@media screen and (max-width: 768px) {
  .p-compare__tb tbody th {
    line-height: 1.2;
  }
}
.p-compare__tb tbody td {
  font-size: 1.2rem;
  color: #9a9a9a;
}
@media screen and (max-width: 768px) {
  .p-compare__tb tbody td {
    font-size: 1rem;
  }
}
.p-compare__tb tbody td.c-circle::before {
  display: block;
  width: 23px;
  height: 23px;
  margin: 0 auto;
  content: "";
  background: url("/static/images/lp_shift_ai/icon_circle.svg") no-repeat top left/100%;
}
.p-compare__tb tbody td.c-triangle::before {
  display: block;
  width: 23px;
  height: 23px;
  margin: 0 auto;
  content: "";
  background: url("/static/images/lp_shift_ai/icon_triangle.svg") no-repeat top left/100%;
}
.p-compare__tb tbody td.c-cross::before {
  display: block;
  width: 23px;
  height: 23px;
  margin: 0 auto;
  content: "";
  background: url("/static/images/lp_shift_ai/icon_cross.svg") no-repeat top left/100%;
}
.p-compare__tb tbody td.tb__st {
  color: #000b05;
  background-color: #fade5c;
}
.p-compare__tb tbody td.tb__st.c-circle::before {
  background: url("/static/images/lp_shift_ai/icon_circle_st.svg") no-repeat top left/100%;
}

/* 利用料金 */
.p-fees {
  padding: 160px 0;
  background-color: #f3f1f1;
}
@media screen and (max-width: 768px) {
  .p-fees {
    padding: 40px 0;
  }
}
.p-fees__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-fees__container {
    display: block;
  }
}
.p-fees__container .c-notice {
  margin-top: 8px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-fees__container .c-notice {
    font-size: 1.2rem;
  }
}
.p-fees__box {
  width: 45%;
  min-height: 520px;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .p-fees__box {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-fees__box {
    width: 100%;
    min-height: auto;
  }
}
.p-fees__box.fees__trial {
  padding: 25px 35px;
}
@media screen and (max-width: 992px) {
  .p-fees__box.fees__trial {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-fees__box.fees__trial {
    padding: 20px 18px 30px;
  }
}
.p-fees__box.fees__trial .p-fees__ttl .colorTtl {
  background-color: #fade5c;
}
.p-fees__box.fees__monthly {
  padding: 25px 40px 25px 48px;
}
@media screen and (max-width: 992px) {
  .p-fees__box.fees__monthly {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-fees__box.fees__monthly {
    padding: 20px 20px 10px;
    margin-top: 30px;
  }
}
.p-fees__box.fees__monthly .p-fees__ttl .colorTtl {
  color: #fff;
  background-color: #026d33;
}
.p-fees__box.fees__monthly .p-fees__price {
  margin-top: 15px;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
.p-fees__box.fees__monthly .p-fees__price .num {
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .p-fees__box.fees__monthly .p-fees__price .num {
    padding-left: 12px;
    letter-spacing: 0;
  }
}
.p-fees__box.fees__monthly .p-fees__price small {
  padding-left: 18px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-fees__box.fees__monthly .p-fees__price small {
    padding-left: 14px;
    font-size: 2rem;
  }
}
.p-fees__ttl {
  text-align: center;
}
.p-fees__ttl .subTtl {
  font-size: 1.4rem;
  color: #9a9a9a;
}
@media screen and (max-width: 768px) {
  .p-fees__ttl .subTtl {
    font-size: 1.2rem;
  }
}
.p-fees__ttl .colorTtl {
  display: block;
  height: 50px;
  margin-top: 10px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.05em;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p-fees__ttl .colorTtl {
    height: 40px;
    font-size: 1.8rem;
    line-height: 40px;
  }
}
.p-fees__price {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 7rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-fees__price {
    margin-bottom: 20px;
    font-size: 5rem;
    white-space: inherit;
  }
}
.p-fees__price .num {
  display: inline-block;
  font-family: Oswald, sans-serif;
  font-size: 9.6rem;
  font-weight: 500;
  transform: scale(1.2, 1);
}
@media screen and (max-width: 768px) {
  .p-fees__price .num {
    font-size: 6.6rem;
  }
}
.p-fees__lead {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-fees__lead {
    font-size: 1.3rem;
  }
}
.p-fees__check {
  margin-top: 20px;
}
.p-fees__check li {
  display: flex;
  align-items: flex-start;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-fees__check li {
    font-size: 1.3rem;
  }
}
.p-fees__check li:not(:last-child) {
  margin-bottom: 10px;
}
.p-fees__check li img {
  display: inline-block;
  width: 26px;
  min-width: 26px;
  height: 26px;
  margin-right: 6px;
}
.p-fees__check-bold {
  margin-inline-end: 1rem;
  font-weight: 700;
}
.p-fees__check-small {
  font-size: 1rem;
}
.p-fees__basic li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-fees__basic li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-fees__basic li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.p-fees__basic li .basic__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 190px;
  height: 42px;
  margin-right: 10px;
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
  color: #026d33;
  border: 3px solid #026d33;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-fees__basic li .basic__ttl {
    max-width: 146px;
    height: 34px;
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
.p-fees__basic li .basic__price {
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 0.8;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-fees__basic li .basic__price {
    font-size: 2rem;
    font-weight: 700;
  }
}
.p-fees__basic li .basic__price .num {
  display: inline-block;
  font-family: Oswald, sans-serif;
  font-size: 5.4rem;
  font-weight: 500;
  transform: scale(1.2, 1);
}
@media screen and (max-width: 768px) {
  .p-fees__basic li .basic__price .num {
    padding-left: 2px;
    font-size: 3.6rem;
  }
}

/* お問い合わせ */
.lp-form-text {
  font-size: 1.4rem;
  margin-bottom: 24px;
  text-align: center;
}
.lp-form-text a {
  color: #e86560;
  text-decoration: underline;
}
.lp-form-text a:hover {
  opacity: 0.7;
}

.p-contact {
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 40px 0 120px;
  }
}
.p-contact__form,
.p-contact .lp-form {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
}
.p-contact__form .required,
.p-contact .lp-form .required {
  display: inline-block;
  margin-left: 4px;
  font-size: 1.4rem;
  color: #e86560;
}
@media screen and (max-width: 768px) {
  .p-contact__form .required,
  .p-contact .lp-form .required {
    font-size: 1rem;
  }
}
.p-contact__tb,
.p-contact .lp-form-field {
  width: 100%;
}
.p-contact__tb tr:not(:first-child),
.p-contact .lp-form-field tr:not(:first-child) {
  display: block;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-contact__tb tr:not(:first-child),
  .p-contact .lp-form-field tr:not(:first-child) {
    margin-top: 30px;
  }
}
.p-contact__tb th,
.p-contact__tb td,
.p-contact__tb select,
.p-contact__tb .lp-form-label,
.p-contact__tb .lp-form-field-input,
.p-contact .lp-form-field th,
.p-contact .lp-form-field td,
.p-contact .lp-form-field select,
.p-contact .lp-form-field .lp-form-label,
.p-contact .lp-form-field .lp-form-field-input {
  display: block;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-contact__tb th,
  .p-contact__tb td,
  .p-contact__tb select,
  .p-contact__tb .lp-form-label,
  .p-contact__tb .lp-form-field-input,
  .p-contact .lp-form-field th,
  .p-contact .lp-form-field td,
  .p-contact .lp-form-field select,
  .p-contact .lp-form-field .lp-form-label,
  .p-contact .lp-form-field .lp-form-field-input {
    font-size: 1.3rem;
  }
}
.p-contact__tb td,
.p-contact__tb .lp-form-label,
.p-contact__tb .lp-form-field-input,
.p-contact .lp-form-field td,
.p-contact .lp-form-field .lp-form-label,
.p-contact .lp-form-field .lp-form-field-input {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact__tb td,
  .p-contact__tb .lp-form-label,
  .p-contact__tb .lp-form-field-input,
  .p-contact .lp-form-field td,
  .p-contact .lp-form-field .lp-form-label,
  .p-contact .lp-form-field .lp-form-field-input {
    margin-top: 5px;
  }
}
.p-contact__tb td select,
.p-contact__tb .lp-form-label select,
.p-contact__tb .lp-form-field-input select,
.p-contact .lp-form-field td select,
.p-contact .lp-form-field .lp-form-label select,
.p-contact .lp-form-field .lp-form-field-input select {
  width: 100%;
  padding: 20px;
  appearance: none;
  background-color: #f3f1f1;
}
.p-contact__tb td input[type=text], .p-contact__tb td input[type=tel], .p-contact__tb td input[type=email],
.p-contact__tb .lp-form-label input[type=text],
.p-contact__tb .lp-form-label input[type=tel],
.p-contact__tb .lp-form-label input[type=email],
.p-contact__tb .lp-form-field-input input[type=text],
.p-contact__tb .lp-form-field-input input[type=tel],
.p-contact__tb .lp-form-field-input input[type=email],
.p-contact .lp-form-field td input[type=text],
.p-contact .lp-form-field td input[type=tel],
.p-contact .lp-form-field td input[type=email],
.p-contact .lp-form-field .lp-form-label input[type=text],
.p-contact .lp-form-field .lp-form-label input[type=tel],
.p-contact .lp-form-field .lp-form-label input[type=email],
.p-contact .lp-form-field .lp-form-field-input input[type=text],
.p-contact .lp-form-field .lp-form-field-input input[type=tel],
.p-contact .lp-form-field .lp-form-field-input input[type=email] {
  width: 100%;
  padding: 20px;
  appearance: none;
  background-color: #f3f1f1;
  outline: none;
}
@media screen and (max-width: 768px) {
  .p-contact__tb td input[type=text], .p-contact__tb td input[type=tel], .p-contact__tb td input[type=email],
  .p-contact__tb .lp-form-label input[type=text],
  .p-contact__tb .lp-form-label input[type=tel],
  .p-contact__tb .lp-form-label input[type=email],
  .p-contact__tb .lp-form-field-input input[type=text],
  .p-contact__tb .lp-form-field-input input[type=tel],
  .p-contact__tb .lp-form-field-input input[type=email],
  .p-contact .lp-form-field td input[type=text],
  .p-contact .lp-form-field td input[type=tel],
  .p-contact .lp-form-field td input[type=email],
  .p-contact .lp-form-field .lp-form-label input[type=text],
  .p-contact .lp-form-field .lp-form-label input[type=tel],
  .p-contact .lp-form-field .lp-form-label input[type=email],
  .p-contact .lp-form-field .lp-form-field-input input[type=text],
  .p-contact .lp-form-field .lp-form-field-input input[type=tel],
  .p-contact .lp-form-field .lp-form-field-input input[type=email] {
    padding: 20px 10px;
    margin-bottom: 0;
  }
}
.p-contact__tb td input[type=text]::placeholder, .p-contact__tb td input[type=tel]::placeholder, .p-contact__tb td input[type=email]::placeholder, .p-contact__tb td input[type=number]::placeholder,
.p-contact__tb .lp-form-label input[type=text]::placeholder,
.p-contact__tb .lp-form-label input[type=tel]::placeholder,
.p-contact__tb .lp-form-label input[type=email]::placeholder,
.p-contact__tb .lp-form-label input[type=number]::placeholder,
.p-contact__tb .lp-form-field-input input[type=text]::placeholder,
.p-contact__tb .lp-form-field-input input[type=tel]::placeholder,
.p-contact__tb .lp-form-field-input input[type=email]::placeholder,
.p-contact__tb .lp-form-field-input input[type=number]::placeholder,
.p-contact .lp-form-field td input[type=text]::placeholder,
.p-contact .lp-form-field td input[type=tel]::placeholder,
.p-contact .lp-form-field td input[type=email]::placeholder,
.p-contact .lp-form-field td input[type=number]::placeholder,
.p-contact .lp-form-field .lp-form-label input[type=text]::placeholder,
.p-contact .lp-form-field .lp-form-label input[type=tel]::placeholder,
.p-contact .lp-form-field .lp-form-label input[type=email]::placeholder,
.p-contact .lp-form-field .lp-form-label input[type=number]::placeholder,
.p-contact .lp-form-field .lp-form-field-input input[type=text]::placeholder,
.p-contact .lp-form-field .lp-form-field-input input[type=tel]::placeholder,
.p-contact .lp-form-field .lp-form-field-input input[type=email]::placeholder,
.p-contact .lp-form-field .lp-form-field-input input[type=number]::placeholder {
  color: #a0a0a0;
}
.p-contact__tb td textarea,
.p-contact__tb .lp-form-label textarea,
.p-contact__tb .lp-form-field-input textarea,
.p-contact .lp-form-field td textarea,
.p-contact .lp-form-field .lp-form-label textarea,
.p-contact .lp-form-field .lp-form-field-input textarea {
  width: 100%;
  height: 250px;
  padding: 20px;
  resize: vertical;
  background-color: #f3f1f1;
}
@media screen and (max-width: 768px) {
  .p-contact__tb td textarea,
  .p-contact__tb .lp-form-label textarea,
  .p-contact__tb .lp-form-field-input textarea,
  .p-contact .lp-form-field td textarea,
  .p-contact .lp-form-field .lp-form-label textarea,
  .p-contact .lp-form-field .lp-form-field-input textarea {
    height: 200px;
    padding: 20px 10px;
  }
}
.p-contact__tb td textarea::placeholder,
.p-contact__tb .lp-form-label textarea::placeholder,
.p-contact__tb .lp-form-field-input textarea::placeholder,
.p-contact .lp-form-field td textarea::placeholder,
.p-contact .lp-form-field .lp-form-label textarea::placeholder,
.p-contact .lp-form-field .lp-form-field-input textarea::placeholder {
  line-height: 1.6;
  color: #a0a0a0;
}
.p-contact__tb td input:focus,
.p-contact__tb td textarea:focus,
.p-contact__tb td select:focus,
.p-contact__tb .lp-form-label input:focus,
.p-contact__tb .lp-form-label textarea:focus,
.p-contact__tb .lp-form-label select:focus,
.p-contact__tb .lp-form-field-input input:focus,
.p-contact__tb .lp-form-field-input textarea:focus,
.p-contact__tb .lp-form-field-input select:focus,
.p-contact .lp-form-field td input:focus,
.p-contact .lp-form-field td textarea:focus,
.p-contact .lp-form-field td select:focus,
.p-contact .lp-form-field .lp-form-label input:focus,
.p-contact .lp-form-field .lp-form-label textarea:focus,
.p-contact .lp-form-field .lp-form-label select:focus,
.p-contact .lp-form-field .lp-form-field-input input:focus,
.p-contact .lp-form-field .lp-form-field-input textarea:focus,
.p-contact .lp-form-field .lp-form-field-input select:focus {
  outline: 1px solid #026d33;
}
.p-contact__policy {
  margin-top: 50px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-contact__policy {
    margin-top: 30px;
    font-size: 1.3rem;
  }
}
.p-contact__policy a {
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #000b05;
  transition: opacity 0.3s ease;
}
.p-contact__policy a:hover {
  opacity: 0.7;
}
.p-contact__check {
  margin-top: 20px;
}
.p-contact__check input[type=checkbox] {
  display: none;
}
.p-contact__check .check__txt {
  position: relative;
  padding: 0 0 0 34px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-contact__check .check__txt {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 28px;
  }
}
.p-contact__check .check__txt::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  border: 3px solid #026d33;
}
.p-contact__check label:has(input[type=checkbox]:checked) .check__txt::after {
  position: absolute;
  top: 6px;
  left: 9px;
  display: block;
  width: 7px;
  height: 14px;
  content: "";
  border-right: 3px solid #026d33;
  border-bottom: 3px solid #026d33;
  transform: rotate(40deg);
}
.p-contact__btn,
.p-contact .lp-form-btn {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-contact__btn,
  .p-contact .lp-form-btn {
    margin-top: 30px;
  }
}
.p-contact__btn button,
.p-contact__btn .submitBtn,
.p-contact .lp-form-btn button,
.p-contact .lp-form-btn .submitBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 410px;
  height: 85px;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #026d33;
  border-bottom: 5px solid #003418;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-contact__btn button,
  .p-contact__btn .submitBtn,
  .p-contact .lp-form-btn button,
  .p-contact .lp-form-btn .submitBtn {
    height: 60px;
    font-size: 2rem;
  }
}
.p-contact__btn button:hover,
.p-contact__btn .submitBtn:hover,
.p-contact .lp-form-btn button:hover,
.p-contact .lp-form-btn .submitBtn:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=lp_shift_ai_style.css.map */
