@charset "UTF-8";
.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #dc002f;
  color: #fff;
  font-size: 2rem;
  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: 640px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}
@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;
}
.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, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}
.lp-buttonConversion.of-primary {
  background: #13778f;
}
@media (hover: hover) {
  .lp-buttonConversion.of-primary:hover {
    background-color: #116b81;
  }
}
.lp-buttonConversion.of-secondary {
  background: #0065bb;
}

.lp-navigationSeries {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  margin: 20px auto;
  padding: 4px 10px;
  border: 2px solid #e5e5e5;
  color: #999;
}
div#MainContent .lp-navigationSeries {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 1279px) {
  .lp-navigationSeries {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries {
    flex-direction: column;
    align-items: center;
  }
}
.lp-navigationSeries-title {
  max-width: 600px;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.3;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title {
    width: 100%;
    max-width: none;
    margin-bottom: 3px;
    text-align: center;
  }
}
.lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: -10px;
  }
}
div#MainContent .lp-navigationSeries-title {
  margin-bottom: 0;
  color: #999;
  font-size: 11px;
  line-height: 1.3;
  text-transform: none;
}
div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
    display: block;
  }
}
.lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  margin: -3px 0 0 -10px;
  color: #999;
}
div#MainContent .lp-navigationSeries-linkList {
  margin: -3px 0 0 -10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-linkList {
    justify-content: center;
    width: 100%;
  }
}
.lp-navigationSeries-linkList > li {
  display: flex;
  position: relative;
  margin-top: 3px;
  margin-left: 10px;
  background: none;
  font-size: 1.1rem;
  line-height: 1.3;
}
div#MainContent .lp-navigationSeries-linkList > li {
  margin: 3px 0 0 10px;
  padding: 0;
  background: none;
  font-size: 11px;
}
.lp-navigationSeries-linkList > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 9px;
  color: #999;
  line-height: 1.3;
  text-decoration: none;
}
.lp-navigationSeries-linkList > li > a::before {
  display: block;
  position: absolute;
  top: 4px;
  left: -2px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
}
div#MainContent .lp-navigationSeries-linkList > li > a:link {
  color: #999;
}
div#MainContent .lp-navigationSeries-linkList > li > a::before {
  top: 0.3em;
}
.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
  text-decoration: underline;
}

:root {
  font-size: 62.5%;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  color: var(--LP-COLOR-BLACK-PRIMARY);
  font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 0;
}

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] {
  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;
}

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

