@charset "UTF-8";
/* =============================
AS-200LP用CSS
============================= */
/*-------------------------------------------
ALL
-------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
*,
h1, h2 {
  font-family: "Noto Sans CJK JP", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
.site-header {
  background: #fff;
}

.site-header-inline {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

.main-navigation {
  display: none;
}

.site-header-nav1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-logo {
  max-width: 300px;
}

.contact_area_lp {
  position: revert;
  width: revert;
  height: revert;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.lp-phone_area_button {
  background-color: #fff !important;
  color: #333 !important;
  border-radius: 10px;
  display: block;
  width: 150px;
  text-align: center;
  margin: 5px;
  font-size: 0.8rem;
  padding: 1rem 0rem 1rem 0rem;
  border-radius: 100vh;
}
.lp-phone_area_button span {
  font-size: 1rem;
}

.lp-phone_area_button:hover {
  opacity: 0.7;
}

.lp-catalog_area_button {
  background-color: #00A42C !important;
  color: #fff !important;
  display: flex;
  width: 150px;
  text-align: center;
  margin: 5px;
  font-size: 0.9rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 0rem 1rem 0rem;
  border-radius: 100vh;
}

.lp-catalog_area_button:hover {
  background-color: #fff !important;
  color: #00A42C !important;
  border: 1px solid #00A42C;
}

.lp-contact_area_button {
  background-color: #333 !important;
  color: #fff !important;
  display: flex;
  width: 150px;
  text-align: center;
  margin: 5px;
  font-size: 0.9rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 0rem 1rem 0rem;
  border-radius: 100vh;
}

.lp-contact_area_button:hover {
  background-color: #fff !important;
  color: #333 !important;
  border: 1px solid #333;
}

@media (width < 768px) {
  .contact_area_lp {
    display: none;
  }
  .site-logo {
    max-width: 250px;
  }
}
/*-------------------------------------------
CTA
-------------------------------------------*/
.lp-cta-bg {
  padding: 100px 30px;
  margin: 0 auto;
  background: #eee;
}

.lp-cta-wrap {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/*-------------------------------------------
ファーストビュー
-------------------------------------------*/
.lp-fv-bg {
  margin-bottom: 50px;
}

#lp-fv {
  padding: 0 20px;
}

.lp-fv-wrap {
  max-width: 1060px;
  margin: 0 auto;
}

.lp-fv-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  height: 80vh;
}

