.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;
}

@property --LP-COLOR_DARK {
  syntax: "<color>";
  inherits: false;
  initial-value: #333;
}
@property --LP-COLOR_LIGHT {
  syntax: "<color>";
  inherits: false;
  initial-value: #fff;
}
@property --LP-COLOR_PRIMARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #e60012;
}
@property --LP-COLOR_SECONDARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #d0d0d0;
}
@property --LP-COLOR_BACKGROUND_LIGHT {
  syntax: "<color>";
  inherits: false;
  initial-value: #fff;
}
@property --LP-COLOR_BACKGROUND_GRAY {
  syntax: "<color>";
  inherits: false;
  initial-value: #efefef;
}
@property --LP-COLOR_BACKGROUND_PRIMARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #e60012;
}
@property --LP-COLOR_BACKGROUND_SECONDARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #c1b8b2;
}
@property --LP-COLOR_BACKGROUND_TERTIARY {
  syntax: "<color>";
  inherits: false;
  initial-value: #a8a8a8;
}
@property --LP-FONT_WEIGHT_BOLD {
  syntax: "<number>";
  inherits: false;
  initial-value: 700;
}
@property --LP-FONT_WEIGHT_SEMIBOLD {
  syntax: "<number>";
  inherits: false;
  initial-value: 600;
}
@property --LP-FONT_WEIGHT_NORMAL {
  syntax: "<number>";
  inherits: false;
  initial-value: 400;
}
:root {
  font-size: 10px;
}

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

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

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

.theme-KJ {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

.theme-KJ body {
  min-width: 320px;
  background: #fff;
  color: #333;
  font-family: source-han-sans-japanese, "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: 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] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  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.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;
}

.lp-textPhone-body > *:last-child, .lp-textPhone > *:last-child, .lp-listButton > li > *:last-child, .lp-listButton > *:last-child, .lp-label > *:last-child, .lp-section-leadText > *:last-child, .lp-section.of-primary .lp-section-body > *:last-child, .lp-section.of-primary > .lp-section-content > *:last-child, .lp-section-content > *:last-child, .lp-section > *:last-child, .lp-jumbotron-seriesGroup > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-content > *:last-child, .lp-layout-footer-content > *:last-child, .lp-layout-footer > *:last-child, .lp-layout-main > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-container > *:last-child {
  margin-bottom: 0;
}

.lp-layout-container {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  height: 100vh;
  min-height: 880px;
}
@media screen and (max-height: 929px) {
  .lp-layout-container {
    min-height: calc(59rem + (1vh - 0.59rem) * (85.2941176471));
  }
}
@media screen and (max-height: 590px) {
  .lp-layout-container {
    min-height: 590px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-container {
    height: auto;
  }
}

.lp-layout-header {
  border-bottom: 1px solid var(--LP-COLOR_SECONDARY);
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1483px;
  margin: 0 auto;
  padding: 16px 24px;
  gap: 24px;
}
@media screen and (max-height: 929px) {
  .lp-layout-header-content {
    padding: calc(1rem + (1vh - 0.59rem) * (1.7647058824)) 24px;
  }
}
@media screen and (max-height: 590px) {
  .lp-layout-header-content {
    padding: 10px 24px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-content {
    justify-content: center;
    padding: 17px 24px;
  }
}
.lp-layout-header-logo {
  min-width: 160px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-logo {
    min-width: 92px;
  }
}
.lp-layout-header-logo > a {
  display: block;
  line-height: 1;
}
.lp-layout-header-logo img {
  width: 160px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-header-logo img {
    width: 92px;
  }
}

.lp-layout-main {
  display: flex;
  z-index: -2;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .lp-layout-main {
    flex-direction: column;
    background: var(--LP-COLOR_BACKGROUND_SECONDARY);
  }
}

.lp-layout-footer {
  background-color: var(--LP-COLOR_BACKGROUND_GRAY);
}
.lp-layout-footer-content {
  max-width: 1960px;
  margin: 0 auto;
  padding: 16px 24px;
}
@media screen and (max-height: 929px) {
  .lp-layout-footer-content {
    padding: calc(0.8rem + (1vh - 0.59rem) * (2.3529411765));
  }
}
@media screen and (max-height: 590px) {
  .lp-layout-footer-content {
    padding: 8px;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .lp-layout-footer-list {
    row-gap: 12px;
  }
}
.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: 22px;
  transform: translateY(-50%);
  background-color: var(--LP-COLOR_BACKGROUND_TERTIARY);
}
.lp-layout-footer-list > li:first-child::before {
  display: none;
}
.lp-layout-footer-list > li a {
  color: var(--LP-COLOR_DARK);
  text-decoration: none;
}
@media (hover) {
  .lp-layout-footer-list > li a:hover {
    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-jumbotron {
  background-color: var(--LP-COLOR_BACKGROUND_LIGHT);
}
.lp-jumbotron-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px 134px;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-content {
    max-width: calc(88rem + (1vw - 1.024rem) * (38.8392857143));
    padding: 16px calc(2rem + (1vw - 1.024rem) * (12.7232142857));
  }
}
@media screen and (max-width: 1366px) and (max-height: 590px) {
  .lp-jumbotron-content {
    padding: 16px calc(2rem + (1vw - 1.024rem) * (33.3333333333));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-content {
    margin: auto;
    padding: 40px 20px;
  }
}
.lp-jumbotron-body {
  margin-bottom: 24px;
}
@media screen and (max-height: 929px) {
  .lp-jumbotron-body {
    max-width: calc(61.2rem + (1vh - 0.59rem) * (102.3529411765));
  }
}
@media screen and (max-height: 590px) {
  .lp-jumbotron-body {
    max-width: 612px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-body {
    max-width: 100%;
  }
}
.lp-jumbotron-title {
  display: block;
}
.lp-jumbotron-titleGroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  line-height: 1;
  gap: 24px;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: calc(3.4rem + (1vw - 0.36rem) * (0.3846153846));
  }
}
@media screen and (max-height: 929px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: calc(2.4rem + (1vh - 0.59rem) * (4.7058823529));
  }
}
@media screen and (max-height: 590px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 24px;
    gap: 16px;
  }
}
.lp-jumbotron-series {
  margin-bottom: 16px;
  font-size: 2.8rem;
  font-weight: var(--LP-FONT_WEIGHT_NORMAL);
  line-height: 1.4;
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-series {
    font-size: calc(2rem + (1vw - 1.024rem) * (0.8928571429));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-series {
    display: block;
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.6024096386));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-series {
    font-size: 1.6rem;
  }
}
.lp-jumbotron-seriesName {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: var(--LP-FONT_WEIGHT_BOLD);
}
@media screen and (max-width: 1919px) {
  .lp-jumbotron-seriesName {
    font-size: calc(2rem + (1vw - 1.024rem) * (0.8928571429));
  }
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-seriesName {
    display: block;
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.6024096386));
  }
}
@media screen and (max-width: 360px) {
  .lp-jumbotron-seriesName {
    font-size: 1.6rem;
  }
}
.lp-jumbotron-seriesGroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  line-height: 1;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .lp-jumbotron-seriesGroup {
    align-items: start;
    gap: 8px;
  }
}

