@charset "UTF-8";

@font-face {
  src: url("//library.keyence.co.jp/fonts/NotoSansCJKjp-Regular.eot") format("eot"), url("//library.keyence.com/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-display: swap;
  font-family: notosans;
}

@font-face {
  src: url("//library.keyence.co.jp/fonts/NotoSansCJKjp-Medium.eot") format("eot"), url("//library.keyence.com/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
  font-display: swap;
  font-family: notosans;
  font-weight: 600;
}

@font-face {
  src: url("//library.keyence.co.jp/fonts/NotoSansCJKjp-Bold.eot") format("eot"), url("//library.keyence.com/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-display: swap;
  font-family: notosans;
  font-weight: bold;
}

@font-face {
  src: url("//library.keyence.co.jp/fonts/NotoSerifJP-Regular.eot") format("eot"), url("//library.keyence.com/fonts/NotoSerifJP-Regular.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifJP-Regular.ttf") format("truetype");
  font-display: swap;
  font-family: notoserif;
}

@font-face {
  src: url("//library.keyence.co.jp/fonts/NotoSerifJP-Light.eot") format("eot"), url("//library.keyence.com/fonts/NotoSerifJP-Light.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifJP-Light.ttf") format("truetype");
  font-display: swap;
  font-family: notoserif;
  font-weight: 200;
}

@font-face {
  src: url("//library.keyence.co.jp/fonts/NotoSerifJP-Bold.eot") format("eot"), url("//library.keyence.com/fonts/NotoSerifJP-Bold.woff") format("woff"), url("//library.keyence.com/fonts/NotoSerifJP-Bold.ttf") format("truetype");
  font-display: swap;
  font-family: notoserif;
  font-weight: bold;
}

:root {
  font-size: 100%;
  --rem-scale: 0.625;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  min-width: 320px;
  background: #fff;
  color: #333;
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic Pro", notosans, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: calc(1.6rem * var(--rem-scale));
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 16px;
}

ul,
ol {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

dfn,
cite {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 100%;
}

i {
  font-style: italic;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  border: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #dc002f;
  color: #fff;
  font-size: calc(2rem * var(--rem-scale));
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 767px) {
  .lp-buttonConversion {
    font-size: calc(1.6rem * var(--rem-scale));
  }
}

@media (hover: hover) {
  .lp-buttonConversion:hover {
    background-color: #c6002a;
  }
}

.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
  .lp-buttonConversion-body {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.lp-buttonConversion-text {
  margin-right: 16px;
}

@media only screen and (max-width: 1340px) {
  .lp-buttonConversion-text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-buttonConversion-text {
    font-size: calc(1.6rem * var(--rem-scale));
  }
}

.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
  min-width: 42px;
  max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
  background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}


.lp-buttonConversion.of-primary {
  position: relative;
  background: #13778f;
  padding: 0 26px;
}

@media (hover: hover) {
  .lp-buttonConversion.of-primary:hover {
    background-color: #116b81;
  }
}

.lp-buttonConversion.of-primary .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 26px;
  width: 19px;
  height: 12px;
  transform: translateY(-50%);
  content: "";
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-primary .lp-buttonConversion-text {
  margin-right: 0;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

/*	base
-----------------------------------------*/

.lp-layout-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100vh;
  background-color: #fff;
}

.lp-layout-container > *:last-child {
  margin-bottom: 0;
}
.lp-layout-header {
  z-index: 1;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-layout-header {
    box-shadow: none;
  }
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  min-height: 64px;
  margin: 0 auto;
  padding: 4px 20px;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-layout-header-content {
    min-height: inherit;
    padding: 18px;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-header-content {
    flex-direction: column;
    min-height: inherit;
    padding: calc(15 / 375 * 100vw);
    text-align: center;
  }
}

.lp-layout-header-content > *:last-child {
  margin-bottom: 0;
}

.lp-layout-header-logo {
  line-height: 1;
}

.lp-layout-header-logo img {
  width: 126px;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-layout-header-logo img {
    width: 92px;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-header-logo img {
    width: calc(100 / 375 * 100vw);
  }
}


.lp-layout-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  margin: 0 auto;
  background: transparent linear-gradient(180deg, #ffffff 0%, #d8dee5 100%) 0% 0% no-repeat padding-box;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-layout-main {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding: 0;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-main {
    padding: 0;
  }
}

.lp-layout-main > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-layout-footer {
    border-top: #ccc solid 1px;
  }
}

.lp-layout-footer-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 20px;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-layout-footer-content {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-content {
    flex-direction: column-reverse;
    padding: calc(9 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}

.lp-layout-footer-content > *:last-child {
  margin-bottom: 0;
}

.lp-layout-footer-utilityGroup {
  flex: 1;
  width: 100%;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-layout-footer-utilityGroup {
    width: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-utilityGroup {
    margin-left: 0;
  }
}

.lp-layout-footer-utilityList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -8px;
  font-size: calc(1.2rem * var(--rem-scale));
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-layout-footer-utilityList {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-utilityList {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
}

.lp-layout-footer-utilityList > li {
  position: relative;
  margin-top: 8px;
  margin-left: 28px;
}

.lp-layout-footer-utilityList > li:first-child {
  margin-left: 0;
  text-align: center;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-layout-footer-utilityList > li {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-utilityList > li {
    margin-top: calc(8 / 375 * 100vw);
    margin-left: calc(28 / 375 * 100vw);
  }
}

.lp-layout-footer-utilityList > li::before {
  display: block;
  position: absolute;
  top: 50%;
  right: -14px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: #dedede;
  content: "";
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-utilityList > li::before {
    right: calc(14 / 375 * 100vw * -1);
    width: calc(1 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }

  .lp-layout-footer-utilityList > li:first-child::before {
    content: none;
  }
}

.lp-layout-footer-utilityList > li:last-child::before {
  display: none;
}

.lp-layout-footer-utilityList a {
  color: #06c;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-utilityList a {
    color: #333;
  }
}

.lp-layout-footer-utilityList a:hover,
.lp-layout-footer-utilityList a:active,
.lp-layout-footer-utilityList a:focus {
  color: #f00;
  text-decoration: underline;
  opacity: 0.7;
}



.lp-layout-footer-copyright {
  margin-bottom: 0;
  font-size: calc(1.2rem * var(--rem-scale));
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-layout-footer-copyright {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-copyright {
    font-size: calc(12 / 375 * 100vw);
  }
}

.lp-jumbotron {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.lp-jumbotron {
  transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1) 0.1s, transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.1s, visibility 0.5s 0.1s;
}

.lp-jumbotron.is-hidden {
  opacity: 0;
  transform: translateY(-60px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1), transform 0.3s cubic-bezier(0.4, 0, 1, 1), visibility 0.2s;
}


@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-jumbotron {
    position: static;
    margin-inline: auto;
    padding: clamp(1rem, 0.602rem + 1.697vw, 1.875rem) clamp(1rem, 0.602rem + 1.697vw, 1.875rem) clamp(3.5rem, 2.364rem + 4.848vw, 6rem);
    overflow: visible;
  }

  .lp-jumbotron.is-hidden {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: none;
  }
}

@media screen and (max-width: 767px) {
  .lp-jumbotron {
    width: 100%;
  }
}

.lp-jumbotron-content {
  display: flex;
  justify-content: center;
  max-width: 1900px;
  padding-left: 20px;
  height: 100%;
  max-height: 883px;
  margin: 0 auto;
}

@media screen and (min-width: 1201px) and (min-height: 996px) {
  .lp-jumbotron-content {
    align-items: center;
  }
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-jumbotron-content {
    flex-direction: column-reverse;
    gap: calc(36 / 768 * 100vw);
    max-height: none;
    padding: 0;
  }
  .lp-jumbotron-content * {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .lp-jumbotron-content {
    gap: calc(32 / 375 * 100vw);
  }
}

.lp-jumbotron-content-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-jumbotron-content-inner {
    flex-direction: column-reverse;
  }
}

.lp-jumbotron-body {
  position: relative;
}

.lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-jumbotron-body {
    flex: auto;
  }
}

@media screen and (max-width: 1024px) {
  .lp-jumbotron-body {
    flex: auto;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
  }
}

.lp-jumbotron-image {
  width: clamp(46.875rem, 38.542rem + 11.111vw, 51.875rem);
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-jumbotron-image {
    width: 80%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .lp-jumbotron-image {
    width: 100%;
  }
}

.lp-jumbotron-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lp-jumbotron-contet-arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='23' viewBox='0 0 62 23' fill='none'%3E%3Cpath d='M0.554688 0.832031L30.5547 20.832L60.5547 0.832031' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: arrow-bounce 2s ease-in-out infinite;
}

@keyframes arrow-bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(20px);
  }
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-jumbotron-contet-arrow {
    display: none;
  }
}

.lp-jumbotron-title {
  display: block;
  margin-bottom: min(calc(32 / 1430 * 100vw), calc(32 / 995 * 100vh), 32px);
  color: #333333;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans CJK JP", notosans, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: min(calc(68 / 1430 * 100vw), calc(68 / 995 * 100vh), calc(6.8rem * var(--rem-scale)));
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-jumbotron-title {
    margin-bottom: clamp(0.5rem, -0.295rem + 3.394vw, 2.25rem);
    font-size: clamp(1.625rem, 0.318rem + 5.576vw, 4.5rem);
  }
}

.lp-jumbotron-titleGroup {
  display: flex;
  flex-direction: column;
  margin-bottom: min(calc(62 / 1430 * 100vw), calc(62 / 995 * 100vh), 62px);
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: clamp(1.5rem, 0.420rem + 4.606vw, 3.875rem);
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .lp-jumbotron-titleGroup {
    justify-content: center;
    align-items: center;
  }
}

.lp-jumbotron-titleGroup > *:last-child {
  margin-bottom: 0;
}


.lp-jumbotron-series {
  display: inline-block;
  margin-bottom: min(calc(40 / 1430 * 100vw), calc(40 / 995 * 100vh), 40px);
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans CJK JP", notosans, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: min(calc(24 / 1430 * 100vw), calc(24 / 995 * 100vh), calc(2.4rem * var(--rem-scale)));
  font-weight: 400;
  line-height: 1.4;
  vertical-align: middle;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-jumbotron-series {
    font-size: clamp(1.375rem, 0.042rem + 2.778vw, 2.125rem);
  }
}

@media screen and (max-width: 767px) {
  .lp-jumbotron-series {
    font-size: calc(16 / 375 * 100vw);
    text-align: left;
  }
}

.lp-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1) 0.1s, transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.1s, visibility 0.5s 0.1s;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.lp-section.is-hidden {
  opacity: 0;
  transform: translateY(60px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1), transform 0.3s cubic-bezier(0.4, 0, 1, 1), visibility 0.2s;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-section {
    position: static;
    padding-bottom: clamp(2.5rem, 1.364rem + 4.848vw, 5rem);
  }
  .lp-section.is-hidden {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: none;
    pointer-events: auto;
  }
}

.lp-section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: min(calc(1430 / 1430 * 100vw), calc(1430 / 995 * 100vh), 1430px);
  height: 100%;
  margin: 0 auto;
}

.lp-section-title {
  margin-bottom: 28px;
  color: #333;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans CJK JP", notosans, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: calc(4.4rem * var(--rem-scale));
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-section-title {
    font-size: clamp(1.5rem, 0.420rem + 4.606vw, 3.875rem);
    margin-bottom: clamp(2rem, 1.773rem + 0.97vw, 2.5rem);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  
  .lp-section-title.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  .lp-section.is-grid-animation .lp-section-title {
    opacity: 1;
    transform: translateY(0);
  }
  
  .lp-section.is-grid-animation .lp-section-title.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

.lp-textPhone {
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-textPhone {
    display: none;
  }
}
.lp-textPhone > *:last-child {
  margin-bottom: 0;
}
.lp-textPhone-body > *:last-child {
  margin-bottom: 0;
}
.lp-textPhone-number {
  font-size: calc(2.2rem * var(--rem-scale));
  font-weight: bold;
  line-height: 1;
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 4px;
}
.lp-textPhone-note {
  display: block;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: calc(1.2rem * var(--rem-scale));
  line-height: 1.2;
}
.lp-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
  margin-top: 2px;
  margin-right: 8px;
}
.lp-textPhone-icon .of-iconColor-primary {
  fill: #00a23f;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  display: inline-block;
  opacity: 1;
  color: currentColor;
  text-decoration: none;
  cursor: default;
}

.lp-listButton {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.lp-listButton--center {
  justify-content: center;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-listButton {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .lp-listButton {
    gap: 19px;
  }
}

@media screen and (min-width: 1201px) {
  .lp-listButton--pc-nowrap {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}


.lp-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: min(calc(10 / 1430 * 100vw), calc(10 / 995 * 100vh), 10px);
  padding: min(calc(6 / 1430 * 100vw), calc(6 / 995 * 100vh), 6px) min(calc(16 / 1430 * 100vw), calc(16 / 995 * 100vh), 16px);
  background-color: #ea0437;
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans CJK JP", notosans, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: min(calc(20 / 1430 * 100vw), calc(20 / 995 * 100vh), calc(2rem * var(--rem-scale)));
  font-weight: 300;
  line-height: 1;
  vertical-align: top;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-label {
    margin-right: calc(8 / 768 * 100vw);
    padding: calc(5 / 768 * 100vw) calc(12 / 768 * 100vw);
    font-size: calc(14 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .lp-label {
    margin-right: calc(8 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw) calc(12 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

.lp-label-outer {
  display: flex;
  margin-bottom: min(calc(16 / 1430 * 100vw), calc(16 / 995 * 100vh), 16px);
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-label-outer {
    justify-content: center;
    margin-bottom: clamp(0.5rem, 0.102rem + 1.697vw, 1.375rem);
  }
}

.lp-label-outer .lp-label {
  margin: 0 min(calc(16 / 1430 * 100vw), calc(16 / 995 * 100vh), 16px) 0 0;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-label-outer .lp-label {
    margin-right: 0;
    padding: 8px 22px;
    font-size: clamp(1rem, 0.602rem + 1.697vw, 1.875rem);
  }
}

.lp-label-outer > *:last-child {
  margin-bottom: 0;
}

.lp-utility-fontSize-primary {
  font-size: min(calc(80 / 1430 * 100vw), calc(80 / 995 * 100vh), calc(8rem * var(--rem-scale)));
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-utility-fontSize-primary {
    font-size: clamp(2rem, 0.409rem + 6.788vw, 5.5rem);
  }
}

.lp-extraLargeScreen-line-break {
  display: block;
}

@media only screen and (max-width: 1200px) {
  .lp-extraLargeScreen-line-break,
  .lp-notTabletScreen-line-break {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .lp-notTabletScreen-line-break {
    display: block;
  }
}

.lp-smallScreen-line-break {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .lp-smallScreen-line-break {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .lp-extraSmallScreen-line-break {
    display: block;
  }
}

body > img[src^="https://sync.intentiq.com/"]
{
  display: none;
}


.lp-grid {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 420px);
  gap: 20px 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-grid {
    width: 60%;
    margin-inline: auto;
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(1rem, 0.602rem + 1.697vw, 1.875rem);
    margin-bottom: clamp(1.875rem, 1.023rem + 3.636vw, 3.75rem);
  }
}

@media screen and (max-width: 767px) {
  .lp-grid {
    width: 100%;
    padding: 0 16px;
  }
}

.lp-grid-item {
  position: relative;
  box-shadow: 0 0 40px 2px rgba(122, 137, 153, 0.20);
}

.lp-grid-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-grid-item {
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  
  .lp-section .lp-grid-item.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  .lp-section.is-grid-animation .lp-grid-item {
    opacity: 0;
    transform: translateY(20px);
    transition-delay: 0s;
  }
  
  .lp-section.is-grid-animation .lp-grid-item.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

.lp-grid-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  background: linear-gradient(180deg, rgba(0, 11, 22, 0.00) 0%, rgba(0, 11, 22, 0.90) 100%);
  transition: opacity 0.2s ease;
}

@media (hover: hover) {
    .lp-grid-item-content {
        opacity: 0;
    }

    .lp-grid-item:hover .lp-grid-item-content {
        opacity: 1;
    }
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-grid-item-content {
    opacity: 1;
  }
}


.lp-section.is-grid-animation .lp-grid-item {
  opacity: 1;
  transform: translateY(0);
}

.lp-section.is-grid-animation .lp-grid-item:nth-child(1) {
  transition-delay: 0.3s;
}

.lp-section.is-grid-animation .lp-grid-item:nth-child(2) {
  transition-delay: 0.4s;
}

.lp-section.is-grid-animation .lp-grid-item:nth-child(3) {
  transition-delay: 0.5s;
}

.lp-section.is-grid-animation .lp-grid-item:nth-child(4) {
  transition-delay: 0.6s;
}

.lp-grid-item-title {
  color: #fff;
  font-size: calc(2rem * var(--rem-scale));
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 1200px), screen and (max-height: 690px) {
  .lp-grid-item-title {
    font-size: clamp(1rem, 0.773rem + 0.97vw, 1.5rem);
  }
}

.lp-grid-item-image img{
  width: 100%;
  height: 100%;
}