:root {
  --LP-COLOR-SOFTGRAY: #d0d0d0;
  --LP-COLOR-BLACK-PRIMARY: #333;
  --LP-COLOR-WHITE: #fff;
  --LP-COLOR_BACKGROUND_SECONDARY: #c1b8b2;
  --LP-COLOR-BLUE: #0075c2;
  --LP-COLOR-LIGHTGRAY: #efefef;
  --LP-COLOR-GRAY: #6f6f6f;
  --LP-COLOR-DARKGRAY: #5d6164;
  --LP-COLOR-GRADATION_PRIMARY: transparent linear-gradient(180deg, #57c4ff 0%, #cfeeff 100%) 0% 0% no-repeat padding-box;
  --LP_DROP_SHADOW_PRIMARY: -16px 16px 32px var(--LP_COLOR_TERTIARY);
  --LP_FONT_WEIGHT_BOLD: 700;
  --LP_FONT_WEIGHT_SEMIBOLD: 600;
  --LP_FONT_WEIGHT_NORMAL: 400;
  --LP_LINE_HEIGHT_PRIMARY: 1.3;
  --LP_LINE_HEIGHT_SECONDARY: 1.5;
  --LP_LINE_HEIGHT_TERTIARY: 1.8;
}

.lp-layout-grid.of-border .lp-layout-grid-column > *:last-child, .lp-layout-grid-column > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-seriesGroup > *:last-child, .lp-headingLevel3-group > *:last-child, .lp-card > *:last-child, .lp-cardFeature > *:last-child, .lp-cardSupport > *:last-child, .lp-cardSupport-body > *:last-child, .lp-cardCustomer > *:last-child, .lp-listButton > *:last-child, .lp-listButton > li > *:last-child, .lp-listButton-outer > *:last-child {
  margin-bottom: 0 !important;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

[data-script-enabled=true] .lp-layout-container.of-outermost {
  height: 100vh;
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-layout-container.of-outermost {
    height: auto;
  }
}
@media screen and (min-width: 1024px) and (max-height: 690px) {
  [data-script-enabled=true] .lp-layout-container.of-outermost {
    height: auto;
  }
}

.lp-layout-main {
  position: relative;
  font-family: corporate-logo-ver2;
}

.lp-layout-header {
  z-index: 10;
  border-bottom: 1px solid var(--LP-COLOR-SOFTGRAY);
  background-color: var(--LP-COLOR-WHITE);
  color: var(--LP-COLOR-BLACK-PRIMARY);
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  margin-inline: auto;
  padding: 18px 80px;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-content {
    justify-content: center;
    padding: 16px 20px;
  }
}
.lp-layout-header-content > *:last-child {
  margin-bottom: 0;
}
.lp-layout-header-logo {
  flex-shrink: 0;
  margin-bottom: 0;
  line-height: 1;
}
.lp-layout-header-logo > a {
  display: inline-block;
}
.lp-layout-header-logo > a > img {
  width: 133px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-logo > a > img {
    width: 91px;
  }
}
[data-script-enabled=true] .lp-layout-header {
  position: fixed;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-layout-header {
    position: static;
  }
}

.lp-layout-footer {
  z-index: 10;
  width: 100%;
  background-color: var(--LP-COLOR-LIGHTGRAY);
  color: var(--LP-COLOR-BLACK-PRIMARY);
  font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
[data-script-enabled=true] .lp-layout-footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-layout-footer {
    position: static;
  }
}
.lp-layout-footer-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1600px;
  margin-inline: auto;
  padding: 16px 80px;
  gap: 12px 33px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-content {
    flex-direction: column;
    max-width: none;
    padding: 16px 20px;
  }
}
.lp-layout-footer-content > *:last-child {
  margin-bottom: 0;
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  gap: 12px 32px;
}
.lp-layout-footer-list > li {
  position: relative;
}
.lp-layout-footer-list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: var(--LP-COLOR-GRAY);
}
.lp-layout-footer-list > li:first-child::before {
  display: none;
}
.lp-layout-footer-list > li > a {
  color: currentColor;
  text-decoration: none;
}
.lp-layout-footer-list > li > a:hover, .lp-layout-footer-list > li > a:active, .lp-layout-footer-list > li > a:focus {
  color: currentColor;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-list > li:last-child {
    flex-shrink: 0;
    width: calc(100% - 40px);
  }
  .lp-layout-footer-list > li:last-child::before {
    content: none;
  }
}
.lp-layout-footer-list > li > *:last-child {
  margin-bottom: 0;
}
.lp-layout-footer-copyright {
  font-size: 1.4rem;
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-copyright {
    text-align: center;
  }
}

.lp-layout-grid {
  display: grid;
  width: 100%;
  margin-bottom: 118px;
  gap: 48px;
}
.lp-layout-grid:has(.lp-cardFeature) {
  width: auto;
}
@media screen and (max-width: 1919px) {
  .lp-layout-grid {
    gap: calc(2.4rem + (1vw - 1.366rem) * (4.3321299639));
  }
}
@media screen and (max-width: 1365px) {
  .lp-layout-grid {
    margin-bottom: 64px;
    gap: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-layout-grid {
    margin-bottom: 4.0677966102vh;
  }
}
.lp-layout-grid.of-column-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid.of-column-2 {
    grid-template-columns: none;
  }
}
.lp-layout-grid.of-column-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid.of-column-3 {
    grid-template-columns: none;
  }
}
.lp-layout-grid.of-column-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid.of-column-4 {
    grid-template-columns: none;
  }
}
@media screen and (max-width: 1365px) {
  .lp-layout-grid.of-smallScreen-column-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid.of-smallScreen-column-2 {
    grid-template-columns: none;
  }
}
.lp-layout-grid.of-border {
  gap: 64px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid.of-border {
    gap: 48px;
  }
}
.lp-layout-grid.of-border .lp-layout-grid-column {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid.of-border .lp-layout-grid-column:first-child {
    padding-top: 0;
  }
}
.lp-layout-grid.of-border .lp-layout-grid-column:first-child::after {
  display: none;
}
.lp-layout-grid.of-border .lp-layout-grid-column::after {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  width: 1px;
  height: 100%;
  background: #aaa;
}
@media screen and (max-width: 1023px) {
  .lp-layout-grid.of-border .lp-layout-grid-column::after {
    top: -24px;
    left: 50%;
    width: 100%;
    height: 1px;
    transform: translateX(-50%);
  }
}
.lp-layout-grid-column.of-primary {
  margin-top: 14px;
}