.lp-fv__text .lp-fv__concept {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.lp-fv__text .lp-fv__concept--en {
  font-size: 1.3rem;
  overflow-wrap: break-word;
}
.lp-fv__text .lp-fv__title {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
.lp-fv__text .lp-fv__copy {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.lp-fv-btn,
a.lp-fv-btn {
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  box-sizing: border-box;
}

.lp-fv-btn-wrap {
  display: flex;
  align-items: center;
}

a.lp-fv-btn-a {
  width: 80%;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  padding: 0.5rem 2rem 1rem;
  color: #fff;
  background: #00A42C;
  box-shadow: 0 5px 0 #03743A;
}
a.lp-fv-btn-a span {
  font-size: 0.9rem;
  font-weight: 700;
  position: absolute;
  top: -10px;
  left: calc(50% - 120px);
  display: block;
  padding: 0.2rem 2rem;
  color: #00A42C;
  border: 2px solid #00A42C;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.lp-fv-btn-a:hover {
  transform: translate(0, 3px);
  color: #fff;
  background: #03743A;
  box-shadow: 0 2px 0 #03743A;
  color: #fff;
}

a.lp-fv-btn-a:hover:before {
  left: 2rem;
}

.lp-fv__img {
  width: 100%;
  text-align: center;
}

@media (width < 1301px) {
  .lp-fv-inner {
    height: 100vh;
  }
}
@media (width < 768px) {
  #lp-fv .lp-fv-inner {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
  #lp-fv .lp-fv__text {
    order: 2;
  }
  .lp-fv__img {
    order: 1;
    margin-bottom: 30px;
  }
  .lp-fv__text .lp-fv__concept {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .lp-fv__text .lp-fv__title {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .lp-fv__text .lp-fv__copy {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  a.lp-fv-btn-a {
    width: 100%;
  }
}
/*-------------------------------------------
課題提起
-------------------------------------------*/
#lp-issue {
  margin-bottom: 50px;
  padding: 0 20px 50px;
}

.lp-issue-wrap {
  max-width: 1060px;
  margin: 0 auto;
}
.lp-issue-wrap h2 {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  padding: 50px 0;
}

.lp-issue-inline {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.lp-issue-item .lp-issue-item__text {
  font-size: 1.2rem;
}

.lp-issue-item__img img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
}

.triangle {
  position: relative;
  background: #fff;
}

.triangle::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}

@media (width < 768px) {
  .lp-issue-inline {
    grid-template-columns: 1fr;
  }
  .lp-issue-wrap h2 {
    font-size: 1.5rem;
  }
}
/*-------------------------------------------
解決方法
-------------------------------------------*/
#lp-solution {
  background: #333;
  color: #fff;
  padding: 100px 20px;
}

.lp-solution-wrap {
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}
.lp-solution-wrap .lp-solution__txt {
  font-size: 2.5rem;
  font-weight: 900;
  padding: 50px 0 30px;
  white-space: pre-line;
}

@media (width < 768px) {
  .lp-solution-wrap .lp-solution__txt {
    font-size: 1.5rem;
    white-space: normal;
  }
}
/*-------------------------------------------
メリット
-------------------------------------------*/
#lp-merit {
  padding: 50px 20px;
}

.lp-merit-wrap {
  max-width: 1060px;
  margin: 0 auto;
}
.lp-merit-wrap h2 {
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
  padding: 50px 0;
}

.lp-merit-block .lp-merit-block__head {
  font-size: 2.5rem;
  font-weight: 900;
  padding-bottom: 30px;
  text-indent: -1em;
  padding-left: 1em;
}
.lp-merit-block .lp-merit-block__txt {
  font-size: 1.2rem;
}
.lp-merit-block img {
  padding: 50px 0;
}

.lp-merit-block-flex__head {
  display: flex;
}

.dli-check-circle {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #00A42C;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}

.dli-check-circle > span {
  width: 0.58em;
  height: 0.261em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (width < 768px) {
  .lp-merit-block .lp-merit-block__head {
    font-size: 1.3rem;
  }
  .lp-merit-wrap h2 {
    font-size: 1.5rem;
  }
}
/*-------------------------------------------
比較表
-------------------------------------------*/
#lp-comparison {
  padding: 50px 20px;
}

.lp-comparison-wrap {
  max-width: 1060px;
  margin: 0 auto 100px;
  text-align: center;
}
.lp-comparison-wrap h2 {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  padding: 50px 0 0;
}
.lp-comparison-wrap .lp-comparison__subhead {
  font-size: 1.2rem;
  text-align: center;
  padding: 0 0 100px;
}

.lp-comparison-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 850px;
  width: 100%;
  margin: 0 0 0 auto;
  margin-bottom: 50px;
}
.lp-comparison-img img {
  width: 300px;
}

.lp-comparison-img img {
  text-align: right;
}

tr {
  word-break: break-word;
}

tr th {
  background-color: #fff;
  font-weight: 900;
}

th, th, td {
  border: solid 1px; /* 枠線指定 */
  width: 100%;
  height: 100%;
  padding-left: 0.5rem;
}

tr th:nth-of-type(1) {
  background-color: #fff;
}

tr td:nth-of-type(1) {
  background-color: #fff;
}

tr th:nth-of-type(2),
tr td:nth-of-type(2) {
  background-color: #E9FFF0;
  color: #FF0000;
  border: #333 1px solid;
}

tr th:nth-of-type(3),
tr td:nth-of-type(3) {
  background-color: #eee;
}

tr th:nth-of-type(4),
tr td:nth-of-type(4) {
  background-color: #eee;
}

tr th:nth-of-type(5),
tr td:nth-of-type(5) {
  background-color: #eee;
}

tr th:nth-child(1) {
  background-color: #fff !important;
  text-align: center;
}

table {
  border-collapse: collapse; /* セルの線を重ねる */
  width: 100%; /* 幅指定 */
  table-layout: fixed; /* セルの幅計算指定 */
}

@media (width < 968px) {
  .lp-comparison-img {
    display: none;
  }
  .lp-comparison-wrap .lp-comparison__subhead {
    padding: 0 0 50px;
  }
}
@media (width < 768px) {
  .lp-comparison-table-wrap {
    overflow-x: scroll;
  }
  .lp-comparison-wrap h2 {
    font-size: 1.5rem;
  }
}
/*-------------------------------------------
関連動画
-------------------------------------------*/
#lp-video {
  padding: 50px 20px;
  background: #eee;
}