.lp-section:not(.of-primary) {
  background-color: var(--LP-COLOR_BACKGROUND_LIGHT);
}
.lp-section-content {
  padding: 32px 20px;
}
.lp-section.of-primary {
  position: relative;
}
.lp-section.of-primary::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--LP-COLOR_BACKGROUND_SECONDARY);
}
.lp-section.of-primary > .lp-section-content {
  height: 100%;
  padding: 64px 86px;
}
@media screen and (max-width: 1919px) {
  .lp-section.of-primary > .lp-section-content {
    padding: calc(5.4rem + (1vw - 1.024rem) * (1.1160714286)) calc(3.2rem + (1vw - 1.024rem) * (6.0267857143));
  }
}
@media screen and (max-width: 1920px) and (max-height: 929px) {
  .lp-section.of-primary > .lp-section-content {
    padding: calc(2.4rem + (1vh - 0.59rem) * (11.7647058824)) calc(3rem + (1vh - 0.59rem) * (16.4705882353));
  }
}
@media screen and (max-height: 590px) {
  .lp-section.of-primary > .lp-section-content {
    padding: 24px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-section.of-primary > .lp-section-content {
    padding: calc(2.4rem + (1vw - 0.36rem) * (1.2048192771)) calc(4rem + (1vw - 0.36rem) * (1.2048192771)) calc(1.6rem + (1vw - 0.36rem) * (1.2048192771));
  }
}
@media screen and (max-width: 360px) {
  .lp-section.of-primary > .lp-section-content {
    padding: 24px 40px 16px;
  }
}
.lp-section.of-primary .lp-section-body {
  display: grid;
  align-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .lp-section.of-primary .lp-section-body {
    justify-content: center;
    gap: calc(13.3rem + (1vw - 0.36rem) * (22.1385542169));
  }
}
@media screen and (max-width: 360px) {
  .lp-section.of-primary .lp-section-body {
    gap: 133px;
  }
}
.lp-section.of-primary .lp-section-image {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 340px;
  width: 960px;
  transform: translateX(-50%);
}
@media screen and (min-width: 1920px) and (min-height: 930px) {
  .lp-section.of-primary .lp-section-image {
    width: calc(96rem + (1vh - 0.93rem) * (128.1481481481));
  }
}
@media screen and (min-width: 1920px) and (min-height: 1200px) {
  .lp-section.of-primary .lp-section-image {
    width: 1306px;
  }
}
@media screen and (max-width: 1919px) {
  .lp-section.of-primary .lp-section-image {
    left: calc(20rem + (1vw - 1.024rem) * (15.625));
    width: calc(95rem + (1vw - 1.024rem) * (1.1160714286));
  }
}
@media screen and (max-height: 929px) {
  .lp-section.of-primary .lp-section-image {
    left: calc(22rem + (1vh - 0.59rem) * (17.6470588235));
    max-width: calc(58.7rem + (1vh - 0.59rem) * (109.7058823529));
  }
}
@media screen and (max-width: 1366px) and (max-height: 590px) {
  .lp-section.of-primary .lp-section-image {
    left: calc(16rem + (1vw - 1.024rem) * (17.5438596491));
    max-width: 578px;
  }
}
@media screen and (max-height: 590px) {
  .lp-section.of-primary .lp-section-image {
    left: 220px;
    max-width: 578px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-section.of-primary .lp-section-image {
    left: 50%;
    width: 100%;
    max-width: calc(59rem + (1vw - 0.64rem) * (41.6666666667));
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 639px) {
  .lp-section.of-primary .lp-section-image {
    max-width: calc(36rem + (1vw - 0.36rem) * (82.1428571429));
  }
}
@media screen and (max-width: 360px) {
  .lp-section.of-primary .lp-section-image {
    max-width: 360px;
  }
}
.lp-section-leadText {
  height: fit-content;
  margin-bottom: 0;
}
@media screen and (max-height: 929px) {
  .lp-section-leadText {
    max-width: calc(37rem + (1vh - 0.59rem) * (44.1176470588));
  }
}
@media screen and (max-height: 590px) {
  .lp-section-leadText {
    max-width: 370px;
  }
}

.lp-label {
  min-width: 60px;
  padding: 3px 10px;
  background-color: var(--LP-COLOR_BACKGROUND_PRIMARY);
  color: var(--LP-COLOR_LIGHT);
  font-size: 1.8rem;
  font-weight: var(--LP-FONT_WEIGHT_NORMAL);
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .lp-label {
    min-width: 52px;
    font-size: 1.4rem;
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
.lp-buttonConversion {
  color: var(--LP-COLOR_PRIMARY);
}
@media screen and (max-width: 1023px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}
.lp-buttonConversion-body {
  padding: 16px 48px 14px;
}
.lp-buttonConversion.of-tertiary {
  transition: opacity 0.3s ease;
  border-radius: 30px;
  background-color: var(--LP-COLOR_BACKGROUND_LIGHT);
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1607843137);
}
.lp-buttonConversion.of-tertiary:hover, .lp-buttonConversion.of-tertiary:focus {
  opacity: 0.7 !important;
}
.lp-buttonConversion.of-tertiary > .lp-buttonConversion-body > .lp-buttonConversion-text {
  margin-right: 0;
  font-weight: var(--LP-FONT_WEIGHT_BOLD);
}

.lp-textPhone {
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .lp-textPhone {
    max-width: fit-content;
    margin: 0 auto;
  }
}
.lp-textPhone-number {
  font-size: 2.4rem;
  font-weight: var(--LP-FONT_WEIGHT_BOLD);
  line-height: 1.5;
}
.lp-textPhone-number.of-primary > a, .lp-textPhone-number.of-primary > .prd-inlineLink[href] {
  color: var(--COLOR_QUATERNARY);
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: end;
}
.lp-textPhone-note {
  font-size: 1.2rem;
  font-weight: var(--LP-FONT_WEIGHT_SEMIBOLD);
  line-height: 1.4;
}
.lp-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
}
.lp-textPhone-icon > .of-iconColor-primary {
  fill: #1b982a;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  display: inline-block;
  opacity: 1;
  color: var(--LP-COLOR_DARK);
  line-height: 1;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  a.lp-textPhone-body,
  a:hover.lp-textPhone-body {
    pointer-events: auto;
  }
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-inline-block {
  display: inline-block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-justifyContent-center {
  justify-content: center;
}

.lp-extraLargeScreen-line-break {
  display: block;
}
@media screen and (max-width: 1365px) {
  .lp-extraLargeScreen-line-break {
    display: inline;
  }
}

@media screen and (max-width: 1023px) {
  .lp-smallScreen-hide {
    display: none;
  }
}
@media screen and (max-width: 1365px) {
  .lp-smallScreen-textAlign-center {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-display-inlineBlock {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .lp-smallScreen-show {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smallScreen-justifyContent-center {
    justify-content: center !important;
  }
}