[data-script-enabled=true] .lp-textScroll {
  display: block;
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-bottom: 0;
  padding-bottom: 22px;
  transform: translateX(-50%);
  color: var(--LP-COLOR-BLUE);
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-textScroll {
    display: none;
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  [data-script-enabled=true] .lp-textScroll {
    bottom: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 690px) {
  [data-script-enabled=true] .lp-textScroll {
    display: none;
  }
}
[data-script-enabled=true] .lp-textScroll > span {
  display: block;
  position: relative;
}
[data-script-enabled=true] .lp-textScroll > span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 20px;
  height: 16px;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.029' height='17.025' viewBox='0 0 21.029 17.025'%3E%3Cg id='icon' transform='translate(-20.982 -29.724)'%3E%3Cpath d='M-4968-8204.584l-10.429-6.311,1.035-1.711,9.4,5.689,9.568-5.693,1.022,1.719Z' transform='translate(4999.416 8251.333)' fill='%230075c2'/%3E%3Cpath d='M-4968-8204.584l-10.429-6.311,1.035-1.711,9.4,5.689,9.568-5.693,1.022,1.719Z' transform='translate(4999.416 8242.333)' fill='%230075c2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.lp-textScroll {
  display: none;
}

.lp-jumbotron {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.lp-jumbotron-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1866px;
  min-height: 100vh;
  margin-left: 86px;
  padding: 88.7px 0 0 40px;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-content {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-content {
    flex-direction: column;
    width: 100%;
    padding: calc(4rem + (1vw - 0.361rem) * (6.9381598793)) 0 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-jumbotron-content {
    padding: 88px 6.7796610169vh 0;
  }
}
.lp-jumbotron-body {
  display: flex;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1094px;
  height: 100%;
  padding-right: 134px;
  background: var(--LP-COLOR-WHITE);
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-body {
    padding-right: calc(8.6rem + (1vw - 1.366rem) * (8.6642599278));
  }
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-body {
    padding: calc(4rem + (1vw - 1.024rem) * (13.4502923977)) 0;
    padding-right: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-body {
    margin-bottom: 40px;
    padding: 0 calc(2rem + (1vw - 0.361rem) * (3.0165912519));
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-jumbotron-body {
    padding: 9.2753623188vh 9.2753623188vh 9.2753623188vh 0;
  }
}
.lp-jumbotron-body .lp-listButton {
  margin-bottom: 0;
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 26px;
}
.lp-jumbotron-series {
  display: block;
  margin-bottom: 24px;
  font-size: 2.8rem;
  font-weight: normal;
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-series {
    font-size: calc(1.6rem + (1vw - 0.361rem) * (0.5970149254));
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-jumbotron-series {
    font-size: 3.1884057971vh;
  }
}
.lp-jumbotron-series > em {
  font-weight: bold;
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-series > em {
    display: block;
  }
}
.lp-jumbotron-seriesGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-seriesGroup {
    align-items: flex-start;
    justify-content: center;
  }
}
.lp-jumbotron-seriesGroup .lp-label {
  margin-right: 16px;
}
.lp-jumbotron-image {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 340px;
  width: 1200px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-image {
    left: calc(28rem + (1vw - 1.366rem) * (10.8303249097));
    width: calc(75rem + (1vw - 1.366rem) * (81.2274368231));
  }
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-image {
    left: 50%;
    width: calc(59rem + (1vw - 1.024rem) * (46.783625731));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-image {
    left: 50%;
    width: calc(36rem + (1vw - 0.361rem) * (58.8235294118));
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-jumbotron-image {
    left: 50%;
    width: 108.6956521739vh;
  }
}
.lp-jumbotron-imageGroup {
  position: relative;
  z-index: -1;
  width: 692px;
  height: 100%;
  padding: 64px 86px;
  background: var(--LP-COLOR_BACKGROUND_SECONDARY);
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-imageGroup {
    width: calc(97rem + (1vw - 1.366rem) * (9.7472924188));
    padding: 64px calc(5.6rem + (1vw - 1.366rem) * (5.4151624549));
  }
}
@media screen and (max-width: 1365px) {
  .lp-jumbotron-imageGroup {
    width: calc(69.2rem + (1vw - 1.024rem) * (81.2865497076));
    padding: calc(2.4rem + (1vw - 1.024rem) * (4.6783625731)) calc(2rem + (1vw - 1.024rem) * (5.8479532164));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-imageGroup {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: calc(32rem + (1vw - 0.361rem) * (45.2488687783));
    padding: calc(2.4rem + (1vw - 0.361rem) * (2.4132730015)) calc(2rem + (1vw - 0.361rem) * (3.0165912519));
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-jumbotron-imageGroup {
    padding: 3.4782608696vh 56px;
  }
}
.lp-jumbotron-imageGroup::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 100%;
  width: 200%;
  height: 100%;
  background: var(--LP-COLOR_BACKGROUND_SECONDARY);
}
.lp-jumbotron-leadGroup {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-leadGroup {
    width: calc(28rem + (1vw - 0.361rem) * (36.1990950226));
    height: auto;
  }
}

.lp-section {
  position: relative;
  margin-bottom: 110px;
  color: var(--LP-COLOR-BLACK-SECONDARY);
  font-size: 2.5rem;
  line-height: 1.5;
}
.lp-section.of-primary {
  background: var(--LP-COLOR-GRADATION_PRIMARY);
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-section.of-primary .lp-section-content {
    padding: 140px calc(2rem + (1vw - 0.361rem) * (3.0165912519));
  }
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-section.of-primary .lp-section-content {
    padding: calc(4.8rem + (1vw - 0.361rem) * (5.7315233786)) calc(2rem + (1vw - 0.361rem) * (21.1161387632));
  }
}
[data-script-enabled=true] .lp-section {
  margin-bottom: 0;
}
.lp-section-content {
  max-width: 1600px;
  margin-inline: auto;
  padding: 80px;
}
.lp-section-content.of-width-narrow {
  max-width: 1228px;
}
.lp-section-content > *:last-child {
  margin-bottom: 0;
}
[data-script-enabled=true] .lp-section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 140px 80px 70px;
}
@media screen and (max-width: 1365px) {
  [data-script-enabled=true] .lp-section-content {
    min-height: auto;
    padding: 140px calc(4rem + (1vw - 1.024rem) * (11.6959064327)) 0;
  }
}
@media screen and (max-width: 1023px) {
  [data-script-enabled=true] .lp-section-content {
    padding: calc(6.4rem + (1vw - 0.361rem) * (3.3182503771)) calc(2rem + (1vw - 0.361rem) * (21.1161387632)) 0;
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  [data-script-enabled=true] .lp-section-content {
    padding: 15.9420289855vh 9.2753623188vh 9.2753623188vh;
  }
}
@media screen and (max-width: 1365px) {
  .lp-section:has(+ .lp-section.of-primary .lp-section-content) {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-section:has(+ .lp-section.of-primary .lp-section-content) {
    padding-bottom: calc(6.4rem + (1vw - 0.361rem) * (3.3182503771));
  }
}
@media screen and (max-width: 1365px) {
  .lp-section.of-conversion .lp-section-content {
    padding: 140px calc(4rem + (1vw - 1.024rem) * (11.6959064327)) 140px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-section.of-conversion .lp-section-content {
    padding: calc(6.4rem + (1vw - 0.361rem) * (3.3182503771)) calc(2rem + (1vw - 0.361rem) * (21.1161387632)) 32px;
  }
}

@media screen and (max-width: 1023px) {
  .lp-jumbotron + .lp-section .lp-section-content {
    padding-top: calc(4.8rem + (1vw - 0.361rem) * (5.7315233786));
  }
}

.lp-section .lp-mediaConversion {
  margin-bottom: 0;
}

.lp-headingLevel2 {
  margin-bottom: 40px;
  font-size: 3.2rem;
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2 {
    margin-bottom: calc(3.2rem + (1vw - 0.361rem) * (1.2066365008));
    font-size: calc(2rem + (1vw - 0.361rem) * (1.8099547511));
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-headingLevel2 {
    margin-bottom: 2.3188405797vh;
    font-size: 2.8985507246vh;
  }
}
.lp-headingLevel3 {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel3 {
    font-size: calc(1.8rem + (1vw - 0.361rem) * (0.3016591252));
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-headingLevel3 {
    font-size: 2.6086956522vh;
  }
}
.lp-headingLevel3-group {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel3-group {
    margin-bottom: calc(1.6rem + (1vw - 0.361rem) * (0.6033182504));
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-headingLevel3-group {
    margin-bottom: 2.3188405797vh;
  }
}
.lp-headingLevel3-number {
  display: block;
  color: #e60012;
  font-size: 3.6rem;
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel3-number {
    font-size: calc(2.4rem + (1vw - 0.361rem) * (1.8099547511));
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-headingLevel3-number {
    font-size: 3.4782608696vh;
  }
}

.lp-card {
  width: 100%;
  height: 100%;
  padding: 24px 32px;
  border: 1px solid #dddddd;
  border-radius: 16px;
  background: var(--LP-COLOR-WHITE);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
}
@media screen and (max-width: 1023px) {
  .lp-card {
    padding: 16px calc(1.6rem + (1vw - 0.361rem) * (2.4132730015));
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-card {
    padding: 1.1594202899vh 2.3188405797vh;
  }
}
.lp-card.of-padding-small {
  padding: 16px 32px;
}
@media screen and (max-width: 1023px) {
  .lp-card.of-padding-small {
    padding: 16px calc(1.6rem + (1vw - 0.361rem) * (2.4132730015));
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-card.of-padding-small {
    padding: 1.1594202899vh 2.3188405797vh;
  }
}
.lp-cardFeature {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 324px;
  height: 324px;
  padding: 36px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: var(--LP-COLOR-WHITE);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.161);
}
@media screen and (max-width: 1365px) {
  .lp-cardFeature {
    min-width: calc(30rem + (1vw - 0.361rem) * (2.3880597015));
    height: calc(30rem + (1vw - 0.361rem) * (2.3880597015));
    padding: 40px;
  }
}
.lp-cardFeature-title {
  position: relative;
  width: 192px;
  margin: 107px 0 16px;
  padding: 6px;
  border-radius: 8px;
  background: var(--LP-COLOR-GRAY);
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .lp-cardFeature-title {
    width: calc(16.4rem + (1vw - 0.361rem) * (4.2232277526));
    margin: calc(7.7rem + (1vw - 0.361rem) * (4.5248868778)) 0 calc(1.2rem + (1vw - 0.361rem) * (0.6033182504));
    font-size: calc(2.4rem + (1vw - 0.361rem) * (0.6033182504));
  }
}
.lp-cardFeature-title.of-primary {
  background: #0075c2;
}
.lp-cardFeature-title.of-primary::before {
  background-image: url("../../../../../../img/products/rk/196611001/196611001_icon_01.png");
}
.lp-cardFeature-title.of-secondary {
  background: #008580;
}
.lp-cardFeature-title.of-secondary::before {
  background-image: url("../../../../../../img/products/rk/196611001/196611001_icon_03.png");
}
.lp-cardFeature-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 145px;
  height: 107px;
  transform: translateY(-100%) translateX(-50%);
  background-image: url("../../../../../../img/products/rk/196611001/196611001_icon_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .lp-cardFeature-title::before {
    width: calc(10rem + (1vw - 0.361rem) * (6.7873303167));
    height: calc(7.4rem + (1vw - 0.361rem) * (4.9773755656));
  }
}
.lp-cardFeature-text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.67;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .lp-cardFeature-text {
    font-size: calc(1.6rem + (1vw - 0.361rem) * (0.3016591252));
  }
}
.lp-cardFeature .lp-label {
  position: absolute;
  top: -24px;
  padding: 6px 20px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .lp-cardFeature .lp-label {
    top: -12px;
    font-size: 18px;
  }
}
.lp-cardSupport {
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 16px;
  background: var(--LP-COLOR-WHITE);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
}
.lp-cardSupport-header {
  padding: 4px 20px;
  background: #008580;
  color: var(--LP-COLOR-WHITE);
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .lp-cardSupport-header {
    font-size: calc(1.8rem + (1vw - 0.361rem) * (0.6033182504));
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-cardSupport-header {
    font-size: 2.6086956522vh;
  }
}
.lp-cardSupport-body {
  padding: 16px;
}
.lp-cardSupport-text {
  position: relative;
  height: auto !important;
  min-height: 170px;
  margin-bottom: 8px;
  padding: 12px 16px;
  padding-left: 75px;
  border: 1px solid #727678;
  border-radius: 8px;
  color: #727678;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 1919px) {
  .lp-cardSupport-text {
    font-size: calc(1.6rem + (1vw - 1.366rem) * (0.3610108303));
  }
}
@media screen and (max-width: 1365px) {
  .lp-cardSupport-text {
    min-height: 130px;
    font-size: calc(1.6rem + (1vw - 1.024rem) * (0.5847953216));
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardSupport-text {
    min-height: 80px;
    font-size: 16px;
  }
}
.lp-cardSupport-text::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  width: 78px;
  height: 63px;
  background: url("../../../../../../img/products/rk/196611001/196611001_img_11.png") no-repeat center/contain;
}
.lp-cardSupport-text.of-primary {
  min-height: 134px;
  padding: 12px 16px;
  padding-right: 75px;
  border: 1px solid #008580;
  color: #007c77;
}
@media screen and (max-width: 1919px) {
  .lp-cardSupport-text.of-primary {
    font-size: calc(1.6rem + (1vw - 1.366rem) * (0.3610108303));
  }
}
@media screen and (max-width: 1365px) {
  .lp-cardSupport-text.of-primary {
    min-height: 130px;
    font-size: calc(1.6rem + (1vw - 1.024rem) * (0.5847953216));
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardSupport-text.of-primary {
    min-height: 80px;
    font-size: 16px;
  }
}
.lp-cardSupport-text.of-primary::before {
  top: auto;
  right: 5px;
  bottom: 0;
  left: auto;
  width: 68px;
  height: 51px;
  background: url("../../../../../../img/products/rk/196611001/196611001_img_12.png") no-repeat center/contain;
}
.lp-cardCustomer {
  margin-bottom: 118px;
  padding: 24px 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1365px) {
  .lp-cardCustomer {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-cardCustomer {
    margin-bottom: 32px;
    padding: calc(1.6rem + (1vw - 0.361rem) * (1.2066365008)) calc(1.6rem + (1vw - 0.361rem) * (2.4132730015));
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-cardCustomer {
    margin-bottom: 3.4782608696vh;
    padding: 2.3188405797vh 2.3188405797vh;
  }
}

.lp-figure {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 24px;
}
.lp-figure-caption {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .lp-figure-caption {
    font-size: calc(1.6rem + (1vw - 0.361rem) * (0.3016591252));
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-figure-caption {
    font-size: 2.3188405797vh;
  }
}
.lp-figure-image {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .lp-figure-image {
    margin-bottom: calc(1.2rem + (1vw - 0.361rem) * (0.6033182504));
    font-size: calc(1.2rem + (1vw - 0.361rem) * (0.6033182504));
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-figure-image {
    margin-bottom: 1.7391304348vh;
  }
}
@media screen and (max-width: 1023px) {
  .lp-figure-image > img {
    width: 196px;
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-figure-image > img {
    width: 34.7826086957vh;
  }
}
.lp-figure-image.of-primary > img {
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .lp-figure-image.of-primary > img {
    width: auto;
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-figure-image.of-primary > img {
    width: auto;
  }
}

.lp-label {
  min-width: 60px;
  max-width: 100px;
  padding: 3px 10px;
  background: #e9002e;
  color: var(--LP-COLOR-WHITE);
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .lp-label {
    min-width: 53px;
    padding: 2px 8px;
    font-size: calc(1.6rem + (1vw - 0.361rem) * (0.3016591252));
  }
}

.lp-mediaConversion {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .lp-mediaConversion {
    flex-direction: column-reverse;
  }
}
.lp-mediaConversion-body {
  max-width: 544px;
}
.lp-mediaConversion-title {
  margin-bottom: 24px;
  font-size: 3.2rem;
}
@media screen and (max-width: 1023px) {
  .lp-mediaConversion-title {
    font-size: calc(2.2rem + (1vw - 0.361rem) * (1.5082956259));
  }
}
.lp-mediaConversion-text {
  margin-bottom: 40px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .lp-mediaConversion-text {
    font-size: calc(1.6rem + (1vw - 0.361rem) * (0.3016591252));
  }
}
.lp-mediaConversion-series {
  margin-bottom: 32px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.lp-mediaConversion-image {
  margin-left: 64px;
}
@media screen and (max-width: 1365px) {
  .lp-mediaConversion-image {
    width: calc(54rem + (1vw - 1.024rem) * (40.9356725146));
  }
}
@media screen and (max-width: 1023px) {
  .lp-mediaConversion-image {
    margin-bottom: 32px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-mediaConversion-image {
    width: 78.2608695652vh;
  }
}
.lp-mediaFeature-title {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 192px;
  margin: 107px 0 0;
  border-radius: 8px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.45;
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 64px -16px;
}
.lp-listButton.of-center {
  justify-content: center;
}
.lp-listButton > li {
  margin-top: 24px;
  padding-left: 16px;
}
.lp-listButton > li > *:last-child {
  margin-bottom: 0;
}
.lp-listButton-outer {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1365px) {
  .lp-listButton-outer {
    flex-direction: column;
  }
}
.lp-listButton-lead {
  position: relative;
  margin-right: 62px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1365px) {
  .lp-listButton-lead {
    margin-right: 0;
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-listButton-lead {
    font-size: 2.6086956522vh;
  }
}
.lp-listButton-lead::before {
  content: "⇒";
  display: inline-block;
  position: absolute;
  right: -30px;
}
@media screen and (max-width: 1365px) {
  .lp-listButton-lead::before {
    content: none;
  }
}
@media screen and (max-width: 1365px) {
  .lp-listButton-lead {
    margin-bottom: 16px;
  }
}
.lp-listDescription {
  margin-bottom: 24px;
}
.lp-listDescription-title {
  flex: 1;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .lp-listDescription-title {
    font-size: calc(1.6rem + (1vw - 0.361rem) * (0.3016591252));
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-listDescription-title {
    font-size: 2.3188405797vh;
  }
}
.lp-listDescription-titleGroup {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .lp-listDescription-titleGroup {
    flex-direction: column-reverse;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-listDescription-titleGroup {
    margin-bottom: 1.7391304348vh;
  }
}
.lp-listDescription-icon {
  width: 100px;
  margin-right: 24px;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .lp-listDescription-icon {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-listDescription-icon {
    width: 11.5942028986vh;
  }
}
.lp-listDescription-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .lp-listDescription-text {
    font-size: calc(1.4rem + (1vw - 0.361rem) * (0.3016591252));
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-listDescription-text {
    font-size: 2.1739130435vh;
  }
}

.lp-button {
  display: block;
  max-width: 380px;
  margin-bottom: 24px;
  padding: 16px 48px;
  border-radius: 30px;
  background: var(--LP-COLOR-WHITE);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.161);
  color: #e60012;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}
.lp-button.of-customer {
  color: #8e7300;
}
@media screen and (max-width: 1023px) {
  .lp-button {
    width: calc(32rem + (1vw - 0.361rem) * (6.0331825038));
    max-width: 100%;
    font-size: calc(1.6rem + (1vw - 0.361rem) * (0.6033182504));
    text-align: center;
  }
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .lp-button {
    font-size: 2.3188405797vh;
  }
}

.lp-textPhone {
  display: block;
  margin-bottom: 40px;
}
a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  color: currentColor;
  text-decoration: none;
  cursor: default;
}

.lp-textPhone-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lp-textPhone-body {
    flex-direction: column;
  }
}
.lp-textPhone-body > *:last-child {
  margin-bottom: 0;
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lp-textPhone-number {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.45;
}
.lp-textPhone-note {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.41;
}
.lp-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
}
.lp-textPhone-icon .of-iconColor-primary {
  fill: #00a23f;
}
.lp-textPhone-icon .of-iconColor-secondary {
  fill: #fe8800;
}
.lp-textPhone-icon .of-iconColor-tertiary {
  fill: #0086b1;
}
.lp-textPhone-icon .of-iconColor-quaternary {
  fill: #838079;
}
.lp-textPhone-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}

.lp-largeScreen-line-break {
  display: block;
}
@media screen and (max-width: 1023px) {
  .lp-largeScreen-line-break {
    display: inline;
  }
}
@media screen and (max-width: 1023px) {
  .lp-largeScreen {
    display: inline;
  }
}
@media screen and (max-width: 1023px) {
  .lp-largeScreen-textAlign-center {
    text-align: center;
  }
  .lp-largeScreen-textAlign-right {
    text-align: right;
  }
  .lp-largeScreen-weight-normal {
    font-weight: normal;
  }
}
@media screen and (min-width: 1024px) {
  .lp-largeScreen-hide {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .lp-smallScreen-textAlign-center {
    text-align: center;
  }
  .lp-smallScreen-textAlign-right {
    text-align: right;
  }
  .lp-smallScreen-justifyContent-center {
    justify-content: center;
  }
  .lp-smallScreen-line-break {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-hide {
    display: none !important;
  }
}
.lp-smallScreen-show {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-show {
    display: flex !important;
  }
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-textAlign-left {
  text-align: left;
}

/* ========== FullScreen plugin ========== */
html,
body {
  margin: 0;
}

.fs {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

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

.fs-section {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: none;
}

.fs-section.fs-table {
  display: table;
  table-layout: fixed;
}

.fs-sectionInner {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 16px;
}

.fs-tableCell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.fs-nav {
  position: fixed;
  z-index: 15;
  top: 0;
  right: 10px;
  width: 40px;
  height: 100%;
}

.fs-nav .fs-navList {
  position: fixed;
  top: 50%;
  right: 28px;
  margin: 0;
  padding: 0;
  list-style-image: none;
  transform: translateY(-50%);
}

.fs-nav .fs-navList > li {
  list-style: none;
}

.fs-arrow {
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
}

.fs-arrow.fs-arrowHide {
  visibility: hidden;
  opacity: 0;
}

.fs-arrowBtn {
  display: block;
}

.fs-arrowBtn:focus {
  outline: solid 1px #00f;
}

.fs-navBtn {
  display: block;
}

.fs-navBtn:focus {
  outline: solid 1px #00f;
}

/* ========== Navigation Elements ========== */
.fs-nav {
  right: 7px;
  width: 50px;
}

.fs-nav * {
  box-sizing: border-box;
}

.fs-nav .fs-navList > li {
  margin-top: 10px;
}

.fs-nav .fs-navList > li:first-child {
  margin-top: 0;
}

.fs-navBtn {
  display: block;
  width: 7px;
  height: 7px;
  margin: 13px auto;
  transition: background-color 0.2s, border-color 0.2s;
  border: 1px solid #4b5558;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.fs-navBtn:hover {
  border: 1px solid rgba(0, 0, 0, 0);
  background: var(--LP-COLOR-BLUE);
}

.fs-navBtn:focus {
  outline: none;
}

.fs-navBtn.is-active {
  border: 1px solid rgba(0, 0, 0, 0);
  background: var(--LP-COLOR-BLUE);
}

.fs-arrow {
  position: absolute;
  left: 50%;
  width: 36px;
  height: 36px;
  transform: translateX(-50%);
}

.fs-arrow .fs-arrowBtn {
  position: relative;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  transition: background-color 0.3s;
  border: 1px solid var(--LP-COLOR-GRAY);
  background: #fff;
  cursor: pointer;
}

.fs-arrow .fs-arrowBtn:focus {
  outline: none;
}

.fs-arrow .fs-arrowBtn::before,
.fs-arrow .fs-arrowBtn::after {
  content: "";
  position: absolute;
  transition: top 0.3s;
}

.fs-arrow .fs-arrowBtn::before {
  top: 11px;
  left: 12px;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  border-top: 2px solid var(--LP-COLOR-BLUE);
  border-right: 2px solid var(--LP-COLOR-BLUE);
}

.fs-arrow .fs-arrowBtn::after {
  top: 10px;
  left: 17px;
  width: 2px;
  height: 18px;
  background: var(--LP-COLOR-BLUE);
}

.fs-arrowUp {
  top: 35%;
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .fs-arrowUp {
    top: 30%;
  }
}

.fs-arrow .fs-arrowBtn:hover::before {
  top: 9px;
}

.fs-arrow .fs-arrowBtn:hover::after {
  top: 8px;
}

.fs-arrowDown {
  display: block;
  bottom: 35%;
  transform: translateX(-50%) scale(1, -1);
}
@media screen and (min-width: 1366px) and (max-height: 950px) {
  .fs-arrowDown {
    bottom: 30%;
  }
}