.lp-video-wrap {
  max-width: 1060px;
  margin: 0 auto;
}
.lp-video-wrap h2 {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  padding: 50px 0;
}

.product-movie__inner {
  display: flex;
  align-items: center;
}

.product-movie__thum {
  margin-bottom: 30px;
}

.product-movie__thum ul {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  justify-content: space-evenly;
}

.product-movie__thum li {
  width: 100%;
  text-align: center;
}

.product-movie__title {
  font-weight: bold;
  padding-top: 20px;
}

.lp-comparison-oc-txt {
  font-size: 1.2rem;
  margin-bottom: 50px;
  text-align: left;
}

.lp-comparison-oc-title {
  font-size: 1.2rem;
}

.lp-comparison-oc-cap {
  font-size: 1.2rem;
}

.lp-comparison-oc-inline {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin: 0 auto;
}
.lp-comparison-oc-inline .lp-comparison-oc-item {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.lp-comparison-oc-inline img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

@media (width < 768px) {
  .lp-comparison-oc-inline {
    grid-template-columns: 1fr;
  }
  .lp-video-wrap h2 {
    font-size: 1.5rem;
  }
  .product-movie__thum li {
    width: 100%;
  }
}
/*-------------------------------------------
よくあるご質問
-------------------------------------------*/
#lp-qa {
  padding: 50px 20px;
}

.lp-qa-wrap {
  max-width: 1060px;
  margin: 0 auto;
}
.lp-qa-wrap h2 {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  padding: 50px 0;
}

@media (width < 768px) {
  .lp-qa-wrap h2 {
    font-size: 1.5rem;
  }
}
/*-------------------------------------------
ダウンロードフォーム
-------------------------------------------*/
form.form .form-row {
  background: #eee !important;
}

#lp-dl {
  padding: 50px 20px 0;
  background: #eee;
}

.lp-dl-wrap {
  max-width: 1060px;
  margin: 0 auto;
}
.lp-dl-wrap h2 {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  padding: 50px 0;
}

.lp-dl-inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.lp-dl-block {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  text-align: center;
}
.lp-dl-block img {
  margin-bottom: 50px;
  max-width: 300px;
}

.lp-dl-block__txt {
  background: #fff;
  padding: 20px 40px;
  font-size: 0.9rem;
  border-radius: 5px;
  text-align: left;
}
.lp-dl-block__txt ul li {
  list-style: disc;
}

@media (width < 768px) {
  .lp-dl-inline {
    grid-template-columns: 1fr;
  }
  .lp-dl-wrap h2 {
    font-size: 1.5rem;
  }
}
/*-------------------------------------------
お問い合わせ
-------------------------------------------*/
#lp-contact {
  padding: 50px 20px;
  background: #eee;
}

.lp-contact-wrap {
  max-width: 1060px;
  margin: 0 auto;
}

.lp-contact-button {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  margin: 0 auto;
  align-items: center;
}
.lp-contact-button .lp-contact-button__contact {
  background: #333;
  color: #fff;
  padding: 30px 0;
  max-width: 400px;
  width: 100%;
  height: 90px;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  font-size: 1.2rem;
  border: 1px solid #333;
}
.lp-contact-button .lp-contact-button__phone {
  background: #fff;
  color: #333;
  padding: 20px 0;
  max-width: 400px;
  width: 100%;
  height: 90px;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  font-size: 1.2rem;
  border: 1px solid #333;
}
.lp-contact-button .lp-contact-button__phone span {
  display: block;
  font-size: 0.9rem;
}

.lp-contact-button__contact:hover {
  background: #fff;
  color: #333;
}

.lp-contact-button__phone:hover {
  opacity: 0.7;
}

@media (width < 768px) {
  .lp-contact-button {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/* =============================
プログラム部分用CSS
============================= */
/*-------------------------------------------
モーダルウインドウ
-------------------------------------------*/
/* モーダルを開くボタン */
.product-movie__modal--trigger:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* モーダル本体 */
.modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.modal-layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}

.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  background: transparent;
}

.modal-inner {
  position: relative;
  height: 100%;
  padding: 80px 20px 20px;
}

/* モーダルを閉じるボタン */
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
}

.modal-close:hover {
  opacity: 0.6;
}

.modal-close:before,
.modal-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}

.modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.modal-text {
  text-align: center;
} 
/*-------------------------------------------
FAQ
-------------------------------------------*/
.faq-wrap {
  max-width: 100vw;
  width: 100%;
  background: #eee;
  padding: 30px 0;
  margin: 0 auto;
}

.faq-list {
  font-size: 1.3rem;
  margin: 0 10px;
}

.faq-list__toggle--q,
.faq-list__toggle--a {
  position: relative;
  display: flex;
  width: calc(100% - 2rem);
  padding: 0 50px;
}

.faq-list__toggle {
  position: relative;
  cursor: pointer;
  background: #fff;
  margin-bottom: 30px;
  padding: 15px 10px 10px;
  border-radius: 30px;
  font-weight: bold;
}
.faq-list__toggle p {
  margin-bottom: 0;
}

.faq-list__toggle--a {
  margin-top: 20px;
}

.faq-list__toggle--q .q::before {
  display: block;
  background: #222;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  border-radius: 100%;
  width: 1.8em;
  height: 1.8em;
  margin-right: 15px;
}

.faq-list__toggle--q .q::before {
  content: "Q";
}

.faq-list__toggle--a .a::before {
  display: block;
  background: #eee;
  color: #222;
  font-weight: bold;
  text-align: center;
  line-height: 1.8em;
  border-radius: 100%;
  width: 1.8em;
  height: 1.8em;
  margin-right: 15px;
}

.faq-list__toggle--a .a::before {
  content: "A";
}

.faq-list__toggle--a a {
  display: contents;
}

.faq-list__toggle--q.down::before {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
}

.faq-list__toggle--q.up:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  right: 15px;
}

.faq-list__toggle--link:hover {
  color: #0082FE;
  opacity: 0.7;
}

.faq-list__toggle--open {
  display: none;
  margin: 0 auto;
  width: 100%;
}

@media (width < 768px) {
  .faq-list__toggle--q,
  .faq-list__toggle--a {
    padding: 0 0;
  }
  .faq-list__toggle--q.down::before {
    content: "";
    right: -20px;
  }
  .faq-list__toggle--q.up:before {
    content: "";
    right: -20px;
  }
  .faq-list {
    font-size: 1rem;
  }
}
/*-------------------------------------------
アニメーション
-------------------------------------------*/
/* フェードインさせる要素 */
/* 下から上に */
.fadeInTop {
  opacity: 0; /* 最初は非表示にしておく */
  transform: translateY(100px); /* 予め要素を下に配置 */
  transition: all 1.5s; /* 動きを滑らかに */
}

/* 上から下に */
.fadeInBottom {
  opacity: 0; /* 最初は非表示にしておく */
  transform: translateY(-100px); /* 予め要素を上に配置 */
  transition: all 1.5s; /* 動きを滑らかに */
}

/* 右から左に */
.fadeInLeft {
  opacity: 0; /* 最初は非表示にしておく */
  transform: translateX(100px); /* 予め要素を右に配置 */
  transition: all 1.5s; /* 動きを滑らかに */
}

/* 左から右に */
.fadeInRight {
  opacity: 0; /* 最初は非表示にしておく */
  transform: translateX(-100px); /* 予め要素を左に配置 */
  transition: all 1.5s; /* 動きを滑らかに */
}

/* フェードイン用のクラス */
.fadeInAnime {
  opacity: 1;
  transform: translate(0);
} 
/* メインビジュアル */
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.bg .bg-wrap {
  position: relative;
  display: inline-block;
}

.bg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #000000 0%, #494949 50%, #b6b6b6 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}

.bg .bg-wrap .inn {
  animation: fadeIn 2s ease 1.5s forwards;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=lp.css.map */